/*! 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 {
  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 */
  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 {
  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"] {
  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;
  padding: 0;
}

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.even\:space-y-0:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0px * var(--space-y-reverse));
}

.even\:space-x-0:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0px * var(--space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-1:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--space-y-reverse));
}

.even\:space-x-1:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-2:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}

.even\:space-x-2:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-3:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--space-y-reverse));
}

.even\:space-x-3:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-4:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1rem * var(--space-y-reverse));
}

.even\:space-x-4:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1rem * var(--space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-5:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--space-y-reverse));
}

.even\:space-x-5:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-6:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--space-y-reverse));
}

.even\:space-x-6:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
}

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

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

.even\:space-y-8:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2rem * var(--space-y-reverse));
}

.even\:space-x-8:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2rem * var(--space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-9:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--space-y-reverse));
}

.even\:space-x-9:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-10:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--space-y-reverse));
}

.even\:space-x-10:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-11:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--space-y-reverse));
}

.even\:space-x-11:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2.75rem * var(--space-x-reverse));
  margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-12:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3rem * var(--space-y-reverse));
}

.even\:space-x-12:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3rem * var(--space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-13:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3.25rem * var(--space-y-reverse));
}

.even\:space-x-13:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3.25rem * var(--space-x-reverse));
  margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-14:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--space-y-reverse));
}

.even\:space-x-14:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-15:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3.75rem * var(--space-y-reverse));
}

.even\:space-x-15:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3.75rem * var(--space-x-reverse));
  margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-16:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4rem * var(--space-y-reverse));
}

.even\:space-x-16:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4rem * var(--space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-17:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4.25rem * var(--space-y-reverse));
}

.even\:space-x-17:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4.25rem * var(--space-x-reverse));
  margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-18:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4.5rem * var(--space-y-reverse));
}

.even\:space-x-18:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4.5rem * var(--space-x-reverse));
  margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-19:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4.75rem * var(--space-y-reverse));
}

.even\:space-x-19:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4.75rem * var(--space-x-reverse));
  margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-20:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(5rem * var(--space-y-reverse));
}

.even\:space-x-20:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(5rem * var(--space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-24:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(6rem * var(--space-y-reverse));
}

.even\:space-x-24:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(6rem * var(--space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-32:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8rem * var(--space-y-reverse));
}

.even\:space-x-32:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8rem * var(--space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-40:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(10rem * var(--space-y-reverse));
}

.even\:space-x-40:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(10rem * var(--space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-48:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(12rem * var(--space-y-reverse));
}

.even\:space-x-48:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(12rem * var(--space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-56:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(14rem * var(--space-y-reverse));
}

.even\:space-x-56:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(14rem * var(--space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-64:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16rem * var(--space-y-reverse));
}

.even\:space-x-64:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16rem * var(--space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-75:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(18.75rem * var(--space-y-reverse));
}

.even\:space-x-75:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(18.75rem * var(--space-x-reverse));
  margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-px:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1px * var(--space-y-reverse));
}

.even\:space-x-px:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1px * var(--space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-1:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--space-y-reverse));
}

.even\:-space-x-1:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-2:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--space-y-reverse));
}

.even\:-space-x-2:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-3:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--space-y-reverse));
}

.even\:-space-x-3:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-4:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1rem * var(--space-y-reverse));
}

.even\:-space-x-4:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1rem * var(--space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-5:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--space-y-reverse));
}

.even\:-space-x-5:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-6:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--space-y-reverse));
}

.even\:-space-x-6:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
}

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

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

.even\:-space-y-8:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2rem * var(--space-y-reverse));
}

.even\:-space-x-8:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2rem * var(--space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-9:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--space-y-reverse));
}

.even\:-space-x-9:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-10:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--space-y-reverse));
}

.even\:-space-x-10:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-11:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.75rem * var(--space-y-reverse));
}

.even\:-space-x-11:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2.75rem * var(--space-x-reverse));
  margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-12:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3rem * var(--space-y-reverse));
}

.even\:-space-x-12:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3rem * var(--space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-13:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3.25rem * var(--space-y-reverse));
}

.even\:-space-x-13:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3.25rem * var(--space-x-reverse));
  margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-14:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--space-y-reverse));
}

.even\:-space-x-14:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-15:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3.75rem * var(--space-y-reverse));
}

.even\:-space-x-15:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3.75rem * var(--space-x-reverse));
  margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-16:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4rem * var(--space-y-reverse));
}

.even\:-space-x-16:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4rem * var(--space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-17:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4.25rem * var(--space-y-reverse));
}

.even\:-space-x-17:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4.25rem * var(--space-x-reverse));
  margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-18:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4.5rem * var(--space-y-reverse));
}

.even\:-space-x-18:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4.5rem * var(--space-x-reverse));
  margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-19:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4.75rem * var(--space-y-reverse));
}

.even\:-space-x-19:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4.75rem * var(--space-x-reverse));
  margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-20:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-5rem * var(--space-y-reverse));
}

.even\:-space-x-20:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-5rem * var(--space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-24:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-6rem * var(--space-y-reverse));
}

.even\:-space-x-24:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-6rem * var(--space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-32:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8rem * var(--space-y-reverse));
}

.even\:-space-x-32:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8rem * var(--space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-40:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-10rem * var(--space-y-reverse));
}

.even\:-space-x-40:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-10rem * var(--space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-48:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-12rem * var(--space-y-reverse));
}

.even\:-space-x-48:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-12rem * var(--space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-56:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-14rem * var(--space-y-reverse));
}

.even\:-space-x-56:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-14rem * var(--space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-64:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16rem * var(--space-y-reverse));
}

.even\:-space-x-64:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16rem * var(--space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-75:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-18.75rem * var(--space-y-reverse));
}

.even\:-space-x-75:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-18.75rem * var(--space-x-reverse));
  margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
}

.even\:-space-y-px:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1px * var(--space-y-reverse));
}

.even\:-space-x-px:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1px * var(--space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
}

.even\:space-y-reverse:nth-child(even) > :not(template) ~ :not(template) {
  --space-y-reverse: 1;
}

.even\:space-x-reverse:nth-child(even) > :not(template) ~ :not(template) {
  --space-x-reverse: 1;
}

.odd\:space-y-0:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0px * var(--space-y-reverse));
}

.odd\:space-x-0:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0px * var(--space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-1:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--space-y-reverse));
}

.odd\:space-x-1:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-2:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}

.odd\:space-x-2:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-3:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--space-y-reverse));
}

.odd\:space-x-3:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-4:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1rem * var(--space-y-reverse));
}

.odd\:space-x-4:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1rem * var(--space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-5:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--space-y-reverse));
}

.odd\:space-x-5:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-6:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--space-y-reverse));
}

.odd\:space-x-6:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
}

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

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

.odd\:space-y-8:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2rem * var(--space-y-reverse));
}

.odd\:space-x-8:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2rem * var(--space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-9:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--space-y-reverse));
}

.odd\:space-x-9:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-10:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--space-y-reverse));
}

.odd\:space-x-10:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-11:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--space-y-reverse));
}

.odd\:space-x-11:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2.75rem * var(--space-x-reverse));
  margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-12:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3rem * var(--space-y-reverse));
}

.odd\:space-x-12:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3rem * var(--space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-13:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3.25rem * var(--space-y-reverse));
}

.odd\:space-x-13:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3.25rem * var(--space-x-reverse));
  margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-14:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--space-y-reverse));
}

.odd\:space-x-14:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-15:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3.75rem * var(--space-y-reverse));
}

.odd\:space-x-15:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3.75rem * var(--space-x-reverse));
  margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-16:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4rem * var(--space-y-reverse));
}

.odd\:space-x-16:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4rem * var(--space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-17:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4.25rem * var(--space-y-reverse));
}

.odd\:space-x-17:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4.25rem * var(--space-x-reverse));
  margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-18:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4.5rem * var(--space-y-reverse));
}

.odd\:space-x-18:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4.5rem * var(--space-x-reverse));
  margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-19:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4.75rem * var(--space-y-reverse));
}

.odd\:space-x-19:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4.75rem * var(--space-x-reverse));
  margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-20:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(5rem * var(--space-y-reverse));
}

.odd\:space-x-20:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(5rem * var(--space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-24:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(6rem * var(--space-y-reverse));
}

.odd\:space-x-24:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(6rem * var(--space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-32:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8rem * var(--space-y-reverse));
}

.odd\:space-x-32:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8rem * var(--space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-40:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(10rem * var(--space-y-reverse));
}

.odd\:space-x-40:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(10rem * var(--space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-48:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(12rem * var(--space-y-reverse));
}

.odd\:space-x-48:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(12rem * var(--space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-56:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(14rem * var(--space-y-reverse));
}

.odd\:space-x-56:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(14rem * var(--space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-64:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16rem * var(--space-y-reverse));
}

.odd\:space-x-64:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16rem * var(--space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-75:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(18.75rem * var(--space-y-reverse));
}

.odd\:space-x-75:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(18.75rem * var(--space-x-reverse));
  margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-px:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1px * var(--space-y-reverse));
}

.odd\:space-x-px:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1px * var(--space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-1:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--space-y-reverse));
}

.odd\:-space-x-1:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-2:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--space-y-reverse));
}

.odd\:-space-x-2:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-3:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--space-y-reverse));
}

.odd\:-space-x-3:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-4:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1rem * var(--space-y-reverse));
}

.odd\:-space-x-4:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1rem * var(--space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-5:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--space-y-reverse));
}

.odd\:-space-x-5:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-6:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--space-y-reverse));
}

.odd\:-space-x-6:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
}

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

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

.odd\:-space-y-8:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2rem * var(--space-y-reverse));
}

.odd\:-space-x-8:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2rem * var(--space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-9:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--space-y-reverse));
}

.odd\:-space-x-9:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-10:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--space-y-reverse));
}

.odd\:-space-x-10:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-11:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.75rem * var(--space-y-reverse));
}

.odd\:-space-x-11:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2.75rem * var(--space-x-reverse));
  margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-12:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3rem * var(--space-y-reverse));
}

.odd\:-space-x-12:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3rem * var(--space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-13:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3.25rem * var(--space-y-reverse));
}

.odd\:-space-x-13:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3.25rem * var(--space-x-reverse));
  margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-14:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--space-y-reverse));
}

.odd\:-space-x-14:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-15:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3.75rem * var(--space-y-reverse));
}

.odd\:-space-x-15:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3.75rem * var(--space-x-reverse));
  margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-16:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4rem * var(--space-y-reverse));
}

.odd\:-space-x-16:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4rem * var(--space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-17:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4.25rem * var(--space-y-reverse));
}

.odd\:-space-x-17:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4.25rem * var(--space-x-reverse));
  margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-18:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4.5rem * var(--space-y-reverse));
}

.odd\:-space-x-18:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4.5rem * var(--space-x-reverse));
  margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-19:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4.75rem * var(--space-y-reverse));
}

.odd\:-space-x-19:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4.75rem * var(--space-x-reverse));
  margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-20:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-5rem * var(--space-y-reverse));
}

.odd\:-space-x-20:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-5rem * var(--space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-24:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-6rem * var(--space-y-reverse));
}

.odd\:-space-x-24:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-6rem * var(--space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-32:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8rem * var(--space-y-reverse));
}

.odd\:-space-x-32:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8rem * var(--space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-40:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-10rem * var(--space-y-reverse));
}

.odd\:-space-x-40:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-10rem * var(--space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-48:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-12rem * var(--space-y-reverse));
}

.odd\:-space-x-48:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-12rem * var(--space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-56:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-14rem * var(--space-y-reverse));
}

.odd\:-space-x-56:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-14rem * var(--space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-64:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16rem * var(--space-y-reverse));
}

.odd\:-space-x-64:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16rem * var(--space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-75:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-18.75rem * var(--space-y-reverse));
}

.odd\:-space-x-75:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-18.75rem * var(--space-x-reverse));
  margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
}

.odd\:-space-y-px:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1px * var(--space-y-reverse));
}

.odd\:-space-x-px:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1px * var(--space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
}

.odd\:space-y-reverse:nth-child(odd) > :not(template) ~ :not(template) {
  --space-y-reverse: 1;
}

.odd\:space-x-reverse:nth-child(odd) > :not(template) ~ :not(template) {
  --space-x-reverse: 1;
}

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

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

.children\:space-y-1 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--space-y-reverse));
}

.children\:space-x-1 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
}

.children\:space-y-2 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}

.children\:space-x-2 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
}

.children\:space-y-3 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--space-y-reverse));
}

.children\:space-x-3 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
}

.children\:space-y-4 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1rem * var(--space-y-reverse));
}

.children\:space-x-4 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1rem * var(--space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
}

.children\:space-y-5 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--space-y-reverse));
}

.children\:space-x-5 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
}

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

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

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

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

.children\:space-y-8 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2rem * var(--space-y-reverse));
}

.children\:space-x-8 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2rem * var(--space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
}

.children\:space-y-9 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--space-y-reverse));
}

.children\:space-x-9 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
}

.children\:space-y-10 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--space-y-reverse));
}

.children\:space-x-10 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
}

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

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

.children\:space-y-12 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3rem * var(--space-y-reverse));
}

.children\:space-x-12 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3rem * var(--space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
}

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

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

.children\:space-y-14 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--space-y-reverse));
}

.children\:space-x-14 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
}

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

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

.children\:space-y-16 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4rem * var(--space-y-reverse));
}

.children\:space-x-16 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4rem * var(--space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
}

.children\:space-y-17 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4.25rem * var(--space-y-reverse));
}

.children\:space-x-17 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4.25rem * var(--space-x-reverse));
  margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
}

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

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

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

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

.children\:space-y-20 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(5rem * var(--space-y-reverse));
}

.children\:space-x-20 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(5rem * var(--space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
}

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

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

.children\:space-y-32 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8rem * var(--space-y-reverse));
}

.children\:space-x-32 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8rem * var(--space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
}

.children\:space-y-40 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(10rem * var(--space-y-reverse));
}

.children\:space-x-40 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(10rem * var(--space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
}

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

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

.children\:space-y-56 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(14rem * var(--space-y-reverse));
}

.children\:space-x-56 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(14rem * var(--space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
}

.children\:space-y-64 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16rem * var(--space-y-reverse));
}

.children\:space-x-64 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16rem * var(--space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
}

.children\:space-y-75 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(18.75rem * var(--space-y-reverse));
}

.children\:space-x-75 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(18.75rem * var(--space-x-reverse));
  margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
}

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

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

.children\:-space-y-1 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--space-y-reverse));
}

.children\:-space-x-1 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
}

.children\:-space-y-2 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--space-y-reverse));
}

.children\:-space-x-2 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
}

.children\:-space-y-3 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--space-y-reverse));
}

.children\:-space-x-3 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
}

.children\:-space-y-4 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1rem * var(--space-y-reverse));
}

.children\:-space-x-4 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1rem * var(--space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
}

.children\:-space-y-5 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--space-y-reverse));
}

.children\:-space-x-5 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
}

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

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

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

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

.children\:-space-y-8 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2rem * var(--space-y-reverse));
}

.children\:-space-x-8 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2rem * var(--space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
}

.children\:-space-y-9 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--space-y-reverse));
}

.children\:-space-x-9 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
}

.children\:-space-y-10 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--space-y-reverse));
}

.children\:-space-x-10 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
}

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

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

.children\:-space-y-12 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3rem * var(--space-y-reverse));
}

.children\:-space-x-12 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3rem * var(--space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
}

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

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

.children\:-space-y-14 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--space-y-reverse));
}

.children\:-space-x-14 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
}

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

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

.children\:-space-y-16 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4rem * var(--space-y-reverse));
}

.children\:-space-x-16 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4rem * var(--space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
}

.children\:-space-y-17 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4.25rem * var(--space-y-reverse));
}

.children\:-space-x-17 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4.25rem * var(--space-x-reverse));
  margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
}

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

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

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

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

.children\:-space-y-20 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-5rem * var(--space-y-reverse));
}

.children\:-space-x-20 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-5rem * var(--space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
}

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

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

.children\:-space-y-32 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8rem * var(--space-y-reverse));
}

.children\:-space-x-32 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8rem * var(--space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
}

.children\:-space-y-40 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-10rem * var(--space-y-reverse));
}

.children\:-space-x-40 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-10rem * var(--space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
}

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

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

.children\:-space-y-56 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-14rem * var(--space-y-reverse));
}

.children\:-space-x-56 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-14rem * var(--space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
}

.children\:-space-y-64 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16rem * var(--space-y-reverse));
}

.children\:-space-x-64 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16rem * var(--space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
}

.children\:-space-y-75 > * > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-18.75rem * var(--space-y-reverse));
}

.children\:-space-x-75 > * > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-18.75rem * var(--space-x-reverse));
  margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
}

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

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

.children\:space-y-reverse > * > :not(template) ~ :not(template) {
  --space-y-reverse: 1;
}

.children\:space-x-reverse > * > :not(template) ~ :not(template) {
  --space-x-reverse: 1;
}

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

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

.first\:space-y-1:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--space-y-reverse));
}

.first\:space-x-1:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-2:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}

.first\:space-x-2:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-3:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--space-y-reverse));
}

.first\:space-x-3:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-4:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1rem * var(--space-y-reverse));
}

.first\:space-x-4:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1rem * var(--space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-5:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--space-y-reverse));
}

.first\:space-x-5:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-6:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--space-y-reverse));
}

.first\:space-x-6:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
}

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

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

.first\:space-y-8:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2rem * var(--space-y-reverse));
}

.first\:space-x-8:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2rem * var(--space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-9:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--space-y-reverse));
}

.first\:space-x-9:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-10:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--space-y-reverse));
}

.first\:space-x-10:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-11:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--space-y-reverse));
}

.first\:space-x-11:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2.75rem * var(--space-x-reverse));
  margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-12:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3rem * var(--space-y-reverse));
}

.first\:space-x-12:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3rem * var(--space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-13:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3.25rem * var(--space-y-reverse));
}

.first\:space-x-13:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3.25rem * var(--space-x-reverse));
  margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-14:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--space-y-reverse));
}

.first\:space-x-14:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-15:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3.75rem * var(--space-y-reverse));
}

.first\:space-x-15:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3.75rem * var(--space-x-reverse));
  margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-16:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4rem * var(--space-y-reverse));
}

.first\:space-x-16:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4rem * var(--space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-17:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4.25rem * var(--space-y-reverse));
}

.first\:space-x-17:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4.25rem * var(--space-x-reverse));
  margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-18:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4.5rem * var(--space-y-reverse));
}

.first\:space-x-18:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4.5rem * var(--space-x-reverse));
  margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-19:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4.75rem * var(--space-y-reverse));
}

.first\:space-x-19:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4.75rem * var(--space-x-reverse));
  margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-20:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(5rem * var(--space-y-reverse));
}

.first\:space-x-20:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(5rem * var(--space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-24:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(6rem * var(--space-y-reverse));
}

.first\:space-x-24:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(6rem * var(--space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-32:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8rem * var(--space-y-reverse));
}

.first\:space-x-32:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8rem * var(--space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-40:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(10rem * var(--space-y-reverse));
}

.first\:space-x-40:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(10rem * var(--space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-48:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(12rem * var(--space-y-reverse));
}

.first\:space-x-48:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(12rem * var(--space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-56:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(14rem * var(--space-y-reverse));
}

.first\:space-x-56:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(14rem * var(--space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-64:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16rem * var(--space-y-reverse));
}

.first\:space-x-64:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16rem * var(--space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-75:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(18.75rem * var(--space-y-reverse));
}

.first\:space-x-75:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(18.75rem * var(--space-x-reverse));
  margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
}

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

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

.first\:-space-y-1:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--space-y-reverse));
}

.first\:-space-x-1:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-2:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--space-y-reverse));
}

.first\:-space-x-2:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-3:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--space-y-reverse));
}

.first\:-space-x-3:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-4:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1rem * var(--space-y-reverse));
}

.first\:-space-x-4:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1rem * var(--space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-5:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--space-y-reverse));
}

.first\:-space-x-5:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-6:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--space-y-reverse));
}

.first\:-space-x-6:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
}

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

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

.first\:-space-y-8:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2rem * var(--space-y-reverse));
}

.first\:-space-x-8:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2rem * var(--space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-9:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--space-y-reverse));
}

.first\:-space-x-9:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-10:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--space-y-reverse));
}

.first\:-space-x-10:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-11:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.75rem * var(--space-y-reverse));
}

.first\:-space-x-11:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2.75rem * var(--space-x-reverse));
  margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-12:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3rem * var(--space-y-reverse));
}

.first\:-space-x-12:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3rem * var(--space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-13:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3.25rem * var(--space-y-reverse));
}

.first\:-space-x-13:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3.25rem * var(--space-x-reverse));
  margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-14:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--space-y-reverse));
}

.first\:-space-x-14:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-15:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3.75rem * var(--space-y-reverse));
}

.first\:-space-x-15:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3.75rem * var(--space-x-reverse));
  margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-16:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4rem * var(--space-y-reverse));
}

.first\:-space-x-16:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4rem * var(--space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-17:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4.25rem * var(--space-y-reverse));
}

.first\:-space-x-17:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4.25rem * var(--space-x-reverse));
  margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-18:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4.5rem * var(--space-y-reverse));
}

.first\:-space-x-18:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4.5rem * var(--space-x-reverse));
  margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-19:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4.75rem * var(--space-y-reverse));
}

.first\:-space-x-19:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4.75rem * var(--space-x-reverse));
  margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-20:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-5rem * var(--space-y-reverse));
}

.first\:-space-x-20:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-5rem * var(--space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-24:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-6rem * var(--space-y-reverse));
}

.first\:-space-x-24:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-6rem * var(--space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-32:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8rem * var(--space-y-reverse));
}

.first\:-space-x-32:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8rem * var(--space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-40:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-10rem * var(--space-y-reverse));
}

.first\:-space-x-40:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-10rem * var(--space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-48:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-12rem * var(--space-y-reverse));
}

.first\:-space-x-48:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-12rem * var(--space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-56:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-14rem * var(--space-y-reverse));
}

.first\:-space-x-56:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-14rem * var(--space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-64:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16rem * var(--space-y-reverse));
}

.first\:-space-x-64:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16rem * var(--space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-75:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-18.75rem * var(--space-y-reverse));
}

.first\:-space-x-75:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-18.75rem * var(--space-x-reverse));
  margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
}

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

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

.first\:space-y-reverse:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 1;
}

.first\:space-x-reverse:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 1;
}

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

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

.last\:space-y-1:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--space-y-reverse));
}

.last\:space-x-1:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-2:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}

.last\:space-x-2:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-3:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--space-y-reverse));
}

.last\:space-x-3:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-4:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1rem * var(--space-y-reverse));
}

.last\:space-x-4:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1rem * var(--space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-5:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--space-y-reverse));
}

.last\:space-x-5:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-6:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--space-y-reverse));
}

.last\:space-x-6:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
}

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

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

.last\:space-y-8:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2rem * var(--space-y-reverse));
}

.last\:space-x-8:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2rem * var(--space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-9:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--space-y-reverse));
}

.last\:space-x-9:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-10:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--space-y-reverse));
}

.last\:space-x-10:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-11:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--space-y-reverse));
}

.last\:space-x-11:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2.75rem * var(--space-x-reverse));
  margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-12:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3rem * var(--space-y-reverse));
}

.last\:space-x-12:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3rem * var(--space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-13:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3.25rem * var(--space-y-reverse));
}

.last\:space-x-13:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3.25rem * var(--space-x-reverse));
  margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-14:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--space-y-reverse));
}

.last\:space-x-14:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-15:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3.75rem * var(--space-y-reverse));
}

.last\:space-x-15:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3.75rem * var(--space-x-reverse));
  margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-16:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4rem * var(--space-y-reverse));
}

.last\:space-x-16:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4rem * var(--space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-17:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4.25rem * var(--space-y-reverse));
}

.last\:space-x-17:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4.25rem * var(--space-x-reverse));
  margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-18:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4.5rem * var(--space-y-reverse));
}

.last\:space-x-18:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4.5rem * var(--space-x-reverse));
  margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-19:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4.75rem * var(--space-y-reverse));
}

.last\:space-x-19:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4.75rem * var(--space-x-reverse));
  margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-20:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(5rem * var(--space-y-reverse));
}

.last\:space-x-20:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(5rem * var(--space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-24:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(6rem * var(--space-y-reverse));
}

.last\:space-x-24:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(6rem * var(--space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-32:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8rem * var(--space-y-reverse));
}

.last\:space-x-32:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8rem * var(--space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-40:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(10rem * var(--space-y-reverse));
}

.last\:space-x-40:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(10rem * var(--space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-48:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(12rem * var(--space-y-reverse));
}

.last\:space-x-48:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(12rem * var(--space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-56:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(14rem * var(--space-y-reverse));
}

.last\:space-x-56:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(14rem * var(--space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-64:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16rem * var(--space-y-reverse));
}

.last\:space-x-64:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16rem * var(--space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-75:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(18.75rem * var(--space-y-reverse));
}

.last\:space-x-75:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(18.75rem * var(--space-x-reverse));
  margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
}

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

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

.last\:-space-y-1:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--space-y-reverse));
}

.last\:-space-x-1:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-2:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--space-y-reverse));
}

.last\:-space-x-2:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-3:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--space-y-reverse));
}

.last\:-space-x-3:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-4:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1rem * var(--space-y-reverse));
}

.last\:-space-x-4:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1rem * var(--space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-5:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--space-y-reverse));
}

.last\:-space-x-5:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-6:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--space-y-reverse));
}

.last\:-space-x-6:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
}

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

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

.last\:-space-y-8:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2rem * var(--space-y-reverse));
}

.last\:-space-x-8:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2rem * var(--space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-9:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--space-y-reverse));
}

.last\:-space-x-9:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-10:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--space-y-reverse));
}

.last\:-space-x-10:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-11:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.75rem * var(--space-y-reverse));
}

.last\:-space-x-11:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2.75rem * var(--space-x-reverse));
  margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-12:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3rem * var(--space-y-reverse));
}

.last\:-space-x-12:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3rem * var(--space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-13:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3.25rem * var(--space-y-reverse));
}

.last\:-space-x-13:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3.25rem * var(--space-x-reverse));
  margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-14:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--space-y-reverse));
}

.last\:-space-x-14:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-15:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3.75rem * var(--space-y-reverse));
}

.last\:-space-x-15:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3.75rem * var(--space-x-reverse));
  margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-16:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4rem * var(--space-y-reverse));
}

.last\:-space-x-16:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4rem * var(--space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-17:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4.25rem * var(--space-y-reverse));
}

.last\:-space-x-17:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4.25rem * var(--space-x-reverse));
  margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-18:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4.5rem * var(--space-y-reverse));
}

.last\:-space-x-18:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4.5rem * var(--space-x-reverse));
  margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-19:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4.75rem * var(--space-y-reverse));
}

.last\:-space-x-19:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4.75rem * var(--space-x-reverse));
  margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-20:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-5rem * var(--space-y-reverse));
}

.last\:-space-x-20:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-5rem * var(--space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-24:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-6rem * var(--space-y-reverse));
}

.last\:-space-x-24:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-6rem * var(--space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-32:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8rem * var(--space-y-reverse));
}

.last\:-space-x-32:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8rem * var(--space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-40:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-10rem * var(--space-y-reverse));
}

.last\:-space-x-40:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-10rem * var(--space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-48:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-12rem * var(--space-y-reverse));
}

.last\:-space-x-48:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-12rem * var(--space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-56:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-14rem * var(--space-y-reverse));
}

.last\:-space-x-56:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-14rem * var(--space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-64:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16rem * var(--space-y-reverse));
}

.last\:-space-x-64:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16rem * var(--space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-75:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-18.75rem * var(--space-y-reverse));
}

.last\:-space-x-75:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-18.75rem * var(--space-x-reverse));
  margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
}

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

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

.last\:space-y-reverse:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 1;
}

.last\:space-x-reverse:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 1;
}

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

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

.hover\:space-y-1:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--space-y-reverse));
}

.hover\:space-x-1:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-2:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}

.hover\:space-x-2:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-3:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--space-y-reverse));
}

.hover\:space-x-3:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-4:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1rem * var(--space-y-reverse));
}

.hover\:space-x-4:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1rem * var(--space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-5:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--space-y-reverse));
}

.hover\:space-x-5:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
}

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

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

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

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

.hover\:space-y-8:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2rem * var(--space-y-reverse));
}

.hover\:space-x-8:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2rem * var(--space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-9:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--space-y-reverse));
}

.hover\:space-x-9:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-10:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--space-y-reverse));
}

.hover\:space-x-10:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
}

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

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

.hover\:space-y-12:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3rem * var(--space-y-reverse));
}

.hover\:space-x-12:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3rem * var(--space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
}

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

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

.hover\:space-y-14:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--space-y-reverse));
}

.hover\:space-x-14:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
}

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

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

.hover\:space-y-16:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4rem * var(--space-y-reverse));
}

.hover\:space-x-16:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4rem * var(--space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-17:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4.25rem * var(--space-y-reverse));
}

.hover\:space-x-17:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4.25rem * var(--space-x-reverse));
  margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
}

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

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

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

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

.hover\:space-y-20:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(5rem * var(--space-y-reverse));
}

.hover\:space-x-20:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(5rem * var(--space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
}

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

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

.hover\:space-y-32:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8rem * var(--space-y-reverse));
}

.hover\:space-x-32:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8rem * var(--space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-40:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(10rem * var(--space-y-reverse));
}

.hover\:space-x-40:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(10rem * var(--space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
}

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

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

.hover\:space-y-56:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(14rem * var(--space-y-reverse));
}

.hover\:space-x-56:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(14rem * var(--space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-64:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16rem * var(--space-y-reverse));
}

.hover\:space-x-64:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16rem * var(--space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-75:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(18.75rem * var(--space-y-reverse));
}

.hover\:space-x-75:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(18.75rem * var(--space-x-reverse));
  margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
}

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

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

.hover\:-space-y-1:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--space-y-reverse));
}

.hover\:-space-x-1:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-2:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--space-y-reverse));
}

.hover\:-space-x-2:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-3:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--space-y-reverse));
}

.hover\:-space-x-3:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-4:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1rem * var(--space-y-reverse));
}

.hover\:-space-x-4:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1rem * var(--space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-5:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--space-y-reverse));
}

.hover\:-space-x-5:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
}

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

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

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

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

.hover\:-space-y-8:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2rem * var(--space-y-reverse));
}

.hover\:-space-x-8:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2rem * var(--space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-9:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--space-y-reverse));
}

.hover\:-space-x-9:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-10:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--space-y-reverse));
}

.hover\:-space-x-10:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
}

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

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

.hover\:-space-y-12:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3rem * var(--space-y-reverse));
}

.hover\:-space-x-12:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3rem * var(--space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
}

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

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

.hover\:-space-y-14:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--space-y-reverse));
}

.hover\:-space-x-14:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
}

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

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

.hover\:-space-y-16:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4rem * var(--space-y-reverse));
}

.hover\:-space-x-16:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4rem * var(--space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-17:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4.25rem * var(--space-y-reverse));
}

.hover\:-space-x-17:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4.25rem * var(--space-x-reverse));
  margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
}

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

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

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

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

.hover\:-space-y-20:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-5rem * var(--space-y-reverse));
}

.hover\:-space-x-20:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-5rem * var(--space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
}

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

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

.hover\:-space-y-32:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8rem * var(--space-y-reverse));
}

.hover\:-space-x-32:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8rem * var(--space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-40:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-10rem * var(--space-y-reverse));
}

.hover\:-space-x-40:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-10rem * var(--space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
}

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

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

.hover\:-space-y-56:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-14rem * var(--space-y-reverse));
}

.hover\:-space-x-56:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-14rem * var(--space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-64:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16rem * var(--space-y-reverse));
}

.hover\:-space-x-64:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16rem * var(--space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-75:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-18.75rem * var(--space-y-reverse));
}

.hover\:-space-x-75:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-18.75rem * var(--space-x-reverse));
  margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
}

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

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

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

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

.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-9 > :not(template) ~ :not(template)\! {
  --space-y-reverse: 0 !important;
  margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.25rem * var(--space-y-reverse)) !important;
}

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

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

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

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

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

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

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

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

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

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

.space-y-19 > :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-19 > :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-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-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-48 > :not(template) ~ :not(template)\! {
  --space-y-reverse: 0 !important;
  margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.-space-y-19 > :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-19 > :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-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-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-48 > :not(template) ~ :not(template)\! {
  --space-y-reverse: 0 !important;
  margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.even\:divide-y-2:nth-child(even) > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(2px * var(--divide-y-reverse));
}

.even\:divide-x-2:nth-child(even) > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(2px * var(--divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
}

.even\:divide-y-4:nth-child(even) > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(4px * var(--divide-y-reverse));
}

.even\:divide-x-4:nth-child(even) > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(4px * var(--divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
}

.even\:divide-y-8:nth-child(even) > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(8px * var(--divide-y-reverse));
}

.even\:divide-x-8:nth-child(even) > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(8px * var(--divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
}

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

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

.even\:divide-y-reverse:nth-child(even) > :not(template) ~ :not(template) {
  --divide-y-reverse: 1;
}

.even\:divide-x-reverse:nth-child(even) > :not(template) ~ :not(template) {
  --divide-x-reverse: 1;
}

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

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

.odd\:divide-y-2:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(2px * var(--divide-y-reverse));
}

.odd\:divide-x-2:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(2px * var(--divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
}

.odd\:divide-y-4:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(4px * var(--divide-y-reverse));
}

.odd\:divide-x-4:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(4px * var(--divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
}

.odd\:divide-y-8:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(8px * var(--divide-y-reverse));
}

.odd\:divide-x-8:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(8px * var(--divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
}

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

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

.odd\:divide-y-reverse:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-y-reverse: 1;
}

.odd\:divide-x-reverse:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-x-reverse: 1;
}

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

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

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

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

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

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

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

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

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

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

.children\:divide-y-reverse > * > :not(template) ~ :not(template) {
  --divide-y-reverse: 1;
}

.children\:divide-x-reverse > * > :not(template) ~ :not(template) {
  --divide-x-reverse: 1;
}

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

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

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

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

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

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

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

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

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

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

.first\:divide-y-reverse:first-child > :not(template) ~ :not(template) {
  --divide-y-reverse: 1;
}

.first\:divide-x-reverse:first-child > :not(template) ~ :not(template) {
  --divide-x-reverse: 1;
}

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

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

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

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

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

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

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

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

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

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

.last\:divide-y-reverse:last-child > :not(template) ~ :not(template) {
  --divide-y-reverse: 1;
}

.last\:divide-x-reverse:last-child > :not(template) ~ :not(template) {
  --divide-x-reverse: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-gray-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f0f2f7;
  border-color: rgba(240, 242, 247, var(--divide-opacity));
}

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

.divide-gray-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e3e8f0;
  border-color: rgba(227, 232, 240, var(--divide-opacity));
}

.divide-gray-450 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #B0B5CC;
  border-color: rgba(176, 181, 204, var(--divide-opacity));
}

.divide-gray-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #B9BED1;
  border-color: rgba(185, 190, 209, var(--divide-opacity));
}

.divide-gray-550 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9597a6;
  border-color: rgba(149, 151, 166, var(--divide-opacity));
}

.divide-gray-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--divide-opacity));
}

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

.divide-gray-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--divide-opacity));
}

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

.divide-gray > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--divide-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-dark-blue > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #000142;
  border-color: rgba(0, 1, 66, var(--divide-opacity));
}

.divide-light-blue > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3B55E6;
  border-color: rgba(59, 85, 230, var(--divide-opacity));
}

.divide-pale-yellow > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #FBAF4E;
  border-color: rgba(251, 175, 78, var(--divide-opacity));
}

.divide-success > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #007E62;
  border-color: rgba(0, 126, 98, var(--divide-opacity));
}

.divide-error > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #F60139;
  border-color: rgba(246, 1, 57, var(--divide-opacity));
}

.even\:divide-transparent:nth-child(even) > :not(template) ~ :not(template) {
  border-color: transparent;
}

.even\:divide-current:nth-child(even) > :not(template) ~ :not(template) {
  border-color: currentColor;
}

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

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

.even\:divide-gray-100:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--divide-opacity));
}

.even\:divide-gray-200:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f0f2f7;
  border-color: rgba(240, 242, 247, var(--divide-opacity));
}

.even\:divide-gray-300:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--divide-opacity));
}

.even\:divide-gray-400:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e3e8f0;
  border-color: rgba(227, 232, 240, var(--divide-opacity));
}

.even\:divide-gray-450:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #B0B5CC;
  border-color: rgba(176, 181, 204, var(--divide-opacity));
}

.even\:divide-gray-500:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #B9BED1;
  border-color: rgba(185, 190, 209, var(--divide-opacity));
}

.even\:divide-gray-550:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9597a6;
  border-color: rgba(149, 151, 166, var(--divide-opacity));
}

.even\:divide-gray-600:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--divide-opacity));
}

.even\:divide-gray-700:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--divide-opacity));
}

.even\:divide-gray-800:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--divide-opacity));
}

.even\:divide-gray-900:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--divide-opacity));
}

.even\:divide-gray:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--divide-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.even\:divide-indigo-100:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--divide-opacity));
}

.even\:divide-indigo-200:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--divide-opacity));
}

.even\:divide-indigo-300:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--divide-opacity));
}

.even\:divide-indigo-400:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--divide-opacity));
}

.even\:divide-indigo-500:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--divide-opacity));
}

.even\:divide-indigo-600:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--divide-opacity));
}

.even\:divide-indigo-700:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--divide-opacity));
}

.even\:divide-indigo-800:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--divide-opacity));
}

.even\:divide-indigo-900:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--divide-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.even\:divide-dark-blue:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #000142;
  border-color: rgba(0, 1, 66, var(--divide-opacity));
}

.even\:divide-light-blue:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3B55E6;
  border-color: rgba(59, 85, 230, var(--divide-opacity));
}

.even\:divide-pale-yellow:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #FBAF4E;
  border-color: rgba(251, 175, 78, var(--divide-opacity));
}

.even\:divide-success:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #007E62;
  border-color: rgba(0, 126, 98, var(--divide-opacity));
}

.even\:divide-error:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #F60139;
  border-color: rgba(246, 1, 57, var(--divide-opacity));
}

.odd\:divide-transparent:nth-child(odd) > :not(template) ~ :not(template) {
  border-color: transparent;
}

.odd\:divide-current:nth-child(odd) > :not(template) ~ :not(template) {
  border-color: currentColor;
}

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

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

.odd\:divide-gray-100:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--divide-opacity));
}

.odd\:divide-gray-200:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f0f2f7;
  border-color: rgba(240, 242, 247, var(--divide-opacity));
}

.odd\:divide-gray-300:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--divide-opacity));
}

.odd\:divide-gray-400:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e3e8f0;
  border-color: rgba(227, 232, 240, var(--divide-opacity));
}

.odd\:divide-gray-450:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #B0B5CC;
  border-color: rgba(176, 181, 204, var(--divide-opacity));
}

.odd\:divide-gray-500:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #B9BED1;
  border-color: rgba(185, 190, 209, var(--divide-opacity));
}

.odd\:divide-gray-550:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9597a6;
  border-color: rgba(149, 151, 166, var(--divide-opacity));
}

.odd\:divide-gray-600:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--divide-opacity));
}

.odd\:divide-gray-700:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--divide-opacity));
}

.odd\:divide-gray-800:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--divide-opacity));
}

.odd\:divide-gray-900:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--divide-opacity));
}

.odd\:divide-gray:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--divide-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.odd\:divide-indigo-100:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--divide-opacity));
}

.odd\:divide-indigo-200:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--divide-opacity));
}

.odd\:divide-indigo-300:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--divide-opacity));
}

.odd\:divide-indigo-400:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--divide-opacity));
}

.odd\:divide-indigo-500:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--divide-opacity));
}

.odd\:divide-indigo-600:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--divide-opacity));
}

.odd\:divide-indigo-700:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--divide-opacity));
}

.odd\:divide-indigo-800:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--divide-opacity));
}

.odd\:divide-indigo-900:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--divide-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.odd\:divide-dark-blue:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #000142;
  border-color: rgba(0, 1, 66, var(--divide-opacity));
}

.odd\:divide-light-blue:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3B55E6;
  border-color: rgba(59, 85, 230, var(--divide-opacity));
}

.odd\:divide-pale-yellow:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #FBAF4E;
  border-color: rgba(251, 175, 78, var(--divide-opacity));
}

.odd\:divide-success:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #007E62;
  border-color: rgba(0, 126, 98, var(--divide-opacity));
}

.odd\:divide-error:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #F60139;
  border-color: rgba(246, 1, 57, var(--divide-opacity));
}

.children\:divide-transparent > * > :not(template) ~ :not(template) {
  border-color: transparent;
}

.children\:divide-current > * > :not(template) ~ :not(template) {
  border-color: currentColor;
}

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

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

.children\:divide-gray-100 > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--divide-opacity));
}

.children\:divide-gray-200 > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f0f2f7;
  border-color: rgba(240, 242, 247, var(--divide-opacity));
}

.children\:divide-gray-300 > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--divide-opacity));
}

.children\:divide-gray-400 > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e3e8f0;
  border-color: rgba(227, 232, 240, var(--divide-opacity));
}

.children\:divide-gray-450 > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #B0B5CC;
  border-color: rgba(176, 181, 204, var(--divide-opacity));
}

.children\:divide-gray-500 > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #B9BED1;
  border-color: rgba(185, 190, 209, var(--divide-opacity));
}

.children\:divide-gray-550 > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9597a6;
  border-color: rgba(149, 151, 166, var(--divide-opacity));
}

.children\:divide-gray-600 > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--divide-opacity));
}

.children\:divide-gray-700 > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--divide-opacity));
}

.children\:divide-gray-800 > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--divide-opacity));
}

.children\:divide-gray-900 > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--divide-opacity));
}

.children\:divide-gray > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--divide-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.children\:divide-indigo-100 > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--divide-opacity));
}

.children\:divide-indigo-200 > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--divide-opacity));
}

.children\:divide-indigo-300 > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--divide-opacity));
}

.children\:divide-indigo-400 > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--divide-opacity));
}

.children\:divide-indigo-500 > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--divide-opacity));
}

.children\:divide-indigo-600 > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--divide-opacity));
}

.children\:divide-indigo-700 > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--divide-opacity));
}

.children\:divide-indigo-800 > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--divide-opacity));
}

.children\:divide-indigo-900 > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--divide-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.children\:divide-dark-blue > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #000142;
  border-color: rgba(0, 1, 66, var(--divide-opacity));
}

.children\:divide-light-blue > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3B55E6;
  border-color: rgba(59, 85, 230, var(--divide-opacity));
}

.children\:divide-pale-yellow > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #FBAF4E;
  border-color: rgba(251, 175, 78, var(--divide-opacity));
}

.children\:divide-success > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #007E62;
  border-color: rgba(0, 126, 98, var(--divide-opacity));
}

.children\:divide-error > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #F60139;
  border-color: rgba(246, 1, 57, var(--divide-opacity));
}

.first\:divide-transparent:first-child > :not(template) ~ :not(template) {
  border-color: transparent;
}

.first\:divide-current:first-child > :not(template) ~ :not(template) {
  border-color: currentColor;
}

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

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

.first\:divide-gray-100:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--divide-opacity));
}

.first\:divide-gray-200:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f0f2f7;
  border-color: rgba(240, 242, 247, var(--divide-opacity));
}

.first\:divide-gray-300:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--divide-opacity));
}

.first\:divide-gray-400:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e3e8f0;
  border-color: rgba(227, 232, 240, var(--divide-opacity));
}

.first\:divide-gray-450:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #B0B5CC;
  border-color: rgba(176, 181, 204, var(--divide-opacity));
}

.first\:divide-gray-500:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #B9BED1;
  border-color: rgba(185, 190, 209, var(--divide-opacity));
}

.first\:divide-gray-550:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9597a6;
  border-color: rgba(149, 151, 166, var(--divide-opacity));
}

.first\:divide-gray-600:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--divide-opacity));
}

.first\:divide-gray-700:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--divide-opacity));
}

.first\:divide-gray-800:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--divide-opacity));
}

.first\:divide-gray-900:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--divide-opacity));
}

.first\:divide-gray:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--divide-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.first\:divide-indigo-100:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--divide-opacity));
}

.first\:divide-indigo-200:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--divide-opacity));
}

.first\:divide-indigo-300:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--divide-opacity));
}

.first\:divide-indigo-400:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--divide-opacity));
}

.first\:divide-indigo-500:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--divide-opacity));
}

.first\:divide-indigo-600:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--divide-opacity));
}

.first\:divide-indigo-700:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--divide-opacity));
}

.first\:divide-indigo-800:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--divide-opacity));
}

.first\:divide-indigo-900:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--divide-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.first\:divide-dark-blue:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #000142;
  border-color: rgba(0, 1, 66, var(--divide-opacity));
}

.first\:divide-light-blue:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3B55E6;
  border-color: rgba(59, 85, 230, var(--divide-opacity));
}

.first\:divide-pale-yellow:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #FBAF4E;
  border-color: rgba(251, 175, 78, var(--divide-opacity));
}

.first\:divide-success:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #007E62;
  border-color: rgba(0, 126, 98, var(--divide-opacity));
}

.first\:divide-error:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #F60139;
  border-color: rgba(246, 1, 57, var(--divide-opacity));
}

.last\:divide-transparent:last-child > :not(template) ~ :not(template) {
  border-color: transparent;
}

.last\:divide-current:last-child > :not(template) ~ :not(template) {
  border-color: currentColor;
}

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

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

.last\:divide-gray-100:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--divide-opacity));
}

.last\:divide-gray-200:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f0f2f7;
  border-color: rgba(240, 242, 247, var(--divide-opacity));
}

.last\:divide-gray-300:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--divide-opacity));
}

.last\:divide-gray-400:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e3e8f0;
  border-color: rgba(227, 232, 240, var(--divide-opacity));
}

.last\:divide-gray-450:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #B0B5CC;
  border-color: rgba(176, 181, 204, var(--divide-opacity));
}

.last\:divide-gray-500:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #B9BED1;
  border-color: rgba(185, 190, 209, var(--divide-opacity));
}

.last\:divide-gray-550:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9597a6;
  border-color: rgba(149, 151, 166, var(--divide-opacity));
}

.last\:divide-gray-600:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--divide-opacity));
}

.last\:divide-gray-700:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--divide-opacity));
}

.last\:divide-gray-800:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--divide-opacity));
}

.last\:divide-gray-900:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--divide-opacity));
}

.last\:divide-gray:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--divide-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.last\:divide-indigo-100:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--divide-opacity));
}

.last\:divide-indigo-200:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--divide-opacity));
}

.last\:divide-indigo-300:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--divide-opacity));
}

.last\:divide-indigo-400:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--divide-opacity));
}

.last\:divide-indigo-500:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--divide-opacity));
}

.last\:divide-indigo-600:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--divide-opacity));
}

.last\:divide-indigo-700:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--divide-opacity));
}

.last\:divide-indigo-800:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--divide-opacity));
}

.last\:divide-indigo-900:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--divide-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.last\:divide-dark-blue:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #000142;
  border-color: rgba(0, 1, 66, var(--divide-opacity));
}

.last\:divide-light-blue:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3B55E6;
  border-color: rgba(59, 85, 230, var(--divide-opacity));
}

.last\:divide-pale-yellow:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #FBAF4E;
  border-color: rgba(251, 175, 78, var(--divide-opacity));
}

.last\:divide-success:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #007E62;
  border-color: rgba(0, 126, 98, var(--divide-opacity));
}

.last\:divide-error:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #F60139;
  border-color: rgba(246, 1, 57, var(--divide-opacity));
}

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

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

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

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

.hover\:divide-gray-100:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--divide-opacity));
}

.hover\:divide-gray-200:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f0f2f7;
  border-color: rgba(240, 242, 247, var(--divide-opacity));
}

.hover\:divide-gray-300:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--divide-opacity));
}

.hover\:divide-gray-400:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e3e8f0;
  border-color: rgba(227, 232, 240, var(--divide-opacity));
}

.hover\:divide-gray-450:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #B0B5CC;
  border-color: rgba(176, 181, 204, var(--divide-opacity));
}

.hover\:divide-gray-500:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #B9BED1;
  border-color: rgba(185, 190, 209, var(--divide-opacity));
}

.hover\:divide-gray-550:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9597a6;
  border-color: rgba(149, 151, 166, var(--divide-opacity));
}

.hover\:divide-gray-600:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--divide-opacity));
}

.hover\:divide-gray-700:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--divide-opacity));
}

.hover\:divide-gray-800:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--divide-opacity));
}

.hover\:divide-gray-900:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--divide-opacity));
}

.hover\:divide-gray:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--divide-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:divide-orange-900:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--divide-opacity));
}

.hover\:divide-yellow-100:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fffff0;
  border-color: rgba(255, 255, 240, var(--divide-opacity));
}

.hover\:divide-yellow-200:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fefcbf;
  border-color: rgba(254, 252, 191, var(--divide-opacity));
}

.hover\:divide-yellow-300:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #faf089;
  border-color: rgba(250, 240, 137, var(--divide-opacity));
}

.hover\:divide-yellow-400:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f6e05e;
  border-color: rgba(246, 224, 94, var(--divide-opacity));
}

.hover\:divide-yellow-500:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ecc94b;
  border-color: rgba(236, 201, 75, var(--divide-opacity));
}

.hover\:divide-yellow-600:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d69e2e;
  border-color: rgba(214, 158, 46, var(--divide-opacity));
}

.hover\:divide-yellow-700:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b7791f;
  border-color: rgba(183, 121, 31, var(--divide-opacity));
}

.hover\:divide-yellow-800:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #975a16;
  border-color: rgba(151, 90, 22, var(--divide-opacity));
}

.hover\:divide-yellow-900:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #744210;
  border-color: rgba(116, 66, 16, var(--divide-opacity));
}

.hover\:divide-green-100:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f0fff4;
  border-color: rgba(240, 255, 244, var(--divide-opacity));
}

.hover\:divide-green-200:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c6f6d5;
  border-color: rgba(198, 246, 213, var(--divide-opacity));
}

.hover\:divide-green-300:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9ae6b4;
  border-color: rgba(154, 230, 180, var(--divide-opacity));
}

.hover\:divide-green-400:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #68d391;
  border-color: rgba(104, 211, 145, var(--divide-opacity));
}

.hover\:divide-green-500:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #48bb78;
  border-color: rgba(72, 187, 120, var(--divide-opacity));
}

.hover\:divide-green-600:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #38a169;
  border-color: rgba(56, 161, 105, var(--divide-opacity));
}

.hover\:divide-green-700:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2f855a;
  border-color: rgba(47, 133, 90, var(--divide-opacity));
}

.hover\:divide-green-800:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #276749;
  border-color: rgba(39, 103, 73, var(--divide-opacity));
}

.hover\:divide-green-900:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #22543d;
  border-color: rgba(34, 84, 61, var(--divide-opacity));
}

.hover\:divide-teal-100:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--divide-opacity));
}

.hover\:divide-teal-200:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--divide-opacity));
}

.hover\:divide-teal-300:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--divide-opacity));
}

.hover\:divide-teal-400:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--divide-opacity));
}

.hover\:divide-teal-500:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--divide-opacity));
}

.hover\:divide-teal-600:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--divide-opacity));
}

.hover\:divide-teal-700:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--divide-opacity));
}

.hover\:divide-teal-800:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--divide-opacity));
}

.hover\:divide-teal-900:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--divide-opacity));
}

.hover\:divide-blue-100:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ebf8ff;
  border-color: rgba(235, 248, 255, var(--divide-opacity));
}

.hover\:divide-blue-200:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #bee3f8;
  border-color: rgba(190, 227, 248, var(--divide-opacity));
}

.hover\:divide-blue-300:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #90cdf4;
  border-color: rgba(144, 205, 244, var(--divide-opacity));
}

.hover\:divide-blue-400:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #63b3ed;
  border-color: rgba(99, 179, 237, var(--divide-opacity));
}

.hover\:divide-blue-500:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4299e1;
  border-color: rgba(66, 153, 225, var(--divide-opacity));
}

.hover\:divide-blue-600:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3182ce;
  border-color: rgba(49, 130, 206, var(--divide-opacity));
}

.hover\:divide-blue-700:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2b6cb0;
  border-color: rgba(43, 108, 176, var(--divide-opacity));
}

.hover\:divide-blue-800:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2c5282;
  border-color: rgba(44, 82, 130, var(--divide-opacity));
}

.hover\:divide-blue-900:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2a4365;
  border-color: rgba(42, 67, 101, var(--divide-opacity));
}

.hover\:divide-indigo-100:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--divide-opacity));
}

.hover\:divide-indigo-200:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--divide-opacity));
}

.hover\:divide-indigo-300:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--divide-opacity));
}

.hover\:divide-indigo-400:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--divide-opacity));
}

.hover\:divide-indigo-500:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--divide-opacity));
}

.hover\:divide-indigo-600:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--divide-opacity));
}

.hover\:divide-indigo-700:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--divide-opacity));
}

.hover\:divide-indigo-800:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--divide-opacity));
}

.hover\:divide-indigo-900:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--divide-opacity));
}

.hover\:divide-purple-100:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--divide-opacity));
}

.hover\:divide-purple-200:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--divide-opacity));
}

.hover\:divide-purple-300:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--divide-opacity));
}

.hover\:divide-purple-400:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--divide-opacity));
}

.hover\:divide-purple-500:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--divide-opacity));
}

.hover\:divide-purple-600:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--divide-opacity));
}

.hover\:divide-purple-700:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--divide-opacity));
}

.hover\:divide-purple-800:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--divide-opacity));
}

.hover\:divide-purple-900:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--divide-opacity));
}

.hover\:divide-pink-100:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--divide-opacity));
}

.hover\:divide-pink-200:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--divide-opacity));
}

.hover\:divide-pink-300:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--divide-opacity));
}

.hover\:divide-pink-400:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--divide-opacity));
}

.hover\:divide-pink-500:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--divide-opacity));
}

.hover\:divide-pink-600:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--divide-opacity));
}

.hover\:divide-pink-700:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--divide-opacity));
}

.hover\:divide-pink-800:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--divide-opacity));
}

.hover\:divide-pink-900:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--divide-opacity));
}

.hover\:divide-dark-blue:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #000142;
  border-color: rgba(0, 1, 66, var(--divide-opacity));
}

.hover\:divide-light-blue:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3B55E6;
  border-color: rgba(59, 85, 230, var(--divide-opacity));
}

.hover\:divide-pale-yellow:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #FBAF4E;
  border-color: rgba(251, 175, 78, var(--divide-opacity));
}

.hover\:divide-success:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #007E62;
  border-color: rgba(0, 126, 98, var(--divide-opacity));
}

.hover\:divide-error:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #F60139;
  border-color: rgba(246, 1, 57, var(--divide-opacity));
}

.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: #f0f2f7 !important;
  border-color: rgba(240, 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: #e3e8f0 !important;
  border-color: rgba(227, 232, 240, var(--divide-opacity)) !important;
}

.divide-gray-450 > :not(template) ~ :not(template)\! {
  --divide-opacity: 1 !important;
  border-color: #B0B5CC !important;
  border-color: rgba(176, 181, 204, var(--divide-opacity)) !important;
}

.divide-gray-500 > :not(template) ~ :not(template)\! {
  --divide-opacity: 1 !important;
  border-color: #B9BED1 !important;
  border-color: rgba(185, 190, 209, var(--divide-opacity)) !important;
}

.divide-gray-550 > :not(template) ~ :not(template)\! {
  --divide-opacity: 1 !important;
  border-color: #9597a6 !important;
  border-color: rgba(149, 151, 166, var(--divide-opacity)) !important;
}

.divide-gray-600 > :not(template) ~ :not(template)\! {
  --divide-opacity: 1 !important;
  border-color: #707070 !important;
  border-color: rgba(112, 112, 112, 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: #454545 !important;
  border-color: rgba(69, 69, 69, 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-gray > :not(template) ~ :not(template)\! {
  --divide-opacity: 1 !important;
  border-color: #454545 !important;
  border-color: rgba(69, 69, 69, 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-dark-blue > :not(template) ~ :not(template)\! {
  --divide-opacity: 1 !important;
  border-color: #000142 !important;
  border-color: rgba(0, 1, 66, var(--divide-opacity)) !important;
}

.divide-light-blue > :not(template) ~ :not(template)\! {
  --divide-opacity: 1 !important;
  border-color: #3B55E6 !important;
  border-color: rgba(59, 85, 230, var(--divide-opacity)) !important;
}

.divide-pale-yellow > :not(template) ~ :not(template)\! {
  --divide-opacity: 1 !important;
  border-color: #FBAF4E !important;
  border-color: rgba(251, 175, 78, var(--divide-opacity)) !important;
}

.divide-success > :not(template) ~ :not(template)\! {
  --divide-opacity: 1 !important;
  border-color: #007E62 !important;
  border-color: rgba(0, 126, 98, var(--divide-opacity)) !important;
}

.divide-error > :not(template) ~ :not(template)\! {
  --divide-opacity: 1 !important;
  border-color: #F60139 !important;
  border-color: rgba(246, 1, 57, var(--divide-opacity)) !important;
}

.divide-opacity-0 > :not(template) ~ :not(template) {
  --divide-opacity: 0;
}

.divide-opacity-25 > :not(template) ~ :not(template) {
  --divide-opacity: 0.25;
}

.divide-opacity-50 > :not(template) ~ :not(template) {
  --divide-opacity: 0.5;
}

.divide-opacity-75 > :not(template) ~ :not(template) {
  --divide-opacity: 0.75;
}

.divide-opacity-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
}

.even\:divide-opacity-0:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 0;
}

.even\:divide-opacity-25:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 0.25;
}

.even\:divide-opacity-50:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 0.5;
}

.even\:divide-opacity-75:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 0.75;
}

.even\:divide-opacity-100:nth-child(even) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
}

.odd\:divide-opacity-0:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 0;
}

.odd\:divide-opacity-25:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 0.25;
}

.odd\:divide-opacity-50:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 0.5;
}

.odd\:divide-opacity-75:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 0.75;
}

.odd\:divide-opacity-100:nth-child(odd) > :not(template) ~ :not(template) {
  --divide-opacity: 1;
}

.children\:divide-opacity-0 > * > :not(template) ~ :not(template) {
  --divide-opacity: 0;
}

.children\:divide-opacity-25 > * > :not(template) ~ :not(template) {
  --divide-opacity: 0.25;
}

.children\:divide-opacity-50 > * > :not(template) ~ :not(template) {
  --divide-opacity: 0.5;
}

.children\:divide-opacity-75 > * > :not(template) ~ :not(template) {
  --divide-opacity: 0.75;
}

.children\:divide-opacity-100 > * > :not(template) ~ :not(template) {
  --divide-opacity: 1;
}

.first\:divide-opacity-0:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 0;
}

.first\:divide-opacity-25:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 0.25;
}

.first\:divide-opacity-50:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 0.5;
}

.first\:divide-opacity-75:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 0.75;
}

.first\:divide-opacity-100:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
}

.last\:divide-opacity-0:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 0;
}

.last\:divide-opacity-25:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 0.25;
}

.last\:divide-opacity-50:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 0.5;
}

.last\:divide-opacity-75:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 0.75;
}

.last\:divide-opacity-100:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
}

.hover\:divide-opacity-0:hover > :not(template) ~ :not(template) {
  --divide-opacity: 0;
}

.hover\:divide-opacity-25:hover > :not(template) ~ :not(template) {
  --divide-opacity: 0.25;
}

.hover\:divide-opacity-50:hover > :not(template) ~ :not(template) {
  --divide-opacity: 0.5;
}

.hover\:divide-opacity-75:hover > :not(template) ~ :not(template) {
  --divide-opacity: 0.75;
}

.hover\:divide-opacity-100:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
}

.divide-opacity-0 > :not(template) ~ :not(template)\! {
  --divide-opacity: 0 !important;
}

.divide-opacity-25 > :not(template) ~ :not(template)\! {
  --divide-opacity: 0.25 !important;
}

.divide-opacity-50 > :not(template) ~ :not(template)\! {
  --divide-opacity: 0.5 !important;
}

.divide-opacity-75 > :not(template) ~ :not(template)\! {
  --divide-opacity: 0.75 !important;
}

.divide-opacity-100 > :not(template) ~ :not(template)\! {
  --divide-opacity: 1 !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.even\:sr-only:nth-child(even) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.even\:not-sr-only:nth-child(even) {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.odd\:sr-only:nth-child(odd) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.odd\:not-sr-only:nth-child(odd) {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.children\:sr-only > * {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.children\:not-sr-only > * {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.first\:sr-only:first-child {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.first\:not-sr-only:first-child {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.last\:sr-only:last-child {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.last\:not-sr-only:last-child {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.hover\:sr-only:hover {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.hover\:not-sr-only:hover {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.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;
}

.appearance-none {
  appearance: none;
}

.even\:appearance-none:nth-child(even) {
  appearance: none;
}

.odd\:appearance-none:nth-child(odd) {
  appearance: none;
}

.children\:appearance-none > * {
  appearance: none;
}

.first\:appearance-none:first-child {
  appearance: none;
}

.last\:appearance-none:last-child {
  appearance: none;
}

.hover\:appearance-none:hover {
  appearance: none;
}

.appearance-none\! {
  appearance: none !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.even\:bg-fixed:nth-child(even) {
  background-attachment: fixed;
}

.even\:bg-local:nth-child(even) {
  background-attachment: local;
}

.even\:bg-scroll:nth-child(even) {
  background-attachment: scroll;
}

.odd\:bg-fixed:nth-child(odd) {
  background-attachment: fixed;
}

.odd\:bg-local:nth-child(odd) {
  background-attachment: local;
}

.odd\:bg-scroll:nth-child(odd) {
  background-attachment: scroll;
}

.children\:bg-fixed > * {
  background-attachment: fixed;
}

.children\:bg-local > * {
  background-attachment: local;
}

.children\:bg-scroll > * {
  background-attachment: scroll;
}

.first\:bg-fixed:first-child {
  background-attachment: fixed;
}

.first\:bg-local:first-child {
  background-attachment: local;
}

.first\:bg-scroll:first-child {
  background-attachment: scroll;
}

.last\:bg-fixed:last-child {
  background-attachment: fixed;
}

.last\:bg-local:last-child {
  background-attachment: local;
}

.last\:bg-scroll:last-child {
  background-attachment: scroll;
}

.hover\:bg-fixed:hover {
  background-attachment: fixed;
}

.hover\:bg-local:hover {
  background-attachment: local;
}

.hover\:bg-scroll:hover {
  background-attachment: scroll;
}

.bg-fixed\! {
  background-attachment: fixed !important;
}

.bg-local\! {
  background-attachment: local !important;
}

.bg-scroll\! {
  background-attachment: scroll !important;
}

.bg-transparent {
  background-color: transparent;
}

.bg-current {
  background-color: currentColor;
}

.bg-black {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-gray-100 {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.bg-gray-200 {
  --bg-opacity: 1;
  background-color: #f0f2f7;
  background-color: rgba(240, 242, 247, var(--bg-opacity));
}

.bg-gray-300 {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.bg-gray-400 {
  --bg-opacity: 1;
  background-color: #e3e8f0;
  background-color: rgba(227, 232, 240, var(--bg-opacity));
}

.bg-gray-450 {
  --bg-opacity: 1;
  background-color: #B0B5CC;
  background-color: rgba(176, 181, 204, var(--bg-opacity));
}

.bg-gray-500 {
  --bg-opacity: 1;
  background-color: #B9BED1;
  background-color: rgba(185, 190, 209, var(--bg-opacity));
}

.bg-gray-550 {
  --bg-opacity: 1;
  background-color: #9597a6;
  background-color: rgba(149, 151, 166, var(--bg-opacity));
}

.bg-gray-600 {
  --bg-opacity: 1;
  background-color: #707070;
  background-color: rgba(112, 112, 112, var(--bg-opacity));
}

.bg-gray-700 {
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}

.bg-gray-800 {
  --bg-opacity: 1;
  background-color: #454545;
  background-color: rgba(69, 69, 69, var(--bg-opacity));
}

.bg-gray-900 {
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}

.bg-gray {
  --bg-opacity: 1;
  background-color: #454545;
  background-color: rgba(69, 69, 69, var(--bg-opacity));
}

.bg-red-100 {
  --bg-opacity: 1;
  background-color: #fff5f5;
  background-color: rgba(255, 245, 245, var(--bg-opacity));
}

.bg-red-200 {
  --bg-opacity: 1;
  background-color: #fed7d7;
  background-color: rgba(254, 215, 215, var(--bg-opacity));
}

.bg-red-300 {
  --bg-opacity: 1;
  background-color: #feb2b2;
  background-color: rgba(254, 178, 178, var(--bg-opacity));
}

.bg-red-400 {
  --bg-opacity: 1;
  background-color: #fc8181;
  background-color: rgba(252, 129, 129, var(--bg-opacity));
}

.bg-red-500 {
  --bg-opacity: 1;
  background-color: #f56565;
  background-color: rgba(245, 101, 101, var(--bg-opacity));
}

.bg-red-600 {
  --bg-opacity: 1;
  background-color: #e53e3e;
  background-color: rgba(229, 62, 62, var(--bg-opacity));
}

.bg-red-700 {
  --bg-opacity: 1;
  background-color: #c53030;
  background-color: rgba(197, 48, 48, var(--bg-opacity));
}

.bg-red-800 {
  --bg-opacity: 1;
  background-color: #9b2c2c;
  background-color: rgba(155, 44, 44, var(--bg-opacity));
}

.bg-red-900 {
  --bg-opacity: 1;
  background-color: #742a2a;
  background-color: rgba(116, 42, 42, var(--bg-opacity));
}

.bg-orange-100 {
  --bg-opacity: 1;
  background-color: #fffaf0;
  background-color: rgba(255, 250, 240, var(--bg-opacity));
}

.bg-orange-200 {
  --bg-opacity: 1;
  background-color: #feebc8;
  background-color: rgba(254, 235, 200, var(--bg-opacity));
}

.bg-orange-300 {
  --bg-opacity: 1;
  background-color: #fbd38d;
  background-color: rgba(251, 211, 141, var(--bg-opacity));
}

.bg-orange-400 {
  --bg-opacity: 1;
  background-color: #f6ad55;
  background-color: rgba(246, 173, 85, var(--bg-opacity));
}

.bg-orange-500 {
  --bg-opacity: 1;
  background-color: #ed8936;
  background-color: rgba(237, 137, 54, var(--bg-opacity));
}

.bg-orange-600 {
  --bg-opacity: 1;
  background-color: #dd6b20;
  background-color: rgba(221, 107, 32, var(--bg-opacity));
}

.bg-orange-700 {
  --bg-opacity: 1;
  background-color: #c05621;
  background-color: rgba(192, 86, 33, var(--bg-opacity));
}

.bg-orange-800 {
  --bg-opacity: 1;
  background-color: #9c4221;
  background-color: rgba(156, 66, 33, var(--bg-opacity));
}

.bg-orange-900 {
  --bg-opacity: 1;
  background-color: #7b341e;
  background-color: rgba(123, 52, 30, var(--bg-opacity));
}

.bg-yellow-100 {
  --bg-opacity: 1;
  background-color: #fffff0;
  background-color: rgba(255, 255, 240, var(--bg-opacity));
}

.bg-yellow-200 {
  --bg-opacity: 1;
  background-color: #fefcbf;
  background-color: rgba(254, 252, 191, var(--bg-opacity));
}

.bg-yellow-300 {
  --bg-opacity: 1;
  background-color: #faf089;
  background-color: rgba(250, 240, 137, var(--bg-opacity));
}

.bg-yellow-400 {
  --bg-opacity: 1;
  background-color: #f6e05e;
  background-color: rgba(246, 224, 94, var(--bg-opacity));
}

.bg-yellow-500 {
  --bg-opacity: 1;
  background-color: #ecc94b;
  background-color: rgba(236, 201, 75, var(--bg-opacity));
}

.bg-yellow-600 {
  --bg-opacity: 1;
  background-color: #d69e2e;
  background-color: rgba(214, 158, 46, var(--bg-opacity));
}

.bg-yellow-700 {
  --bg-opacity: 1;
  background-color: #b7791f;
  background-color: rgba(183, 121, 31, var(--bg-opacity));
}

.bg-yellow-800 {
  --bg-opacity: 1;
  background-color: #975a16;
  background-color: rgba(151, 90, 22, var(--bg-opacity));
}

.bg-yellow-900 {
  --bg-opacity: 1;
  background-color: #744210;
  background-color: rgba(116, 66, 16, var(--bg-opacity));
}

.bg-green-100 {
  --bg-opacity: 1;
  background-color: #f0fff4;
  background-color: rgba(240, 255, 244, var(--bg-opacity));
}

.bg-green-200 {
  --bg-opacity: 1;
  background-color: #c6f6d5;
  background-color: rgba(198, 246, 213, var(--bg-opacity));
}

.bg-green-300 {
  --bg-opacity: 1;
  background-color: #9ae6b4;
  background-color: rgba(154, 230, 180, var(--bg-opacity));
}

.bg-green-400 {
  --bg-opacity: 1;
  background-color: #68d391;
  background-color: rgba(104, 211, 145, var(--bg-opacity));
}

.bg-green-500 {
  --bg-opacity: 1;
  background-color: #48bb78;
  background-color: rgba(72, 187, 120, var(--bg-opacity));
}

.bg-green-600 {
  --bg-opacity: 1;
  background-color: #38a169;
  background-color: rgba(56, 161, 105, var(--bg-opacity));
}

.bg-green-700 {
  --bg-opacity: 1;
  background-color: #2f855a;
  background-color: rgba(47, 133, 90, var(--bg-opacity));
}

.bg-green-800 {
  --bg-opacity: 1;
  background-color: #276749;
  background-color: rgba(39, 103, 73, var(--bg-opacity));
}

.bg-green-900 {
  --bg-opacity: 1;
  background-color: #22543d;
  background-color: rgba(34, 84, 61, var(--bg-opacity));
}

.bg-teal-100 {
  --bg-opacity: 1;
  background-color: #e6fffa;
  background-color: rgba(230, 255, 250, var(--bg-opacity));
}

.bg-teal-200 {
  --bg-opacity: 1;
  background-color: #b2f5ea;
  background-color: rgba(178, 245, 234, var(--bg-opacity));
}

.bg-teal-300 {
  --bg-opacity: 1;
  background-color: #81e6d9;
  background-color: rgba(129, 230, 217, var(--bg-opacity));
}

.bg-teal-400 {
  --bg-opacity: 1;
  background-color: #4fd1c5;
  background-color: rgba(79, 209, 197, var(--bg-opacity));
}

.bg-teal-500 {
  --bg-opacity: 1;
  background-color: #38b2ac;
  background-color: rgba(56, 178, 172, var(--bg-opacity));
}

.bg-teal-600 {
  --bg-opacity: 1;
  background-color: #319795;
  background-color: rgba(49, 151, 149, var(--bg-opacity));
}

.bg-teal-700 {
  --bg-opacity: 1;
  background-color: #2c7a7b;
  background-color: rgba(44, 122, 123, var(--bg-opacity));
}

.bg-teal-800 {
  --bg-opacity: 1;
  background-color: #285e61;
  background-color: rgba(40, 94, 97, var(--bg-opacity));
}

.bg-teal-900 {
  --bg-opacity: 1;
  background-color: #234e52;
  background-color: rgba(35, 78, 82, var(--bg-opacity));
}

.bg-blue-100 {
  --bg-opacity: 1;
  background-color: #ebf8ff;
  background-color: rgba(235, 248, 255, var(--bg-opacity));
}

.bg-blue-200 {
  --bg-opacity: 1;
  background-color: #bee3f8;
  background-color: rgba(190, 227, 248, var(--bg-opacity));
}

.bg-blue-300 {
  --bg-opacity: 1;
  background-color: #90cdf4;
  background-color: rgba(144, 205, 244, var(--bg-opacity));
}

.bg-blue-400 {
  --bg-opacity: 1;
  background-color: #63b3ed;
  background-color: rgba(99, 179, 237, var(--bg-opacity));
}

.bg-blue-500 {
  --bg-opacity: 1;
  background-color: #4299e1;
  background-color: rgba(66, 153, 225, var(--bg-opacity));
}

.bg-blue-600 {
  --bg-opacity: 1;
  background-color: #3182ce;
  background-color: rgba(49, 130, 206, var(--bg-opacity));
}

.bg-blue-700 {
  --bg-opacity: 1;
  background-color: #2b6cb0;
  background-color: rgba(43, 108, 176, var(--bg-opacity));
}

.bg-blue-800 {
  --bg-opacity: 1;
  background-color: #2c5282;
  background-color: rgba(44, 82, 130, var(--bg-opacity));
}

.bg-blue-900 {
  --bg-opacity: 1;
  background-color: #2a4365;
  background-color: rgba(42, 67, 101, var(--bg-opacity));
}

.bg-indigo-100 {
  --bg-opacity: 1;
  background-color: #ebf4ff;
  background-color: rgba(235, 244, 255, var(--bg-opacity));
}

.bg-indigo-200 {
  --bg-opacity: 1;
  background-color: #c3dafe;
  background-color: rgba(195, 218, 254, var(--bg-opacity));
}

.bg-indigo-300 {
  --bg-opacity: 1;
  background-color: #a3bffa;
  background-color: rgba(163, 191, 250, var(--bg-opacity));
}

.bg-indigo-400 {
  --bg-opacity: 1;
  background-color: #7f9cf5;
  background-color: rgba(127, 156, 245, var(--bg-opacity));
}

.bg-indigo-500 {
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity));
}

.bg-indigo-600 {
  --bg-opacity: 1;
  background-color: #5a67d8;
  background-color: rgba(90, 103, 216, var(--bg-opacity));
}

.bg-indigo-700 {
  --bg-opacity: 1;
  background-color: #4c51bf;
  background-color: rgba(76, 81, 191, var(--bg-opacity));
}

.bg-indigo-800 {
  --bg-opacity: 1;
  background-color: #434190;
  background-color: rgba(67, 65, 144, var(--bg-opacity));
}

.bg-indigo-900 {
  --bg-opacity: 1;
  background-color: #3c366b;
  background-color: rgba(60, 54, 107, var(--bg-opacity));
}

.bg-purple-100 {
  --bg-opacity: 1;
  background-color: #faf5ff;
  background-color: rgba(250, 245, 255, var(--bg-opacity));
}

.bg-purple-200 {
  --bg-opacity: 1;
  background-color: #e9d8fd;
  background-color: rgba(233, 216, 253, var(--bg-opacity));
}

.bg-purple-300 {
  --bg-opacity: 1;
  background-color: #d6bcfa;
  background-color: rgba(214, 188, 250, var(--bg-opacity));
}

.bg-purple-400 {
  --bg-opacity: 1;
  background-color: #b794f4;
  background-color: rgba(183, 148, 244, var(--bg-opacity));
}

.bg-purple-500 {
  --bg-opacity: 1;
  background-color: #9f7aea;
  background-color: rgba(159, 122, 234, var(--bg-opacity));
}

.bg-purple-600 {
  --bg-opacity: 1;
  background-color: #805ad5;
  background-color: rgba(128, 90, 213, var(--bg-opacity));
}

.bg-purple-700 {
  --bg-opacity: 1;
  background-color: #6b46c1;
  background-color: rgba(107, 70, 193, var(--bg-opacity));
}

.bg-purple-800 {
  --bg-opacity: 1;
  background-color: #553c9a;
  background-color: rgba(85, 60, 154, var(--bg-opacity));
}

.bg-purple-900 {
  --bg-opacity: 1;
  background-color: #44337a;
  background-color: rgba(68, 51, 122, var(--bg-opacity));
}

.bg-pink-100 {
  --bg-opacity: 1;
  background-color: #fff5f7;
  background-color: rgba(255, 245, 247, var(--bg-opacity));
}

.bg-pink-200 {
  --bg-opacity: 1;
  background-color: #fed7e2;
  background-color: rgba(254, 215, 226, var(--bg-opacity));
}

.bg-pink-300 {
  --bg-opacity: 1;
  background-color: #fbb6ce;
  background-color: rgba(251, 182, 206, var(--bg-opacity));
}

.bg-pink-400 {
  --bg-opacity: 1;
  background-color: #f687b3;
  background-color: rgba(246, 135, 179, var(--bg-opacity));
}

.bg-pink-500 {
  --bg-opacity: 1;
  background-color: #ed64a6;
  background-color: rgba(237, 100, 166, var(--bg-opacity));
}

.bg-pink-600 {
  --bg-opacity: 1;
  background-color: #d53f8c;
  background-color: rgba(213, 63, 140, var(--bg-opacity));
}

.bg-pink-700 {
  --bg-opacity: 1;
  background-color: #b83280;
  background-color: rgba(184, 50, 128, var(--bg-opacity));
}

.bg-pink-800 {
  --bg-opacity: 1;
  background-color: #97266d;
  background-color: rgba(151, 38, 109, var(--bg-opacity));
}

.bg-pink-900 {
  --bg-opacity: 1;
  background-color: #702459;
  background-color: rgba(112, 36, 89, var(--bg-opacity));
}

.bg-dark-blue {
  --bg-opacity: 1;
  background-color: #000142;
  background-color: rgba(0, 1, 66, var(--bg-opacity));
}

.bg-light-blue {
  --bg-opacity: 1;
  background-color: #3B55E6;
  background-color: rgba(59, 85, 230, var(--bg-opacity));
}

.bg-pale-yellow {
  --bg-opacity: 1;
  background-color: #FBAF4E;
  background-color: rgba(251, 175, 78, var(--bg-opacity));
}

.bg-success {
  --bg-opacity: 1;
  background-color: #007E62;
  background-color: rgba(0, 126, 98, var(--bg-opacity));
}

.bg-error {
  --bg-opacity: 1;
  background-color: #F60139;
  background-color: rgba(246, 1, 57, var(--bg-opacity));
}

.even\:bg-transparent:nth-child(even) {
  background-color: transparent;
}

.even\:bg-current:nth-child(even) {
  background-color: currentColor;
}

.even\:bg-black:nth-child(even) {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.even\:bg-white:nth-child(even) {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.even\:bg-gray-100:nth-child(even) {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.even\:bg-gray-200:nth-child(even) {
  --bg-opacity: 1;
  background-color: #f0f2f7;
  background-color: rgba(240, 242, 247, var(--bg-opacity));
}

.even\:bg-gray-300:nth-child(even) {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.even\:bg-gray-400:nth-child(even) {
  --bg-opacity: 1;
  background-color: #e3e8f0;
  background-color: rgba(227, 232, 240, var(--bg-opacity));
}

.even\:bg-gray-450:nth-child(even) {
  --bg-opacity: 1;
  background-color: #B0B5CC;
  background-color: rgba(176, 181, 204, var(--bg-opacity));
}

.even\:bg-gray-500:nth-child(even) {
  --bg-opacity: 1;
  background-color: #B9BED1;
  background-color: rgba(185, 190, 209, var(--bg-opacity));
}

.even\:bg-gray-550:nth-child(even) {
  --bg-opacity: 1;
  background-color: #9597a6;
  background-color: rgba(149, 151, 166, var(--bg-opacity));
}

.even\:bg-gray-600:nth-child(even) {
  --bg-opacity: 1;
  background-color: #707070;
  background-color: rgba(112, 112, 112, var(--bg-opacity));
}

.even\:bg-gray-700:nth-child(even) {
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}

.even\:bg-gray-800:nth-child(even) {
  --bg-opacity: 1;
  background-color: #454545;
  background-color: rgba(69, 69, 69, var(--bg-opacity));
}

.even\:bg-gray-900:nth-child(even) {
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}

.even\:bg-gray:nth-child(even) {
  --bg-opacity: 1;
  background-color: #454545;
  background-color: rgba(69, 69, 69, var(--bg-opacity));
}

.even\:bg-red-100:nth-child(even) {
  --bg-opacity: 1;
  background-color: #fff5f5;
  background-color: rgba(255, 245, 245, var(--bg-opacity));
}

.even\:bg-red-200:nth-child(even) {
  --bg-opacity: 1;
  background-color: #fed7d7;
  background-color: rgba(254, 215, 215, var(--bg-opacity));
}

.even\:bg-red-300:nth-child(even) {
  --bg-opacity: 1;
  background-color: #feb2b2;
  background-color: rgba(254, 178, 178, var(--bg-opacity));
}

.even\:bg-red-400:nth-child(even) {
  --bg-opacity: 1;
  background-color: #fc8181;
  background-color: rgba(252, 129, 129, var(--bg-opacity));
}

.even\:bg-red-500:nth-child(even) {
  --bg-opacity: 1;
  background-color: #f56565;
  background-color: rgba(245, 101, 101, var(--bg-opacity));
}

.even\:bg-red-600:nth-child(even) {
  --bg-opacity: 1;
  background-color: #e53e3e;
  background-color: rgba(229, 62, 62, var(--bg-opacity));
}

.even\:bg-red-700:nth-child(even) {
  --bg-opacity: 1;
  background-color: #c53030;
  background-color: rgba(197, 48, 48, var(--bg-opacity));
}

.even\:bg-red-800:nth-child(even) {
  --bg-opacity: 1;
  background-color: #9b2c2c;
  background-color: rgba(155, 44, 44, var(--bg-opacity));
}

.even\:bg-red-900:nth-child(even) {
  --bg-opacity: 1;
  background-color: #742a2a;
  background-color: rgba(116, 42, 42, var(--bg-opacity));
}

.even\:bg-orange-100:nth-child(even) {
  --bg-opacity: 1;
  background-color: #fffaf0;
  background-color: rgba(255, 250, 240, var(--bg-opacity));
}

.even\:bg-orange-200:nth-child(even) {
  --bg-opacity: 1;
  background-color: #feebc8;
  background-color: rgba(254, 235, 200, var(--bg-opacity));
}

.even\:bg-orange-300:nth-child(even) {
  --bg-opacity: 1;
  background-color: #fbd38d;
  background-color: rgba(251, 211, 141, var(--bg-opacity));
}

.even\:bg-orange-400:nth-child(even) {
  --bg-opacity: 1;
  background-color: #f6ad55;
  background-color: rgba(246, 173, 85, var(--bg-opacity));
}

.even\:bg-orange-500:nth-child(even) {
  --bg-opacity: 1;
  background-color: #ed8936;
  background-color: rgba(237, 137, 54, var(--bg-opacity));
}

.even\:bg-orange-600:nth-child(even) {
  --bg-opacity: 1;
  background-color: #dd6b20;
  background-color: rgba(221, 107, 32, var(--bg-opacity));
}

.even\:bg-orange-700:nth-child(even) {
  --bg-opacity: 1;
  background-color: #c05621;
  background-color: rgba(192, 86, 33, var(--bg-opacity));
}

.even\:bg-orange-800:nth-child(even) {
  --bg-opacity: 1;
  background-color: #9c4221;
  background-color: rgba(156, 66, 33, var(--bg-opacity));
}

.even\:bg-orange-900:nth-child(even) {
  --bg-opacity: 1;
  background-color: #7b341e;
  background-color: rgba(123, 52, 30, var(--bg-opacity));
}

.even\:bg-yellow-100:nth-child(even) {
  --bg-opacity: 1;
  background-color: #fffff0;
  background-color: rgba(255, 255, 240, var(--bg-opacity));
}

.even\:bg-yellow-200:nth-child(even) {
  --bg-opacity: 1;
  background-color: #fefcbf;
  background-color: rgba(254, 252, 191, var(--bg-opacity));
}

.even\:bg-yellow-300:nth-child(even) {
  --bg-opacity: 1;
  background-color: #faf089;
  background-color: rgba(250, 240, 137, var(--bg-opacity));
}

.even\:bg-yellow-400:nth-child(even) {
  --bg-opacity: 1;
  background-color: #f6e05e;
  background-color: rgba(246, 224, 94, var(--bg-opacity));
}

.even\:bg-yellow-500:nth-child(even) {
  --bg-opacity: 1;
  background-color: #ecc94b;
  background-color: rgba(236, 201, 75, var(--bg-opacity));
}

.even\:bg-yellow-600:nth-child(even) {
  --bg-opacity: 1;
  background-color: #d69e2e;
  background-color: rgba(214, 158, 46, var(--bg-opacity));
}

.even\:bg-yellow-700:nth-child(even) {
  --bg-opacity: 1;
  background-color: #b7791f;
  background-color: rgba(183, 121, 31, var(--bg-opacity));
}

.even\:bg-yellow-800:nth-child(even) {
  --bg-opacity: 1;
  background-color: #975a16;
  background-color: rgba(151, 90, 22, var(--bg-opacity));
}

.even\:bg-yellow-900:nth-child(even) {
  --bg-opacity: 1;
  background-color: #744210;
  background-color: rgba(116, 66, 16, var(--bg-opacity));
}

.even\:bg-green-100:nth-child(even) {
  --bg-opacity: 1;
  background-color: #f0fff4;
  background-color: rgba(240, 255, 244, var(--bg-opacity));
}

.even\:bg-green-200:nth-child(even) {
  --bg-opacity: 1;
  background-color: #c6f6d5;
  background-color: rgba(198, 246, 213, var(--bg-opacity));
}

.even\:bg-green-300:nth-child(even) {
  --bg-opacity: 1;
  background-color: #9ae6b4;
  background-color: rgba(154, 230, 180, var(--bg-opacity));
}

.even\:bg-green-400:nth-child(even) {
  --bg-opacity: 1;
  background-color: #68d391;
  background-color: rgba(104, 211, 145, var(--bg-opacity));
}

.even\:bg-green-500:nth-child(even) {
  --bg-opacity: 1;
  background-color: #48bb78;
  background-color: rgba(72, 187, 120, var(--bg-opacity));
}

.even\:bg-green-600:nth-child(even) {
  --bg-opacity: 1;
  background-color: #38a169;
  background-color: rgba(56, 161, 105, var(--bg-opacity));
}

.even\:bg-green-700:nth-child(even) {
  --bg-opacity: 1;
  background-color: #2f855a;
  background-color: rgba(47, 133, 90, var(--bg-opacity));
}

.even\:bg-green-800:nth-child(even) {
  --bg-opacity: 1;
  background-color: #276749;
  background-color: rgba(39, 103, 73, var(--bg-opacity));
}

.even\:bg-green-900:nth-child(even) {
  --bg-opacity: 1;
  background-color: #22543d;
  background-color: rgba(34, 84, 61, var(--bg-opacity));
}

.even\:bg-teal-100:nth-child(even) {
  --bg-opacity: 1;
  background-color: #e6fffa;
  background-color: rgba(230, 255, 250, var(--bg-opacity));
}

.even\:bg-teal-200:nth-child(even) {
  --bg-opacity: 1;
  background-color: #b2f5ea;
  background-color: rgba(178, 245, 234, var(--bg-opacity));
}

.even\:bg-teal-300:nth-child(even) {
  --bg-opacity: 1;
  background-color: #81e6d9;
  background-color: rgba(129, 230, 217, var(--bg-opacity));
}

.even\:bg-teal-400:nth-child(even) {
  --bg-opacity: 1;
  background-color: #4fd1c5;
  background-color: rgba(79, 209, 197, var(--bg-opacity));
}

.even\:bg-teal-500:nth-child(even) {
  --bg-opacity: 1;
  background-color: #38b2ac;
  background-color: rgba(56, 178, 172, var(--bg-opacity));
}

.even\:bg-teal-600:nth-child(even) {
  --bg-opacity: 1;
  background-color: #319795;
  background-color: rgba(49, 151, 149, var(--bg-opacity));
}

.even\:bg-teal-700:nth-child(even) {
  --bg-opacity: 1;
  background-color: #2c7a7b;
  background-color: rgba(44, 122, 123, var(--bg-opacity));
}

.even\:bg-teal-800:nth-child(even) {
  --bg-opacity: 1;
  background-color: #285e61;
  background-color: rgba(40, 94, 97, var(--bg-opacity));
}

.even\:bg-teal-900:nth-child(even) {
  --bg-opacity: 1;
  background-color: #234e52;
  background-color: rgba(35, 78, 82, var(--bg-opacity));
}

.even\:bg-blue-100:nth-child(even) {
  --bg-opacity: 1;
  background-color: #ebf8ff;
  background-color: rgba(235, 248, 255, var(--bg-opacity));
}

.even\:bg-blue-200:nth-child(even) {
  --bg-opacity: 1;
  background-color: #bee3f8;
  background-color: rgba(190, 227, 248, var(--bg-opacity));
}

.even\:bg-blue-300:nth-child(even) {
  --bg-opacity: 1;
  background-color: #90cdf4;
  background-color: rgba(144, 205, 244, var(--bg-opacity));
}

.even\:bg-blue-400:nth-child(even) {
  --bg-opacity: 1;
  background-color: #63b3ed;
  background-color: rgba(99, 179, 237, var(--bg-opacity));
}

.even\:bg-blue-500:nth-child(even) {
  --bg-opacity: 1;
  background-color: #4299e1;
  background-color: rgba(66, 153, 225, var(--bg-opacity));
}

.even\:bg-blue-600:nth-child(even) {
  --bg-opacity: 1;
  background-color: #3182ce;
  background-color: rgba(49, 130, 206, var(--bg-opacity));
}

.even\:bg-blue-700:nth-child(even) {
  --bg-opacity: 1;
  background-color: #2b6cb0;
  background-color: rgba(43, 108, 176, var(--bg-opacity));
}

.even\:bg-blue-800:nth-child(even) {
  --bg-opacity: 1;
  background-color: #2c5282;
  background-color: rgba(44, 82, 130, var(--bg-opacity));
}

.even\:bg-blue-900:nth-child(even) {
  --bg-opacity: 1;
  background-color: #2a4365;
  background-color: rgba(42, 67, 101, var(--bg-opacity));
}

.even\:bg-indigo-100:nth-child(even) {
  --bg-opacity: 1;
  background-color: #ebf4ff;
  background-color: rgba(235, 244, 255, var(--bg-opacity));
}

.even\:bg-indigo-200:nth-child(even) {
  --bg-opacity: 1;
  background-color: #c3dafe;
  background-color: rgba(195, 218, 254, var(--bg-opacity));
}

.even\:bg-indigo-300:nth-child(even) {
  --bg-opacity: 1;
  background-color: #a3bffa;
  background-color: rgba(163, 191, 250, var(--bg-opacity));
}

.even\:bg-indigo-400:nth-child(even) {
  --bg-opacity: 1;
  background-color: #7f9cf5;
  background-color: rgba(127, 156, 245, var(--bg-opacity));
}

.even\:bg-indigo-500:nth-child(even) {
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity));
}

.even\:bg-indigo-600:nth-child(even) {
  --bg-opacity: 1;
  background-color: #5a67d8;
  background-color: rgba(90, 103, 216, var(--bg-opacity));
}

.even\:bg-indigo-700:nth-child(even) {
  --bg-opacity: 1;
  background-color: #4c51bf;
  background-color: rgba(76, 81, 191, var(--bg-opacity));
}

.even\:bg-indigo-800:nth-child(even) {
  --bg-opacity: 1;
  background-color: #434190;
  background-color: rgba(67, 65, 144, var(--bg-opacity));
}

.even\:bg-indigo-900:nth-child(even) {
  --bg-opacity: 1;
  background-color: #3c366b;
  background-color: rgba(60, 54, 107, var(--bg-opacity));
}

.even\:bg-purple-100:nth-child(even) {
  --bg-opacity: 1;
  background-color: #faf5ff;
  background-color: rgba(250, 245, 255, var(--bg-opacity));
}

.even\:bg-purple-200:nth-child(even) {
  --bg-opacity: 1;
  background-color: #e9d8fd;
  background-color: rgba(233, 216, 253, var(--bg-opacity));
}

.even\:bg-purple-300:nth-child(even) {
  --bg-opacity: 1;
  background-color: #d6bcfa;
  background-color: rgba(214, 188, 250, var(--bg-opacity));
}

.even\:bg-purple-400:nth-child(even) {
  --bg-opacity: 1;
  background-color: #b794f4;
  background-color: rgba(183, 148, 244, var(--bg-opacity));
}

.even\:bg-purple-500:nth-child(even) {
  --bg-opacity: 1;
  background-color: #9f7aea;
  background-color: rgba(159, 122, 234, var(--bg-opacity));
}

.even\:bg-purple-600:nth-child(even) {
  --bg-opacity: 1;
  background-color: #805ad5;
  background-color: rgba(128, 90, 213, var(--bg-opacity));
}

.even\:bg-purple-700:nth-child(even) {
  --bg-opacity: 1;
  background-color: #6b46c1;
  background-color: rgba(107, 70, 193, var(--bg-opacity));
}

.even\:bg-purple-800:nth-child(even) {
  --bg-opacity: 1;
  background-color: #553c9a;
  background-color: rgba(85, 60, 154, var(--bg-opacity));
}

.even\:bg-purple-900:nth-child(even) {
  --bg-opacity: 1;
  background-color: #44337a;
  background-color: rgba(68, 51, 122, var(--bg-opacity));
}

.even\:bg-pink-100:nth-child(even) {
  --bg-opacity: 1;
  background-color: #fff5f7;
  background-color: rgba(255, 245, 247, var(--bg-opacity));
}

.even\:bg-pink-200:nth-child(even) {
  --bg-opacity: 1;
  background-color: #fed7e2;
  background-color: rgba(254, 215, 226, var(--bg-opacity));
}

.even\:bg-pink-300:nth-child(even) {
  --bg-opacity: 1;
  background-color: #fbb6ce;
  background-color: rgba(251, 182, 206, var(--bg-opacity));
}

.even\:bg-pink-400:nth-child(even) {
  --bg-opacity: 1;
  background-color: #f687b3;
  background-color: rgba(246, 135, 179, var(--bg-opacity));
}

.even\:bg-pink-500:nth-child(even) {
  --bg-opacity: 1;
  background-color: #ed64a6;
  background-color: rgba(237, 100, 166, var(--bg-opacity));
}

.even\:bg-pink-600:nth-child(even) {
  --bg-opacity: 1;
  background-color: #d53f8c;
  background-color: rgba(213, 63, 140, var(--bg-opacity));
}

.even\:bg-pink-700:nth-child(even) {
  --bg-opacity: 1;
  background-color: #b83280;
  background-color: rgba(184, 50, 128, var(--bg-opacity));
}

.even\:bg-pink-800:nth-child(even) {
  --bg-opacity: 1;
  background-color: #97266d;
  background-color: rgba(151, 38, 109, var(--bg-opacity));
}

.even\:bg-pink-900:nth-child(even) {
  --bg-opacity: 1;
  background-color: #702459;
  background-color: rgba(112, 36, 89, var(--bg-opacity));
}

.even\:bg-dark-blue:nth-child(even) {
  --bg-opacity: 1;
  background-color: #000142;
  background-color: rgba(0, 1, 66, var(--bg-opacity));
}

.even\:bg-light-blue:nth-child(even) {
  --bg-opacity: 1;
  background-color: #3B55E6;
  background-color: rgba(59, 85, 230, var(--bg-opacity));
}

.even\:bg-pale-yellow:nth-child(even) {
  --bg-opacity: 1;
  background-color: #FBAF4E;
  background-color: rgba(251, 175, 78, var(--bg-opacity));
}

.even\:bg-success:nth-child(even) {
  --bg-opacity: 1;
  background-color: #007E62;
  background-color: rgba(0, 126, 98, var(--bg-opacity));
}

.even\:bg-error:nth-child(even) {
  --bg-opacity: 1;
  background-color: #F60139;
  background-color: rgba(246, 1, 57, var(--bg-opacity));
}

.odd\:bg-transparent:nth-child(odd) {
  background-color: transparent;
}

.odd\:bg-current:nth-child(odd) {
  background-color: currentColor;
}

.odd\:bg-black:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.odd\:bg-white:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.odd\:bg-gray-100:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.odd\:bg-gray-200:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #f0f2f7;
  background-color: rgba(240, 242, 247, var(--bg-opacity));
}

.odd\:bg-gray-300:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.odd\:bg-gray-400:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #e3e8f0;
  background-color: rgba(227, 232, 240, var(--bg-opacity));
}

.odd\:bg-gray-450:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #B0B5CC;
  background-color: rgba(176, 181, 204, var(--bg-opacity));
}

.odd\:bg-gray-500:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #B9BED1;
  background-color: rgba(185, 190, 209, var(--bg-opacity));
}

.odd\:bg-gray-550:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #9597a6;
  background-color: rgba(149, 151, 166, var(--bg-opacity));
}

.odd\:bg-gray-600:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #707070;
  background-color: rgba(112, 112, 112, var(--bg-opacity));
}

.odd\:bg-gray-700:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}

.odd\:bg-gray-800:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #454545;
  background-color: rgba(69, 69, 69, var(--bg-opacity));
}

.odd\:bg-gray-900:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}

.odd\:bg-gray:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #454545;
  background-color: rgba(69, 69, 69, var(--bg-opacity));
}

.odd\:bg-red-100:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #fff5f5;
  background-color: rgba(255, 245, 245, var(--bg-opacity));
}

.odd\:bg-red-200:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #fed7d7;
  background-color: rgba(254, 215, 215, var(--bg-opacity));
}

.odd\:bg-red-300:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #feb2b2;
  background-color: rgba(254, 178, 178, var(--bg-opacity));
}

.odd\:bg-red-400:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #fc8181;
  background-color: rgba(252, 129, 129, var(--bg-opacity));
}

.odd\:bg-red-500:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #f56565;
  background-color: rgba(245, 101, 101, var(--bg-opacity));
}

.odd\:bg-red-600:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #e53e3e;
  background-color: rgba(229, 62, 62, var(--bg-opacity));
}

.odd\:bg-red-700:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #c53030;
  background-color: rgba(197, 48, 48, var(--bg-opacity));
}

.odd\:bg-red-800:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #9b2c2c;
  background-color: rgba(155, 44, 44, var(--bg-opacity));
}

.odd\:bg-red-900:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #742a2a;
  background-color: rgba(116, 42, 42, var(--bg-opacity));
}

.odd\:bg-orange-100:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #fffaf0;
  background-color: rgba(255, 250, 240, var(--bg-opacity));
}

.odd\:bg-orange-200:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #feebc8;
  background-color: rgba(254, 235, 200, var(--bg-opacity));
}

.odd\:bg-orange-300:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #fbd38d;
  background-color: rgba(251, 211, 141, var(--bg-opacity));
}

.odd\:bg-orange-400:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #f6ad55;
  background-color: rgba(246, 173, 85, var(--bg-opacity));
}

.odd\:bg-orange-500:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #ed8936;
  background-color: rgba(237, 137, 54, var(--bg-opacity));
}

.odd\:bg-orange-600:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #dd6b20;
  background-color: rgba(221, 107, 32, var(--bg-opacity));
}

.odd\:bg-orange-700:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #c05621;
  background-color: rgba(192, 86, 33, var(--bg-opacity));
}

.odd\:bg-orange-800:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #9c4221;
  background-color: rgba(156, 66, 33, var(--bg-opacity));
}

.odd\:bg-orange-900:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #7b341e;
  background-color: rgba(123, 52, 30, var(--bg-opacity));
}

.odd\:bg-yellow-100:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #fffff0;
  background-color: rgba(255, 255, 240, var(--bg-opacity));
}

.odd\:bg-yellow-200:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #fefcbf;
  background-color: rgba(254, 252, 191, var(--bg-opacity));
}

.odd\:bg-yellow-300:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #faf089;
  background-color: rgba(250, 240, 137, var(--bg-opacity));
}

.odd\:bg-yellow-400:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #f6e05e;
  background-color: rgba(246, 224, 94, var(--bg-opacity));
}

.odd\:bg-yellow-500:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #ecc94b;
  background-color: rgba(236, 201, 75, var(--bg-opacity));
}

.odd\:bg-yellow-600:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #d69e2e;
  background-color: rgba(214, 158, 46, var(--bg-opacity));
}

.odd\:bg-yellow-700:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #b7791f;
  background-color: rgba(183, 121, 31, var(--bg-opacity));
}

.odd\:bg-yellow-800:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #975a16;
  background-color: rgba(151, 90, 22, var(--bg-opacity));
}

.odd\:bg-yellow-900:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #744210;
  background-color: rgba(116, 66, 16, var(--bg-opacity));
}

.odd\:bg-green-100:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #f0fff4;
  background-color: rgba(240, 255, 244, var(--bg-opacity));
}

.odd\:bg-green-200:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #c6f6d5;
  background-color: rgba(198, 246, 213, var(--bg-opacity));
}

.odd\:bg-green-300:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #9ae6b4;
  background-color: rgba(154, 230, 180, var(--bg-opacity));
}

.odd\:bg-green-400:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #68d391;
  background-color: rgba(104, 211, 145, var(--bg-opacity));
}

.odd\:bg-green-500:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #48bb78;
  background-color: rgba(72, 187, 120, var(--bg-opacity));
}

.odd\:bg-green-600:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #38a169;
  background-color: rgba(56, 161, 105, var(--bg-opacity));
}

.odd\:bg-green-700:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #2f855a;
  background-color: rgba(47, 133, 90, var(--bg-opacity));
}

.odd\:bg-green-800:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #276749;
  background-color: rgba(39, 103, 73, var(--bg-opacity));
}

.odd\:bg-green-900:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #22543d;
  background-color: rgba(34, 84, 61, var(--bg-opacity));
}

.odd\:bg-teal-100:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #e6fffa;
  background-color: rgba(230, 255, 250, var(--bg-opacity));
}

.odd\:bg-teal-200:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #b2f5ea;
  background-color: rgba(178, 245, 234, var(--bg-opacity));
}

.odd\:bg-teal-300:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #81e6d9;
  background-color: rgba(129, 230, 217, var(--bg-opacity));
}

.odd\:bg-teal-400:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #4fd1c5;
  background-color: rgba(79, 209, 197, var(--bg-opacity));
}

.odd\:bg-teal-500:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #38b2ac;
  background-color: rgba(56, 178, 172, var(--bg-opacity));
}

.odd\:bg-teal-600:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #319795;
  background-color: rgba(49, 151, 149, var(--bg-opacity));
}

.odd\:bg-teal-700:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #2c7a7b;
  background-color: rgba(44, 122, 123, var(--bg-opacity));
}

.odd\:bg-teal-800:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #285e61;
  background-color: rgba(40, 94, 97, var(--bg-opacity));
}

.odd\:bg-teal-900:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #234e52;
  background-color: rgba(35, 78, 82, var(--bg-opacity));
}

.odd\:bg-blue-100:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #ebf8ff;
  background-color: rgba(235, 248, 255, var(--bg-opacity));
}

.odd\:bg-blue-200:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #bee3f8;
  background-color: rgba(190, 227, 248, var(--bg-opacity));
}

.odd\:bg-blue-300:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #90cdf4;
  background-color: rgba(144, 205, 244, var(--bg-opacity));
}

.odd\:bg-blue-400:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #63b3ed;
  background-color: rgba(99, 179, 237, var(--bg-opacity));
}

.odd\:bg-blue-500:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #4299e1;
  background-color: rgba(66, 153, 225, var(--bg-opacity));
}

.odd\:bg-blue-600:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #3182ce;
  background-color: rgba(49, 130, 206, var(--bg-opacity));
}

.odd\:bg-blue-700:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #2b6cb0;
  background-color: rgba(43, 108, 176, var(--bg-opacity));
}

.odd\:bg-blue-800:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #2c5282;
  background-color: rgba(44, 82, 130, var(--bg-opacity));
}

.odd\:bg-blue-900:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #2a4365;
  background-color: rgba(42, 67, 101, var(--bg-opacity));
}

.odd\:bg-indigo-100:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #ebf4ff;
  background-color: rgba(235, 244, 255, var(--bg-opacity));
}

.odd\:bg-indigo-200:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #c3dafe;
  background-color: rgba(195, 218, 254, var(--bg-opacity));
}

.odd\:bg-indigo-300:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #a3bffa;
  background-color: rgba(163, 191, 250, var(--bg-opacity));
}

.odd\:bg-indigo-400:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #7f9cf5;
  background-color: rgba(127, 156, 245, var(--bg-opacity));
}

.odd\:bg-indigo-500:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity));
}

.odd\:bg-indigo-600:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #5a67d8;
  background-color: rgba(90, 103, 216, var(--bg-opacity));
}

.odd\:bg-indigo-700:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #4c51bf;
  background-color: rgba(76, 81, 191, var(--bg-opacity));
}

.odd\:bg-indigo-800:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #434190;
  background-color: rgba(67, 65, 144, var(--bg-opacity));
}

.odd\:bg-indigo-900:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #3c366b;
  background-color: rgba(60, 54, 107, var(--bg-opacity));
}

.odd\:bg-purple-100:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #faf5ff;
  background-color: rgba(250, 245, 255, var(--bg-opacity));
}

.odd\:bg-purple-200:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #e9d8fd;
  background-color: rgba(233, 216, 253, var(--bg-opacity));
}

.odd\:bg-purple-300:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #d6bcfa;
  background-color: rgba(214, 188, 250, var(--bg-opacity));
}

.odd\:bg-purple-400:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #b794f4;
  background-color: rgba(183, 148, 244, var(--bg-opacity));
}

.odd\:bg-purple-500:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #9f7aea;
  background-color: rgba(159, 122, 234, var(--bg-opacity));
}

.odd\:bg-purple-600:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #805ad5;
  background-color: rgba(128, 90, 213, var(--bg-opacity));
}

.odd\:bg-purple-700:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #6b46c1;
  background-color: rgba(107, 70, 193, var(--bg-opacity));
}

.odd\:bg-purple-800:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #553c9a;
  background-color: rgba(85, 60, 154, var(--bg-opacity));
}

.odd\:bg-purple-900:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #44337a;
  background-color: rgba(68, 51, 122, var(--bg-opacity));
}

.odd\:bg-pink-100:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #fff5f7;
  background-color: rgba(255, 245, 247, var(--bg-opacity));
}

.odd\:bg-pink-200:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #fed7e2;
  background-color: rgba(254, 215, 226, var(--bg-opacity));
}

.odd\:bg-pink-300:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #fbb6ce;
  background-color: rgba(251, 182, 206, var(--bg-opacity));
}

.odd\:bg-pink-400:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #f687b3;
  background-color: rgba(246, 135, 179, var(--bg-opacity));
}

.odd\:bg-pink-500:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #ed64a6;
  background-color: rgba(237, 100, 166, var(--bg-opacity));
}

.odd\:bg-pink-600:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #d53f8c;
  background-color: rgba(213, 63, 140, var(--bg-opacity));
}

.odd\:bg-pink-700:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #b83280;
  background-color: rgba(184, 50, 128, var(--bg-opacity));
}

.odd\:bg-pink-800:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #97266d;
  background-color: rgba(151, 38, 109, var(--bg-opacity));
}

.odd\:bg-pink-900:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #702459;
  background-color: rgba(112, 36, 89, var(--bg-opacity));
}

.odd\:bg-dark-blue:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #000142;
  background-color: rgba(0, 1, 66, var(--bg-opacity));
}

.odd\:bg-light-blue:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #3B55E6;
  background-color: rgba(59, 85, 230, var(--bg-opacity));
}

.odd\:bg-pale-yellow:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #FBAF4E;
  background-color: rgba(251, 175, 78, var(--bg-opacity));
}

.odd\:bg-success:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #007E62;
  background-color: rgba(0, 126, 98, var(--bg-opacity));
}

.odd\:bg-error:nth-child(odd) {
  --bg-opacity: 1;
  background-color: #F60139;
  background-color: rgba(246, 1, 57, var(--bg-opacity));
}

.children\:bg-transparent > * {
  background-color: transparent;
}

.children\:bg-current > * {
  background-color: currentColor;
}

.children\:bg-black > * {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.children\:bg-white > * {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.children\:bg-gray-100 > * {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.children\:bg-gray-200 > * {
  --bg-opacity: 1;
  background-color: #f0f2f7;
  background-color: rgba(240, 242, 247, var(--bg-opacity));
}

.children\:bg-gray-300 > * {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.children\:bg-gray-400 > * {
  --bg-opacity: 1;
  background-color: #e3e8f0;
  background-color: rgba(227, 232, 240, var(--bg-opacity));
}

.children\:bg-gray-450 > * {
  --bg-opacity: 1;
  background-color: #B0B5CC;
  background-color: rgba(176, 181, 204, var(--bg-opacity));
}

.children\:bg-gray-500 > * {
  --bg-opacity: 1;
  background-color: #B9BED1;
  background-color: rgba(185, 190, 209, var(--bg-opacity));
}

.children\:bg-gray-550 > * {
  --bg-opacity: 1;
  background-color: #9597a6;
  background-color: rgba(149, 151, 166, var(--bg-opacity));
}

.children\:bg-gray-600 > * {
  --bg-opacity: 1;
  background-color: #707070;
  background-color: rgba(112, 112, 112, var(--bg-opacity));
}

.children\:bg-gray-700 > * {
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}

.children\:bg-gray-800 > * {
  --bg-opacity: 1;
  background-color: #454545;
  background-color: rgba(69, 69, 69, var(--bg-opacity));
}

.children\:bg-gray-900 > * {
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}

.children\:bg-gray > * {
  --bg-opacity: 1;
  background-color: #454545;
  background-color: rgba(69, 69, 69, var(--bg-opacity));
}

.children\:bg-red-100 > * {
  --bg-opacity: 1;
  background-color: #fff5f5;
  background-color: rgba(255, 245, 245, var(--bg-opacity));
}

.children\:bg-red-200 > * {
  --bg-opacity: 1;
  background-color: #fed7d7;
  background-color: rgba(254, 215, 215, var(--bg-opacity));
}

.children\:bg-red-300 > * {
  --bg-opacity: 1;
  background-color: #feb2b2;
  background-color: rgba(254, 178, 178, var(--bg-opacity));
}

.children\:bg-red-400 > * {
  --bg-opacity: 1;
  background-color: #fc8181;
  background-color: rgba(252, 129, 129, var(--bg-opacity));
}

.children\:bg-red-500 > * {
  --bg-opacity: 1;
  background-color: #f56565;
  background-color: rgba(245, 101, 101, var(--bg-opacity));
}

.children\:bg-red-600 > * {
  --bg-opacity: 1;
  background-color: #e53e3e;
  background-color: rgba(229, 62, 62, var(--bg-opacity));
}

.children\:bg-red-700 > * {
  --bg-opacity: 1;
  background-color: #c53030;
  background-color: rgba(197, 48, 48, var(--bg-opacity));
}

.children\:bg-red-800 > * {
  --bg-opacity: 1;
  background-color: #9b2c2c;
  background-color: rgba(155, 44, 44, var(--bg-opacity));
}

.children\:bg-red-900 > * {
  --bg-opacity: 1;
  background-color: #742a2a;
  background-color: rgba(116, 42, 42, var(--bg-opacity));
}

.children\:bg-orange-100 > * {
  --bg-opacity: 1;
  background-color: #fffaf0;
  background-color: rgba(255, 250, 240, var(--bg-opacity));
}

.children\:bg-orange-200 > * {
  --bg-opacity: 1;
  background-color: #feebc8;
  background-color: rgba(254, 235, 200, var(--bg-opacity));
}

.children\:bg-orange-300 > * {
  --bg-opacity: 1;
  background-color: #fbd38d;
  background-color: rgba(251, 211, 141, var(--bg-opacity));
}

.children\:bg-orange-400 > * {
  --bg-opacity: 1;
  background-color: #f6ad55;
  background-color: rgba(246, 173, 85, var(--bg-opacity));
}

.children\:bg-orange-500 > * {
  --bg-opacity: 1;
  background-color: #ed8936;
  background-color: rgba(237, 137, 54, var(--bg-opacity));
}

.children\:bg-orange-600 > * {
  --bg-opacity: 1;
  background-color: #dd6b20;
  background-color: rgba(221, 107, 32, var(--bg-opacity));
}

.children\:bg-orange-700 > * {
  --bg-opacity: 1;
  background-color: #c05621;
  background-color: rgba(192, 86, 33, var(--bg-opacity));
}

.children\:bg-orange-800 > * {
  --bg-opacity: 1;
  background-color: #9c4221;
  background-color: rgba(156, 66, 33, var(--bg-opacity));
}

.children\:bg-orange-900 > * {
  --bg-opacity: 1;
  background-color: #7b341e;
  background-color: rgba(123, 52, 30, var(--bg-opacity));
}

.children\:bg-yellow-100 > * {
  --bg-opacity: 1;
  background-color: #fffff0;
  background-color: rgba(255, 255, 240, var(--bg-opacity));
}

.children\:bg-yellow-200 > * {
  --bg-opacity: 1;
  background-color: #fefcbf;
  background-color: rgba(254, 252, 191, var(--bg-opacity));
}

.children\:bg-yellow-300 > * {
  --bg-opacity: 1;
  background-color: #faf089;
  background-color: rgba(250, 240, 137, var(--bg-opacity));
}

.children\:bg-yellow-400 > * {
  --bg-opacity: 1;
  background-color: #f6e05e;
  background-color: rgba(246, 224, 94, var(--bg-opacity));
}

.children\:bg-yellow-500 > * {
  --bg-opacity: 1;
  background-color: #ecc94b;
  background-color: rgba(236, 201, 75, var(--bg-opacity));
}

.children\:bg-yellow-600 > * {
  --bg-opacity: 1;
  background-color: #d69e2e;
  background-color: rgba(214, 158, 46, var(--bg-opacity));
}

.children\:bg-yellow-700 > * {
  --bg-opacity: 1;
  background-color: #b7791f;
  background-color: rgba(183, 121, 31, var(--bg-opacity));
}

.children\:bg-yellow-800 > * {
  --bg-opacity: 1;
  background-color: #975a16;
  background-color: rgba(151, 90, 22, var(--bg-opacity));
}

.children\:bg-yellow-900 > * {
  --bg-opacity: 1;
  background-color: #744210;
  background-color: rgba(116, 66, 16, var(--bg-opacity));
}

.children\:bg-green-100 > * {
  --bg-opacity: 1;
  background-color: #f0fff4;
  background-color: rgba(240, 255, 244, var(--bg-opacity));
}

.children\:bg-green-200 > * {
  --bg-opacity: 1;
  background-color: #c6f6d5;
  background-color: rgba(198, 246, 213, var(--bg-opacity));
}

.children\:bg-green-300 > * {
  --bg-opacity: 1;
  background-color: #9ae6b4;
  background-color: rgba(154, 230, 180, var(--bg-opacity));
}

.children\:bg-green-400 > * {
  --bg-opacity: 1;
  background-color: #68d391;
  background-color: rgba(104, 211, 145, var(--bg-opacity));
}

.children\:bg-green-500 > * {
  --bg-opacity: 1;
  background-color: #48bb78;
  background-color: rgba(72, 187, 120, var(--bg-opacity));
}

.children\:bg-green-600 > * {
  --bg-opacity: 1;
  background-color: #38a169;
  background-color: rgba(56, 161, 105, var(--bg-opacity));
}

.children\:bg-green-700 > * {
  --bg-opacity: 1;
  background-color: #2f855a;
  background-color: rgba(47, 133, 90, var(--bg-opacity));
}

.children\:bg-green-800 > * {
  --bg-opacity: 1;
  background-color: #276749;
  background-color: rgba(39, 103, 73, var(--bg-opacity));
}

.children\:bg-green-900 > * {
  --bg-opacity: 1;
  background-color: #22543d;
  background-color: rgba(34, 84, 61, var(--bg-opacity));
}

.children\:bg-teal-100 > * {
  --bg-opacity: 1;
  background-color: #e6fffa;
  background-color: rgba(230, 255, 250, var(--bg-opacity));
}

.children\:bg-teal-200 > * {
  --bg-opacity: 1;
  background-color: #b2f5ea;
  background-color: rgba(178, 245, 234, var(--bg-opacity));
}

.children\:bg-teal-300 > * {
  --bg-opacity: 1;
  background-color: #81e6d9;
  background-color: rgba(129, 230, 217, var(--bg-opacity));
}

.children\:bg-teal-400 > * {
  --bg-opacity: 1;
  background-color: #4fd1c5;
  background-color: rgba(79, 209, 197, var(--bg-opacity));
}

.children\:bg-teal-500 > * {
  --bg-opacity: 1;
  background-color: #38b2ac;
  background-color: rgba(56, 178, 172, var(--bg-opacity));
}

.children\:bg-teal-600 > * {
  --bg-opacity: 1;
  background-color: #319795;
  background-color: rgba(49, 151, 149, var(--bg-opacity));
}

.children\:bg-teal-700 > * {
  --bg-opacity: 1;
  background-color: #2c7a7b;
  background-color: rgba(44, 122, 123, var(--bg-opacity));
}

.children\:bg-teal-800 > * {
  --bg-opacity: 1;
  background-color: #285e61;
  background-color: rgba(40, 94, 97, var(--bg-opacity));
}

.children\:bg-teal-900 > * {
  --bg-opacity: 1;
  background-color: #234e52;
  background-color: rgba(35, 78, 82, var(--bg-opacity));
}

.children\:bg-blue-100 > * {
  --bg-opacity: 1;
  background-color: #ebf8ff;
  background-color: rgba(235, 248, 255, var(--bg-opacity));
}

.children\:bg-blue-200 > * {
  --bg-opacity: 1;
  background-color: #bee3f8;
  background-color: rgba(190, 227, 248, var(--bg-opacity));
}

.children\:bg-blue-300 > * {
  --bg-opacity: 1;
  background-color: #90cdf4;
  background-color: rgba(144, 205, 244, var(--bg-opacity));
}

.children\:bg-blue-400 > * {
  --bg-opacity: 1;
  background-color: #63b3ed;
  background-color: rgba(99, 179, 237, var(--bg-opacity));
}

.children\:bg-blue-500 > * {
  --bg-opacity: 1;
  background-color: #4299e1;
  background-color: rgba(66, 153, 225, var(--bg-opacity));
}

.children\:bg-blue-600 > * {
  --bg-opacity: 1;
  background-color: #3182ce;
  background-color: rgba(49, 130, 206, var(--bg-opacity));
}

.children\:bg-blue-700 > * {
  --bg-opacity: 1;
  background-color: #2b6cb0;
  background-color: rgba(43, 108, 176, var(--bg-opacity));
}

.children\:bg-blue-800 > * {
  --bg-opacity: 1;
  background-color: #2c5282;
  background-color: rgba(44, 82, 130, var(--bg-opacity));
}

.children\:bg-blue-900 > * {
  --bg-opacity: 1;
  background-color: #2a4365;
  background-color: rgba(42, 67, 101, var(--bg-opacity));
}

.children\:bg-indigo-100 > * {
  --bg-opacity: 1;
  background-color: #ebf4ff;
  background-color: rgba(235, 244, 255, var(--bg-opacity));
}

.children\:bg-indigo-200 > * {
  --bg-opacity: 1;
  background-color: #c3dafe;
  background-color: rgba(195, 218, 254, var(--bg-opacity));
}

.children\:bg-indigo-300 > * {
  --bg-opacity: 1;
  background-color: #a3bffa;
  background-color: rgba(163, 191, 250, var(--bg-opacity));
}

.children\:bg-indigo-400 > * {
  --bg-opacity: 1;
  background-color: #7f9cf5;
  background-color: rgba(127, 156, 245, var(--bg-opacity));
}

.children\:bg-indigo-500 > * {
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity));
}

.children\:bg-indigo-600 > * {
  --bg-opacity: 1;
  background-color: #5a67d8;
  background-color: rgba(90, 103, 216, var(--bg-opacity));
}

.children\:bg-indigo-700 > * {
  --bg-opacity: 1;
  background-color: #4c51bf;
  background-color: rgba(76, 81, 191, var(--bg-opacity));
}

.children\:bg-indigo-800 > * {
  --bg-opacity: 1;
  background-color: #434190;
  background-color: rgba(67, 65, 144, var(--bg-opacity));
}

.children\:bg-indigo-900 > * {
  --bg-opacity: 1;
  background-color: #3c366b;
  background-color: rgba(60, 54, 107, var(--bg-opacity));
}

.children\:bg-purple-100 > * {
  --bg-opacity: 1;
  background-color: #faf5ff;
  background-color: rgba(250, 245, 255, var(--bg-opacity));
}

.children\:bg-purple-200 > * {
  --bg-opacity: 1;
  background-color: #e9d8fd;
  background-color: rgba(233, 216, 253, var(--bg-opacity));
}

.children\:bg-purple-300 > * {
  --bg-opacity: 1;
  background-color: #d6bcfa;
  background-color: rgba(214, 188, 250, var(--bg-opacity));
}

.children\:bg-purple-400 > * {
  --bg-opacity: 1;
  background-color: #b794f4;
  background-color: rgba(183, 148, 244, var(--bg-opacity));
}

.children\:bg-purple-500 > * {
  --bg-opacity: 1;
  background-color: #9f7aea;
  background-color: rgba(159, 122, 234, var(--bg-opacity));
}

.children\:bg-purple-600 > * {
  --bg-opacity: 1;
  background-color: #805ad5;
  background-color: rgba(128, 90, 213, var(--bg-opacity));
}

.children\:bg-purple-700 > * {
  --bg-opacity: 1;
  background-color: #6b46c1;
  background-color: rgba(107, 70, 193, var(--bg-opacity));
}

.children\:bg-purple-800 > * {
  --bg-opacity: 1;
  background-color: #553c9a;
  background-color: rgba(85, 60, 154, var(--bg-opacity));
}

.children\:bg-purple-900 > * {
  --bg-opacity: 1;
  background-color: #44337a;
  background-color: rgba(68, 51, 122, var(--bg-opacity));
}

.children\:bg-pink-100 > * {
  --bg-opacity: 1;
  background-color: #fff5f7;
  background-color: rgba(255, 245, 247, var(--bg-opacity));
}

.children\:bg-pink-200 > * {
  --bg-opacity: 1;
  background-color: #fed7e2;
  background-color: rgba(254, 215, 226, var(--bg-opacity));
}

.children\:bg-pink-300 > * {
  --bg-opacity: 1;
  background-color: #fbb6ce;
  background-color: rgba(251, 182, 206, var(--bg-opacity));
}

.children\:bg-pink-400 > * {
  --bg-opacity: 1;
  background-color: #f687b3;
  background-color: rgba(246, 135, 179, var(--bg-opacity));
}

.children\:bg-pink-500 > * {
  --bg-opacity: 1;
  background-color: #ed64a6;
  background-color: rgba(237, 100, 166, var(--bg-opacity));
}

.children\:bg-pink-600 > * {
  --bg-opacity: 1;
  background-color: #d53f8c;
  background-color: rgba(213, 63, 140, var(--bg-opacity));
}

.children\:bg-pink-700 > * {
  --bg-opacity: 1;
  background-color: #b83280;
  background-color: rgba(184, 50, 128, var(--bg-opacity));
}

.children\:bg-pink-800 > * {
  --bg-opacity: 1;
  background-color: #97266d;
  background-color: rgba(151, 38, 109, var(--bg-opacity));
}

.children\:bg-pink-900 > * {
  --bg-opacity: 1;
  background-color: #702459;
  background-color: rgba(112, 36, 89, var(--bg-opacity));
}

.children\:bg-dark-blue > * {
  --bg-opacity: 1;
  background-color: #000142;
  background-color: rgba(0, 1, 66, var(--bg-opacity));
}

.children\:bg-light-blue > * {
  --bg-opacity: 1;
  background-color: #3B55E6;
  background-color: rgba(59, 85, 230, var(--bg-opacity));
}

.children\:bg-pale-yellow > * {
  --bg-opacity: 1;
  background-color: #FBAF4E;
  background-color: rgba(251, 175, 78, var(--bg-opacity));
}

.children\:bg-success > * {
  --bg-opacity: 1;
  background-color: #007E62;
  background-color: rgba(0, 126, 98, var(--bg-opacity));
}

.children\:bg-error > * {
  --bg-opacity: 1;
  background-color: #F60139;
  background-color: rgba(246, 1, 57, var(--bg-opacity));
}

.first\:bg-transparent:first-child {
  background-color: transparent;
}

.first\:bg-current:first-child {
  background-color: currentColor;
}

.first\:bg-black:first-child {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.first\:bg-white:first-child {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.first\:bg-gray-100:first-child {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.first\:bg-gray-200:first-child {
  --bg-opacity: 1;
  background-color: #f0f2f7;
  background-color: rgba(240, 242, 247, var(--bg-opacity));
}

.first\:bg-gray-300:first-child {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.first\:bg-gray-400:first-child {
  --bg-opacity: 1;
  background-color: #e3e8f0;
  background-color: rgba(227, 232, 240, var(--bg-opacity));
}

.first\:bg-gray-450:first-child {
  --bg-opacity: 1;
  background-color: #B0B5CC;
  background-color: rgba(176, 181, 204, var(--bg-opacity));
}

.first\:bg-gray-500:first-child {
  --bg-opacity: 1;
  background-color: #B9BED1;
  background-color: rgba(185, 190, 209, var(--bg-opacity));
}

.first\:bg-gray-550:first-child {
  --bg-opacity: 1;
  background-color: #9597a6;
  background-color: rgba(149, 151, 166, var(--bg-opacity));
}

.first\:bg-gray-600:first-child {
  --bg-opacity: 1;
  background-color: #707070;
  background-color: rgba(112, 112, 112, var(--bg-opacity));
}

.first\:bg-gray-700:first-child {
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}

.first\:bg-gray-800:first-child {
  --bg-opacity: 1;
  background-color: #454545;
  background-color: rgba(69, 69, 69, var(--bg-opacity));
}

.first\:bg-gray-900:first-child {
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}

.first\:bg-gray:first-child {
  --bg-opacity: 1;
  background-color: #454545;
  background-color: rgba(69, 69, 69, var(--bg-opacity));
}

.first\:bg-red-100:first-child {
  --bg-opacity: 1;
  background-color: #fff5f5;
  background-color: rgba(255, 245, 245, var(--bg-opacity));
}

.first\:bg-red-200:first-child {
  --bg-opacity: 1;
  background-color: #fed7d7;
  background-color: rgba(254, 215, 215, var(--bg-opacity));
}

.first\:bg-red-300:first-child {
  --bg-opacity: 1;
  background-color: #feb2b2;
  background-color: rgba(254, 178, 178, var(--bg-opacity));
}

.first\:bg-red-400:first-child {
  --bg-opacity: 1;
  background-color: #fc8181;
  background-color: rgba(252, 129, 129, var(--bg-opacity));
}

.first\:bg-red-500:first-child {
  --bg-opacity: 1;
  background-color: #f56565;
  background-color: rgba(245, 101, 101, var(--bg-opacity));
}

.first\:bg-red-600:first-child {
  --bg-opacity: 1;
  background-color: #e53e3e;
  background-color: rgba(229, 62, 62, var(--bg-opacity));
}

.first\:bg-red-700:first-child {
  --bg-opacity: 1;
  background-color: #c53030;
  background-color: rgba(197, 48, 48, var(--bg-opacity));
}

.first\:bg-red-800:first-child {
  --bg-opacity: 1;
  background-color: #9b2c2c;
  background-color: rgba(155, 44, 44, var(--bg-opacity));
}

.first\:bg-red-900:first-child {
  --bg-opacity: 1;
  background-color: #742a2a;
  background-color: rgba(116, 42, 42, var(--bg-opacity));
}

.first\:bg-orange-100:first-child {
  --bg-opacity: 1;
  background-color: #fffaf0;
  background-color: rgba(255, 250, 240, var(--bg-opacity));
}

.first\:bg-orange-200:first-child {
  --bg-opacity: 1;
  background-color: #feebc8;
  background-color: rgba(254, 235, 200, var(--bg-opacity));
}

.first\:bg-orange-300:first-child {
  --bg-opacity: 1;
  background-color: #fbd38d;
  background-color: rgba(251, 211, 141, var(--bg-opacity));
}

.first\:bg-orange-400:first-child {
  --bg-opacity: 1;
  background-color: #f6ad55;
  background-color: rgba(246, 173, 85, var(--bg-opacity));
}

.first\:bg-orange-500:first-child {
  --bg-opacity: 1;
  background-color: #ed8936;
  background-color: rgba(237, 137, 54, var(--bg-opacity));
}

.first\:bg-orange-600:first-child {
  --bg-opacity: 1;
  background-color: #dd6b20;
  background-color: rgba(221, 107, 32, var(--bg-opacity));
}

.first\:bg-orange-700:first-child {
  --bg-opacity: 1;
  background-color: #c05621;
  background-color: rgba(192, 86, 33, var(--bg-opacity));
}

.first\:bg-orange-800:first-child {
  --bg-opacity: 1;
  background-color: #9c4221;
  background-color: rgba(156, 66, 33, var(--bg-opacity));
}

.first\:bg-orange-900:first-child {
  --bg-opacity: 1;
  background-color: #7b341e;
  background-color: rgba(123, 52, 30, var(--bg-opacity));
}

.first\:bg-yellow-100:first-child {
  --bg-opacity: 1;
  background-color: #fffff0;
  background-color: rgba(255, 255, 240, var(--bg-opacity));
}

.first\:bg-yellow-200:first-child {
  --bg-opacity: 1;
  background-color: #fefcbf;
  background-color: rgba(254, 252, 191, var(--bg-opacity));
}

.first\:bg-yellow-300:first-child {
  --bg-opacity: 1;
  background-color: #faf089;
  background-color: rgba(250, 240, 137, var(--bg-opacity));
}

.first\:bg-yellow-400:first-child {
  --bg-opacity: 1;
  background-color: #f6e05e;
  background-color: rgba(246, 224, 94, var(--bg-opacity));
}

.first\:bg-yellow-500:first-child {
  --bg-opacity: 1;
  background-color: #ecc94b;
  background-color: rgba(236, 201, 75, var(--bg-opacity));
}

.first\:bg-yellow-600:first-child {
  --bg-opacity: 1;
  background-color: #d69e2e;
  background-color: rgba(214, 158, 46, var(--bg-opacity));
}

.first\:bg-yellow-700:first-child {
  --bg-opacity: 1;
  background-color: #b7791f;
  background-color: rgba(183, 121, 31, var(--bg-opacity));
}

.first\:bg-yellow-800:first-child {
  --bg-opacity: 1;
  background-color: #975a16;
  background-color: rgba(151, 90, 22, var(--bg-opacity));
}

.first\:bg-yellow-900:first-child {
  --bg-opacity: 1;
  background-color: #744210;
  background-color: rgba(116, 66, 16, var(--bg-opacity));
}

.first\:bg-green-100:first-child {
  --bg-opacity: 1;
  background-color: #f0fff4;
  background-color: rgba(240, 255, 244, var(--bg-opacity));
}

.first\:bg-green-200:first-child {
  --bg-opacity: 1;
  background-color: #c6f6d5;
  background-color: rgba(198, 246, 213, var(--bg-opacity));
}

.first\:bg-green-300:first-child {
  --bg-opacity: 1;
  background-color: #9ae6b4;
  background-color: rgba(154, 230, 180, var(--bg-opacity));
}

.first\:bg-green-400:first-child {
  --bg-opacity: 1;
  background-color: #68d391;
  background-color: rgba(104, 211, 145, var(--bg-opacity));
}

.first\:bg-green-500:first-child {
  --bg-opacity: 1;
  background-color: #48bb78;
  background-color: rgba(72, 187, 120, var(--bg-opacity));
}

.first\:bg-green-600:first-child {
  --bg-opacity: 1;
  background-color: #38a169;
  background-color: rgba(56, 161, 105, var(--bg-opacity));
}

.first\:bg-green-700:first-child {
  --bg-opacity: 1;
  background-color: #2f855a;
  background-color: rgba(47, 133, 90, var(--bg-opacity));
}

.first\:bg-green-800:first-child {
  --bg-opacity: 1;
  background-color: #276749;
  background-color: rgba(39, 103, 73, var(--bg-opacity));
}

.first\:bg-green-900:first-child {
  --bg-opacity: 1;
  background-color: #22543d;
  background-color: rgba(34, 84, 61, var(--bg-opacity));
}

.first\:bg-teal-100:first-child {
  --bg-opacity: 1;
  background-color: #e6fffa;
  background-color: rgba(230, 255, 250, var(--bg-opacity));
}

.first\:bg-teal-200:first-child {
  --bg-opacity: 1;
  background-color: #b2f5ea;
  background-color: rgba(178, 245, 234, var(--bg-opacity));
}

.first\:bg-teal-300:first-child {
  --bg-opacity: 1;
  background-color: #81e6d9;
  background-color: rgba(129, 230, 217, var(--bg-opacity));
}

.first\:bg-teal-400:first-child {
  --bg-opacity: 1;
  background-color: #4fd1c5;
  background-color: rgba(79, 209, 197, var(--bg-opacity));
}

.first\:bg-teal-500:first-child {
  --bg-opacity: 1;
  background-color: #38b2ac;
  background-color: rgba(56, 178, 172, var(--bg-opacity));
}

.first\:bg-teal-600:first-child {
  --bg-opacity: 1;
  background-color: #319795;
  background-color: rgba(49, 151, 149, var(--bg-opacity));
}

.first\:bg-teal-700:first-child {
  --bg-opacity: 1;
  background-color: #2c7a7b;
  background-color: rgba(44, 122, 123, var(--bg-opacity));
}

.first\:bg-teal-800:first-child {
  --bg-opacity: 1;
  background-color: #285e61;
  background-color: rgba(40, 94, 97, var(--bg-opacity));
}

.first\:bg-teal-900:first-child {
  --bg-opacity: 1;
  background-color: #234e52;
  background-color: rgba(35, 78, 82, var(--bg-opacity));
}

.first\:bg-blue-100:first-child {
  --bg-opacity: 1;
  background-color: #ebf8ff;
  background-color: rgba(235, 248, 255, var(--bg-opacity));
}

.first\:bg-blue-200:first-child {
  --bg-opacity: 1;
  background-color: #bee3f8;
  background-color: rgba(190, 227, 248, var(--bg-opacity));
}

.first\:bg-blue-300:first-child {
  --bg-opacity: 1;
  background-color: #90cdf4;
  background-color: rgba(144, 205, 244, var(--bg-opacity));
}

.first\:bg-blue-400:first-child {
  --bg-opacity: 1;
  background-color: #63b3ed;
  background-color: rgba(99, 179, 237, var(--bg-opacity));
}

.first\:bg-blue-500:first-child {
  --bg-opacity: 1;
  background-color: #4299e1;
  background-color: rgba(66, 153, 225, var(--bg-opacity));
}

.first\:bg-blue-600:first-child {
  --bg-opacity: 1;
  background-color: #3182ce;
  background-color: rgba(49, 130, 206, var(--bg-opacity));
}

.first\:bg-blue-700:first-child {
  --bg-opacity: 1;
  background-color: #2b6cb0;
  background-color: rgba(43, 108, 176, var(--bg-opacity));
}

.first\:bg-blue-800:first-child {
  --bg-opacity: 1;
  background-color: #2c5282;
  background-color: rgba(44, 82, 130, var(--bg-opacity));
}

.first\:bg-blue-900:first-child {
  --bg-opacity: 1;
  background-color: #2a4365;
  background-color: rgba(42, 67, 101, var(--bg-opacity));
}

.first\:bg-indigo-100:first-child {
  --bg-opacity: 1;
  background-color: #ebf4ff;
  background-color: rgba(235, 244, 255, var(--bg-opacity));
}

.first\:bg-indigo-200:first-child {
  --bg-opacity: 1;
  background-color: #c3dafe;
  background-color: rgba(195, 218, 254, var(--bg-opacity));
}

.first\:bg-indigo-300:first-child {
  --bg-opacity: 1;
  background-color: #a3bffa;
  background-color: rgba(163, 191, 250, var(--bg-opacity));
}

.first\:bg-indigo-400:first-child {
  --bg-opacity: 1;
  background-color: #7f9cf5;
  background-color: rgba(127, 156, 245, var(--bg-opacity));
}

.first\:bg-indigo-500:first-child {
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity));
}

.first\:bg-indigo-600:first-child {
  --bg-opacity: 1;
  background-color: #5a67d8;
  background-color: rgba(90, 103, 216, var(--bg-opacity));
}

.first\:bg-indigo-700:first-child {
  --bg-opacity: 1;
  background-color: #4c51bf;
  background-color: rgba(76, 81, 191, var(--bg-opacity));
}

.first\:bg-indigo-800:first-child {
  --bg-opacity: 1;
  background-color: #434190;
  background-color: rgba(67, 65, 144, var(--bg-opacity));
}

.first\:bg-indigo-900:first-child {
  --bg-opacity: 1;
  background-color: #3c366b;
  background-color: rgba(60, 54, 107, var(--bg-opacity));
}

.first\:bg-purple-100:first-child {
  --bg-opacity: 1;
  background-color: #faf5ff;
  background-color: rgba(250, 245, 255, var(--bg-opacity));
}

.first\:bg-purple-200:first-child {
  --bg-opacity: 1;
  background-color: #e9d8fd;
  background-color: rgba(233, 216, 253, var(--bg-opacity));
}

.first\:bg-purple-300:first-child {
  --bg-opacity: 1;
  background-color: #d6bcfa;
  background-color: rgba(214, 188, 250, var(--bg-opacity));
}

.first\:bg-purple-400:first-child {
  --bg-opacity: 1;
  background-color: #b794f4;
  background-color: rgba(183, 148, 244, var(--bg-opacity));
}

.first\:bg-purple-500:first-child {
  --bg-opacity: 1;
  background-color: #9f7aea;
  background-color: rgba(159, 122, 234, var(--bg-opacity));
}

.first\:bg-purple-600:first-child {
  --bg-opacity: 1;
  background-color: #805ad5;
  background-color: rgba(128, 90, 213, var(--bg-opacity));
}

.first\:bg-purple-700:first-child {
  --bg-opacity: 1;
  background-color: #6b46c1;
  background-color: rgba(107, 70, 193, var(--bg-opacity));
}

.first\:bg-purple-800:first-child {
  --bg-opacity: 1;
  background-color: #553c9a;
  background-color: rgba(85, 60, 154, var(--bg-opacity));
}

.first\:bg-purple-900:first-child {
  --bg-opacity: 1;
  background-color: #44337a;
  background-color: rgba(68, 51, 122, var(--bg-opacity));
}

.first\:bg-pink-100:first-child {
  --bg-opacity: 1;
  background-color: #fff5f7;
  background-color: rgba(255, 245, 247, var(--bg-opacity));
}

.first\:bg-pink-200:first-child {
  --bg-opacity: 1;
  background-color: #fed7e2;
  background-color: rgba(254, 215, 226, var(--bg-opacity));
}

.first\:bg-pink-300:first-child {
  --bg-opacity: 1;
  background-color: #fbb6ce;
  background-color: rgba(251, 182, 206, var(--bg-opacity));
}

.first\:bg-pink-400:first-child {
  --bg-opacity: 1;
  background-color: #f687b3;
  background-color: rgba(246, 135, 179, var(--bg-opacity));
}

.first\:bg-pink-500:first-child {
  --bg-opacity: 1;
  background-color: #ed64a6;
  background-color: rgba(237, 100, 166, var(--bg-opacity));
}

.first\:bg-pink-600:first-child {
  --bg-opacity: 1;
  background-color: #d53f8c;
  background-color: rgba(213, 63, 140, var(--bg-opacity));
}

.first\:bg-pink-700:first-child {
  --bg-opacity: 1;
  background-color: #b83280;
  background-color: rgba(184, 50, 128, var(--bg-opacity));
}

.first\:bg-pink-800:first-child {
  --bg-opacity: 1;
  background-color: #97266d;
  background-color: rgba(151, 38, 109, var(--bg-opacity));
}

.first\:bg-pink-900:first-child {
  --bg-opacity: 1;
  background-color: #702459;
  background-color: rgba(112, 36, 89, var(--bg-opacity));
}

.first\:bg-dark-blue:first-child {
  --bg-opacity: 1;
  background-color: #000142;
  background-color: rgba(0, 1, 66, var(--bg-opacity));
}

.first\:bg-light-blue:first-child {
  --bg-opacity: 1;
  background-color: #3B55E6;
  background-color: rgba(59, 85, 230, var(--bg-opacity));
}

.first\:bg-pale-yellow:first-child {
  --bg-opacity: 1;
  background-color: #FBAF4E;
  background-color: rgba(251, 175, 78, var(--bg-opacity));
}

.first\:bg-success:first-child {
  --bg-opacity: 1;
  background-color: #007E62;
  background-color: rgba(0, 126, 98, var(--bg-opacity));
}

.first\:bg-error:first-child {
  --bg-opacity: 1;
  background-color: #F60139;
  background-color: rgba(246, 1, 57, var(--bg-opacity));
}

.last\:bg-transparent:last-child {
  background-color: transparent;
}

.last\:bg-current:last-child {
  background-color: currentColor;
}

.last\:bg-black:last-child {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.last\:bg-white:last-child {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.last\:bg-gray-100:last-child {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.last\:bg-gray-200:last-child {
  --bg-opacity: 1;
  background-color: #f0f2f7;
  background-color: rgba(240, 242, 247, var(--bg-opacity));
}

.last\:bg-gray-300:last-child {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.last\:bg-gray-400:last-child {
  --bg-opacity: 1;
  background-color: #e3e8f0;
  background-color: rgba(227, 232, 240, var(--bg-opacity));
}

.last\:bg-gray-450:last-child {
  --bg-opacity: 1;
  background-color: #B0B5CC;
  background-color: rgba(176, 181, 204, var(--bg-opacity));
}

.last\:bg-gray-500:last-child {
  --bg-opacity: 1;
  background-color: #B9BED1;
  background-color: rgba(185, 190, 209, var(--bg-opacity));
}

.last\:bg-gray-550:last-child {
  --bg-opacity: 1;
  background-color: #9597a6;
  background-color: rgba(149, 151, 166, var(--bg-opacity));
}

.last\:bg-gray-600:last-child {
  --bg-opacity: 1;
  background-color: #707070;
  background-color: rgba(112, 112, 112, var(--bg-opacity));
}

.last\:bg-gray-700:last-child {
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}

.last\:bg-gray-800:last-child {
  --bg-opacity: 1;
  background-color: #454545;
  background-color: rgba(69, 69, 69, var(--bg-opacity));
}

.last\:bg-gray-900:last-child {
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}

.last\:bg-gray:last-child {
  --bg-opacity: 1;
  background-color: #454545;
  background-color: rgba(69, 69, 69, var(--bg-opacity));
}

.last\:bg-red-100:last-child {
  --bg-opacity: 1;
  background-color: #fff5f5;
  background-color: rgba(255, 245, 245, var(--bg-opacity));
}

.last\:bg-red-200:last-child {
  --bg-opacity: 1;
  background-color: #fed7d7;
  background-color: rgba(254, 215, 215, var(--bg-opacity));
}

.last\:bg-red-300:last-child {
  --bg-opacity: 1;
  background-color: #feb2b2;
  background-color: rgba(254, 178, 178, var(--bg-opacity));
}

.last\:bg-red-400:last-child {
  --bg-opacity: 1;
  background-color: #fc8181;
  background-color: rgba(252, 129, 129, var(--bg-opacity));
}

.last\:bg-red-500:last-child {
  --bg-opacity: 1;
  background-color: #f56565;
  background-color: rgba(245, 101, 101, var(--bg-opacity));
}

.last\:bg-red-600:last-child {
  --bg-opacity: 1;
  background-color: #e53e3e;
  background-color: rgba(229, 62, 62, var(--bg-opacity));
}

.last\:bg-red-700:last-child {
  --bg-opacity: 1;
  background-color: #c53030;
  background-color: rgba(197, 48, 48, var(--bg-opacity));
}

.last\:bg-red-800:last-child {
  --bg-opacity: 1;
  background-color: #9b2c2c;
  background-color: rgba(155, 44, 44, var(--bg-opacity));
}

.last\:bg-red-900:last-child {
  --bg-opacity: 1;
  background-color: #742a2a;
  background-color: rgba(116, 42, 42, var(--bg-opacity));
}

.last\:bg-orange-100:last-child {
  --bg-opacity: 1;
  background-color: #fffaf0;
  background-color: rgba(255, 250, 240, var(--bg-opacity));
}

.last\:bg-orange-200:last-child {
  --bg-opacity: 1;
  background-color: #feebc8;
  background-color: rgba(254, 235, 200, var(--bg-opacity));
}

.last\:bg-orange-300:last-child {
  --bg-opacity: 1;
  background-color: #fbd38d;
  background-color: rgba(251, 211, 141, var(--bg-opacity));
}

.last\:bg-orange-400:last-child {
  --bg-opacity: 1;
  background-color: #f6ad55;
  background-color: rgba(246, 173, 85, var(--bg-opacity));
}

.last\:bg-orange-500:last-child {
  --bg-opacity: 1;
  background-color: #ed8936;
  background-color: rgba(237, 137, 54, var(--bg-opacity));
}

.last\:bg-orange-600:last-child {
  --bg-opacity: 1;
  background-color: #dd6b20;
  background-color: rgba(221, 107, 32, var(--bg-opacity));
}

.last\:bg-orange-700:last-child {
  --bg-opacity: 1;
  background-color: #c05621;
  background-color: rgba(192, 86, 33, var(--bg-opacity));
}

.last\:bg-orange-800:last-child {
  --bg-opacity: 1;
  background-color: #9c4221;
  background-color: rgba(156, 66, 33, var(--bg-opacity));
}

.last\:bg-orange-900:last-child {
  --bg-opacity: 1;
  background-color: #7b341e;
  background-color: rgba(123, 52, 30, var(--bg-opacity));
}

.last\:bg-yellow-100:last-child {
  --bg-opacity: 1;
  background-color: #fffff0;
  background-color: rgba(255, 255, 240, var(--bg-opacity));
}

.last\:bg-yellow-200:last-child {
  --bg-opacity: 1;
  background-color: #fefcbf;
  background-color: rgba(254, 252, 191, var(--bg-opacity));
}

.last\:bg-yellow-300:last-child {
  --bg-opacity: 1;
  background-color: #faf089;
  background-color: rgba(250, 240, 137, var(--bg-opacity));
}

.last\:bg-yellow-400:last-child {
  --bg-opacity: 1;
  background-color: #f6e05e;
  background-color: rgba(246, 224, 94, var(--bg-opacity));
}

.last\:bg-yellow-500:last-child {
  --bg-opacity: 1;
  background-color: #ecc94b;
  background-color: rgba(236, 201, 75, var(--bg-opacity));
}

.last\:bg-yellow-600:last-child {
  --bg-opacity: 1;
  background-color: #d69e2e;
  background-color: rgba(214, 158, 46, var(--bg-opacity));
}

.last\:bg-yellow-700:last-child {
  --bg-opacity: 1;
  background-color: #b7791f;
  background-color: rgba(183, 121, 31, var(--bg-opacity));
}

.last\:bg-yellow-800:last-child {
  --bg-opacity: 1;
  background-color: #975a16;
  background-color: rgba(151, 90, 22, var(--bg-opacity));
}

.last\:bg-yellow-900:last-child {
  --bg-opacity: 1;
  background-color: #744210;
  background-color: rgba(116, 66, 16, var(--bg-opacity));
}

.last\:bg-green-100:last-child {
  --bg-opacity: 1;
  background-color: #f0fff4;
  background-color: rgba(240, 255, 244, var(--bg-opacity));
}

.last\:bg-green-200:last-child {
  --bg-opacity: 1;
  background-color: #c6f6d5;
  background-color: rgba(198, 246, 213, var(--bg-opacity));
}

.last\:bg-green-300:last-child {
  --bg-opacity: 1;
  background-color: #9ae6b4;
  background-color: rgba(154, 230, 180, var(--bg-opacity));
}

.last\:bg-green-400:last-child {
  --bg-opacity: 1;
  background-color: #68d391;
  background-color: rgba(104, 211, 145, var(--bg-opacity));
}

.last\:bg-green-500:last-child {
  --bg-opacity: 1;
  background-color: #48bb78;
  background-color: rgba(72, 187, 120, var(--bg-opacity));
}

.last\:bg-green-600:last-child {
  --bg-opacity: 1;
  background-color: #38a169;
  background-color: rgba(56, 161, 105, var(--bg-opacity));
}

.last\:bg-green-700:last-child {
  --bg-opacity: 1;
  background-color: #2f855a;
  background-color: rgba(47, 133, 90, var(--bg-opacity));
}

.last\:bg-green-800:last-child {
  --bg-opacity: 1;
  background-color: #276749;
  background-color: rgba(39, 103, 73, var(--bg-opacity));
}

.last\:bg-green-900:last-child {
  --bg-opacity: 1;
  background-color: #22543d;
  background-color: rgba(34, 84, 61, var(--bg-opacity));
}

.last\:bg-teal-100:last-child {
  --bg-opacity: 1;
  background-color: #e6fffa;
  background-color: rgba(230, 255, 250, var(--bg-opacity));
}

.last\:bg-teal-200:last-child {
  --bg-opacity: 1;
  background-color: #b2f5ea;
  background-color: rgba(178, 245, 234, var(--bg-opacity));
}

.last\:bg-teal-300:last-child {
  --bg-opacity: 1;
  background-color: #81e6d9;
  background-color: rgba(129, 230, 217, var(--bg-opacity));
}

.last\:bg-teal-400:last-child {
  --bg-opacity: 1;
  background-color: #4fd1c5;
  background-color: rgba(79, 209, 197, var(--bg-opacity));
}

.last\:bg-teal-500:last-child {
  --bg-opacity: 1;
  background-color: #38b2ac;
  background-color: rgba(56, 178, 172, var(--bg-opacity));
}

.last\:bg-teal-600:last-child {
  --bg-opacity: 1;
  background-color: #319795;
  background-color: rgba(49, 151, 149, var(--bg-opacity));
}

.last\:bg-teal-700:last-child {
  --bg-opacity: 1;
  background-color: #2c7a7b;
  background-color: rgba(44, 122, 123, var(--bg-opacity));
}

.last\:bg-teal-800:last-child {
  --bg-opacity: 1;
  background-color: #285e61;
  background-color: rgba(40, 94, 97, var(--bg-opacity));
}

.last\:bg-teal-900:last-child {
  --bg-opacity: 1;
  background-color: #234e52;
  background-color: rgba(35, 78, 82, var(--bg-opacity));
}

.last\:bg-blue-100:last-child {
  --bg-opacity: 1;
  background-color: #ebf8ff;
  background-color: rgba(235, 248, 255, var(--bg-opacity));
}

.last\:bg-blue-200:last-child {
  --bg-opacity: 1;
  background-color: #bee3f8;
  background-color: rgba(190, 227, 248, var(--bg-opacity));
}

.last\:bg-blue-300:last-child {
  --bg-opacity: 1;
  background-color: #90cdf4;
  background-color: rgba(144, 205, 244, var(--bg-opacity));
}

.last\:bg-blue-400:last-child {
  --bg-opacity: 1;
  background-color: #63b3ed;
  background-color: rgba(99, 179, 237, var(--bg-opacity));
}

.last\:bg-blue-500:last-child {
  --bg-opacity: 1;
  background-color: #4299e1;
  background-color: rgba(66, 153, 225, var(--bg-opacity));
}

.last\:bg-blue-600:last-child {
  --bg-opacity: 1;
  background-color: #3182ce;
  background-color: rgba(49, 130, 206, var(--bg-opacity));
}

.last\:bg-blue-700:last-child {
  --bg-opacity: 1;
  background-color: #2b6cb0;
  background-color: rgba(43, 108, 176, var(--bg-opacity));
}

.last\:bg-blue-800:last-child {
  --bg-opacity: 1;
  background-color: #2c5282;
  background-color: rgba(44, 82, 130, var(--bg-opacity));
}

.last\:bg-blue-900:last-child {
  --bg-opacity: 1;
  background-color: #2a4365;
  background-color: rgba(42, 67, 101, var(--bg-opacity));
}

.last\:bg-indigo-100:last-child {
  --bg-opacity: 1;
  background-color: #ebf4ff;
  background-color: rgba(235, 244, 255, var(--bg-opacity));
}

.last\:bg-indigo-200:last-child {
  --bg-opacity: 1;
  background-color: #c3dafe;
  background-color: rgba(195, 218, 254, var(--bg-opacity));
}

.last\:bg-indigo-300:last-child {
  --bg-opacity: 1;
  background-color: #a3bffa;
  background-color: rgba(163, 191, 250, var(--bg-opacity));
}

.last\:bg-indigo-400:last-child {
  --bg-opacity: 1;
  background-color: #7f9cf5;
  background-color: rgba(127, 156, 245, var(--bg-opacity));
}

.last\:bg-indigo-500:last-child {
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity));
}

.last\:bg-indigo-600:last-child {
  --bg-opacity: 1;
  background-color: #5a67d8;
  background-color: rgba(90, 103, 216, var(--bg-opacity));
}

.last\:bg-indigo-700:last-child {
  --bg-opacity: 1;
  background-color: #4c51bf;
  background-color: rgba(76, 81, 191, var(--bg-opacity));
}

.last\:bg-indigo-800:last-child {
  --bg-opacity: 1;
  background-color: #434190;
  background-color: rgba(67, 65, 144, var(--bg-opacity));
}

.last\:bg-indigo-900:last-child {
  --bg-opacity: 1;
  background-color: #3c366b;
  background-color: rgba(60, 54, 107, var(--bg-opacity));
}

.last\:bg-purple-100:last-child {
  --bg-opacity: 1;
  background-color: #faf5ff;
  background-color: rgba(250, 245, 255, var(--bg-opacity));
}

.last\:bg-purple-200:last-child {
  --bg-opacity: 1;
  background-color: #e9d8fd;
  background-color: rgba(233, 216, 253, var(--bg-opacity));
}

.last\:bg-purple-300:last-child {
  --bg-opacity: 1;
  background-color: #d6bcfa;
  background-color: rgba(214, 188, 250, var(--bg-opacity));
}

.last\:bg-purple-400:last-child {
  --bg-opacity: 1;
  background-color: #b794f4;
  background-color: rgba(183, 148, 244, var(--bg-opacity));
}

.last\:bg-purple-500:last-child {
  --bg-opacity: 1;
  background-color: #9f7aea;
  background-color: rgba(159, 122, 234, var(--bg-opacity));
}

.last\:bg-purple-600:last-child {
  --bg-opacity: 1;
  background-color: #805ad5;
  background-color: rgba(128, 90, 213, var(--bg-opacity));
}

.last\:bg-purple-700:last-child {
  --bg-opacity: 1;
  background-color: #6b46c1;
  background-color: rgba(107, 70, 193, var(--bg-opacity));
}

.last\:bg-purple-800:last-child {
  --bg-opacity: 1;
  background-color: #553c9a;
  background-color: rgba(85, 60, 154, var(--bg-opacity));
}

.last\:bg-purple-900:last-child {
  --bg-opacity: 1;
  background-color: #44337a;
  background-color: rgba(68, 51, 122, var(--bg-opacity));
}

.last\:bg-pink-100:last-child {
  --bg-opacity: 1;
  background-color: #fff5f7;
  background-color: rgba(255, 245, 247, var(--bg-opacity));
}

.last\:bg-pink-200:last-child {
  --bg-opacity: 1;
  background-color: #fed7e2;
  background-color: rgba(254, 215, 226, var(--bg-opacity));
}

.last\:bg-pink-300:last-child {
  --bg-opacity: 1;
  background-color: #fbb6ce;
  background-color: rgba(251, 182, 206, var(--bg-opacity));
}

.last\:bg-pink-400:last-child {
  --bg-opacity: 1;
  background-color: #f687b3;
  background-color: rgba(246, 135, 179, var(--bg-opacity));
}

.last\:bg-pink-500:last-child {
  --bg-opacity: 1;
  background-color: #ed64a6;
  background-color: rgba(237, 100, 166, var(--bg-opacity));
}

.last\:bg-pink-600:last-child {
  --bg-opacity: 1;
  background-color: #d53f8c;
  background-color: rgba(213, 63, 140, var(--bg-opacity));
}

.last\:bg-pink-700:last-child {
  --bg-opacity: 1;
  background-color: #b83280;
  background-color: rgba(184, 50, 128, var(--bg-opacity));
}

.last\:bg-pink-800:last-child {
  --bg-opacity: 1;
  background-color: #97266d;
  background-color: rgba(151, 38, 109, var(--bg-opacity));
}

.last\:bg-pink-900:last-child {
  --bg-opacity: 1;
  background-color: #702459;
  background-color: rgba(112, 36, 89, var(--bg-opacity));
}

.last\:bg-dark-blue:last-child {
  --bg-opacity: 1;
  background-color: #000142;
  background-color: rgba(0, 1, 66, var(--bg-opacity));
}

.last\:bg-light-blue:last-child {
  --bg-opacity: 1;
  background-color: #3B55E6;
  background-color: rgba(59, 85, 230, var(--bg-opacity));
}

.last\:bg-pale-yellow:last-child {
  --bg-opacity: 1;
  background-color: #FBAF4E;
  background-color: rgba(251, 175, 78, var(--bg-opacity));
}

.last\:bg-success:last-child {
  --bg-opacity: 1;
  background-color: #007E62;
  background-color: rgba(0, 126, 98, var(--bg-opacity));
}

.last\:bg-error:last-child {
  --bg-opacity: 1;
  background-color: #F60139;
  background-color: rgba(246, 1, 57, var(--bg-opacity));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-current:hover {
  background-color: currentColor;
}

.hover\:bg-black:hover {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.hover\:bg-white:hover {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.hover\:bg-gray-100:hover {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.hover\:bg-gray-200:hover {
  --bg-opacity: 1;
  background-color: #f0f2f7;
  background-color: rgba(240, 242, 247, var(--bg-opacity));
}

.hover\:bg-gray-300:hover {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.hover\:bg-gray-400:hover {
  --bg-opacity: 1;
  background-color: #e3e8f0;
  background-color: rgba(227, 232, 240, var(--bg-opacity));
}

.hover\:bg-gray-450:hover {
  --bg-opacity: 1;
  background-color: #B0B5CC;
  background-color: rgba(176, 181, 204, var(--bg-opacity));
}

.hover\:bg-gray-500:hover {
  --bg-opacity: 1;
  background-color: #B9BED1;
  background-color: rgba(185, 190, 209, var(--bg-opacity));
}

.hover\:bg-gray-550:hover {
  --bg-opacity: 1;
  background-color: #9597a6;
  background-color: rgba(149, 151, 166, var(--bg-opacity));
}

.hover\:bg-gray-600:hover {
  --bg-opacity: 1;
  background-color: #707070;
  background-color: rgba(112, 112, 112, var(--bg-opacity));
}

.hover\:bg-gray-700:hover {
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}

.hover\:bg-gray-800:hover {
  --bg-opacity: 1;
  background-color: #454545;
  background-color: rgba(69, 69, 69, var(--bg-opacity));
}

.hover\:bg-gray-900:hover {
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}

.hover\:bg-gray:hover {
  --bg-opacity: 1;
  background-color: #454545;
  background-color: rgba(69, 69, 69, var(--bg-opacity));
}

.hover\:bg-red-100:hover {
  --bg-opacity: 1;
  background-color: #fff5f5;
  background-color: rgba(255, 245, 245, var(--bg-opacity));
}

.hover\:bg-red-200:hover {
  --bg-opacity: 1;
  background-color: #fed7d7;
  background-color: rgba(254, 215, 215, var(--bg-opacity));
}

.hover\:bg-red-300:hover {
  --bg-opacity: 1;
  background-color: #feb2b2;
  background-color: rgba(254, 178, 178, var(--bg-opacity));
}

.hover\:bg-red-400:hover {
  --bg-opacity: 1;
  background-color: #fc8181;
  background-color: rgba(252, 129, 129, var(--bg-opacity));
}

.hover\:bg-red-500:hover {
  --bg-opacity: 1;
  background-color: #f56565;
  background-color: rgba(245, 101, 101, var(--bg-opacity));
}

.hover\:bg-red-600:hover {
  --bg-opacity: 1;
  background-color: #e53e3e;
  background-color: rgba(229, 62, 62, var(--bg-opacity));
}

.hover\:bg-red-700:hover {
  --bg-opacity: 1;
  background-color: #c53030;
  background-color: rgba(197, 48, 48, var(--bg-opacity));
}

.hover\:bg-red-800:hover {
  --bg-opacity: 1;
  background-color: #9b2c2c;
  background-color: rgba(155, 44, 44, var(--bg-opacity));
}

.hover\:bg-red-900:hover {
  --bg-opacity: 1;
  background-color: #742a2a;
  background-color: rgba(116, 42, 42, var(--bg-opacity));
}

.hover\:bg-orange-100:hover {
  --bg-opacity: 1;
  background-color: #fffaf0;
  background-color: rgba(255, 250, 240, var(--bg-opacity));
}

.hover\:bg-orange-200:hover {
  --bg-opacity: 1;
  background-color: #feebc8;
  background-color: rgba(254, 235, 200, var(--bg-opacity));
}

.hover\:bg-orange-300:hover {
  --bg-opacity: 1;
  background-color: #fbd38d;
  background-color: rgba(251, 211, 141, var(--bg-opacity));
}

.hover\:bg-orange-400:hover {
  --bg-opacity: 1;
  background-color: #f6ad55;
  background-color: rgba(246, 173, 85, var(--bg-opacity));
}

.hover\:bg-orange-500:hover {
  --bg-opacity: 1;
  background-color: #ed8936;
  background-color: rgba(237, 137, 54, var(--bg-opacity));
}

.hover\:bg-orange-600:hover {
  --bg-opacity: 1;
  background-color: #dd6b20;
  background-color: rgba(221, 107, 32, var(--bg-opacity));
}

.hover\:bg-orange-700:hover {
  --bg-opacity: 1;
  background-color: #c05621;
  background-color: rgba(192, 86, 33, var(--bg-opacity));
}

.hover\:bg-orange-800:hover {
  --bg-opacity: 1;
  background-color: #9c4221;
  background-color: rgba(156, 66, 33, var(--bg-opacity));
}

.hover\:bg-orange-900:hover {
  --bg-opacity: 1;
  background-color: #7b341e;
  background-color: rgba(123, 52, 30, var(--bg-opacity));
}

.hover\:bg-yellow-100:hover {
  --bg-opacity: 1;
  background-color: #fffff0;
  background-color: rgba(255, 255, 240, var(--bg-opacity));
}

.hover\:bg-yellow-200:hover {
  --bg-opacity: 1;
  background-color: #fefcbf;
  background-color: rgba(254, 252, 191, var(--bg-opacity));
}

.hover\:bg-yellow-300:hover {
  --bg-opacity: 1;
  background-color: #faf089;
  background-color: rgba(250, 240, 137, var(--bg-opacity));
}

.hover\:bg-yellow-400:hover {
  --bg-opacity: 1;
  background-color: #f6e05e;
  background-color: rgba(246, 224, 94, var(--bg-opacity));
}

.hover\:bg-yellow-500:hover {
  --bg-opacity: 1;
  background-color: #ecc94b;
  background-color: rgba(236, 201, 75, var(--bg-opacity));
}

.hover\:bg-yellow-600:hover {
  --bg-opacity: 1;
  background-color: #d69e2e;
  background-color: rgba(214, 158, 46, var(--bg-opacity));
}

.hover\:bg-yellow-700:hover {
  --bg-opacity: 1;
  background-color: #b7791f;
  background-color: rgba(183, 121, 31, var(--bg-opacity));
}

.hover\:bg-yellow-800:hover {
  --bg-opacity: 1;
  background-color: #975a16;
  background-color: rgba(151, 90, 22, var(--bg-opacity));
}

.hover\:bg-yellow-900:hover {
  --bg-opacity: 1;
  background-color: #744210;
  background-color: rgba(116, 66, 16, var(--bg-opacity));
}

.hover\:bg-green-100:hover {
  --bg-opacity: 1;
  background-color: #f0fff4;
  background-color: rgba(240, 255, 244, var(--bg-opacity));
}

.hover\:bg-green-200:hover {
  --bg-opacity: 1;
  background-color: #c6f6d5;
  background-color: rgba(198, 246, 213, var(--bg-opacity));
}

.hover\:bg-green-300:hover {
  --bg-opacity: 1;
  background-color: #9ae6b4;
  background-color: rgba(154, 230, 180, var(--bg-opacity));
}

.hover\:bg-green-400:hover {
  --bg-opacity: 1;
  background-color: #68d391;
  background-color: rgba(104, 211, 145, var(--bg-opacity));
}

.hover\:bg-green-500:hover {
  --bg-opacity: 1;
  background-color: #48bb78;
  background-color: rgba(72, 187, 120, var(--bg-opacity));
}

.hover\:bg-green-600:hover {
  --bg-opacity: 1;
  background-color: #38a169;
  background-color: rgba(56, 161, 105, var(--bg-opacity));
}

.hover\:bg-green-700:hover {
  --bg-opacity: 1;
  background-color: #2f855a;
  background-color: rgba(47, 133, 90, var(--bg-opacity));
}

.hover\:bg-green-800:hover {
  --bg-opacity: 1;
  background-color: #276749;
  background-color: rgba(39, 103, 73, var(--bg-opacity));
}

.hover\:bg-green-900:hover {
  --bg-opacity: 1;
  background-color: #22543d;
  background-color: rgba(34, 84, 61, var(--bg-opacity));
}

.hover\:bg-teal-100:hover {
  --bg-opacity: 1;
  background-color: #e6fffa;
  background-color: rgba(230, 255, 250, var(--bg-opacity));
}

.hover\:bg-teal-200:hover {
  --bg-opacity: 1;
  background-color: #b2f5ea;
  background-color: rgba(178, 245, 234, var(--bg-opacity));
}

.hover\:bg-teal-300:hover {
  --bg-opacity: 1;
  background-color: #81e6d9;
  background-color: rgba(129, 230, 217, var(--bg-opacity));
}

.hover\:bg-teal-400:hover {
  --bg-opacity: 1;
  background-color: #4fd1c5;
  background-color: rgba(79, 209, 197, var(--bg-opacity));
}

.hover\:bg-teal-500:hover {
  --bg-opacity: 1;
  background-color: #38b2ac;
  background-color: rgba(56, 178, 172, var(--bg-opacity));
}

.hover\:bg-teal-600:hover {
  --bg-opacity: 1;
  background-color: #319795;
  background-color: rgba(49, 151, 149, var(--bg-opacity));
}

.hover\:bg-teal-700:hover {
  --bg-opacity: 1;
  background-color: #2c7a7b;
  background-color: rgba(44, 122, 123, var(--bg-opacity));
}

.hover\:bg-teal-800:hover {
  --bg-opacity: 1;
  background-color: #285e61;
  background-color: rgba(40, 94, 97, var(--bg-opacity));
}

.hover\:bg-teal-900:hover {
  --bg-opacity: 1;
  background-color: #234e52;
  background-color: rgba(35, 78, 82, var(--bg-opacity));
}

.hover\:bg-blue-100:hover {
  --bg-opacity: 1;
  background-color: #ebf8ff;
  background-color: rgba(235, 248, 255, var(--bg-opacity));
}

.hover\:bg-blue-200:hover {
  --bg-opacity: 1;
  background-color: #bee3f8;
  background-color: rgba(190, 227, 248, var(--bg-opacity));
}

.hover\:bg-blue-300:hover {
  --bg-opacity: 1;
  background-color: #90cdf4;
  background-color: rgba(144, 205, 244, var(--bg-opacity));
}

.hover\:bg-blue-400:hover {
  --bg-opacity: 1;
  background-color: #63b3ed;
  background-color: rgba(99, 179, 237, var(--bg-opacity));
}

.hover\:bg-blue-500:hover {
  --bg-opacity: 1;
  background-color: #4299e1;
  background-color: rgba(66, 153, 225, var(--bg-opacity));
}

.hover\:bg-blue-600:hover {
  --bg-opacity: 1;
  background-color: #3182ce;
  background-color: rgba(49, 130, 206, var(--bg-opacity));
}

.hover\:bg-blue-700:hover {
  --bg-opacity: 1;
  background-color: #2b6cb0;
  background-color: rgba(43, 108, 176, var(--bg-opacity));
}

.hover\:bg-blue-800:hover {
  --bg-opacity: 1;
  background-color: #2c5282;
  background-color: rgba(44, 82, 130, var(--bg-opacity));
}

.hover\:bg-blue-900:hover {
  --bg-opacity: 1;
  background-color: #2a4365;
  background-color: rgba(42, 67, 101, var(--bg-opacity));
}

.hover\:bg-indigo-100:hover {
  --bg-opacity: 1;
  background-color: #ebf4ff;
  background-color: rgba(235, 244, 255, var(--bg-opacity));
}

.hover\:bg-indigo-200:hover {
  --bg-opacity: 1;
  background-color: #c3dafe;
  background-color: rgba(195, 218, 254, var(--bg-opacity));
}

.hover\:bg-indigo-300:hover {
  --bg-opacity: 1;
  background-color: #a3bffa;
  background-color: rgba(163, 191, 250, var(--bg-opacity));
}

.hover\:bg-indigo-400:hover {
  --bg-opacity: 1;
  background-color: #7f9cf5;
  background-color: rgba(127, 156, 245, var(--bg-opacity));
}

.hover\:bg-indigo-500:hover {
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity));
}

.hover\:bg-indigo-600:hover {
  --bg-opacity: 1;
  background-color: #5a67d8;
  background-color: rgba(90, 103, 216, var(--bg-opacity));
}

.hover\:bg-indigo-700:hover {
  --bg-opacity: 1;
  background-color: #4c51bf;
  background-color: rgba(76, 81, 191, var(--bg-opacity));
}

.hover\:bg-indigo-800:hover {
  --bg-opacity: 1;
  background-color: #434190;
  background-color: rgba(67, 65, 144, var(--bg-opacity));
}

.hover\:bg-indigo-900:hover {
  --bg-opacity: 1;
  background-color: #3c366b;
  background-color: rgba(60, 54, 107, var(--bg-opacity));
}

.hover\:bg-purple-100:hover {
  --bg-opacity: 1;
  background-color: #faf5ff;
  background-color: rgba(250, 245, 255, var(--bg-opacity));
}

.hover\:bg-purple-200:hover {
  --bg-opacity: 1;
  background-color: #e9d8fd;
  background-color: rgba(233, 216, 253, var(--bg-opacity));
}

.hover\:bg-purple-300:hover {
  --bg-opacity: 1;
  background-color: #d6bcfa;
  background-color: rgba(214, 188, 250, var(--bg-opacity));
}

.hover\:bg-purple-400:hover {
  --bg-opacity: 1;
  background-color: #b794f4;
  background-color: rgba(183, 148, 244, var(--bg-opacity));
}

.hover\:bg-purple-500:hover {
  --bg-opacity: 1;
  background-color: #9f7aea;
  background-color: rgba(159, 122, 234, var(--bg-opacity));
}

.hover\:bg-purple-600:hover {
  --bg-opacity: 1;
  background-color: #805ad5;
  background-color: rgba(128, 90, 213, var(--bg-opacity));
}

.hover\:bg-purple-700:hover {
  --bg-opacity: 1;
  background-color: #6b46c1;
  background-color: rgba(107, 70, 193, var(--bg-opacity));
}

.hover\:bg-purple-800:hover {
  --bg-opacity: 1;
  background-color: #553c9a;
  background-color: rgba(85, 60, 154, var(--bg-opacity));
}

.hover\:bg-purple-900:hover {
  --bg-opacity: 1;
  background-color: #44337a;
  background-color: rgba(68, 51, 122, var(--bg-opacity));
}

.hover\:bg-pink-100:hover {
  --bg-opacity: 1;
  background-color: #fff5f7;
  background-color: rgba(255, 245, 247, var(--bg-opacity));
}

.hover\:bg-pink-200:hover {
  --bg-opacity: 1;
  background-color: #fed7e2;
  background-color: rgba(254, 215, 226, var(--bg-opacity));
}

.hover\:bg-pink-300:hover {
  --bg-opacity: 1;
  background-color: #fbb6ce;
  background-color: rgba(251, 182, 206, var(--bg-opacity));
}

.hover\:bg-pink-400:hover {
  --bg-opacity: 1;
  background-color: #f687b3;
  background-color: rgba(246, 135, 179, var(--bg-opacity));
}

.hover\:bg-pink-500:hover {
  --bg-opacity: 1;
  background-color: #ed64a6;
  background-color: rgba(237, 100, 166, var(--bg-opacity));
}

.hover\:bg-pink-600:hover {
  --bg-opacity: 1;
  background-color: #d53f8c;
  background-color: rgba(213, 63, 140, var(--bg-opacity));
}

.hover\:bg-pink-700:hover {
  --bg-opacity: 1;
  background-color: #b83280;
  background-color: rgba(184, 50, 128, var(--bg-opacity));
}

.hover\:bg-pink-800:hover {
  --bg-opacity: 1;
  background-color: #97266d;
  background-color: rgba(151, 38, 109, var(--bg-opacity));
}

.hover\:bg-pink-900:hover {
  --bg-opacity: 1;
  background-color: #702459;
  background-color: rgba(112, 36, 89, var(--bg-opacity));
}

.hover\:bg-dark-blue:hover {
  --bg-opacity: 1;
  background-color: #000142;
  background-color: rgba(0, 1, 66, var(--bg-opacity));
}

.hover\:bg-light-blue:hover {
  --bg-opacity: 1;
  background-color: #3B55E6;
  background-color: rgba(59, 85, 230, var(--bg-opacity));
}

.hover\:bg-pale-yellow:hover {
  --bg-opacity: 1;
  background-color: #FBAF4E;
  background-color: rgba(251, 175, 78, var(--bg-opacity));
}

.hover\:bg-success:hover {
  --bg-opacity: 1;
  background-color: #007E62;
  background-color: rgba(0, 126, 98, var(--bg-opacity));
}

.hover\:bg-error:hover {
  --bg-opacity: 1;
  background-color: #F60139;
  background-color: rgba(246, 1, 57, var(--bg-opacity));
}

.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: #f0f2f7 !important;
  background-color: rgba(240, 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: #e3e8f0 !important;
  background-color: rgba(227, 232, 240, var(--bg-opacity)) !important;
}

.bg-gray-450\! {
  --bg-opacity: 1 !important;
  background-color: #B0B5CC !important;
  background-color: rgba(176, 181, 204, var(--bg-opacity)) !important;
}

.bg-gray-500\! {
  --bg-opacity: 1 !important;
  background-color: #B9BED1 !important;
  background-color: rgba(185, 190, 209, var(--bg-opacity)) !important;
}

.bg-gray-550\! {
  --bg-opacity: 1 !important;
  background-color: #9597a6 !important;
  background-color: rgba(149, 151, 166, var(--bg-opacity)) !important;
}

.bg-gray-600\! {
  --bg-opacity: 1 !important;
  background-color: #707070 !important;
  background-color: rgba(112, 112, 112, 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: #454545 !important;
  background-color: rgba(69, 69, 69, 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-gray\! {
  --bg-opacity: 1 !important;
  background-color: #454545 !important;
  background-color: rgba(69, 69, 69, 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-dark-blue\! {
  --bg-opacity: 1 !important;
  background-color: #000142 !important;
  background-color: rgba(0, 1, 66, var(--bg-opacity)) !important;
}

.bg-light-blue\! {
  --bg-opacity: 1 !important;
  background-color: #3B55E6 !important;
  background-color: rgba(59, 85, 230, var(--bg-opacity)) !important;
}

.bg-pale-yellow\! {
  --bg-opacity: 1 !important;
  background-color: #FBAF4E !important;
  background-color: rgba(251, 175, 78, var(--bg-opacity)) !important;
}

.bg-success\! {
  --bg-opacity: 1 !important;
  background-color: #007E62 !important;
  background-color: rgba(0, 126, 98, var(--bg-opacity)) !important;
}

.bg-error\! {
  --bg-opacity: 1 !important;
  background-color: #F60139 !important;
  background-color: rgba(246, 1, 57, var(--bg-opacity)) !important;
}

.bg-opacity-0 {
  --bg-opacity: 0;
}

.bg-opacity-25 {
  --bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bg-opacity: 1;
}

.even\:bg-opacity-0:nth-child(even) {
  --bg-opacity: 0;
}

.even\:bg-opacity-25:nth-child(even) {
  --bg-opacity: 0.25;
}

.even\:bg-opacity-50:nth-child(even) {
  --bg-opacity: 0.5;
}

.even\:bg-opacity-75:nth-child(even) {
  --bg-opacity: 0.75;
}

.even\:bg-opacity-100:nth-child(even) {
  --bg-opacity: 1;
}

.odd\:bg-opacity-0:nth-child(odd) {
  --bg-opacity: 0;
}

.odd\:bg-opacity-25:nth-child(odd) {
  --bg-opacity: 0.25;
}

.odd\:bg-opacity-50:nth-child(odd) {
  --bg-opacity: 0.5;
}

.odd\:bg-opacity-75:nth-child(odd) {
  --bg-opacity: 0.75;
}

.odd\:bg-opacity-100:nth-child(odd) {
  --bg-opacity: 1;
}

.children\:bg-opacity-0 > * {
  --bg-opacity: 0;
}

.children\:bg-opacity-25 > * {
  --bg-opacity: 0.25;
}

.children\:bg-opacity-50 > * {
  --bg-opacity: 0.5;
}

.children\:bg-opacity-75 > * {
  --bg-opacity: 0.75;
}

.children\:bg-opacity-100 > * {
  --bg-opacity: 1;
}

.first\:bg-opacity-0:first-child {
  --bg-opacity: 0;
}

.first\:bg-opacity-25:first-child {
  --bg-opacity: 0.25;
}

.first\:bg-opacity-50:first-child {
  --bg-opacity: 0.5;
}

.first\:bg-opacity-75:first-child {
  --bg-opacity: 0.75;
}

.first\:bg-opacity-100:first-child {
  --bg-opacity: 1;
}

.last\:bg-opacity-0:last-child {
  --bg-opacity: 0;
}

.last\:bg-opacity-25:last-child {
  --bg-opacity: 0.25;
}

.last\:bg-opacity-50:last-child {
  --bg-opacity: 0.5;
}

.last\:bg-opacity-75:last-child {
  --bg-opacity: 0.75;
}

.last\:bg-opacity-100:last-child {
  --bg-opacity: 1;
}

.hover\:bg-opacity-0:hover {
  --bg-opacity: 0;
}

.hover\:bg-opacity-25:hover {
  --bg-opacity: 0.25;
}

.hover\:bg-opacity-50:hover {
  --bg-opacity: 0.5;
}

.hover\:bg-opacity-75:hover {
  --bg-opacity: 0.75;
}

.hover\:bg-opacity-100:hover {
  --bg-opacity: 1;
}

.bg-opacity-0\! {
  --bg-opacity: 0 !important;
}

.bg-opacity-25\! {
  --bg-opacity: 0.25 !important;
}

.bg-opacity-50\! {
  --bg-opacity: 0.5 !important;
}

.bg-opacity-75\! {
  --bg-opacity: 0.75 !important;
}

.bg-opacity-100\! {
  --bg-opacity: 1 !important;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.even\:bg-bottom:nth-child(even) {
  background-position: bottom;
}

.even\:bg-center:nth-child(even) {
  background-position: center;
}

.even\:bg-left:nth-child(even) {
  background-position: left;
}

.even\:bg-left-bottom:nth-child(even) {
  background-position: left bottom;
}

.even\:bg-left-top:nth-child(even) {
  background-position: left top;
}

.even\:bg-right:nth-child(even) {
  background-position: right;
}

.even\:bg-right-bottom:nth-child(even) {
  background-position: right bottom;
}

.even\:bg-right-top:nth-child(even) {
  background-position: right top;
}

.even\:bg-top:nth-child(even) {
  background-position: top;
}

.odd\:bg-bottom:nth-child(odd) {
  background-position: bottom;
}

.odd\:bg-center:nth-child(odd) {
  background-position: center;
}

.odd\:bg-left:nth-child(odd) {
  background-position: left;
}

.odd\:bg-left-bottom:nth-child(odd) {
  background-position: left bottom;
}

.odd\:bg-left-top:nth-child(odd) {
  background-position: left top;
}

.odd\:bg-right:nth-child(odd) {
  background-position: right;
}

.odd\:bg-right-bottom:nth-child(odd) {
  background-position: right bottom;
}

.odd\:bg-right-top:nth-child(odd) {
  background-position: right top;
}

.odd\:bg-top:nth-child(odd) {
  background-position: top;
}

.children\:bg-bottom > * {
  background-position: bottom;
}

.children\:bg-center > * {
  background-position: center;
}

.children\:bg-left > * {
  background-position: left;
}

.children\:bg-left-bottom > * {
  background-position: left bottom;
}

.children\:bg-left-top > * {
  background-position: left top;
}

.children\:bg-right > * {
  background-position: right;
}

.children\:bg-right-bottom > * {
  background-position: right bottom;
}

.children\:bg-right-top > * {
  background-position: right top;
}

.children\:bg-top > * {
  background-position: top;
}

.first\:bg-bottom:first-child {
  background-position: bottom;
}

.first\:bg-center:first-child {
  background-position: center;
}

.first\:bg-left:first-child {
  background-position: left;
}

.first\:bg-left-bottom:first-child {
  background-position: left bottom;
}

.first\:bg-left-top:first-child {
  background-position: left top;
}

.first\:bg-right:first-child {
  background-position: right;
}

.first\:bg-right-bottom:first-child {
  background-position: right bottom;
}

.first\:bg-right-top:first-child {
  background-position: right top;
}

.first\:bg-top:first-child {
  background-position: top;
}

.last\:bg-bottom:last-child {
  background-position: bottom;
}

.last\:bg-center:last-child {
  background-position: center;
}

.last\:bg-left:last-child {
  background-position: left;
}

.last\:bg-left-bottom:last-child {
  background-position: left bottom;
}

.last\:bg-left-top:last-child {
  background-position: left top;
}

.last\:bg-right:last-child {
  background-position: right;
}

.last\:bg-right-bottom:last-child {
  background-position: right bottom;
}

.last\:bg-right-top:last-child {
  background-position: right top;
}

.last\:bg-top:last-child {
  background-position: top;
}

.hover\:bg-bottom:hover {
  background-position: bottom;
}

.hover\:bg-center:hover {
  background-position: center;
}

.hover\:bg-left:hover {
  background-position: left;
}

.hover\:bg-left-bottom:hover {
  background-position: left bottom;
}

.hover\:bg-left-top:hover {
  background-position: left top;
}

.hover\:bg-right:hover {
  background-position: right;
}

.hover\:bg-right-bottom:hover {
  background-position: right bottom;
}

.hover\:bg-right-top:hover {
  background-position: right top;
}

.hover\:bg-top:hover {
  background-position: top;
}

.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;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

.even\:bg-repeat:nth-child(even) {
  background-repeat: repeat;
}

.even\:bg-no-repeat:nth-child(even) {
  background-repeat: no-repeat;
}

.even\:bg-repeat-x:nth-child(even) {
  background-repeat: repeat-x;
}

.even\:bg-repeat-y:nth-child(even) {
  background-repeat: repeat-y;
}

.even\:bg-repeat-round:nth-child(even) {
  background-repeat: round;
}

.even\:bg-repeat-space:nth-child(even) {
  background-repeat: space;
}

.odd\:bg-repeat:nth-child(odd) {
  background-repeat: repeat;
}

.odd\:bg-no-repeat:nth-child(odd) {
  background-repeat: no-repeat;
}

.odd\:bg-repeat-x:nth-child(odd) {
  background-repeat: repeat-x;
}

.odd\:bg-repeat-y:nth-child(odd) {
  background-repeat: repeat-y;
}

.odd\:bg-repeat-round:nth-child(odd) {
  background-repeat: round;
}

.odd\:bg-repeat-space:nth-child(odd) {
  background-repeat: space;
}

.children\:bg-repeat > * {
  background-repeat: repeat;
}

.children\:bg-no-repeat > * {
  background-repeat: no-repeat;
}

.children\:bg-repeat-x > * {
  background-repeat: repeat-x;
}

.children\:bg-repeat-y > * {
  background-repeat: repeat-y;
}

.children\:bg-repeat-round > * {
  background-repeat: round;
}

.children\:bg-repeat-space > * {
  background-repeat: space;
}

.first\:bg-repeat:first-child {
  background-repeat: repeat;
}

.first\:bg-no-repeat:first-child {
  background-repeat: no-repeat;
}

.first\:bg-repeat-x:first-child {
  background-repeat: repeat-x;
}

.first\:bg-repeat-y:first-child {
  background-repeat: repeat-y;
}

.first\:bg-repeat-round:first-child {
  background-repeat: round;
}

.first\:bg-repeat-space:first-child {
  background-repeat: space;
}

.last\:bg-repeat:last-child {
  background-repeat: repeat;
}

.last\:bg-no-repeat:last-child {
  background-repeat: no-repeat;
}

.last\:bg-repeat-x:last-child {
  background-repeat: repeat-x;
}

.last\:bg-repeat-y:last-child {
  background-repeat: repeat-y;
}

.last\:bg-repeat-round:last-child {
  background-repeat: round;
}

.last\:bg-repeat-space:last-child {
  background-repeat: space;
}

.hover\:bg-repeat:hover {
  background-repeat: repeat;
}

.hover\:bg-no-repeat:hover {
  background-repeat: no-repeat;
}

.hover\:bg-repeat-x:hover {
  background-repeat: repeat-x;
}

.hover\:bg-repeat-y:hover {
  background-repeat: repeat-y;
}

.hover\:bg-repeat-round:hover {
  background-repeat: round;
}

.hover\:bg-repeat-space:hover {
  background-repeat: space;
}

.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;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.even\:bg-auto:nth-child(even) {
  background-size: auto;
}

.even\:bg-cover:nth-child(even) {
  background-size: cover;
}

.even\:bg-contain:nth-child(even) {
  background-size: contain;
}

.odd\:bg-auto:nth-child(odd) {
  background-size: auto;
}

.odd\:bg-cover:nth-child(odd) {
  background-size: cover;
}

.odd\:bg-contain:nth-child(odd) {
  background-size: contain;
}

.children\:bg-auto > * {
  background-size: auto;
}

.children\:bg-cover > * {
  background-size: cover;
}

.children\:bg-contain > * {
  background-size: contain;
}

.first\:bg-auto:first-child {
  background-size: auto;
}

.first\:bg-cover:first-child {
  background-size: cover;
}

.first\:bg-contain:first-child {
  background-size: contain;
}

.last\:bg-auto:last-child {
  background-size: auto;
}

.last\:bg-cover:last-child {
  background-size: cover;
}

.last\:bg-contain:last-child {
  background-size: contain;
}

.hover\:bg-auto:hover {
  background-size: auto;
}

.hover\:bg-cover:hover {
  background-size: cover;
}

.hover\:bg-contain:hover {
  background-size: contain;
}

.bg-auto\! {
  background-size: auto !important;
}

.bg-cover\! {
  background-size: cover !important;
}

.bg-contain\! {
  background-size: contain !important;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.even\:border-collapse:nth-child(even) {
  border-collapse: collapse;
}

.even\:border-separate:nth-child(even) {
  border-collapse: separate;
}

.odd\:border-collapse:nth-child(odd) {
  border-collapse: collapse;
}

.odd\:border-separate:nth-child(odd) {
  border-collapse: separate;
}

.children\:border-collapse > * {
  border-collapse: collapse;
}

.children\:border-separate > * {
  border-collapse: separate;
}

.first\:border-collapse:first-child {
  border-collapse: collapse;
}

.first\:border-separate:first-child {
  border-collapse: separate;
}

.last\:border-collapse:last-child {
  border-collapse: collapse;
}

.last\:border-separate:last-child {
  border-collapse: separate;
}

.hover\:border-collapse:hover {
  border-collapse: collapse;
}

.hover\:border-separate:hover {
  border-collapse: separate;
}

.border-collapse\! {
  border-collapse: collapse !important;
}

.border-separate\! {
  border-collapse: separate !important;
}

.border-transparent {
  border-color: transparent;
}

.border-current {
  border-color: currentColor;
}

.border-black {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.border-white {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.border-gray-100 {
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.border-gray-200 {
  --border-opacity: 1;
  border-color: #f0f2f7;
  border-color: rgba(240, 242, 247, var(--border-opacity));
}

.border-gray-300 {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.border-gray-400 {
  --border-opacity: 1;
  border-color: #e3e8f0;
  border-color: rgba(227, 232, 240, var(--border-opacity));
}

.border-gray-450 {
  --border-opacity: 1;
  border-color: #B0B5CC;
  border-color: rgba(176, 181, 204, var(--border-opacity));
}

.border-gray-500 {
  --border-opacity: 1;
  border-color: #B9BED1;
  border-color: rgba(185, 190, 209, var(--border-opacity));
}

.border-gray-550 {
  --border-opacity: 1;
  border-color: #9597a6;
  border-color: rgba(149, 151, 166, var(--border-opacity));
}

.border-gray-600 {
  --border-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--border-opacity));
}

.border-gray-700 {
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.border-gray-800 {
  --border-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--border-opacity));
}

.border-gray-900 {
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

.border-gray {
  --border-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--border-opacity));
}

.border-red-100 {
  --border-opacity: 1;
  border-color: #fff5f5;
  border-color: rgba(255, 245, 245, var(--border-opacity));
}

.border-red-200 {
  --border-opacity: 1;
  border-color: #fed7d7;
  border-color: rgba(254, 215, 215, var(--border-opacity));
}

.border-red-300 {
  --border-opacity: 1;
  border-color: #feb2b2;
  border-color: rgba(254, 178, 178, var(--border-opacity));
}

.border-red-400 {
  --border-opacity: 1;
  border-color: #fc8181;
  border-color: rgba(252, 129, 129, var(--border-opacity));
}

.border-red-500 {
  --border-opacity: 1;
  border-color: #f56565;
  border-color: rgba(245, 101, 101, var(--border-opacity));
}

.border-red-600 {
  --border-opacity: 1;
  border-color: #e53e3e;
  border-color: rgba(229, 62, 62, var(--border-opacity));
}

.border-red-700 {
  --border-opacity: 1;
  border-color: #c53030;
  border-color: rgba(197, 48, 48, var(--border-opacity));
}

.border-red-800 {
  --border-opacity: 1;
  border-color: #9b2c2c;
  border-color: rgba(155, 44, 44, var(--border-opacity));
}

.border-red-900 {
  --border-opacity: 1;
  border-color: #742a2a;
  border-color: rgba(116, 42, 42, var(--border-opacity));
}

.border-orange-100 {
  --border-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--border-opacity));
}

.border-orange-200 {
  --border-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--border-opacity));
}

.border-orange-300 {
  --border-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--border-opacity));
}

.border-orange-400 {
  --border-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--border-opacity));
}

.border-orange-500 {
  --border-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--border-opacity));
}

.border-orange-600 {
  --border-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--border-opacity));
}

.border-orange-700 {
  --border-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--border-opacity));
}

.border-orange-800 {
  --border-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--border-opacity));
}

.border-orange-900 {
  --border-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--border-opacity));
}

.border-yellow-100 {
  --border-opacity: 1;
  border-color: #fffff0;
  border-color: rgba(255, 255, 240, var(--border-opacity));
}

.border-yellow-200 {
  --border-opacity: 1;
  border-color: #fefcbf;
  border-color: rgba(254, 252, 191, var(--border-opacity));
}

.border-yellow-300 {
  --border-opacity: 1;
  border-color: #faf089;
  border-color: rgba(250, 240, 137, var(--border-opacity));
}

.border-yellow-400 {
  --border-opacity: 1;
  border-color: #f6e05e;
  border-color: rgba(246, 224, 94, var(--border-opacity));
}

.border-yellow-500 {
  --border-opacity: 1;
  border-color: #ecc94b;
  border-color: rgba(236, 201, 75, var(--border-opacity));
}

.border-yellow-600 {
  --border-opacity: 1;
  border-color: #d69e2e;
  border-color: rgba(214, 158, 46, var(--border-opacity));
}

.border-yellow-700 {
  --border-opacity: 1;
  border-color: #b7791f;
  border-color: rgba(183, 121, 31, var(--border-opacity));
}

.border-yellow-800 {
  --border-opacity: 1;
  border-color: #975a16;
  border-color: rgba(151, 90, 22, var(--border-opacity));
}

.border-yellow-900 {
  --border-opacity: 1;
  border-color: #744210;
  border-color: rgba(116, 66, 16, var(--border-opacity));
}

.border-green-100 {
  --border-opacity: 1;
  border-color: #f0fff4;
  border-color: rgba(240, 255, 244, var(--border-opacity));
}

.border-green-200 {
  --border-opacity: 1;
  border-color: #c6f6d5;
  border-color: rgba(198, 246, 213, var(--border-opacity));
}

.border-green-300 {
  --border-opacity: 1;
  border-color: #9ae6b4;
  border-color: rgba(154, 230, 180, var(--border-opacity));
}

.border-green-400 {
  --border-opacity: 1;
  border-color: #68d391;
  border-color: rgba(104, 211, 145, var(--border-opacity));
}

.border-green-500 {
  --border-opacity: 1;
  border-color: #48bb78;
  border-color: rgba(72, 187, 120, var(--border-opacity));
}

.border-green-600 {
  --border-opacity: 1;
  border-color: #38a169;
  border-color: rgba(56, 161, 105, var(--border-opacity));
}

.border-green-700 {
  --border-opacity: 1;
  border-color: #2f855a;
  border-color: rgba(47, 133, 90, var(--border-opacity));
}

.border-green-800 {
  --border-opacity: 1;
  border-color: #276749;
  border-color: rgba(39, 103, 73, var(--border-opacity));
}

.border-green-900 {
  --border-opacity: 1;
  border-color: #22543d;
  border-color: rgba(34, 84, 61, var(--border-opacity));
}

.border-teal-100 {
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}

.border-teal-200 {
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}

.border-teal-300 {
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}

.border-teal-400 {
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}

.border-teal-500 {
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}

.border-teal-600 {
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}

.border-teal-700 {
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}

.border-teal-800 {
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}

.border-teal-900 {
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}

.border-blue-100 {
  --border-opacity: 1;
  border-color: #ebf8ff;
  border-color: rgba(235, 248, 255, var(--border-opacity));
}

.border-blue-200 {
  --border-opacity: 1;
  border-color: #bee3f8;
  border-color: rgba(190, 227, 248, var(--border-opacity));
}

.border-blue-300 {
  --border-opacity: 1;
  border-color: #90cdf4;
  border-color: rgba(144, 205, 244, var(--border-opacity));
}

.border-blue-400 {
  --border-opacity: 1;
  border-color: #63b3ed;
  border-color: rgba(99, 179, 237, var(--border-opacity));
}

.border-blue-500 {
  --border-opacity: 1;
  border-color: #4299e1;
  border-color: rgba(66, 153, 225, var(--border-opacity));
}

.border-blue-600 {
  --border-opacity: 1;
  border-color: #3182ce;
  border-color: rgba(49, 130, 206, var(--border-opacity));
}

.border-blue-700 {
  --border-opacity: 1;
  border-color: #2b6cb0;
  border-color: rgba(43, 108, 176, var(--border-opacity));
}

.border-blue-800 {
  --border-opacity: 1;
  border-color: #2c5282;
  border-color: rgba(44, 82, 130, var(--border-opacity));
}

.border-blue-900 {
  --border-opacity: 1;
  border-color: #2a4365;
  border-color: rgba(42, 67, 101, var(--border-opacity));
}

.border-indigo-100 {
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}

.border-indigo-200 {
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}

.border-indigo-300 {
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}

.border-indigo-400 {
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}

.border-indigo-500 {
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}

.border-indigo-600 {
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}

.border-indigo-700 {
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}

.border-indigo-800 {
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}

.border-indigo-900 {
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}

.border-purple-100 {
  --border-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--border-opacity));
}

.border-purple-200 {
  --border-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--border-opacity));
}

.border-purple-300 {
  --border-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--border-opacity));
}

.border-purple-400 {
  --border-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--border-opacity));
}

.border-purple-500 {
  --border-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--border-opacity));
}

.border-purple-600 {
  --border-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--border-opacity));
}

.border-purple-700 {
  --border-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--border-opacity));
}

.border-purple-800 {
  --border-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--border-opacity));
}

.border-purple-900 {
  --border-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--border-opacity));
}

.border-pink-100 {
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}

.border-pink-200 {
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}

.border-pink-300 {
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}

.border-pink-400 {
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}

.border-pink-500 {
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}

.border-pink-600 {
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}

.border-pink-700 {
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}

.border-pink-800 {
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}

.border-pink-900 {
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}

.border-dark-blue {
  --border-opacity: 1;
  border-color: #000142;
  border-color: rgba(0, 1, 66, var(--border-opacity));
}

.border-light-blue {
  --border-opacity: 1;
  border-color: #3B55E6;
  border-color: rgba(59, 85, 230, var(--border-opacity));
}

.border-pale-yellow {
  --border-opacity: 1;
  border-color: #FBAF4E;
  border-color: rgba(251, 175, 78, var(--border-opacity));
}

.border-success {
  --border-opacity: 1;
  border-color: #007E62;
  border-color: rgba(0, 126, 98, var(--border-opacity));
}

.border-error {
  --border-opacity: 1;
  border-color: #F60139;
  border-color: rgba(246, 1, 57, var(--border-opacity));
}

.even\:border-transparent:nth-child(even) {
  border-color: transparent;
}

.even\:border-current:nth-child(even) {
  border-color: currentColor;
}

.even\:border-black:nth-child(even) {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.even\:border-white:nth-child(even) {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.even\:border-gray-100:nth-child(even) {
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.even\:border-gray-200:nth-child(even) {
  --border-opacity: 1;
  border-color: #f0f2f7;
  border-color: rgba(240, 242, 247, var(--border-opacity));
}

.even\:border-gray-300:nth-child(even) {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.even\:border-gray-400:nth-child(even) {
  --border-opacity: 1;
  border-color: #e3e8f0;
  border-color: rgba(227, 232, 240, var(--border-opacity));
}

.even\:border-gray-450:nth-child(even) {
  --border-opacity: 1;
  border-color: #B0B5CC;
  border-color: rgba(176, 181, 204, var(--border-opacity));
}

.even\:border-gray-500:nth-child(even) {
  --border-opacity: 1;
  border-color: #B9BED1;
  border-color: rgba(185, 190, 209, var(--border-opacity));
}

.even\:border-gray-550:nth-child(even) {
  --border-opacity: 1;
  border-color: #9597a6;
  border-color: rgba(149, 151, 166, var(--border-opacity));
}

.even\:border-gray-600:nth-child(even) {
  --border-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--border-opacity));
}

.even\:border-gray-700:nth-child(even) {
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.even\:border-gray-800:nth-child(even) {
  --border-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--border-opacity));
}

.even\:border-gray-900:nth-child(even) {
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

.even\:border-gray:nth-child(even) {
  --border-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--border-opacity));
}

.even\:border-red-100:nth-child(even) {
  --border-opacity: 1;
  border-color: #fff5f5;
  border-color: rgba(255, 245, 245, var(--border-opacity));
}

.even\:border-red-200:nth-child(even) {
  --border-opacity: 1;
  border-color: #fed7d7;
  border-color: rgba(254, 215, 215, var(--border-opacity));
}

.even\:border-red-300:nth-child(even) {
  --border-opacity: 1;
  border-color: #feb2b2;
  border-color: rgba(254, 178, 178, var(--border-opacity));
}

.even\:border-red-400:nth-child(even) {
  --border-opacity: 1;
  border-color: #fc8181;
  border-color: rgba(252, 129, 129, var(--border-opacity));
}

.even\:border-red-500:nth-child(even) {
  --border-opacity: 1;
  border-color: #f56565;
  border-color: rgba(245, 101, 101, var(--border-opacity));
}

.even\:border-red-600:nth-child(even) {
  --border-opacity: 1;
  border-color: #e53e3e;
  border-color: rgba(229, 62, 62, var(--border-opacity));
}

.even\:border-red-700:nth-child(even) {
  --border-opacity: 1;
  border-color: #c53030;
  border-color: rgba(197, 48, 48, var(--border-opacity));
}

.even\:border-red-800:nth-child(even) {
  --border-opacity: 1;
  border-color: #9b2c2c;
  border-color: rgba(155, 44, 44, var(--border-opacity));
}

.even\:border-red-900:nth-child(even) {
  --border-opacity: 1;
  border-color: #742a2a;
  border-color: rgba(116, 42, 42, var(--border-opacity));
}

.even\:border-orange-100:nth-child(even) {
  --border-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--border-opacity));
}

.even\:border-orange-200:nth-child(even) {
  --border-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--border-opacity));
}

.even\:border-orange-300:nth-child(even) {
  --border-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--border-opacity));
}

.even\:border-orange-400:nth-child(even) {
  --border-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--border-opacity));
}

.even\:border-orange-500:nth-child(even) {
  --border-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--border-opacity));
}

.even\:border-orange-600:nth-child(even) {
  --border-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--border-opacity));
}

.even\:border-orange-700:nth-child(even) {
  --border-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--border-opacity));
}

.even\:border-orange-800:nth-child(even) {
  --border-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--border-opacity));
}

.even\:border-orange-900:nth-child(even) {
  --border-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--border-opacity));
}

.even\:border-yellow-100:nth-child(even) {
  --border-opacity: 1;
  border-color: #fffff0;
  border-color: rgba(255, 255, 240, var(--border-opacity));
}

.even\:border-yellow-200:nth-child(even) {
  --border-opacity: 1;
  border-color: #fefcbf;
  border-color: rgba(254, 252, 191, var(--border-opacity));
}

.even\:border-yellow-300:nth-child(even) {
  --border-opacity: 1;
  border-color: #faf089;
  border-color: rgba(250, 240, 137, var(--border-opacity));
}

.even\:border-yellow-400:nth-child(even) {
  --border-opacity: 1;
  border-color: #f6e05e;
  border-color: rgba(246, 224, 94, var(--border-opacity));
}

.even\:border-yellow-500:nth-child(even) {
  --border-opacity: 1;
  border-color: #ecc94b;
  border-color: rgba(236, 201, 75, var(--border-opacity));
}

.even\:border-yellow-600:nth-child(even) {
  --border-opacity: 1;
  border-color: #d69e2e;
  border-color: rgba(214, 158, 46, var(--border-opacity));
}

.even\:border-yellow-700:nth-child(even) {
  --border-opacity: 1;
  border-color: #b7791f;
  border-color: rgba(183, 121, 31, var(--border-opacity));
}

.even\:border-yellow-800:nth-child(even) {
  --border-opacity: 1;
  border-color: #975a16;
  border-color: rgba(151, 90, 22, var(--border-opacity));
}

.even\:border-yellow-900:nth-child(even) {
  --border-opacity: 1;
  border-color: #744210;
  border-color: rgba(116, 66, 16, var(--border-opacity));
}

.even\:border-green-100:nth-child(even) {
  --border-opacity: 1;
  border-color: #f0fff4;
  border-color: rgba(240, 255, 244, var(--border-opacity));
}

.even\:border-green-200:nth-child(even) {
  --border-opacity: 1;
  border-color: #c6f6d5;
  border-color: rgba(198, 246, 213, var(--border-opacity));
}

.even\:border-green-300:nth-child(even) {
  --border-opacity: 1;
  border-color: #9ae6b4;
  border-color: rgba(154, 230, 180, var(--border-opacity));
}

.even\:border-green-400:nth-child(even) {
  --border-opacity: 1;
  border-color: #68d391;
  border-color: rgba(104, 211, 145, var(--border-opacity));
}

.even\:border-green-500:nth-child(even) {
  --border-opacity: 1;
  border-color: #48bb78;
  border-color: rgba(72, 187, 120, var(--border-opacity));
}

.even\:border-green-600:nth-child(even) {
  --border-opacity: 1;
  border-color: #38a169;
  border-color: rgba(56, 161, 105, var(--border-opacity));
}

.even\:border-green-700:nth-child(even) {
  --border-opacity: 1;
  border-color: #2f855a;
  border-color: rgba(47, 133, 90, var(--border-opacity));
}

.even\:border-green-800:nth-child(even) {
  --border-opacity: 1;
  border-color: #276749;
  border-color: rgba(39, 103, 73, var(--border-opacity));
}

.even\:border-green-900:nth-child(even) {
  --border-opacity: 1;
  border-color: #22543d;
  border-color: rgba(34, 84, 61, var(--border-opacity));
}

.even\:border-teal-100:nth-child(even) {
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}

.even\:border-teal-200:nth-child(even) {
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}

.even\:border-teal-300:nth-child(even) {
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}

.even\:border-teal-400:nth-child(even) {
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}

.even\:border-teal-500:nth-child(even) {
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}

.even\:border-teal-600:nth-child(even) {
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}

.even\:border-teal-700:nth-child(even) {
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}

.even\:border-teal-800:nth-child(even) {
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}

.even\:border-teal-900:nth-child(even) {
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}

.even\:border-blue-100:nth-child(even) {
  --border-opacity: 1;
  border-color: #ebf8ff;
  border-color: rgba(235, 248, 255, var(--border-opacity));
}

.even\:border-blue-200:nth-child(even) {
  --border-opacity: 1;
  border-color: #bee3f8;
  border-color: rgba(190, 227, 248, var(--border-opacity));
}

.even\:border-blue-300:nth-child(even) {
  --border-opacity: 1;
  border-color: #90cdf4;
  border-color: rgba(144, 205, 244, var(--border-opacity));
}

.even\:border-blue-400:nth-child(even) {
  --border-opacity: 1;
  border-color: #63b3ed;
  border-color: rgba(99, 179, 237, var(--border-opacity));
}

.even\:border-blue-500:nth-child(even) {
  --border-opacity: 1;
  border-color: #4299e1;
  border-color: rgba(66, 153, 225, var(--border-opacity));
}

.even\:border-blue-600:nth-child(even) {
  --border-opacity: 1;
  border-color: #3182ce;
  border-color: rgba(49, 130, 206, var(--border-opacity));
}

.even\:border-blue-700:nth-child(even) {
  --border-opacity: 1;
  border-color: #2b6cb0;
  border-color: rgba(43, 108, 176, var(--border-opacity));
}

.even\:border-blue-800:nth-child(even) {
  --border-opacity: 1;
  border-color: #2c5282;
  border-color: rgba(44, 82, 130, var(--border-opacity));
}

.even\:border-blue-900:nth-child(even) {
  --border-opacity: 1;
  border-color: #2a4365;
  border-color: rgba(42, 67, 101, var(--border-opacity));
}

.even\:border-indigo-100:nth-child(even) {
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}

.even\:border-indigo-200:nth-child(even) {
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}

.even\:border-indigo-300:nth-child(even) {
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}

.even\:border-indigo-400:nth-child(even) {
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}

.even\:border-indigo-500:nth-child(even) {
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}

.even\:border-indigo-600:nth-child(even) {
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}

.even\:border-indigo-700:nth-child(even) {
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}

.even\:border-indigo-800:nth-child(even) {
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}

.even\:border-indigo-900:nth-child(even) {
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}

.even\:border-purple-100:nth-child(even) {
  --border-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--border-opacity));
}

.even\:border-purple-200:nth-child(even) {
  --border-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--border-opacity));
}

.even\:border-purple-300:nth-child(even) {
  --border-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--border-opacity));
}

.even\:border-purple-400:nth-child(even) {
  --border-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--border-opacity));
}

.even\:border-purple-500:nth-child(even) {
  --border-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--border-opacity));
}

.even\:border-purple-600:nth-child(even) {
  --border-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--border-opacity));
}

.even\:border-purple-700:nth-child(even) {
  --border-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--border-opacity));
}

.even\:border-purple-800:nth-child(even) {
  --border-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--border-opacity));
}

.even\:border-purple-900:nth-child(even) {
  --border-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--border-opacity));
}

.even\:border-pink-100:nth-child(even) {
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}

.even\:border-pink-200:nth-child(even) {
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}

.even\:border-pink-300:nth-child(even) {
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}

.even\:border-pink-400:nth-child(even) {
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}

.even\:border-pink-500:nth-child(even) {
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}

.even\:border-pink-600:nth-child(even) {
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}

.even\:border-pink-700:nth-child(even) {
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}

.even\:border-pink-800:nth-child(even) {
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}

.even\:border-pink-900:nth-child(even) {
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}

.even\:border-dark-blue:nth-child(even) {
  --border-opacity: 1;
  border-color: #000142;
  border-color: rgba(0, 1, 66, var(--border-opacity));
}

.even\:border-light-blue:nth-child(even) {
  --border-opacity: 1;
  border-color: #3B55E6;
  border-color: rgba(59, 85, 230, var(--border-opacity));
}

.even\:border-pale-yellow:nth-child(even) {
  --border-opacity: 1;
  border-color: #FBAF4E;
  border-color: rgba(251, 175, 78, var(--border-opacity));
}

.even\:border-success:nth-child(even) {
  --border-opacity: 1;
  border-color: #007E62;
  border-color: rgba(0, 126, 98, var(--border-opacity));
}

.even\:border-error:nth-child(even) {
  --border-opacity: 1;
  border-color: #F60139;
  border-color: rgba(246, 1, 57, var(--border-opacity));
}

.odd\:border-transparent:nth-child(odd) {
  border-color: transparent;
}

.odd\:border-current:nth-child(odd) {
  border-color: currentColor;
}

.odd\:border-black:nth-child(odd) {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.odd\:border-white:nth-child(odd) {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.odd\:border-gray-100:nth-child(odd) {
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.odd\:border-gray-200:nth-child(odd) {
  --border-opacity: 1;
  border-color: #f0f2f7;
  border-color: rgba(240, 242, 247, var(--border-opacity));
}

.odd\:border-gray-300:nth-child(odd) {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.odd\:border-gray-400:nth-child(odd) {
  --border-opacity: 1;
  border-color: #e3e8f0;
  border-color: rgba(227, 232, 240, var(--border-opacity));
}

.odd\:border-gray-450:nth-child(odd) {
  --border-opacity: 1;
  border-color: #B0B5CC;
  border-color: rgba(176, 181, 204, var(--border-opacity));
}

.odd\:border-gray-500:nth-child(odd) {
  --border-opacity: 1;
  border-color: #B9BED1;
  border-color: rgba(185, 190, 209, var(--border-opacity));
}

.odd\:border-gray-550:nth-child(odd) {
  --border-opacity: 1;
  border-color: #9597a6;
  border-color: rgba(149, 151, 166, var(--border-opacity));
}

.odd\:border-gray-600:nth-child(odd) {
  --border-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--border-opacity));
}

.odd\:border-gray-700:nth-child(odd) {
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.odd\:border-gray-800:nth-child(odd) {
  --border-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--border-opacity));
}

.odd\:border-gray-900:nth-child(odd) {
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

.odd\:border-gray:nth-child(odd) {
  --border-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--border-opacity));
}

.odd\:border-red-100:nth-child(odd) {
  --border-opacity: 1;
  border-color: #fff5f5;
  border-color: rgba(255, 245, 245, var(--border-opacity));
}

.odd\:border-red-200:nth-child(odd) {
  --border-opacity: 1;
  border-color: #fed7d7;
  border-color: rgba(254, 215, 215, var(--border-opacity));
}

.odd\:border-red-300:nth-child(odd) {
  --border-opacity: 1;
  border-color: #feb2b2;
  border-color: rgba(254, 178, 178, var(--border-opacity));
}

.odd\:border-red-400:nth-child(odd) {
  --border-opacity: 1;
  border-color: #fc8181;
  border-color: rgba(252, 129, 129, var(--border-opacity));
}

.odd\:border-red-500:nth-child(odd) {
  --border-opacity: 1;
  border-color: #f56565;
  border-color: rgba(245, 101, 101, var(--border-opacity));
}

.odd\:border-red-600:nth-child(odd) {
  --border-opacity: 1;
  border-color: #e53e3e;
  border-color: rgba(229, 62, 62, var(--border-opacity));
}

.odd\:border-red-700:nth-child(odd) {
  --border-opacity: 1;
  border-color: #c53030;
  border-color: rgba(197, 48, 48, var(--border-opacity));
}

.odd\:border-red-800:nth-child(odd) {
  --border-opacity: 1;
  border-color: #9b2c2c;
  border-color: rgba(155, 44, 44, var(--border-opacity));
}

.odd\:border-red-900:nth-child(odd) {
  --border-opacity: 1;
  border-color: #742a2a;
  border-color: rgba(116, 42, 42, var(--border-opacity));
}

.odd\:border-orange-100:nth-child(odd) {
  --border-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--border-opacity));
}

.odd\:border-orange-200:nth-child(odd) {
  --border-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--border-opacity));
}

.odd\:border-orange-300:nth-child(odd) {
  --border-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--border-opacity));
}

.odd\:border-orange-400:nth-child(odd) {
  --border-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--border-opacity));
}

.odd\:border-orange-500:nth-child(odd) {
  --border-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--border-opacity));
}

.odd\:border-orange-600:nth-child(odd) {
  --border-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--border-opacity));
}

.odd\:border-orange-700:nth-child(odd) {
  --border-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--border-opacity));
}

.odd\:border-orange-800:nth-child(odd) {
  --border-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--border-opacity));
}

.odd\:border-orange-900:nth-child(odd) {
  --border-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--border-opacity));
}

.odd\:border-yellow-100:nth-child(odd) {
  --border-opacity: 1;
  border-color: #fffff0;
  border-color: rgba(255, 255, 240, var(--border-opacity));
}

.odd\:border-yellow-200:nth-child(odd) {
  --border-opacity: 1;
  border-color: #fefcbf;
  border-color: rgba(254, 252, 191, var(--border-opacity));
}

.odd\:border-yellow-300:nth-child(odd) {
  --border-opacity: 1;
  border-color: #faf089;
  border-color: rgba(250, 240, 137, var(--border-opacity));
}

.odd\:border-yellow-400:nth-child(odd) {
  --border-opacity: 1;
  border-color: #f6e05e;
  border-color: rgba(246, 224, 94, var(--border-opacity));
}

.odd\:border-yellow-500:nth-child(odd) {
  --border-opacity: 1;
  border-color: #ecc94b;
  border-color: rgba(236, 201, 75, var(--border-opacity));
}

.odd\:border-yellow-600:nth-child(odd) {
  --border-opacity: 1;
  border-color: #d69e2e;
  border-color: rgba(214, 158, 46, var(--border-opacity));
}

.odd\:border-yellow-700:nth-child(odd) {
  --border-opacity: 1;
  border-color: #b7791f;
  border-color: rgba(183, 121, 31, var(--border-opacity));
}

.odd\:border-yellow-800:nth-child(odd) {
  --border-opacity: 1;
  border-color: #975a16;
  border-color: rgba(151, 90, 22, var(--border-opacity));
}

.odd\:border-yellow-900:nth-child(odd) {
  --border-opacity: 1;
  border-color: #744210;
  border-color: rgba(116, 66, 16, var(--border-opacity));
}

.odd\:border-green-100:nth-child(odd) {
  --border-opacity: 1;
  border-color: #f0fff4;
  border-color: rgba(240, 255, 244, var(--border-opacity));
}

.odd\:border-green-200:nth-child(odd) {
  --border-opacity: 1;
  border-color: #c6f6d5;
  border-color: rgba(198, 246, 213, var(--border-opacity));
}

.odd\:border-green-300:nth-child(odd) {
  --border-opacity: 1;
  border-color: #9ae6b4;
  border-color: rgba(154, 230, 180, var(--border-opacity));
}

.odd\:border-green-400:nth-child(odd) {
  --border-opacity: 1;
  border-color: #68d391;
  border-color: rgba(104, 211, 145, var(--border-opacity));
}

.odd\:border-green-500:nth-child(odd) {
  --border-opacity: 1;
  border-color: #48bb78;
  border-color: rgba(72, 187, 120, var(--border-opacity));
}

.odd\:border-green-600:nth-child(odd) {
  --border-opacity: 1;
  border-color: #38a169;
  border-color: rgba(56, 161, 105, var(--border-opacity));
}

.odd\:border-green-700:nth-child(odd) {
  --border-opacity: 1;
  border-color: #2f855a;
  border-color: rgba(47, 133, 90, var(--border-opacity));
}

.odd\:border-green-800:nth-child(odd) {
  --border-opacity: 1;
  border-color: #276749;
  border-color: rgba(39, 103, 73, var(--border-opacity));
}

.odd\:border-green-900:nth-child(odd) {
  --border-opacity: 1;
  border-color: #22543d;
  border-color: rgba(34, 84, 61, var(--border-opacity));
}

.odd\:border-teal-100:nth-child(odd) {
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}

.odd\:border-teal-200:nth-child(odd) {
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}

.odd\:border-teal-300:nth-child(odd) {
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}

.odd\:border-teal-400:nth-child(odd) {
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}

.odd\:border-teal-500:nth-child(odd) {
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}

.odd\:border-teal-600:nth-child(odd) {
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}

.odd\:border-teal-700:nth-child(odd) {
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}

.odd\:border-teal-800:nth-child(odd) {
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}

.odd\:border-teal-900:nth-child(odd) {
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}

.odd\:border-blue-100:nth-child(odd) {
  --border-opacity: 1;
  border-color: #ebf8ff;
  border-color: rgba(235, 248, 255, var(--border-opacity));
}

.odd\:border-blue-200:nth-child(odd) {
  --border-opacity: 1;
  border-color: #bee3f8;
  border-color: rgba(190, 227, 248, var(--border-opacity));
}

.odd\:border-blue-300:nth-child(odd) {
  --border-opacity: 1;
  border-color: #90cdf4;
  border-color: rgba(144, 205, 244, var(--border-opacity));
}

.odd\:border-blue-400:nth-child(odd) {
  --border-opacity: 1;
  border-color: #63b3ed;
  border-color: rgba(99, 179, 237, var(--border-opacity));
}

.odd\:border-blue-500:nth-child(odd) {
  --border-opacity: 1;
  border-color: #4299e1;
  border-color: rgba(66, 153, 225, var(--border-opacity));
}

.odd\:border-blue-600:nth-child(odd) {
  --border-opacity: 1;
  border-color: #3182ce;
  border-color: rgba(49, 130, 206, var(--border-opacity));
}

.odd\:border-blue-700:nth-child(odd) {
  --border-opacity: 1;
  border-color: #2b6cb0;
  border-color: rgba(43, 108, 176, var(--border-opacity));
}

.odd\:border-blue-800:nth-child(odd) {
  --border-opacity: 1;
  border-color: #2c5282;
  border-color: rgba(44, 82, 130, var(--border-opacity));
}

.odd\:border-blue-900:nth-child(odd) {
  --border-opacity: 1;
  border-color: #2a4365;
  border-color: rgba(42, 67, 101, var(--border-opacity));
}

.odd\:border-indigo-100:nth-child(odd) {
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}

.odd\:border-indigo-200:nth-child(odd) {
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}

.odd\:border-indigo-300:nth-child(odd) {
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}

.odd\:border-indigo-400:nth-child(odd) {
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}

.odd\:border-indigo-500:nth-child(odd) {
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}

.odd\:border-indigo-600:nth-child(odd) {
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}

.odd\:border-indigo-700:nth-child(odd) {
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}

.odd\:border-indigo-800:nth-child(odd) {
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}

.odd\:border-indigo-900:nth-child(odd) {
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}

.odd\:border-purple-100:nth-child(odd) {
  --border-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--border-opacity));
}

.odd\:border-purple-200:nth-child(odd) {
  --border-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--border-opacity));
}

.odd\:border-purple-300:nth-child(odd) {
  --border-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--border-opacity));
}

.odd\:border-purple-400:nth-child(odd) {
  --border-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--border-opacity));
}

.odd\:border-purple-500:nth-child(odd) {
  --border-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--border-opacity));
}

.odd\:border-purple-600:nth-child(odd) {
  --border-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--border-opacity));
}

.odd\:border-purple-700:nth-child(odd) {
  --border-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--border-opacity));
}

.odd\:border-purple-800:nth-child(odd) {
  --border-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--border-opacity));
}

.odd\:border-purple-900:nth-child(odd) {
  --border-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--border-opacity));
}

.odd\:border-pink-100:nth-child(odd) {
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}

.odd\:border-pink-200:nth-child(odd) {
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}

.odd\:border-pink-300:nth-child(odd) {
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}

.odd\:border-pink-400:nth-child(odd) {
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}

.odd\:border-pink-500:nth-child(odd) {
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}

.odd\:border-pink-600:nth-child(odd) {
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}

.odd\:border-pink-700:nth-child(odd) {
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}

.odd\:border-pink-800:nth-child(odd) {
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}

.odd\:border-pink-900:nth-child(odd) {
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}

.odd\:border-dark-blue:nth-child(odd) {
  --border-opacity: 1;
  border-color: #000142;
  border-color: rgba(0, 1, 66, var(--border-opacity));
}

.odd\:border-light-blue:nth-child(odd) {
  --border-opacity: 1;
  border-color: #3B55E6;
  border-color: rgba(59, 85, 230, var(--border-opacity));
}

.odd\:border-pale-yellow:nth-child(odd) {
  --border-opacity: 1;
  border-color: #FBAF4E;
  border-color: rgba(251, 175, 78, var(--border-opacity));
}

.odd\:border-success:nth-child(odd) {
  --border-opacity: 1;
  border-color: #007E62;
  border-color: rgba(0, 126, 98, var(--border-opacity));
}

.odd\:border-error:nth-child(odd) {
  --border-opacity: 1;
  border-color: #F60139;
  border-color: rgba(246, 1, 57, var(--border-opacity));
}

.children\:border-transparent > * {
  border-color: transparent;
}

.children\:border-current > * {
  border-color: currentColor;
}

.children\:border-black > * {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.children\:border-white > * {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.children\:border-gray-100 > * {
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.children\:border-gray-200 > * {
  --border-opacity: 1;
  border-color: #f0f2f7;
  border-color: rgba(240, 242, 247, var(--border-opacity));
}

.children\:border-gray-300 > * {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.children\:border-gray-400 > * {
  --border-opacity: 1;
  border-color: #e3e8f0;
  border-color: rgba(227, 232, 240, var(--border-opacity));
}

.children\:border-gray-450 > * {
  --border-opacity: 1;
  border-color: #B0B5CC;
  border-color: rgba(176, 181, 204, var(--border-opacity));
}

.children\:border-gray-500 > * {
  --border-opacity: 1;
  border-color: #B9BED1;
  border-color: rgba(185, 190, 209, var(--border-opacity));
}

.children\:border-gray-550 > * {
  --border-opacity: 1;
  border-color: #9597a6;
  border-color: rgba(149, 151, 166, var(--border-opacity));
}

.children\:border-gray-600 > * {
  --border-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--border-opacity));
}

.children\:border-gray-700 > * {
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.children\:border-gray-800 > * {
  --border-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--border-opacity));
}

.children\:border-gray-900 > * {
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

.children\:border-gray > * {
  --border-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--border-opacity));
}

.children\:border-red-100 > * {
  --border-opacity: 1;
  border-color: #fff5f5;
  border-color: rgba(255, 245, 245, var(--border-opacity));
}

.children\:border-red-200 > * {
  --border-opacity: 1;
  border-color: #fed7d7;
  border-color: rgba(254, 215, 215, var(--border-opacity));
}

.children\:border-red-300 > * {
  --border-opacity: 1;
  border-color: #feb2b2;
  border-color: rgba(254, 178, 178, var(--border-opacity));
}

.children\:border-red-400 > * {
  --border-opacity: 1;
  border-color: #fc8181;
  border-color: rgba(252, 129, 129, var(--border-opacity));
}

.children\:border-red-500 > * {
  --border-opacity: 1;
  border-color: #f56565;
  border-color: rgba(245, 101, 101, var(--border-opacity));
}

.children\:border-red-600 > * {
  --border-opacity: 1;
  border-color: #e53e3e;
  border-color: rgba(229, 62, 62, var(--border-opacity));
}

.children\:border-red-700 > * {
  --border-opacity: 1;
  border-color: #c53030;
  border-color: rgba(197, 48, 48, var(--border-opacity));
}

.children\:border-red-800 > * {
  --border-opacity: 1;
  border-color: #9b2c2c;
  border-color: rgba(155, 44, 44, var(--border-opacity));
}

.children\:border-red-900 > * {
  --border-opacity: 1;
  border-color: #742a2a;
  border-color: rgba(116, 42, 42, var(--border-opacity));
}

.children\:border-orange-100 > * {
  --border-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--border-opacity));
}

.children\:border-orange-200 > * {
  --border-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--border-opacity));
}

.children\:border-orange-300 > * {
  --border-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--border-opacity));
}

.children\:border-orange-400 > * {
  --border-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--border-opacity));
}

.children\:border-orange-500 > * {
  --border-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--border-opacity));
}

.children\:border-orange-600 > * {
  --border-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--border-opacity));
}

.children\:border-orange-700 > * {
  --border-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--border-opacity));
}

.children\:border-orange-800 > * {
  --border-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--border-opacity));
}

.children\:border-orange-900 > * {
  --border-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--border-opacity));
}

.children\:border-yellow-100 > * {
  --border-opacity: 1;
  border-color: #fffff0;
  border-color: rgba(255, 255, 240, var(--border-opacity));
}

.children\:border-yellow-200 > * {
  --border-opacity: 1;
  border-color: #fefcbf;
  border-color: rgba(254, 252, 191, var(--border-opacity));
}

.children\:border-yellow-300 > * {
  --border-opacity: 1;
  border-color: #faf089;
  border-color: rgba(250, 240, 137, var(--border-opacity));
}

.children\:border-yellow-400 > * {
  --border-opacity: 1;
  border-color: #f6e05e;
  border-color: rgba(246, 224, 94, var(--border-opacity));
}

.children\:border-yellow-500 > * {
  --border-opacity: 1;
  border-color: #ecc94b;
  border-color: rgba(236, 201, 75, var(--border-opacity));
}

.children\:border-yellow-600 > * {
  --border-opacity: 1;
  border-color: #d69e2e;
  border-color: rgba(214, 158, 46, var(--border-opacity));
}

.children\:border-yellow-700 > * {
  --border-opacity: 1;
  border-color: #b7791f;
  border-color: rgba(183, 121, 31, var(--border-opacity));
}

.children\:border-yellow-800 > * {
  --border-opacity: 1;
  border-color: #975a16;
  border-color: rgba(151, 90, 22, var(--border-opacity));
}

.children\:border-yellow-900 > * {
  --border-opacity: 1;
  border-color: #744210;
  border-color: rgba(116, 66, 16, var(--border-opacity));
}

.children\:border-green-100 > * {
  --border-opacity: 1;
  border-color: #f0fff4;
  border-color: rgba(240, 255, 244, var(--border-opacity));
}

.children\:border-green-200 > * {
  --border-opacity: 1;
  border-color: #c6f6d5;
  border-color: rgba(198, 246, 213, var(--border-opacity));
}

.children\:border-green-300 > * {
  --border-opacity: 1;
  border-color: #9ae6b4;
  border-color: rgba(154, 230, 180, var(--border-opacity));
}

.children\:border-green-400 > * {
  --border-opacity: 1;
  border-color: #68d391;
  border-color: rgba(104, 211, 145, var(--border-opacity));
}

.children\:border-green-500 > * {
  --border-opacity: 1;
  border-color: #48bb78;
  border-color: rgba(72, 187, 120, var(--border-opacity));
}

.children\:border-green-600 > * {
  --border-opacity: 1;
  border-color: #38a169;
  border-color: rgba(56, 161, 105, var(--border-opacity));
}

.children\:border-green-700 > * {
  --border-opacity: 1;
  border-color: #2f855a;
  border-color: rgba(47, 133, 90, var(--border-opacity));
}

.children\:border-green-800 > * {
  --border-opacity: 1;
  border-color: #276749;
  border-color: rgba(39, 103, 73, var(--border-opacity));
}

.children\:border-green-900 > * {
  --border-opacity: 1;
  border-color: #22543d;
  border-color: rgba(34, 84, 61, var(--border-opacity));
}

.children\:border-teal-100 > * {
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}

.children\:border-teal-200 > * {
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}

.children\:border-teal-300 > * {
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}

.children\:border-teal-400 > * {
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}

.children\:border-teal-500 > * {
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}

.children\:border-teal-600 > * {
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}

.children\:border-teal-700 > * {
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}

.children\:border-teal-800 > * {
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}

.children\:border-teal-900 > * {
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}

.children\:border-blue-100 > * {
  --border-opacity: 1;
  border-color: #ebf8ff;
  border-color: rgba(235, 248, 255, var(--border-opacity));
}

.children\:border-blue-200 > * {
  --border-opacity: 1;
  border-color: #bee3f8;
  border-color: rgba(190, 227, 248, var(--border-opacity));
}

.children\:border-blue-300 > * {
  --border-opacity: 1;
  border-color: #90cdf4;
  border-color: rgba(144, 205, 244, var(--border-opacity));
}

.children\:border-blue-400 > * {
  --border-opacity: 1;
  border-color: #63b3ed;
  border-color: rgba(99, 179, 237, var(--border-opacity));
}

.children\:border-blue-500 > * {
  --border-opacity: 1;
  border-color: #4299e1;
  border-color: rgba(66, 153, 225, var(--border-opacity));
}

.children\:border-blue-600 > * {
  --border-opacity: 1;
  border-color: #3182ce;
  border-color: rgba(49, 130, 206, var(--border-opacity));
}

.children\:border-blue-700 > * {
  --border-opacity: 1;
  border-color: #2b6cb0;
  border-color: rgba(43, 108, 176, var(--border-opacity));
}

.children\:border-blue-800 > * {
  --border-opacity: 1;
  border-color: #2c5282;
  border-color: rgba(44, 82, 130, var(--border-opacity));
}

.children\:border-blue-900 > * {
  --border-opacity: 1;
  border-color: #2a4365;
  border-color: rgba(42, 67, 101, var(--border-opacity));
}

.children\:border-indigo-100 > * {
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}

.children\:border-indigo-200 > * {
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}

.children\:border-indigo-300 > * {
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}

.children\:border-indigo-400 > * {
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}

.children\:border-indigo-500 > * {
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}

.children\:border-indigo-600 > * {
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}

.children\:border-indigo-700 > * {
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}

.children\:border-indigo-800 > * {
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}

.children\:border-indigo-900 > * {
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}

.children\:border-purple-100 > * {
  --border-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--border-opacity));
}

.children\:border-purple-200 > * {
  --border-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--border-opacity));
}

.children\:border-purple-300 > * {
  --border-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--border-opacity));
}

.children\:border-purple-400 > * {
  --border-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--border-opacity));
}

.children\:border-purple-500 > * {
  --border-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--border-opacity));
}

.children\:border-purple-600 > * {
  --border-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--border-opacity));
}

.children\:border-purple-700 > * {
  --border-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--border-opacity));
}

.children\:border-purple-800 > * {
  --border-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--border-opacity));
}

.children\:border-purple-900 > * {
  --border-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--border-opacity));
}

.children\:border-pink-100 > * {
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}

.children\:border-pink-200 > * {
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}

.children\:border-pink-300 > * {
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}

.children\:border-pink-400 > * {
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}

.children\:border-pink-500 > * {
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}

.children\:border-pink-600 > * {
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}

.children\:border-pink-700 > * {
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}

.children\:border-pink-800 > * {
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}

.children\:border-pink-900 > * {
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}

.children\:border-dark-blue > * {
  --border-opacity: 1;
  border-color: #000142;
  border-color: rgba(0, 1, 66, var(--border-opacity));
}

.children\:border-light-blue > * {
  --border-opacity: 1;
  border-color: #3B55E6;
  border-color: rgba(59, 85, 230, var(--border-opacity));
}

.children\:border-pale-yellow > * {
  --border-opacity: 1;
  border-color: #FBAF4E;
  border-color: rgba(251, 175, 78, var(--border-opacity));
}

.children\:border-success > * {
  --border-opacity: 1;
  border-color: #007E62;
  border-color: rgba(0, 126, 98, var(--border-opacity));
}

.children\:border-error > * {
  --border-opacity: 1;
  border-color: #F60139;
  border-color: rgba(246, 1, 57, var(--border-opacity));
}

.first\:border-transparent:first-child {
  border-color: transparent;
}

.first\:border-current:first-child {
  border-color: currentColor;
}

.first\:border-black:first-child {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.first\:border-white:first-child {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.first\:border-gray-100:first-child {
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.first\:border-gray-200:first-child {
  --border-opacity: 1;
  border-color: #f0f2f7;
  border-color: rgba(240, 242, 247, var(--border-opacity));
}

.first\:border-gray-300:first-child {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.first\:border-gray-400:first-child {
  --border-opacity: 1;
  border-color: #e3e8f0;
  border-color: rgba(227, 232, 240, var(--border-opacity));
}

.first\:border-gray-450:first-child {
  --border-opacity: 1;
  border-color: #B0B5CC;
  border-color: rgba(176, 181, 204, var(--border-opacity));
}

.first\:border-gray-500:first-child {
  --border-opacity: 1;
  border-color: #B9BED1;
  border-color: rgba(185, 190, 209, var(--border-opacity));
}

.first\:border-gray-550:first-child {
  --border-opacity: 1;
  border-color: #9597a6;
  border-color: rgba(149, 151, 166, var(--border-opacity));
}

.first\:border-gray-600:first-child {
  --border-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--border-opacity));
}

.first\:border-gray-700:first-child {
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.first\:border-gray-800:first-child {
  --border-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--border-opacity));
}

.first\:border-gray-900:first-child {
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

.first\:border-gray:first-child {
  --border-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--border-opacity));
}

.first\:border-red-100:first-child {
  --border-opacity: 1;
  border-color: #fff5f5;
  border-color: rgba(255, 245, 245, var(--border-opacity));
}

.first\:border-red-200:first-child {
  --border-opacity: 1;
  border-color: #fed7d7;
  border-color: rgba(254, 215, 215, var(--border-opacity));
}

.first\:border-red-300:first-child {
  --border-opacity: 1;
  border-color: #feb2b2;
  border-color: rgba(254, 178, 178, var(--border-opacity));
}

.first\:border-red-400:first-child {
  --border-opacity: 1;
  border-color: #fc8181;
  border-color: rgba(252, 129, 129, var(--border-opacity));
}

.first\:border-red-500:first-child {
  --border-opacity: 1;
  border-color: #f56565;
  border-color: rgba(245, 101, 101, var(--border-opacity));
}

.first\:border-red-600:first-child {
  --border-opacity: 1;
  border-color: #e53e3e;
  border-color: rgba(229, 62, 62, var(--border-opacity));
}

.first\:border-red-700:first-child {
  --border-opacity: 1;
  border-color: #c53030;
  border-color: rgba(197, 48, 48, var(--border-opacity));
}

.first\:border-red-800:first-child {
  --border-opacity: 1;
  border-color: #9b2c2c;
  border-color: rgba(155, 44, 44, var(--border-opacity));
}

.first\:border-red-900:first-child {
  --border-opacity: 1;
  border-color: #742a2a;
  border-color: rgba(116, 42, 42, var(--border-opacity));
}

.first\:border-orange-100:first-child {
  --border-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--border-opacity));
}

.first\:border-orange-200:first-child {
  --border-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--border-opacity));
}

.first\:border-orange-300:first-child {
  --border-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--border-opacity));
}

.first\:border-orange-400:first-child {
  --border-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--border-opacity));
}

.first\:border-orange-500:first-child {
  --border-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--border-opacity));
}

.first\:border-orange-600:first-child {
  --border-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--border-opacity));
}

.first\:border-orange-700:first-child {
  --border-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--border-opacity));
}

.first\:border-orange-800:first-child {
  --border-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--border-opacity));
}

.first\:border-orange-900:first-child {
  --border-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--border-opacity));
}

.first\:border-yellow-100:first-child {
  --border-opacity: 1;
  border-color: #fffff0;
  border-color: rgba(255, 255, 240, var(--border-opacity));
}

.first\:border-yellow-200:first-child {
  --border-opacity: 1;
  border-color: #fefcbf;
  border-color: rgba(254, 252, 191, var(--border-opacity));
}

.first\:border-yellow-300:first-child {
  --border-opacity: 1;
  border-color: #faf089;
  border-color: rgba(250, 240, 137, var(--border-opacity));
}

.first\:border-yellow-400:first-child {
  --border-opacity: 1;
  border-color: #f6e05e;
  border-color: rgba(246, 224, 94, var(--border-opacity));
}

.first\:border-yellow-500:first-child {
  --border-opacity: 1;
  border-color: #ecc94b;
  border-color: rgba(236, 201, 75, var(--border-opacity));
}

.first\:border-yellow-600:first-child {
  --border-opacity: 1;
  border-color: #d69e2e;
  border-color: rgba(214, 158, 46, var(--border-opacity));
}

.first\:border-yellow-700:first-child {
  --border-opacity: 1;
  border-color: #b7791f;
  border-color: rgba(183, 121, 31, var(--border-opacity));
}

.first\:border-yellow-800:first-child {
  --border-opacity: 1;
  border-color: #975a16;
  border-color: rgba(151, 90, 22, var(--border-opacity));
}

.first\:border-yellow-900:first-child {
  --border-opacity: 1;
  border-color: #744210;
  border-color: rgba(116, 66, 16, var(--border-opacity));
}

.first\:border-green-100:first-child {
  --border-opacity: 1;
  border-color: #f0fff4;
  border-color: rgba(240, 255, 244, var(--border-opacity));
}

.first\:border-green-200:first-child {
  --border-opacity: 1;
  border-color: #c6f6d5;
  border-color: rgba(198, 246, 213, var(--border-opacity));
}

.first\:border-green-300:first-child {
  --border-opacity: 1;
  border-color: #9ae6b4;
  border-color: rgba(154, 230, 180, var(--border-opacity));
}

.first\:border-green-400:first-child {
  --border-opacity: 1;
  border-color: #68d391;
  border-color: rgba(104, 211, 145, var(--border-opacity));
}

.first\:border-green-500:first-child {
  --border-opacity: 1;
  border-color: #48bb78;
  border-color: rgba(72, 187, 120, var(--border-opacity));
}

.first\:border-green-600:first-child {
  --border-opacity: 1;
  border-color: #38a169;
  border-color: rgba(56, 161, 105, var(--border-opacity));
}

.first\:border-green-700:first-child {
  --border-opacity: 1;
  border-color: #2f855a;
  border-color: rgba(47, 133, 90, var(--border-opacity));
}

.first\:border-green-800:first-child {
  --border-opacity: 1;
  border-color: #276749;
  border-color: rgba(39, 103, 73, var(--border-opacity));
}

.first\:border-green-900:first-child {
  --border-opacity: 1;
  border-color: #22543d;
  border-color: rgba(34, 84, 61, var(--border-opacity));
}

.first\:border-teal-100:first-child {
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}

.first\:border-teal-200:first-child {
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}

.first\:border-teal-300:first-child {
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}

.first\:border-teal-400:first-child {
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}

.first\:border-teal-500:first-child {
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}

.first\:border-teal-600:first-child {
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}

.first\:border-teal-700:first-child {
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}

.first\:border-teal-800:first-child {
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}

.first\:border-teal-900:first-child {
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}

.first\:border-blue-100:first-child {
  --border-opacity: 1;
  border-color: #ebf8ff;
  border-color: rgba(235, 248, 255, var(--border-opacity));
}

.first\:border-blue-200:first-child {
  --border-opacity: 1;
  border-color: #bee3f8;
  border-color: rgba(190, 227, 248, var(--border-opacity));
}

.first\:border-blue-300:first-child {
  --border-opacity: 1;
  border-color: #90cdf4;
  border-color: rgba(144, 205, 244, var(--border-opacity));
}

.first\:border-blue-400:first-child {
  --border-opacity: 1;
  border-color: #63b3ed;
  border-color: rgba(99, 179, 237, var(--border-opacity));
}

.first\:border-blue-500:first-child {
  --border-opacity: 1;
  border-color: #4299e1;
  border-color: rgba(66, 153, 225, var(--border-opacity));
}

.first\:border-blue-600:first-child {
  --border-opacity: 1;
  border-color: #3182ce;
  border-color: rgba(49, 130, 206, var(--border-opacity));
}

.first\:border-blue-700:first-child {
  --border-opacity: 1;
  border-color: #2b6cb0;
  border-color: rgba(43, 108, 176, var(--border-opacity));
}

.first\:border-blue-800:first-child {
  --border-opacity: 1;
  border-color: #2c5282;
  border-color: rgba(44, 82, 130, var(--border-opacity));
}

.first\:border-blue-900:first-child {
  --border-opacity: 1;
  border-color: #2a4365;
  border-color: rgba(42, 67, 101, var(--border-opacity));
}

.first\:border-indigo-100:first-child {
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}

.first\:border-indigo-200:first-child {
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}

.first\:border-indigo-300:first-child {
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}

.first\:border-indigo-400:first-child {
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}

.first\:border-indigo-500:first-child {
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}

.first\:border-indigo-600:first-child {
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}

.first\:border-indigo-700:first-child {
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}

.first\:border-indigo-800:first-child {
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}

.first\:border-indigo-900:first-child {
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}

.first\:border-purple-100:first-child {
  --border-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--border-opacity));
}

.first\:border-purple-200:first-child {
  --border-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--border-opacity));
}

.first\:border-purple-300:first-child {
  --border-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--border-opacity));
}

.first\:border-purple-400:first-child {
  --border-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--border-opacity));
}

.first\:border-purple-500:first-child {
  --border-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--border-opacity));
}

.first\:border-purple-600:first-child {
  --border-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--border-opacity));
}

.first\:border-purple-700:first-child {
  --border-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--border-opacity));
}

.first\:border-purple-800:first-child {
  --border-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--border-opacity));
}

.first\:border-purple-900:first-child {
  --border-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--border-opacity));
}

.first\:border-pink-100:first-child {
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}

.first\:border-pink-200:first-child {
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}

.first\:border-pink-300:first-child {
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}

.first\:border-pink-400:first-child {
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}

.first\:border-pink-500:first-child {
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}

.first\:border-pink-600:first-child {
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}

.first\:border-pink-700:first-child {
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}

.first\:border-pink-800:first-child {
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}

.first\:border-pink-900:first-child {
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}

.first\:border-dark-blue:first-child {
  --border-opacity: 1;
  border-color: #000142;
  border-color: rgba(0, 1, 66, var(--border-opacity));
}

.first\:border-light-blue:first-child {
  --border-opacity: 1;
  border-color: #3B55E6;
  border-color: rgba(59, 85, 230, var(--border-opacity));
}

.first\:border-pale-yellow:first-child {
  --border-opacity: 1;
  border-color: #FBAF4E;
  border-color: rgba(251, 175, 78, var(--border-opacity));
}

.first\:border-success:first-child {
  --border-opacity: 1;
  border-color: #007E62;
  border-color: rgba(0, 126, 98, var(--border-opacity));
}

.first\:border-error:first-child {
  --border-opacity: 1;
  border-color: #F60139;
  border-color: rgba(246, 1, 57, var(--border-opacity));
}

.last\:border-transparent:last-child {
  border-color: transparent;
}

.last\:border-current:last-child {
  border-color: currentColor;
}

.last\:border-black:last-child {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.last\:border-white:last-child {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.last\:border-gray-100:last-child {
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.last\:border-gray-200:last-child {
  --border-opacity: 1;
  border-color: #f0f2f7;
  border-color: rgba(240, 242, 247, var(--border-opacity));
}

.last\:border-gray-300:last-child {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.last\:border-gray-400:last-child {
  --border-opacity: 1;
  border-color: #e3e8f0;
  border-color: rgba(227, 232, 240, var(--border-opacity));
}

.last\:border-gray-450:last-child {
  --border-opacity: 1;
  border-color: #B0B5CC;
  border-color: rgba(176, 181, 204, var(--border-opacity));
}

.last\:border-gray-500:last-child {
  --border-opacity: 1;
  border-color: #B9BED1;
  border-color: rgba(185, 190, 209, var(--border-opacity));
}

.last\:border-gray-550:last-child {
  --border-opacity: 1;
  border-color: #9597a6;
  border-color: rgba(149, 151, 166, var(--border-opacity));
}

.last\:border-gray-600:last-child {
  --border-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--border-opacity));
}

.last\:border-gray-700:last-child {
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.last\:border-gray-800:last-child {
  --border-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--border-opacity));
}

.last\:border-gray-900:last-child {
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

.last\:border-gray:last-child {
  --border-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--border-opacity));
}

.last\:border-red-100:last-child {
  --border-opacity: 1;
  border-color: #fff5f5;
  border-color: rgba(255, 245, 245, var(--border-opacity));
}

.last\:border-red-200:last-child {
  --border-opacity: 1;
  border-color: #fed7d7;
  border-color: rgba(254, 215, 215, var(--border-opacity));
}

.last\:border-red-300:last-child {
  --border-opacity: 1;
  border-color: #feb2b2;
  border-color: rgba(254, 178, 178, var(--border-opacity));
}

.last\:border-red-400:last-child {
  --border-opacity: 1;
  border-color: #fc8181;
  border-color: rgba(252, 129, 129, var(--border-opacity));
}

.last\:border-red-500:last-child {
  --border-opacity: 1;
  border-color: #f56565;
  border-color: rgba(245, 101, 101, var(--border-opacity));
}

.last\:border-red-600:last-child {
  --border-opacity: 1;
  border-color: #e53e3e;
  border-color: rgba(229, 62, 62, var(--border-opacity));
}

.last\:border-red-700:last-child {
  --border-opacity: 1;
  border-color: #c53030;
  border-color: rgba(197, 48, 48, var(--border-opacity));
}

.last\:border-red-800:last-child {
  --border-opacity: 1;
  border-color: #9b2c2c;
  border-color: rgba(155, 44, 44, var(--border-opacity));
}

.last\:border-red-900:last-child {
  --border-opacity: 1;
  border-color: #742a2a;
  border-color: rgba(116, 42, 42, var(--border-opacity));
}

.last\:border-orange-100:last-child {
  --border-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--border-opacity));
}

.last\:border-orange-200:last-child {
  --border-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--border-opacity));
}

.last\:border-orange-300:last-child {
  --border-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--border-opacity));
}

.last\:border-orange-400:last-child {
  --border-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--border-opacity));
}

.last\:border-orange-500:last-child {
  --border-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--border-opacity));
}

.last\:border-orange-600:last-child {
  --border-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--border-opacity));
}

.last\:border-orange-700:last-child {
  --border-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--border-opacity));
}

.last\:border-orange-800:last-child {
  --border-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--border-opacity));
}

.last\:border-orange-900:last-child {
  --border-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--border-opacity));
}

.last\:border-yellow-100:last-child {
  --border-opacity: 1;
  border-color: #fffff0;
  border-color: rgba(255, 255, 240, var(--border-opacity));
}

.last\:border-yellow-200:last-child {
  --border-opacity: 1;
  border-color: #fefcbf;
  border-color: rgba(254, 252, 191, var(--border-opacity));
}

.last\:border-yellow-300:last-child {
  --border-opacity: 1;
  border-color: #faf089;
  border-color: rgba(250, 240, 137, var(--border-opacity));
}

.last\:border-yellow-400:last-child {
  --border-opacity: 1;
  border-color: #f6e05e;
  border-color: rgba(246, 224, 94, var(--border-opacity));
}

.last\:border-yellow-500:last-child {
  --border-opacity: 1;
  border-color: #ecc94b;
  border-color: rgba(236, 201, 75, var(--border-opacity));
}

.last\:border-yellow-600:last-child {
  --border-opacity: 1;
  border-color: #d69e2e;
  border-color: rgba(214, 158, 46, var(--border-opacity));
}

.last\:border-yellow-700:last-child {
  --border-opacity: 1;
  border-color: #b7791f;
  border-color: rgba(183, 121, 31, var(--border-opacity));
}

.last\:border-yellow-800:last-child {
  --border-opacity: 1;
  border-color: #975a16;
  border-color: rgba(151, 90, 22, var(--border-opacity));
}

.last\:border-yellow-900:last-child {
  --border-opacity: 1;
  border-color: #744210;
  border-color: rgba(116, 66, 16, var(--border-opacity));
}

.last\:border-green-100:last-child {
  --border-opacity: 1;
  border-color: #f0fff4;
  border-color: rgba(240, 255, 244, var(--border-opacity));
}

.last\:border-green-200:last-child {
  --border-opacity: 1;
  border-color: #c6f6d5;
  border-color: rgba(198, 246, 213, var(--border-opacity));
}

.last\:border-green-300:last-child {
  --border-opacity: 1;
  border-color: #9ae6b4;
  border-color: rgba(154, 230, 180, var(--border-opacity));
}

.last\:border-green-400:last-child {
  --border-opacity: 1;
  border-color: #68d391;
  border-color: rgba(104, 211, 145, var(--border-opacity));
}

.last\:border-green-500:last-child {
  --border-opacity: 1;
  border-color: #48bb78;
  border-color: rgba(72, 187, 120, var(--border-opacity));
}

.last\:border-green-600:last-child {
  --border-opacity: 1;
  border-color: #38a169;
  border-color: rgba(56, 161, 105, var(--border-opacity));
}

.last\:border-green-700:last-child {
  --border-opacity: 1;
  border-color: #2f855a;
  border-color: rgba(47, 133, 90, var(--border-opacity));
}

.last\:border-green-800:last-child {
  --border-opacity: 1;
  border-color: #276749;
  border-color: rgba(39, 103, 73, var(--border-opacity));
}

.last\:border-green-900:last-child {
  --border-opacity: 1;
  border-color: #22543d;
  border-color: rgba(34, 84, 61, var(--border-opacity));
}

.last\:border-teal-100:last-child {
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}

.last\:border-teal-200:last-child {
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}

.last\:border-teal-300:last-child {
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}

.last\:border-teal-400:last-child {
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}

.last\:border-teal-500:last-child {
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}

.last\:border-teal-600:last-child {
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}

.last\:border-teal-700:last-child {
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}

.last\:border-teal-800:last-child {
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}

.last\:border-teal-900:last-child {
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}

.last\:border-blue-100:last-child {
  --border-opacity: 1;
  border-color: #ebf8ff;
  border-color: rgba(235, 248, 255, var(--border-opacity));
}

.last\:border-blue-200:last-child {
  --border-opacity: 1;
  border-color: #bee3f8;
  border-color: rgba(190, 227, 248, var(--border-opacity));
}

.last\:border-blue-300:last-child {
  --border-opacity: 1;
  border-color: #90cdf4;
  border-color: rgba(144, 205, 244, var(--border-opacity));
}

.last\:border-blue-400:last-child {
  --border-opacity: 1;
  border-color: #63b3ed;
  border-color: rgba(99, 179, 237, var(--border-opacity));
}

.last\:border-blue-500:last-child {
  --border-opacity: 1;
  border-color: #4299e1;
  border-color: rgba(66, 153, 225, var(--border-opacity));
}

.last\:border-blue-600:last-child {
  --border-opacity: 1;
  border-color: #3182ce;
  border-color: rgba(49, 130, 206, var(--border-opacity));
}

.last\:border-blue-700:last-child {
  --border-opacity: 1;
  border-color: #2b6cb0;
  border-color: rgba(43, 108, 176, var(--border-opacity));
}

.last\:border-blue-800:last-child {
  --border-opacity: 1;
  border-color: #2c5282;
  border-color: rgba(44, 82, 130, var(--border-opacity));
}

.last\:border-blue-900:last-child {
  --border-opacity: 1;
  border-color: #2a4365;
  border-color: rgba(42, 67, 101, var(--border-opacity));
}

.last\:border-indigo-100:last-child {
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}

.last\:border-indigo-200:last-child {
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}

.last\:border-indigo-300:last-child {
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}

.last\:border-indigo-400:last-child {
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}

.last\:border-indigo-500:last-child {
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}

.last\:border-indigo-600:last-child {
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}

.last\:border-indigo-700:last-child {
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}

.last\:border-indigo-800:last-child {
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}

.last\:border-indigo-900:last-child {
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}

.last\:border-purple-100:last-child {
  --border-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--border-opacity));
}

.last\:border-purple-200:last-child {
  --border-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--border-opacity));
}

.last\:border-purple-300:last-child {
  --border-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--border-opacity));
}

.last\:border-purple-400:last-child {
  --border-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--border-opacity));
}

.last\:border-purple-500:last-child {
  --border-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--border-opacity));
}

.last\:border-purple-600:last-child {
  --border-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--border-opacity));
}

.last\:border-purple-700:last-child {
  --border-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--border-opacity));
}

.last\:border-purple-800:last-child {
  --border-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--border-opacity));
}

.last\:border-purple-900:last-child {
  --border-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--border-opacity));
}

.last\:border-pink-100:last-child {
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}

.last\:border-pink-200:last-child {
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}

.last\:border-pink-300:last-child {
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}

.last\:border-pink-400:last-child {
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}

.last\:border-pink-500:last-child {
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}

.last\:border-pink-600:last-child {
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}

.last\:border-pink-700:last-child {
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}

.last\:border-pink-800:last-child {
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}

.last\:border-pink-900:last-child {
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}

.last\:border-dark-blue:last-child {
  --border-opacity: 1;
  border-color: #000142;
  border-color: rgba(0, 1, 66, var(--border-opacity));
}

.last\:border-light-blue:last-child {
  --border-opacity: 1;
  border-color: #3B55E6;
  border-color: rgba(59, 85, 230, var(--border-opacity));
}

.last\:border-pale-yellow:last-child {
  --border-opacity: 1;
  border-color: #FBAF4E;
  border-color: rgba(251, 175, 78, var(--border-opacity));
}

.last\:border-success:last-child {
  --border-opacity: 1;
  border-color: #007E62;
  border-color: rgba(0, 126, 98, var(--border-opacity));
}

.last\:border-error:last-child {
  --border-opacity: 1;
  border-color: #F60139;
  border-color: rgba(246, 1, 57, var(--border-opacity));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-current:hover {
  border-color: currentColor;
}

.hover\:border-black:hover {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.hover\:border-white:hover {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.hover\:border-gray-100:hover {
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.hover\:border-gray-200:hover {
  --border-opacity: 1;
  border-color: #f0f2f7;
  border-color: rgba(240, 242, 247, var(--border-opacity));
}

.hover\:border-gray-300:hover {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.hover\:border-gray-400:hover {
  --border-opacity: 1;
  border-color: #e3e8f0;
  border-color: rgba(227, 232, 240, var(--border-opacity));
}

.hover\:border-gray-450:hover {
  --border-opacity: 1;
  border-color: #B0B5CC;
  border-color: rgba(176, 181, 204, var(--border-opacity));
}

.hover\:border-gray-500:hover {
  --border-opacity: 1;
  border-color: #B9BED1;
  border-color: rgba(185, 190, 209, var(--border-opacity));
}

.hover\:border-gray-550:hover {
  --border-opacity: 1;
  border-color: #9597a6;
  border-color: rgba(149, 151, 166, var(--border-opacity));
}

.hover\:border-gray-600:hover {
  --border-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--border-opacity));
}

.hover\:border-gray-700:hover {
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.hover\:border-gray-800:hover {
  --border-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--border-opacity));
}

.hover\:border-gray-900:hover {
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

.hover\:border-gray:hover {
  --border-opacity: 1;
  border-color: #454545;
  border-color: rgba(69, 69, 69, var(--border-opacity));
}

.hover\:border-red-100:hover {
  --border-opacity: 1;
  border-color: #fff5f5;
  border-color: rgba(255, 245, 245, var(--border-opacity));
}

.hover\:border-red-200:hover {
  --border-opacity: 1;
  border-color: #fed7d7;
  border-color: rgba(254, 215, 215, var(--border-opacity));
}

.hover\:border-red-300:hover {
  --border-opacity: 1;
  border-color: #feb2b2;
  border-color: rgba(254, 178, 178, var(--border-opacity));
}

.hover\:border-red-400:hover {
  --border-opacity: 1;
  border-color: #fc8181;
  border-color: rgba(252, 129, 129, var(--border-opacity));
}

.hover\:border-red-500:hover {
  --border-opacity: 1;
  border-color: #f56565;
  border-color: rgba(245, 101, 101, var(--border-opacity));
}

.hover\:border-red-600:hover {
  --border-opacity: 1;
  border-color: #e53e3e;
  border-color: rgba(229, 62, 62, var(--border-opacity));
}

.hover\:border-red-700:hover {
  --border-opacity: 1;
  border-color: #c53030;
  border-color: rgba(197, 48, 48, var(--border-opacity));
}

.hover\:border-red-800:hover {
  --border-opacity: 1;
  border-color: #9b2c2c;
  border-color: rgba(155, 44, 44, var(--border-opacity));
}

.hover\:border-red-900:hover {
  --border-opacity: 1;
  border-color: #742a2a;
  border-color: rgba(116, 42, 42, var(--border-opacity));
}

.hover\:border-orange-100:hover {
  --border-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--border-opacity));
}

.hover\:border-orange-200:hover {
  --border-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--border-opacity));
}

.hover\:border-orange-300:hover {
  --border-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--border-opacity));
}

.hover\:border-orange-400:hover {
  --border-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--border-opacity));
}

.hover\:border-orange-500:hover {
  --border-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--border-opacity));
}

.hover\:border-orange-600:hover {
  --border-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--border-opacity));
}

.hover\:border-orange-700:hover {
  --border-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--border-opacity));
}

.hover\:border-orange-800:hover {
  --border-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--border-opacity));
}

.hover\:border-orange-900:hover {
  --border-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--border-opacity));
}

.hover\:border-yellow-100:hover {
  --border-opacity: 1;
  border-color: #fffff0;
  border-color: rgba(255, 255, 240, var(--border-opacity));
}

.hover\:border-yellow-200:hover {
  --border-opacity: 1;
  border-color: #fefcbf;
  border-color: rgba(254, 252, 191, var(--border-opacity));
}

.hover\:border-yellow-300:hover {
  --border-opacity: 1;
  border-color: #faf089;
  border-color: rgba(250, 240, 137, var(--border-opacity));
}

.hover\:border-yellow-400:hover {
  --border-opacity: 1;
  border-color: #f6e05e;
  border-color: rgba(246, 224, 94, var(--border-opacity));
}

.hover\:border-yellow-500:hover {
  --border-opacity: 1;
  border-color: #ecc94b;
  border-color: rgba(236, 201, 75, var(--border-opacity));
}

.hover\:border-yellow-600:hover {
  --border-opacity: 1;
  border-color: #d69e2e;
  border-color: rgba(214, 158, 46, var(--border-opacity));
}

.hover\:border-yellow-700:hover {
  --border-opacity: 1;
  border-color: #b7791f;
  border-color: rgba(183, 121, 31, var(--border-opacity));
}

.hover\:border-yellow-800:hover {
  --border-opacity: 1;
  border-color: #975a16;
  border-color: rgba(151, 90, 22, var(--border-opacity));
}

.hover\:border-yellow-900:hover {
  --border-opacity: 1;
  border-color: #744210;
  border-color: rgba(116, 66, 16, var(--border-opacity));
}

.hover\:border-green-100:hover {
  --border-opacity: 1;
  border-color: #f0fff4;
  border-color: rgba(240, 255, 244, var(--border-opacity));
}

.hover\:border-green-200:hover {
  --border-opacity: 1;
  border-color: #c6f6d5;
  border-color: rgba(198, 246, 213, var(--border-opacity));
}

.hover\:border-green-300:hover {
  --border-opacity: 1;
  border-color: #9ae6b4;
  border-color: rgba(154, 230, 180, var(--border-opacity));
}

.hover\:border-green-400:hover {
  --border-opacity: 1;
  border-color: #68d391;
  border-color: rgba(104, 211, 145, var(--border-opacity));
}

.hover\:border-green-500:hover {
  --border-opacity: 1;
  border-color: #48bb78;
  border-color: rgba(72, 187, 120, var(--border-opacity));
}

.hover\:border-green-600:hover {
  --border-opacity: 1;
  border-color: #38a169;
  border-color: rgba(56, 161, 105, var(--border-opacity));
}

.hover\:border-green-700:hover {
  --border-opacity: 1;
  border-color: #2f855a;
  border-color: rgba(47, 133, 90, var(--border-opacity));
}

.hover\:border-green-800:hover {
  --border-opacity: 1;
  border-color: #276749;
  border-color: rgba(39, 103, 73, var(--border-opacity));
}

.hover\:border-green-900:hover {
  --border-opacity: 1;
  border-color: #22543d;
  border-color: rgba(34, 84, 61, var(--border-opacity));
}

.hover\:border-teal-100:hover {
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}

.hover\:border-teal-200:hover {
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}

.hover\:border-teal-300:hover {
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}

.hover\:border-teal-400:hover {
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}

.hover\:border-teal-500:hover {
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}

.hover\:border-teal-600:hover {
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}

.hover\:border-teal-700:hover {
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}

.hover\:border-teal-800:hover {
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}

.hover\:border-teal-900:hover {
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}

.hover\:border-blue-100:hover {
  --border-opacity: 1;
  border-color: #ebf8ff;
  border-color: rgba(235, 248, 255, var(--border-opacity));
}

.hover\:border-blue-200:hover {
  --border-opacity: 1;
  border-color: #bee3f8;
  border-color: rgba(190, 227, 248, var(--border-opacity));
}

.hover\:border-blue-300:hover {
  --border-opacity: 1;
  border-color: #90cdf4;
  border-color: rgba(144, 205, 244, var(--border-opacity));
}

.hover\:border-blue-400:hover {
  --border-opacity: 1;
  border-color: #63b3ed;
  border-color: rgba(99, 179, 237, var(--border-opacity));
}

.hover\:border-blue-500:hover {
  --border-opacity: 1;
  border-color: #4299e1;
  border-color: rgba(66, 153, 225, var(--border-opacity));
}

.hover\:border-blue-600:hover {
  --border-opacity: 1;
  border-color: #3182ce;
  border-color: rgba(49, 130, 206, var(--border-opacity));
}

.hover\:border-blue-700:hover {
  --border-opacity: 1;
  border-color: #2b6cb0;
  border-color: rgba(43, 108, 176, var(--border-opacity));
}

.hover\:border-blue-800:hover {
  --border-opacity: 1;
  border-color: #2c5282;
  border-color: rgba(44, 82, 130, var(--border-opacity));
}

.hover\:border-blue-900:hover {
  --border-opacity: 1;
  border-color: #2a4365;
  border-color: rgba(42, 67, 101, var(--border-opacity));
}

.hover\:border-indigo-100:hover {
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}

.hover\:border-indigo-200:hover {
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}

.hover\:border-indigo-300:hover {
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}

.hover\:border-indigo-400:hover {
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}

.hover\:border-indigo-500:hover {
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}

.hover\:border-indigo-600:hover {
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}

.hover\:border-indigo-700:hover {
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}

.hover\:border-indigo-800:hover {
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}

.hover\:border-indigo-900:hover {
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}

.hover\:border-purple-100:hover {
  --border-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--border-opacity));
}

.hover\:border-purple-200:hover {
  --border-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--border-opacity));
}

.hover\:border-purple-300:hover {
  --border-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--border-opacity));
}

.hover\:border-purple-400:hover {
  --border-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--border-opacity));
}

.hover\:border-purple-500:hover {
  --border-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--border-opacity));
}

.hover\:border-purple-600:hover {
  --border-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--border-opacity));
}

.hover\:border-purple-700:hover {
  --border-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--border-opacity));
}

.hover\:border-purple-800:hover {
  --border-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--border-opacity));
}

.hover\:border-purple-900:hover {
  --border-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--border-opacity));
}

.hover\:border-pink-100:hover {
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}

.hover\:border-pink-200:hover {
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}

.hover\:border-pink-300:hover {
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}

.hover\:border-pink-400:hover {
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}

.hover\:border-pink-500:hover {
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}

.hover\:border-pink-600:hover {
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}

.hover\:border-pink-700:hover {
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}

.hover\:border-pink-800:hover {
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}

.hover\:border-pink-900:hover {
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}

.hover\:border-dark-blue:hover {
  --border-opacity: 1;
  border-color: #000142;
  border-color: rgba(0, 1, 66, var(--border-opacity));
}

.hover\:border-light-blue:hover {
  --border-opacity: 1;
  border-color: #3B55E6;
  border-color: rgba(59, 85, 230, var(--border-opacity));
}

.hover\:border-pale-yellow:hover {
  --border-opacity: 1;
  border-color: #FBAF4E;
  border-color: rgba(251, 175, 78, var(--border-opacity));
}

.hover\:border-success:hover {
  --border-opacity: 1;
  border-color: #007E62;
  border-color: rgba(0, 126, 98, var(--border-opacity));
}

.hover\:border-error:hover {
  --border-opacity: 1;
  border-color: #F60139;
  border-color: rgba(246, 1, 57, var(--border-opacity));
}

.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: #f0f2f7 !important;
  border-color: rgba(240, 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: #e3e8f0 !important;
  border-color: rgba(227, 232, 240, var(--border-opacity)) !important;
}

.border-gray-450\! {
  --border-opacity: 1 !important;
  border-color: #B0B5CC !important;
  border-color: rgba(176, 181, 204, var(--border-opacity)) !important;
}

.border-gray-500\! {
  --border-opacity: 1 !important;
  border-color: #B9BED1 !important;
  border-color: rgba(185, 190, 209, var(--border-opacity)) !important;
}

.border-gray-550\! {
  --border-opacity: 1 !important;
  border-color: #9597a6 !important;
  border-color: rgba(149, 151, 166, var(--border-opacity)) !important;
}

.border-gray-600\! {
  --border-opacity: 1 !important;
  border-color: #707070 !important;
  border-color: rgba(112, 112, 112, 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: #454545 !important;
  border-color: rgba(69, 69, 69, 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-gray\! {
  --border-opacity: 1 !important;
  border-color: #454545 !important;
  border-color: rgba(69, 69, 69, 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-dark-blue\! {
  --border-opacity: 1 !important;
  border-color: #000142 !important;
  border-color: rgba(0, 1, 66, var(--border-opacity)) !important;
}

.border-light-blue\! {
  --border-opacity: 1 !important;
  border-color: #3B55E6 !important;
  border-color: rgba(59, 85, 230, var(--border-opacity)) !important;
}

.border-pale-yellow\! {
  --border-opacity: 1 !important;
  border-color: #FBAF4E !important;
  border-color: rgba(251, 175, 78, var(--border-opacity)) !important;
}

.border-success\! {
  --border-opacity: 1 !important;
  border-color: #007E62 !important;
  border-color: rgba(0, 126, 98, var(--border-opacity)) !important;
}

.border-error\! {
  --border-opacity: 1 !important;
  border-color: #F60139 !important;
  border-color: rgba(246, 1, 57, var(--border-opacity)) !important;
}

.border-opacity-0 {
  --border-opacity: 0;
}

.border-opacity-25 {
  --border-opacity: 0.25;
}

.border-opacity-50 {
  --border-opacity: 0.5;
}

.border-opacity-75 {
  --border-opacity: 0.75;
}

.border-opacity-100 {
  --border-opacity: 1;
}

.even\:border-opacity-0:nth-child(even) {
  --border-opacity: 0;
}

.even\:border-opacity-25:nth-child(even) {
  --border-opacity: 0.25;
}

.even\:border-opacity-50:nth-child(even) {
  --border-opacity: 0.5;
}

.even\:border-opacity-75:nth-child(even) {
  --border-opacity: 0.75;
}

.even\:border-opacity-100:nth-child(even) {
  --border-opacity: 1;
}

.odd\:border-opacity-0:nth-child(odd) {
  --border-opacity: 0;
}

.odd\:border-opacity-25:nth-child(odd) {
  --border-opacity: 0.25;
}

.odd\:border-opacity-50:nth-child(odd) {
  --border-opacity: 0.5;
}

.odd\:border-opacity-75:nth-child(odd) {
  --border-opacity: 0.75;
}

.odd\:border-opacity-100:nth-child(odd) {
  --border-opacity: 1;
}

.children\:border-opacity-0 > * {
  --border-opacity: 0;
}

.children\:border-opacity-25 > * {
  --border-opacity: 0.25;
}

.children\:border-opacity-50 > * {
  --border-opacity: 0.5;
}

.children\:border-opacity-75 > * {
  --border-opacity: 0.75;
}

.children\:border-opacity-100 > * {
  --border-opacity: 1;
}

.first\:border-opacity-0:first-child {
  --border-opacity: 0;
}

.first\:border-opacity-25:first-child {
  --border-opacity: 0.25;
}

.first\:border-opacity-50:first-child {
  --border-opacity: 0.5;
}

.first\:border-opacity-75:first-child {
  --border-opacity: 0.75;
}

.first\:border-opacity-100:first-child {
  --border-opacity: 1;
}

.last\:border-opacity-0:last-child {
  --border-opacity: 0;
}

.last\:border-opacity-25:last-child {
  --border-opacity: 0.25;
}

.last\:border-opacity-50:last-child {
  --border-opacity: 0.5;
}

.last\:border-opacity-75:last-child {
  --border-opacity: 0.75;
}

.last\:border-opacity-100:last-child {
  --border-opacity: 1;
}

.hover\:border-opacity-0:hover {
  --border-opacity: 0;
}

.hover\:border-opacity-25:hover {
  --border-opacity: 0.25;
}

.hover\:border-opacity-50:hover {
  --border-opacity: 0.5;
}

.hover\:border-opacity-75:hover {
  --border-opacity: 0.75;
}

.hover\:border-opacity-100:hover {
  --border-opacity: 1;
}

.border-opacity-0\! {
  --border-opacity: 0 !important;
}

.border-opacity-25\! {
  --border-opacity: 0.25 !important;
}

.border-opacity-50\! {
  --border-opacity: 0.5 !important;
}

.border-opacity-75\! {
  --border-opacity: 0.75 !important;
}

.border-opacity-100\! {
  --border-opacity: 1 !important;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-tr-none {
  border-top-right-radius: 0;
}

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.even\:rounded-none:nth-child(even) {
  border-radius: 0;
}

.even\:rounded-sm:nth-child(even) {
  border-radius: 0.125rem;
}

.even\:rounded:nth-child(even) {
  border-radius: 0.25rem;
}

.even\:rounded-md:nth-child(even) {
  border-radius: 0.375rem;
}

.even\:rounded-lg:nth-child(even) {
  border-radius: 0.5rem;
}

.even\:rounded-full:nth-child(even) {
  border-radius: 9999px;
}

.even\:rounded-t-none:nth-child(even) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.even\:rounded-r-none:nth-child(even) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.even\:rounded-b-none:nth-child(even) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.even\:rounded-l-none:nth-child(even) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.even\:rounded-t-sm:nth-child(even) {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.even\:rounded-r-sm:nth-child(even) {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.even\:rounded-b-sm:nth-child(even) {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.even\:rounded-l-sm:nth-child(even) {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.even\:rounded-t:nth-child(even) {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.even\:rounded-r:nth-child(even) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.even\:rounded-b:nth-child(even) {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.even\:rounded-l:nth-child(even) {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.even\:rounded-t-md:nth-child(even) {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.even\:rounded-r-md:nth-child(even) {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.even\:rounded-b-md:nth-child(even) {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.even\:rounded-l-md:nth-child(even) {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.even\:rounded-t-lg:nth-child(even) {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.even\:rounded-r-lg:nth-child(even) {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.even\:rounded-b-lg:nth-child(even) {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.even\:rounded-l-lg:nth-child(even) {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.even\:rounded-t-full:nth-child(even) {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.even\:rounded-r-full:nth-child(even) {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.even\:rounded-b-full:nth-child(even) {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.even\:rounded-l-full:nth-child(even) {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.even\:rounded-tl-none:nth-child(even) {
  border-top-left-radius: 0;
}

.even\:rounded-tr-none:nth-child(even) {
  border-top-right-radius: 0;
}

.even\:rounded-br-none:nth-child(even) {
  border-bottom-right-radius: 0;
}

.even\:rounded-bl-none:nth-child(even) {
  border-bottom-left-radius: 0;
}

.even\:rounded-tl-sm:nth-child(even) {
  border-top-left-radius: 0.125rem;
}

.even\:rounded-tr-sm:nth-child(even) {
  border-top-right-radius: 0.125rem;
}

.even\:rounded-br-sm:nth-child(even) {
  border-bottom-right-radius: 0.125rem;
}

.even\:rounded-bl-sm:nth-child(even) {
  border-bottom-left-radius: 0.125rem;
}

.even\:rounded-tl:nth-child(even) {
  border-top-left-radius: 0.25rem;
}

.even\:rounded-tr:nth-child(even) {
  border-top-right-radius: 0.25rem;
}

.even\:rounded-br:nth-child(even) {
  border-bottom-right-radius: 0.25rem;
}

.even\:rounded-bl:nth-child(even) {
  border-bottom-left-radius: 0.25rem;
}

.even\:rounded-tl-md:nth-child(even) {
  border-top-left-radius: 0.375rem;
}

.even\:rounded-tr-md:nth-child(even) {
  border-top-right-radius: 0.375rem;
}

.even\:rounded-br-md:nth-child(even) {
  border-bottom-right-radius: 0.375rem;
}

.even\:rounded-bl-md:nth-child(even) {
  border-bottom-left-radius: 0.375rem;
}

.even\:rounded-tl-lg:nth-child(even) {
  border-top-left-radius: 0.5rem;
}

.even\:rounded-tr-lg:nth-child(even) {
  border-top-right-radius: 0.5rem;
}

.even\:rounded-br-lg:nth-child(even) {
  border-bottom-right-radius: 0.5rem;
}

.even\:rounded-bl-lg:nth-child(even) {
  border-bottom-left-radius: 0.5rem;
}

.even\:rounded-tl-full:nth-child(even) {
  border-top-left-radius: 9999px;
}

.even\:rounded-tr-full:nth-child(even) {
  border-top-right-radius: 9999px;
}

.even\:rounded-br-full:nth-child(even) {
  border-bottom-right-radius: 9999px;
}

.even\:rounded-bl-full:nth-child(even) {
  border-bottom-left-radius: 9999px;
}

.odd\:rounded-none:nth-child(odd) {
  border-radius: 0;
}

.odd\:rounded-sm:nth-child(odd) {
  border-radius: 0.125rem;
}

.odd\:rounded:nth-child(odd) {
  border-radius: 0.25rem;
}

.odd\:rounded-md:nth-child(odd) {
  border-radius: 0.375rem;
}

.odd\:rounded-lg:nth-child(odd) {
  border-radius: 0.5rem;
}

.odd\:rounded-full:nth-child(odd) {
  border-radius: 9999px;
}

.odd\:rounded-t-none:nth-child(odd) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.odd\:rounded-r-none:nth-child(odd) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.odd\:rounded-b-none:nth-child(odd) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.odd\:rounded-l-none:nth-child(odd) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.odd\:rounded-t-sm:nth-child(odd) {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.odd\:rounded-r-sm:nth-child(odd) {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.odd\:rounded-b-sm:nth-child(odd) {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.odd\:rounded-l-sm:nth-child(odd) {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.odd\:rounded-t:nth-child(odd) {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.odd\:rounded-r:nth-child(odd) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.odd\:rounded-b:nth-child(odd) {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.odd\:rounded-l:nth-child(odd) {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.odd\:rounded-t-md:nth-child(odd) {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.odd\:rounded-r-md:nth-child(odd) {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.odd\:rounded-b-md:nth-child(odd) {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.odd\:rounded-l-md:nth-child(odd) {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.odd\:rounded-t-lg:nth-child(odd) {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.odd\:rounded-r-lg:nth-child(odd) {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.odd\:rounded-b-lg:nth-child(odd) {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.odd\:rounded-l-lg:nth-child(odd) {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.odd\:rounded-t-full:nth-child(odd) {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.odd\:rounded-r-full:nth-child(odd) {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.odd\:rounded-b-full:nth-child(odd) {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.odd\:rounded-l-full:nth-child(odd) {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.odd\:rounded-tl-none:nth-child(odd) {
  border-top-left-radius: 0;
}

.odd\:rounded-tr-none:nth-child(odd) {
  border-top-right-radius: 0;
}

.odd\:rounded-br-none:nth-child(odd) {
  border-bottom-right-radius: 0;
}

.odd\:rounded-bl-none:nth-child(odd) {
  border-bottom-left-radius: 0;
}

.odd\:rounded-tl-sm:nth-child(odd) {
  border-top-left-radius: 0.125rem;
}

.odd\:rounded-tr-sm:nth-child(odd) {
  border-top-right-radius: 0.125rem;
}

.odd\:rounded-br-sm:nth-child(odd) {
  border-bottom-right-radius: 0.125rem;
}

.odd\:rounded-bl-sm:nth-child(odd) {
  border-bottom-left-radius: 0.125rem;
}

.odd\:rounded-tl:nth-child(odd) {
  border-top-left-radius: 0.25rem;
}

.odd\:rounded-tr:nth-child(odd) {
  border-top-right-radius: 0.25rem;
}

.odd\:rounded-br:nth-child(odd) {
  border-bottom-right-radius: 0.25rem;
}

.odd\:rounded-bl:nth-child(odd) {
  border-bottom-left-radius: 0.25rem;
}

.odd\:rounded-tl-md:nth-child(odd) {
  border-top-left-radius: 0.375rem;
}

.odd\:rounded-tr-md:nth-child(odd) {
  border-top-right-radius: 0.375rem;
}

.odd\:rounded-br-md:nth-child(odd) {
  border-bottom-right-radius: 0.375rem;
}

.odd\:rounded-bl-md:nth-child(odd) {
  border-bottom-left-radius: 0.375rem;
}

.odd\:rounded-tl-lg:nth-child(odd) {
  border-top-left-radius: 0.5rem;
}

.odd\:rounded-tr-lg:nth-child(odd) {
  border-top-right-radius: 0.5rem;
}

.odd\:rounded-br-lg:nth-child(odd) {
  border-bottom-right-radius: 0.5rem;
}

.odd\:rounded-bl-lg:nth-child(odd) {
  border-bottom-left-radius: 0.5rem;
}

.odd\:rounded-tl-full:nth-child(odd) {
  border-top-left-radius: 9999px;
}

.odd\:rounded-tr-full:nth-child(odd) {
  border-top-right-radius: 9999px;
}

.odd\:rounded-br-full:nth-child(odd) {
  border-bottom-right-radius: 9999px;
}

.odd\:rounded-bl-full:nth-child(odd) {
  border-bottom-left-radius: 9999px;
}

.children\:rounded-none > * {
  border-radius: 0;
}

.children\:rounded-sm > * {
  border-radius: 0.125rem;
}

.children\:rounded > * {
  border-radius: 0.25rem;
}

.children\:rounded-md > * {
  border-radius: 0.375rem;
}

.children\:rounded-lg > * {
  border-radius: 0.5rem;
}

.children\:rounded-full > * {
  border-radius: 9999px;
}

.children\:rounded-t-none > * {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.children\:rounded-r-none > * {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.children\:rounded-b-none > * {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.children\:rounded-l-none > * {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.children\:rounded-t-sm > * {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.children\:rounded-r-sm > * {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.children\:rounded-b-sm > * {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.children\:rounded-l-sm > * {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.children\:rounded-t > * {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.children\:rounded-r > * {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.children\:rounded-b > * {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.children\:rounded-l > * {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.children\:rounded-t-md > * {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.children\:rounded-r-md > * {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.children\:rounded-b-md > * {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.children\:rounded-l-md > * {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.children\:rounded-t-lg > * {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.children\:rounded-r-lg > * {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.children\:rounded-b-lg > * {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.children\:rounded-l-lg > * {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.children\:rounded-t-full > * {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.children\:rounded-r-full > * {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.children\:rounded-b-full > * {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.children\:rounded-l-full > * {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.children\:rounded-tl-none > * {
  border-top-left-radius: 0;
}

.children\:rounded-tr-none > * {
  border-top-right-radius: 0;
}

.children\:rounded-br-none > * {
  border-bottom-right-radius: 0;
}

.children\:rounded-bl-none > * {
  border-bottom-left-radius: 0;
}

.children\:rounded-tl-sm > * {
  border-top-left-radius: 0.125rem;
}

.children\:rounded-tr-sm > * {
  border-top-right-radius: 0.125rem;
}

.children\:rounded-br-sm > * {
  border-bottom-right-radius: 0.125rem;
}

.children\:rounded-bl-sm > * {
  border-bottom-left-radius: 0.125rem;
}

.children\:rounded-tl > * {
  border-top-left-radius: 0.25rem;
}

.children\:rounded-tr > * {
  border-top-right-radius: 0.25rem;
}

.children\:rounded-br > * {
  border-bottom-right-radius: 0.25rem;
}

.children\:rounded-bl > * {
  border-bottom-left-radius: 0.25rem;
}

.children\:rounded-tl-md > * {
  border-top-left-radius: 0.375rem;
}

.children\:rounded-tr-md > * {
  border-top-right-radius: 0.375rem;
}

.children\:rounded-br-md > * {
  border-bottom-right-radius: 0.375rem;
}

.children\:rounded-bl-md > * {
  border-bottom-left-radius: 0.375rem;
}

.children\:rounded-tl-lg > * {
  border-top-left-radius: 0.5rem;
}

.children\:rounded-tr-lg > * {
  border-top-right-radius: 0.5rem;
}

.children\:rounded-br-lg > * {
  border-bottom-right-radius: 0.5rem;
}

.children\:rounded-bl-lg > * {
  border-bottom-left-radius: 0.5rem;
}

.children\:rounded-tl-full > * {
  border-top-left-radius: 9999px;
}

.children\:rounded-tr-full > * {
  border-top-right-radius: 9999px;
}

.children\:rounded-br-full > * {
  border-bottom-right-radius: 9999px;
}

.children\:rounded-bl-full > * {
  border-bottom-left-radius: 9999px;
}

.first\:rounded-none:first-child {
  border-radius: 0;
}

.first\:rounded-sm:first-child {
  border-radius: 0.125rem;
}

.first\:rounded:first-child {
  border-radius: 0.25rem;
}

.first\:rounded-md:first-child {
  border-radius: 0.375rem;
}

.first\:rounded-lg:first-child {
  border-radius: 0.5rem;
}

.first\:rounded-full:first-child {
  border-radius: 9999px;
}

.first\:rounded-t-none:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.first\:rounded-r-none:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.first\:rounded-b-none:first-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.first\:rounded-l-none:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.first\:rounded-t-sm:first-child {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.first\:rounded-r-sm:first-child {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.first\:rounded-b-sm:first-child {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.first\:rounded-l-sm:first-child {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.first\:rounded-t:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.first\:rounded-r:first-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.first\:rounded-b:first-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.first\:rounded-l:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.first\:rounded-t-md:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.first\:rounded-r-md:first-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.first\:rounded-b-md:first-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.first\:rounded-l-md:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.first\:rounded-t-lg:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.first\:rounded-r-lg:first-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.first\:rounded-b-lg:first-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.first\:rounded-l-lg:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.first\:rounded-t-full:first-child {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.first\:rounded-r-full:first-child {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.first\:rounded-b-full:first-child {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.first\:rounded-l-full:first-child {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.first\:rounded-tl-none:first-child {
  border-top-left-radius: 0;
}

.first\:rounded-tr-none:first-child {
  border-top-right-radius: 0;
}

.first\:rounded-br-none:first-child {
  border-bottom-right-radius: 0;
}

.first\:rounded-bl-none:first-child {
  border-bottom-left-radius: 0;
}

.first\:rounded-tl-sm:first-child {
  border-top-left-radius: 0.125rem;
}

.first\:rounded-tr-sm:first-child {
  border-top-right-radius: 0.125rem;
}

.first\:rounded-br-sm:first-child {
  border-bottom-right-radius: 0.125rem;
}

.first\:rounded-bl-sm:first-child {
  border-bottom-left-radius: 0.125rem;
}

.first\:rounded-tl:first-child {
  border-top-left-radius: 0.25rem;
}

.first\:rounded-tr:first-child {
  border-top-right-radius: 0.25rem;
}

.first\:rounded-br:first-child {
  border-bottom-right-radius: 0.25rem;
}

.first\:rounded-bl:first-child {
  border-bottom-left-radius: 0.25rem;
}

.first\:rounded-tl-md:first-child {
  border-top-left-radius: 0.375rem;
}

.first\:rounded-tr-md:first-child {
  border-top-right-radius: 0.375rem;
}

.first\:rounded-br-md:first-child {
  border-bottom-right-radius: 0.375rem;
}

.first\:rounded-bl-md:first-child {
  border-bottom-left-radius: 0.375rem;
}

.first\:rounded-tl-lg:first-child {
  border-top-left-radius: 0.5rem;
}

.first\:rounded-tr-lg:first-child {
  border-top-right-radius: 0.5rem;
}

.first\:rounded-br-lg:first-child {
  border-bottom-right-radius: 0.5rem;
}

.first\:rounded-bl-lg:first-child {
  border-bottom-left-radius: 0.5rem;
}

.first\:rounded-tl-full:first-child {
  border-top-left-radius: 9999px;
}

.first\:rounded-tr-full:first-child {
  border-top-right-radius: 9999px;
}

.first\:rounded-br-full:first-child {
  border-bottom-right-radius: 9999px;
}

.first\:rounded-bl-full:first-child {
  border-bottom-left-radius: 9999px;
}

.last\:rounded-none:last-child {
  border-radius: 0;
}

.last\:rounded-sm:last-child {
  border-radius: 0.125rem;
}

.last\:rounded:last-child {
  border-radius: 0.25rem;
}

.last\:rounded-md:last-child {
  border-radius: 0.375rem;
}

.last\:rounded-lg:last-child {
  border-radius: 0.5rem;
}

.last\:rounded-full:last-child {
  border-radius: 9999px;
}

.last\:rounded-t-none:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.last\:rounded-r-none:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.last\:rounded-b-none:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.last\:rounded-l-none:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.last\:rounded-t-sm:last-child {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.last\:rounded-r-sm:last-child {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.last\:rounded-b-sm:last-child {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.last\:rounded-l-sm:last-child {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.last\:rounded-t:last-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.last\:rounded-r:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.last\:rounded-b:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.last\:rounded-l:last-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.last\:rounded-t-md:last-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.last\:rounded-r-md:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.last\:rounded-b-md:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.last\:rounded-l-md:last-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.last\:rounded-t-lg:last-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.last\:rounded-r-lg:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.last\:rounded-b-lg:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.last\:rounded-l-lg:last-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.last\:rounded-t-full:last-child {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.last\:rounded-r-full:last-child {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.last\:rounded-b-full:last-child {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.last\:rounded-l-full:last-child {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.last\:rounded-tl-none:last-child {
  border-top-left-radius: 0;
}

.last\:rounded-tr-none:last-child {
  border-top-right-radius: 0;
}

.last\:rounded-br-none:last-child {
  border-bottom-right-radius: 0;
}

.last\:rounded-bl-none:last-child {
  border-bottom-left-radius: 0;
}

.last\:rounded-tl-sm:last-child {
  border-top-left-radius: 0.125rem;
}

.last\:rounded-tr-sm:last-child {
  border-top-right-radius: 0.125rem;
}

.last\:rounded-br-sm:last-child {
  border-bottom-right-radius: 0.125rem;
}

.last\:rounded-bl-sm:last-child {
  border-bottom-left-radius: 0.125rem;
}

.last\:rounded-tl:last-child {
  border-top-left-radius: 0.25rem;
}

.last\:rounded-tr:last-child {
  border-top-right-radius: 0.25rem;
}

.last\:rounded-br:last-child {
  border-bottom-right-radius: 0.25rem;
}

.last\:rounded-bl:last-child {
  border-bottom-left-radius: 0.25rem;
}

.last\:rounded-tl-md:last-child {
  border-top-left-radius: 0.375rem;
}

.last\:rounded-tr-md:last-child {
  border-top-right-radius: 0.375rem;
}

.last\:rounded-br-md:last-child {
  border-bottom-right-radius: 0.375rem;
}

.last\:rounded-bl-md:last-child {
  border-bottom-left-radius: 0.375rem;
}

.last\:rounded-tl-lg:last-child {
  border-top-left-radius: 0.5rem;
}

.last\:rounded-tr-lg:last-child {
  border-top-right-radius: 0.5rem;
}

.last\:rounded-br-lg:last-child {
  border-bottom-right-radius: 0.5rem;
}

.last\:rounded-bl-lg:last-child {
  border-bottom-left-radius: 0.5rem;
}

.last\:rounded-tl-full:last-child {
  border-top-left-radius: 9999px;
}

.last\:rounded-tr-full:last-child {
  border-top-right-radius: 9999px;
}

.last\:rounded-br-full:last-child {
  border-bottom-right-radius: 9999px;
}

.last\:rounded-bl-full:last-child {
  border-bottom-left-radius: 9999px;
}

.hover\:rounded-none:hover {
  border-radius: 0;
}

.hover\:rounded-sm:hover {
  border-radius: 0.125rem;
}

.hover\:rounded:hover {
  border-radius: 0.25rem;
}

.hover\:rounded-md:hover {
  border-radius: 0.375rem;
}

.hover\:rounded-lg:hover {
  border-radius: 0.5rem;
}

.hover\:rounded-full:hover {
  border-radius: 9999px;
}

.hover\:rounded-t-none:hover {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.hover\:rounded-r-none:hover {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.hover\:rounded-b-none:hover {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.hover\:rounded-l-none:hover {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.hover\:rounded-t-sm:hover {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.hover\:rounded-r-sm:hover {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.hover\:rounded-b-sm:hover {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.hover\:rounded-l-sm:hover {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.hover\:rounded-t:hover {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.hover\:rounded-r:hover {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.hover\:rounded-b:hover {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.hover\:rounded-l:hover {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.hover\:rounded-t-md:hover {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.hover\:rounded-r-md:hover {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.hover\:rounded-b-md:hover {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.hover\:rounded-l-md:hover {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.hover\:rounded-t-lg:hover {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.hover\:rounded-r-lg:hover {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.hover\:rounded-b-lg:hover {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.hover\:rounded-l-lg:hover {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.hover\:rounded-t-full:hover {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.hover\:rounded-r-full:hover {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.hover\:rounded-b-full:hover {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.hover\:rounded-l-full:hover {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.hover\:rounded-tl-none:hover {
  border-top-left-radius: 0;
}

.hover\:rounded-tr-none:hover {
  border-top-right-radius: 0;
}

.hover\:rounded-br-none:hover {
  border-bottom-right-radius: 0;
}

.hover\:rounded-bl-none:hover {
  border-bottom-left-radius: 0;
}

.hover\:rounded-tl-sm:hover {
  border-top-left-radius: 0.125rem;
}

.hover\:rounded-tr-sm:hover {
  border-top-right-radius: 0.125rem;
}

.hover\:rounded-br-sm:hover {
  border-bottom-right-radius: 0.125rem;
}

.hover\:rounded-bl-sm:hover {
  border-bottom-left-radius: 0.125rem;
}

.hover\:rounded-tl:hover {
  border-top-left-radius: 0.25rem;
}

.hover\:rounded-tr:hover {
  border-top-right-radius: 0.25rem;
}

.hover\:rounded-br:hover {
  border-bottom-right-radius: 0.25rem;
}

.hover\:rounded-bl:hover {
  border-bottom-left-radius: 0.25rem;
}

.hover\:rounded-tl-md:hover {
  border-top-left-radius: 0.375rem;
}

.hover\:rounded-tr-md:hover {
  border-top-right-radius: 0.375rem;
}

.hover\:rounded-br-md:hover {
  border-bottom-right-radius: 0.375rem;
}

.hover\:rounded-bl-md:hover {
  border-bottom-left-radius: 0.375rem;
}

.hover\:rounded-tl-lg:hover {
  border-top-left-radius: 0.5rem;
}

.hover\:rounded-tr-lg:hover {
  border-top-right-radius: 0.5rem;
}

.hover\:rounded-br-lg:hover {
  border-bottom-right-radius: 0.5rem;
}

.hover\:rounded-bl-lg:hover {
  border-bottom-left-radius: 0.5rem;
}

.hover\:rounded-tl-full:hover {
  border-top-left-radius: 9999px;
}

.hover\:rounded-tr-full:hover {
  border-top-right-radius: 9999px;
}

.hover\:rounded-br-full:hover {
  border-bottom-right-radius: 9999px;
}

.hover\:rounded-bl-full:hover {
  border-bottom-left-radius: 9999px;
}

.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-full\! {
  border-radius: 9999px !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-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-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-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;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-none {
  border-style: none;
}

.even\:border-solid:nth-child(even) {
  border-style: solid;
}

.even\:border-dashed:nth-child(even) {
  border-style: dashed;
}

.even\:border-dotted:nth-child(even) {
  border-style: dotted;
}

.even\:border-double:nth-child(even) {
  border-style: double;
}

.even\:border-none:nth-child(even) {
  border-style: none;
}

.odd\:border-solid:nth-child(odd) {
  border-style: solid;
}

.odd\:border-dashed:nth-child(odd) {
  border-style: dashed;
}

.odd\:border-dotted:nth-child(odd) {
  border-style: dotted;
}

.odd\:border-double:nth-child(odd) {
  border-style: double;
}

.odd\:border-none:nth-child(odd) {
  border-style: none;
}

.children\:border-solid > * {
  border-style: solid;
}

.children\:border-dashed > * {
  border-style: dashed;
}

.children\:border-dotted > * {
  border-style: dotted;
}

.children\:border-double > * {
  border-style: double;
}

.children\:border-none > * {
  border-style: none;
}

.first\:border-solid:first-child {
  border-style: solid;
}

.first\:border-dashed:first-child {
  border-style: dashed;
}

.first\:border-dotted:first-child {
  border-style: dotted;
}

.first\:border-double:first-child {
  border-style: double;
}

.first\:border-none:first-child {
  border-style: none;
}

.last\:border-solid:last-child {
  border-style: solid;
}

.last\:border-dashed:last-child {
  border-style: dashed;
}

.last\:border-dotted:last-child {
  border-style: dotted;
}

.last\:border-double:last-child {
  border-style: double;
}

.last\:border-none:last-child {
  border-style: none;
}

.hover\:border-solid:hover {
  border-style: solid;
}

.hover\:border-dashed:hover {
  border-style: dashed;
}

.hover\:border-dotted:hover {
  border-style: dotted;
}

.hover\:border-double:hover {
  border-style: double;
}

.hover\:border-none:hover {
  border-style: none;
}

.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;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0;
}

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.even\:border-0:nth-child(even) {
  border-width: 0;
}

.even\:border-2:nth-child(even) {
  border-width: 2px;
}

.even\:border-4:nth-child(even) {
  border-width: 4px;
}

.even\:border-8:nth-child(even) {
  border-width: 8px;
}

.even\:border:nth-child(even) {
  border-width: 1px;
}

.even\:border-t-0:nth-child(even) {
  border-top-width: 0;
}

.even\:border-r-0:nth-child(even) {
  border-right-width: 0;
}

.even\:border-b-0:nth-child(even) {
  border-bottom-width: 0;
}

.even\:border-l-0:nth-child(even) {
  border-left-width: 0;
}

.even\:border-t-2:nth-child(even) {
  border-top-width: 2px;
}

.even\:border-r-2:nth-child(even) {
  border-right-width: 2px;
}

.even\:border-b-2:nth-child(even) {
  border-bottom-width: 2px;
}

.even\:border-l-2:nth-child(even) {
  border-left-width: 2px;
}

.even\:border-t-4:nth-child(even) {
  border-top-width: 4px;
}

.even\:border-r-4:nth-child(even) {
  border-right-width: 4px;
}

.even\:border-b-4:nth-child(even) {
  border-bottom-width: 4px;
}

.even\:border-l-4:nth-child(even) {
  border-left-width: 4px;
}

.even\:border-t-8:nth-child(even) {
  border-top-width: 8px;
}

.even\:border-r-8:nth-child(even) {
  border-right-width: 8px;
}

.even\:border-b-8:nth-child(even) {
  border-bottom-width: 8px;
}

.even\:border-l-8:nth-child(even) {
  border-left-width: 8px;
}

.even\:border-t:nth-child(even) {
  border-top-width: 1px;
}

.even\:border-r:nth-child(even) {
  border-right-width: 1px;
}

.even\:border-b:nth-child(even) {
  border-bottom-width: 1px;
}

.even\:border-l:nth-child(even) {
  border-left-width: 1px;
}

.odd\:border-0:nth-child(odd) {
  border-width: 0;
}

.odd\:border-2:nth-child(odd) {
  border-width: 2px;
}

.odd\:border-4:nth-child(odd) {
  border-width: 4px;
}

.odd\:border-8:nth-child(odd) {
  border-width: 8px;
}

.odd\:border:nth-child(odd) {
  border-width: 1px;
}

.odd\:border-t-0:nth-child(odd) {
  border-top-width: 0;
}

.odd\:border-r-0:nth-child(odd) {
  border-right-width: 0;
}

.odd\:border-b-0:nth-child(odd) {
  border-bottom-width: 0;
}

.odd\:border-l-0:nth-child(odd) {
  border-left-width: 0;
}

.odd\:border-t-2:nth-child(odd) {
  border-top-width: 2px;
}

.odd\:border-r-2:nth-child(odd) {
  border-right-width: 2px;
}

.odd\:border-b-2:nth-child(odd) {
  border-bottom-width: 2px;
}

.odd\:border-l-2:nth-child(odd) {
  border-left-width: 2px;
}

.odd\:border-t-4:nth-child(odd) {
  border-top-width: 4px;
}

.odd\:border-r-4:nth-child(odd) {
  border-right-width: 4px;
}

.odd\:border-b-4:nth-child(odd) {
  border-bottom-width: 4px;
}

.odd\:border-l-4:nth-child(odd) {
  border-left-width: 4px;
}

.odd\:border-t-8:nth-child(odd) {
  border-top-width: 8px;
}

.odd\:border-r-8:nth-child(odd) {
  border-right-width: 8px;
}

.odd\:border-b-8:nth-child(odd) {
  border-bottom-width: 8px;
}

.odd\:border-l-8:nth-child(odd) {
  border-left-width: 8px;
}

.odd\:border-t:nth-child(odd) {
  border-top-width: 1px;
}

.odd\:border-r:nth-child(odd) {
  border-right-width: 1px;
}

.odd\:border-b:nth-child(odd) {
  border-bottom-width: 1px;
}

.odd\:border-l:nth-child(odd) {
  border-left-width: 1px;
}

.children\:border-0 > * {
  border-width: 0;
}

.children\:border-2 > * {
  border-width: 2px;
}

.children\:border-4 > * {
  border-width: 4px;
}

.children\:border-8 > * {
  border-width: 8px;
}

.children\:border > * {
  border-width: 1px;
}

.children\:border-t-0 > * {
  border-top-width: 0;
}

.children\:border-r-0 > * {
  border-right-width: 0;
}

.children\:border-b-0 > * {
  border-bottom-width: 0;
}

.children\:border-l-0 > * {
  border-left-width: 0;
}

.children\:border-t-2 > * {
  border-top-width: 2px;
}

.children\:border-r-2 > * {
  border-right-width: 2px;
}

.children\:border-b-2 > * {
  border-bottom-width: 2px;
}

.children\:border-l-2 > * {
  border-left-width: 2px;
}

.children\:border-t-4 > * {
  border-top-width: 4px;
}

.children\:border-r-4 > * {
  border-right-width: 4px;
}

.children\:border-b-4 > * {
  border-bottom-width: 4px;
}

.children\:border-l-4 > * {
  border-left-width: 4px;
}

.children\:border-t-8 > * {
  border-top-width: 8px;
}

.children\:border-r-8 > * {
  border-right-width: 8px;
}

.children\:border-b-8 > * {
  border-bottom-width: 8px;
}

.children\:border-l-8 > * {
  border-left-width: 8px;
}

.children\:border-t > * {
  border-top-width: 1px;
}

.children\:border-r > * {
  border-right-width: 1px;
}

.children\:border-b > * {
  border-bottom-width: 1px;
}

.children\:border-l > * {
  border-left-width: 1px;
}

.first\:border-0:first-child {
  border-width: 0;
}

.first\:border-2:first-child {
  border-width: 2px;
}

.first\:border-4:first-child {
  border-width: 4px;
}

.first\:border-8:first-child {
  border-width: 8px;
}

.first\:border:first-child {
  border-width: 1px;
}

.first\:border-t-0:first-child {
  border-top-width: 0;
}

.first\:border-r-0:first-child {
  border-right-width: 0;
}

.first\:border-b-0:first-child {
  border-bottom-width: 0;
}

.first\:border-l-0:first-child {
  border-left-width: 0;
}

.first\:border-t-2:first-child {
  border-top-width: 2px;
}

.first\:border-r-2:first-child {
  border-right-width: 2px;
}

.first\:border-b-2:first-child {
  border-bottom-width: 2px;
}

.first\:border-l-2:first-child {
  border-left-width: 2px;
}

.first\:border-t-4:first-child {
  border-top-width: 4px;
}

.first\:border-r-4:first-child {
  border-right-width: 4px;
}

.first\:border-b-4:first-child {
  border-bottom-width: 4px;
}

.first\:border-l-4:first-child {
  border-left-width: 4px;
}

.first\:border-t-8:first-child {
  border-top-width: 8px;
}

.first\:border-r-8:first-child {
  border-right-width: 8px;
}

.first\:border-b-8:first-child {
  border-bottom-width: 8px;
}

.first\:border-l-8:first-child {
  border-left-width: 8px;
}

.first\:border-t:first-child {
  border-top-width: 1px;
}

.first\:border-r:first-child {
  border-right-width: 1px;
}

.first\:border-b:first-child {
  border-bottom-width: 1px;
}

.first\:border-l:first-child {
  border-left-width: 1px;
}

.last\:border-0:last-child {
  border-width: 0;
}

.last\:border-2:last-child {
  border-width: 2px;
}

.last\:border-4:last-child {
  border-width: 4px;
}

.last\:border-8:last-child {
  border-width: 8px;
}

.last\:border:last-child {
  border-width: 1px;
}

.last\:border-t-0:last-child {
  border-top-width: 0;
}

.last\:border-r-0:last-child {
  border-right-width: 0;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0;
}

.last\:border-l-0:last-child {
  border-left-width: 0;
}

.last\:border-t-2:last-child {
  border-top-width: 2px;
}

.last\:border-r-2:last-child {
  border-right-width: 2px;
}

.last\:border-b-2:last-child {
  border-bottom-width: 2px;
}

.last\:border-l-2:last-child {
  border-left-width: 2px;
}

.last\:border-t-4:last-child {
  border-top-width: 4px;
}

.last\:border-r-4:last-child {
  border-right-width: 4px;
}

.last\:border-b-4:last-child {
  border-bottom-width: 4px;
}

.last\:border-l-4:last-child {
  border-left-width: 4px;
}

.last\:border-t-8:last-child {
  border-top-width: 8px;
}

.last\:border-r-8:last-child {
  border-right-width: 8px;
}

.last\:border-b-8:last-child {
  border-bottom-width: 8px;
}

.last\:border-l-8:last-child {
  border-left-width: 8px;
}

.last\:border-t:last-child {
  border-top-width: 1px;
}

.last\:border-r:last-child {
  border-right-width: 1px;
}

.last\:border-b:last-child {
  border-bottom-width: 1px;
}

.last\:border-l:last-child {
  border-left-width: 1px;
}

.hover\:border-0:hover {
  border-width: 0;
}

.hover\:border-2:hover {
  border-width: 2px;
}

.hover\:border-4:hover {
  border-width: 4px;
}

.hover\:border-8:hover {
  border-width: 8px;
}

.hover\:border:hover {
  border-width: 1px;
}

.hover\:border-t-0:hover {
  border-top-width: 0;
}

.hover\:border-r-0:hover {
  border-right-width: 0;
}

.hover\:border-b-0:hover {
  border-bottom-width: 0;
}

.hover\:border-l-0:hover {
  border-left-width: 0;
}

.hover\:border-t-2:hover {
  border-top-width: 2px;
}

.hover\:border-r-2:hover {
  border-right-width: 2px;
}

.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}

.hover\:border-l-2:hover {
  border-left-width: 2px;
}

.hover\:border-t-4:hover {
  border-top-width: 4px;
}

.hover\:border-r-4:hover {
  border-right-width: 4px;
}

.hover\:border-b-4:hover {
  border-bottom-width: 4px;
}

.hover\:border-l-4:hover {
  border-left-width: 4px;
}

.hover\:border-t-8:hover {
  border-top-width: 8px;
}

.hover\:border-r-8:hover {
  border-right-width: 8px;
}

.hover\:border-b-8:hover {
  border-bottom-width: 8px;
}

.hover\:border-l-8:hover {
  border-left-width: 8px;
}

.hover\:border-t:hover {
  border-top-width: 1px;
}

.hover\:border-r:hover {
  border-right-width: 1px;
}

.hover\:border-b:hover {
  border-bottom-width: 1px;
}

.hover\:border-l:hover {
  border-left-width: 1px;
}

.border-0\! {
  border-width: 0 !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-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 {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.even\:box-border:nth-child(even) {
  box-sizing: border-box;
}

.even\:box-content:nth-child(even) {
  box-sizing: content-box;
}

.odd\:box-border:nth-child(odd) {
  box-sizing: border-box;
}

.odd\:box-content:nth-child(odd) {
  box-sizing: content-box;
}

.children\:box-border > * {
  box-sizing: border-box;
}

.children\:box-content > * {
  box-sizing: content-box;
}

.first\:box-border:first-child {
  box-sizing: border-box;
}

.first\:box-content:first-child {
  box-sizing: content-box;
}

.last\:box-border:last-child {
  box-sizing: border-box;
}

.last\:box-content:last-child {
  box-sizing: content-box;
}

.hover\:box-border:hover {
  box-sizing: border-box;
}

.hover\:box-content:hover {
  box-sizing: content-box;
}

.box-border\! {
  box-sizing: border-box !important;
}

.box-content\! {
  box-sizing: content-box !important;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.even\:cursor-auto:nth-child(even) {
  cursor: auto;
}

.even\:cursor-default:nth-child(even) {
  cursor: default;
}

.even\:cursor-pointer:nth-child(even) {
  cursor: pointer;
}

.even\:cursor-wait:nth-child(even) {
  cursor: wait;
}

.even\:cursor-text:nth-child(even) {
  cursor: text;
}

.even\:cursor-move:nth-child(even) {
  cursor: move;
}

.even\:cursor-not-allowed:nth-child(even) {
  cursor: not-allowed;
}

.odd\:cursor-auto:nth-child(odd) {
  cursor: auto;
}

.odd\:cursor-default:nth-child(odd) {
  cursor: default;
}

.odd\:cursor-pointer:nth-child(odd) {
  cursor: pointer;
}

.odd\:cursor-wait:nth-child(odd) {
  cursor: wait;
}

.odd\:cursor-text:nth-child(odd) {
  cursor: text;
}

.odd\:cursor-move:nth-child(odd) {
  cursor: move;
}

.odd\:cursor-not-allowed:nth-child(odd) {
  cursor: not-allowed;
}

.children\:cursor-auto > * {
  cursor: auto;
}

.children\:cursor-default > * {
  cursor: default;
}

.children\:cursor-pointer > * {
  cursor: pointer;
}

.children\:cursor-wait > * {
  cursor: wait;
}

.children\:cursor-text > * {
  cursor: text;
}

.children\:cursor-move > * {
  cursor: move;
}

.children\:cursor-not-allowed > * {
  cursor: not-allowed;
}

.first\:cursor-auto:first-child {
  cursor: auto;
}

.first\:cursor-default:first-child {
  cursor: default;
}

.first\:cursor-pointer:first-child {
  cursor: pointer;
}

.first\:cursor-wait:first-child {
  cursor: wait;
}

.first\:cursor-text:first-child {
  cursor: text;
}

.first\:cursor-move:first-child {
  cursor: move;
}

.first\:cursor-not-allowed:first-child {
  cursor: not-allowed;
}

.last\:cursor-auto:last-child {
  cursor: auto;
}

.last\:cursor-default:last-child {
  cursor: default;
}

.last\:cursor-pointer:last-child {
  cursor: pointer;
}

.last\:cursor-wait:last-child {
  cursor: wait;
}

.last\:cursor-text:last-child {
  cursor: text;
}

.last\:cursor-move:last-child {
  cursor: move;
}

.last\:cursor-not-allowed:last-child {
  cursor: not-allowed;
}

.hover\:cursor-auto:hover {
  cursor: auto;
}

.hover\:cursor-default:hover {
  cursor: default;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:cursor-wait:hover {
  cursor: wait;
}

.hover\:cursor-text:hover {
  cursor: text;
}

.hover\:cursor-move:hover {
  cursor: move;
}

.hover\:cursor-not-allowed:hover {
  cursor: not-allowed;
}

.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;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.hidden {
  display: none;
}

.even\:block:nth-child(even) {
  display: block;
}

.even\:inline-block:nth-child(even) {
  display: inline-block;
}

.even\:inline:nth-child(even) {
  display: inline;
}

.even\:flex:nth-child(even) {
  display: flex;
}

.even\:inline-flex:nth-child(even) {
  display: inline-flex;
}

.even\:table:nth-child(even) {
  display: table;
}

.even\:table-caption:nth-child(even) {
  display: table-caption;
}

.even\:table-cell:nth-child(even) {
  display: table-cell;
}

.even\:table-column:nth-child(even) {
  display: table-column;
}

.even\:table-column-group:nth-child(even) {
  display: table-column-group;
}

.even\:table-footer-group:nth-child(even) {
  display: table-footer-group;
}

.even\:table-header-group:nth-child(even) {
  display: table-header-group;
}

.even\:table-row-group:nth-child(even) {
  display: table-row-group;
}

.even\:table-row:nth-child(even) {
  display: table-row;
}

.even\:flow-root:nth-child(even) {
  display: flow-root;
}

.even\:grid:nth-child(even) {
  display: grid;
}

.even\:inline-grid:nth-child(even) {
  display: inline-grid;
}

.even\:hidden:nth-child(even) {
  display: none;
}

.odd\:block:nth-child(odd) {
  display: block;
}

.odd\:inline-block:nth-child(odd) {
  display: inline-block;
}

.odd\:inline:nth-child(odd) {
  display: inline;
}

.odd\:flex:nth-child(odd) {
  display: flex;
}

.odd\:inline-flex:nth-child(odd) {
  display: inline-flex;
}

.odd\:table:nth-child(odd) {
  display: table;
}

.odd\:table-caption:nth-child(odd) {
  display: table-caption;
}

.odd\:table-cell:nth-child(odd) {
  display: table-cell;
}

.odd\:table-column:nth-child(odd) {
  display: table-column;
}

.odd\:table-column-group:nth-child(odd) {
  display: table-column-group;
}

.odd\:table-footer-group:nth-child(odd) {
  display: table-footer-group;
}

.odd\:table-header-group:nth-child(odd) {
  display: table-header-group;
}

.odd\:table-row-group:nth-child(odd) {
  display: table-row-group;
}

.odd\:table-row:nth-child(odd) {
  display: table-row;
}

.odd\:flow-root:nth-child(odd) {
  display: flow-root;
}

.odd\:grid:nth-child(odd) {
  display: grid;
}

.odd\:inline-grid:nth-child(odd) {
  display: inline-grid;
}

.odd\:hidden:nth-child(odd) {
  display: none;
}

.children\:block > * {
  display: block;
}

.children\:inline-block > * {
  display: inline-block;
}

.children\:inline > * {
  display: inline;
}

.children\:flex > * {
  display: flex;
}

.children\:inline-flex > * {
  display: inline-flex;
}

.children\:table > * {
  display: table;
}

.children\:table-caption > * {
  display: table-caption;
}

.children\:table-cell > * {
  display: table-cell;
}

.children\:table-column > * {
  display: table-column;
}

.children\:table-column-group > * {
  display: table-column-group;
}

.children\:table-footer-group > * {
  display: table-footer-group;
}

.children\:table-header-group > * {
  display: table-header-group;
}

.children\:table-row-group > * {
  display: table-row-group;
}

.children\:table-row > * {
  display: table-row;
}

.children\:flow-root > * {
  display: flow-root;
}

.children\:grid > * {
  display: grid;
}

.children\:inline-grid > * {
  display: inline-grid;
}

.children\:hidden > * {
  display: none;
}

.first\:block:first-child {
  display: block;
}

.first\:inline-block:first-child {
  display: inline-block;
}

.first\:inline:first-child {
  display: inline;
}

.first\:flex:first-child {
  display: flex;
}

.first\:inline-flex:first-child {
  display: inline-flex;
}

.first\:table:first-child {
  display: table;
}

.first\:table-caption:first-child {
  display: table-caption;
}

.first\:table-cell:first-child {
  display: table-cell;
}

.first\:table-column:first-child {
  display: table-column;
}

.first\:table-column-group:first-child {
  display: table-column-group;
}

.first\:table-footer-group:first-child {
  display: table-footer-group;
}

.first\:table-header-group:first-child {
  display: table-header-group;
}

.first\:table-row-group:first-child {
  display: table-row-group;
}

.first\:table-row:first-child {
  display: table-row;
}

.first\:flow-root:first-child {
  display: flow-root;
}

.first\:grid:first-child {
  display: grid;
}

.first\:inline-grid:first-child {
  display: inline-grid;
}

.first\:hidden:first-child {
  display: none;
}

.last\:block:last-child {
  display: block;
}

.last\:inline-block:last-child {
  display: inline-block;
}

.last\:inline:last-child {
  display: inline;
}

.last\:flex:last-child {
  display: flex;
}

.last\:inline-flex:last-child {
  display: inline-flex;
}

.last\:table:last-child {
  display: table;
}

.last\:table-caption:last-child {
  display: table-caption;
}

.last\:table-cell:last-child {
  display: table-cell;
}

.last\:table-column:last-child {
  display: table-column;
}

.last\:table-column-group:last-child {
  display: table-column-group;
}

.last\:table-footer-group:last-child {
  display: table-footer-group;
}

.last\:table-header-group:last-child {
  display: table-header-group;
}

.last\:table-row-group:last-child {
  display: table-row-group;
}

.last\:table-row:last-child {
  display: table-row;
}

.last\:flow-root:last-child {
  display: flow-root;
}

.last\:grid:last-child {
  display: grid;
}

.last\:inline-grid:last-child {
  display: inline-grid;
}

.last\:hidden:last-child {
  display: none;
}

.hover\:block:hover {
  display: block;
}

.hover\:inline-block:hover {
  display: inline-block;
}

.hover\:inline:hover {
  display: inline;
}

.hover\:flex:hover {
  display: flex;
}

.hover\:inline-flex:hover {
  display: inline-flex;
}

.hover\:table:hover {
  display: table;
}

.hover\:table-caption:hover {
  display: table-caption;
}

.hover\:table-cell:hover {
  display: table-cell;
}

.hover\:table-column:hover {
  display: table-column;
}

.hover\:table-column-group:hover {
  display: table-column-group;
}

.hover\:table-footer-group:hover {
  display: table-footer-group;
}

.hover\:table-header-group:hover {
  display: table-header-group;
}

.hover\:table-row-group:hover {
  display: table-row-group;
}

.hover\:table-row:hover {
  display: table-row;
}

.hover\:flow-root:hover {
  display: flow-root;
}

.hover\:grid:hover {
  display: grid;
}

.hover\:inline-grid:hover {
  display: inline-grid;
}

.hover\:hidden:hover {
  display: none;
}

.block\! {
  display: block !important;
}

.inline-block\! {
  display: inline-block !important;
}

.inline\! {
  display: inline !important;
}

.flex\! {
  display: flex !important;
}

.inline-flex\! {
  display: inline-flex !important;
}

.table\! {
  display: table !important;
}

.table-caption\! {
  display: table-caption !important;
}

.table-cell\! {
  display: table-cell !important;
}

.table-column\! {
  display: table-column !important;
}

.table-column-group\! {
  display: table-column-group !important;
}

.table-footer-group\! {
  display: table-footer-group !important;
}

.table-header-group\! {
  display: table-header-group !important;
}

.table-row-group\! {
  display: table-row-group !important;
}

.table-row\! {
  display: table-row !important;
}

.flow-root\! {
  display: flow-root !important;
}

.grid\! {
  display: grid !important;
}

.inline-grid\! {
  display: inline-grid !important;
}

.hidden\! {
  display: none !important;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.even\:flex-row:nth-child(even) {
  flex-direction: row;
}

.even\:flex-row-reverse:nth-child(even) {
  flex-direction: row-reverse;
}

.even\:flex-col:nth-child(even) {
  flex-direction: column;
}

.even\:flex-col-reverse:nth-child(even) {
  flex-direction: column-reverse;
}

.odd\:flex-row:nth-child(odd) {
  flex-direction: row;
}

.odd\:flex-row-reverse:nth-child(odd) {
  flex-direction: row-reverse;
}

.odd\:flex-col:nth-child(odd) {
  flex-direction: column;
}

.odd\:flex-col-reverse:nth-child(odd) {
  flex-direction: column-reverse;
}

.children\:flex-row > * {
  flex-direction: row;
}

.children\:flex-row-reverse > * {
  flex-direction: row-reverse;
}

.children\:flex-col > * {
  flex-direction: column;
}

.children\:flex-col-reverse > * {
  flex-direction: column-reverse;
}

.first\:flex-row:first-child {
  flex-direction: row;
}

.first\:flex-row-reverse:first-child {
  flex-direction: row-reverse;
}

.first\:flex-col:first-child {
  flex-direction: column;
}

.first\:flex-col-reverse:first-child {
  flex-direction: column-reverse;
}

.last\:flex-row:last-child {
  flex-direction: row;
}

.last\:flex-row-reverse:last-child {
  flex-direction: row-reverse;
}

.last\:flex-col:last-child {
  flex-direction: column;
}

.last\:flex-col-reverse:last-child {
  flex-direction: column-reverse;
}

.hover\:flex-row:hover {
  flex-direction: row;
}

.hover\:flex-row-reverse:hover {
  flex-direction: row-reverse;
}

.hover\:flex-col:hover {
  flex-direction: column;
}

.hover\:flex-col-reverse:hover {
  flex-direction: column-reverse;
}

.flex-row\! {
  flex-direction: row !important;
}

.flex-row-reverse\! {
  flex-direction: row-reverse !important;
}

.flex-col\! {
  flex-direction: column !important;
}

.flex-col-reverse\! {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.even\:flex-wrap:nth-child(even) {
  flex-wrap: wrap;
}

.even\:flex-wrap-reverse:nth-child(even) {
  flex-wrap: wrap-reverse;
}

.even\:flex-no-wrap:nth-child(even) {
  flex-wrap: nowrap;
}

.odd\:flex-wrap:nth-child(odd) {
  flex-wrap: wrap;
}

.odd\:flex-wrap-reverse:nth-child(odd) {
  flex-wrap: wrap-reverse;
}

.odd\:flex-no-wrap:nth-child(odd) {
  flex-wrap: nowrap;
}

.children\:flex-wrap > * {
  flex-wrap: wrap;
}

.children\:flex-wrap-reverse > * {
  flex-wrap: wrap-reverse;
}

.children\:flex-no-wrap > * {
  flex-wrap: nowrap;
}

.first\:flex-wrap:first-child {
  flex-wrap: wrap;
}

.first\:flex-wrap-reverse:first-child {
  flex-wrap: wrap-reverse;
}

.first\:flex-no-wrap:first-child {
  flex-wrap: nowrap;
}

.last\:flex-wrap:last-child {
  flex-wrap: wrap;
}

.last\:flex-wrap-reverse:last-child {
  flex-wrap: wrap-reverse;
}

.last\:flex-no-wrap:last-child {
  flex-wrap: nowrap;
}

.hover\:flex-wrap:hover {
  flex-wrap: wrap;
}

.hover\:flex-wrap-reverse:hover {
  flex-wrap: wrap-reverse;
}

.hover\:flex-no-wrap:hover {
  flex-wrap: nowrap;
}

.flex-wrap\! {
  flex-wrap: wrap !important;
}

.flex-wrap-reverse\! {
  flex-wrap: wrap-reverse !important;
}

.flex-no-wrap\! {
  flex-wrap: nowrap !important;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.even\:items-start:nth-child(even) {
  align-items: flex-start;
}

.even\:items-end:nth-child(even) {
  align-items: flex-end;
}

.even\:items-center:nth-child(even) {
  align-items: center;
}

.even\:items-baseline:nth-child(even) {
  align-items: baseline;
}

.even\:items-stretch:nth-child(even) {
  align-items: stretch;
}

.odd\:items-start:nth-child(odd) {
  align-items: flex-start;
}

.odd\:items-end:nth-child(odd) {
  align-items: flex-end;
}

.odd\:items-center:nth-child(odd) {
  align-items: center;
}

.odd\:items-baseline:nth-child(odd) {
  align-items: baseline;
}

.odd\:items-stretch:nth-child(odd) {
  align-items: stretch;
}

.children\:items-start > * {
  align-items: flex-start;
}

.children\:items-end > * {
  align-items: flex-end;
}

.children\:items-center > * {
  align-items: center;
}

.children\:items-baseline > * {
  align-items: baseline;
}

.children\:items-stretch > * {
  align-items: stretch;
}

.first\:items-start:first-child {
  align-items: flex-start;
}

.first\:items-end:first-child {
  align-items: flex-end;
}

.first\:items-center:first-child {
  align-items: center;
}

.first\:items-baseline:first-child {
  align-items: baseline;
}

.first\:items-stretch:first-child {
  align-items: stretch;
}

.last\:items-start:last-child {
  align-items: flex-start;
}

.last\:items-end:last-child {
  align-items: flex-end;
}

.last\:items-center:last-child {
  align-items: center;
}

.last\:items-baseline:last-child {
  align-items: baseline;
}

.last\:items-stretch:last-child {
  align-items: stretch;
}

.hover\:items-start:hover {
  align-items: flex-start;
}

.hover\:items-end:hover {
  align-items: flex-end;
}

.hover\:items-center:hover {
  align-items: center;
}

.hover\:items-baseline:hover {
  align-items: baseline;
}

.hover\:items-stretch:hover {
  align-items: stretch;
}

.items-start\! {
  align-items: flex-start !important;
}

.items-end\! {
  align-items: flex-end !important;
}

.items-center\! {
  align-items: center !important;
}

.items-baseline\! {
  align-items: baseline !important;
}

.items-stretch\! {
  align-items: stretch !important;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.even\:self-auto:nth-child(even) {
  align-self: auto;
}

.even\:self-start:nth-child(even) {
  align-self: flex-start;
}

.even\:self-end:nth-child(even) {
  align-self: flex-end;
}

.even\:self-center:nth-child(even) {
  align-self: center;
}

.even\:self-stretch:nth-child(even) {
  align-self: stretch;
}

.odd\:self-auto:nth-child(odd) {
  align-self: auto;
}

.odd\:self-start:nth-child(odd) {
  align-self: flex-start;
}

.odd\:self-end:nth-child(odd) {
  align-self: flex-end;
}

.odd\:self-center:nth-child(odd) {
  align-self: center;
}

.odd\:self-stretch:nth-child(odd) {
  align-self: stretch;
}

.children\:self-auto > * {
  align-self: auto;
}

.children\:self-start > * {
  align-self: flex-start;
}

.children\:self-end > * {
  align-self: flex-end;
}

.children\:self-center > * {
  align-self: center;
}

.children\:self-stretch > * {
  align-self: stretch;
}

.first\:self-auto:first-child {
  align-self: auto;
}

.first\:self-start:first-child {
  align-self: flex-start;
}

.first\:self-end:first-child {
  align-self: flex-end;
}

.first\:self-center:first-child {
  align-self: center;
}

.first\:self-stretch:first-child {
  align-self: stretch;
}

.last\:self-auto:last-child {
  align-self: auto;
}

.last\:self-start:last-child {
  align-self: flex-start;
}

.last\:self-end:last-child {
  align-self: flex-end;
}

.last\:self-center:last-child {
  align-self: center;
}

.last\:self-stretch:last-child {
  align-self: stretch;
}

.hover\:self-auto:hover {
  align-self: auto;
}

.hover\:self-start:hover {
  align-self: flex-start;
}

.hover\:self-end:hover {
  align-self: flex-end;
}

.hover\:self-center:hover {
  align-self: center;
}

.hover\:self-stretch:hover {
  align-self: stretch;
}

.self-auto\! {
  align-self: auto !important;
}

.self-start\! {
  align-self: flex-start !important;
}

.self-end\! {
  align-self: flex-end !important;
}

.self-center\! {
  align-self: center !important;
}

.self-stretch\! {
  align-self: stretch !important;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.even\:justify-start:nth-child(even) {
  justify-content: flex-start;
}

.even\:justify-end:nth-child(even) {
  justify-content: flex-end;
}

.even\:justify-center:nth-child(even) {
  justify-content: center;
}

.even\:justify-between:nth-child(even) {
  justify-content: space-between;
}

.even\:justify-around:nth-child(even) {
  justify-content: space-around;
}

.even\:justify-evenly:nth-child(even) {
  justify-content: space-evenly;
}

.odd\:justify-start:nth-child(odd) {
  justify-content: flex-start;
}

.odd\:justify-end:nth-child(odd) {
  justify-content: flex-end;
}

.odd\:justify-center:nth-child(odd) {
  justify-content: center;
}

.odd\:justify-between:nth-child(odd) {
  justify-content: space-between;
}

.odd\:justify-around:nth-child(odd) {
  justify-content: space-around;
}

.odd\:justify-evenly:nth-child(odd) {
  justify-content: space-evenly;
}

.children\:justify-start > * {
  justify-content: flex-start;
}

.children\:justify-end > * {
  justify-content: flex-end;
}

.children\:justify-center > * {
  justify-content: center;
}

.children\:justify-between > * {
  justify-content: space-between;
}

.children\:justify-around > * {
  justify-content: space-around;
}

.children\:justify-evenly > * {
  justify-content: space-evenly;
}

.first\:justify-start:first-child {
  justify-content: flex-start;
}

.first\:justify-end:first-child {
  justify-content: flex-end;
}

.first\:justify-center:first-child {
  justify-content: center;
}

.first\:justify-between:first-child {
  justify-content: space-between;
}

.first\:justify-around:first-child {
  justify-content: space-around;
}

.first\:justify-evenly:first-child {
  justify-content: space-evenly;
}

.last\:justify-start:last-child {
  justify-content: flex-start;
}

.last\:justify-end:last-child {
  justify-content: flex-end;
}

.last\:justify-center:last-child {
  justify-content: center;
}

.last\:justify-between:last-child {
  justify-content: space-between;
}

.last\:justify-around:last-child {
  justify-content: space-around;
}

.last\:justify-evenly:last-child {
  justify-content: space-evenly;
}

.hover\:justify-start:hover {
  justify-content: flex-start;
}

.hover\:justify-end:hover {
  justify-content: flex-end;
}

.hover\:justify-center:hover {
  justify-content: center;
}

.hover\:justify-between:hover {
  justify-content: space-between;
}

.hover\:justify-around:hover {
  justify-content: space-around;
}

.hover\:justify-evenly:hover {
  justify-content: space-evenly;
}

.justify-start\! {
  justify-content: flex-start !important;
}

.justify-end\! {
  justify-content: flex-end !important;
}

.justify-center\! {
  justify-content: center !important;
}

.justify-between\! {
  justify-content: space-between !important;
}

.justify-around\! {
  justify-content: space-around !important;
}

.justify-evenly\! {
  justify-content: space-evenly !important;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.even\:content-center:nth-child(even) {
  align-content: center;
}

.even\:content-start:nth-child(even) {
  align-content: flex-start;
}

.even\:content-end:nth-child(even) {
  align-content: flex-end;
}

.even\:content-between:nth-child(even) {
  align-content: space-between;
}

.even\:content-around:nth-child(even) {
  align-content: space-around;
}

.odd\:content-center:nth-child(odd) {
  align-content: center;
}

.odd\:content-start:nth-child(odd) {
  align-content: flex-start;
}

.odd\:content-end:nth-child(odd) {
  align-content: flex-end;
}

.odd\:content-between:nth-child(odd) {
  align-content: space-between;
}

.odd\:content-around:nth-child(odd) {
  align-content: space-around;
}

.children\:content-center > * {
  align-content: center;
}

.children\:content-start > * {
  align-content: flex-start;
}

.children\:content-end > * {
  align-content: flex-end;
}

.children\:content-between > * {
  align-content: space-between;
}

.children\:content-around > * {
  align-content: space-around;
}

.first\:content-center:first-child {
  align-content: center;
}

.first\:content-start:first-child {
  align-content: flex-start;
}

.first\:content-end:first-child {
  align-content: flex-end;
}

.first\:content-between:first-child {
  align-content: space-between;
}

.first\:content-around:first-child {
  align-content: space-around;
}

.last\:content-center:last-child {
  align-content: center;
}

.last\:content-start:last-child {
  align-content: flex-start;
}

.last\:content-end:last-child {
  align-content: flex-end;
}

.last\:content-between:last-child {
  align-content: space-between;
}

.last\:content-around:last-child {
  align-content: space-around;
}

.hover\:content-center:hover {
  align-content: center;
}

.hover\:content-start:hover {
  align-content: flex-start;
}

.hover\:content-end:hover {
  align-content: flex-end;
}

.hover\:content-between:hover {
  align-content: space-between;
}

.hover\:content-around:hover {
  align-content: space-around;
}

.content-center\! {
  align-content: center !important;
}

.content-start\! {
  align-content: flex-start !important;
}

.content-end\! {
  align-content: flex-end !important;
}

.content-between\! {
  align-content: space-between !important;
}

.content-around\! {
  align-content: space-around !important;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.even\:flex-1:nth-child(even) {
  flex: 1 1 0%;
}

.even\:flex-auto:nth-child(even) {
  flex: 1 1 auto;
}

.even\:flex-initial:nth-child(even) {
  flex: 0 1 auto;
}

.even\:flex-none:nth-child(even) {
  flex: none;
}

.odd\:flex-1:nth-child(odd) {
  flex: 1 1 0%;
}

.odd\:flex-auto:nth-child(odd) {
  flex: 1 1 auto;
}

.odd\:flex-initial:nth-child(odd) {
  flex: 0 1 auto;
}

.odd\:flex-none:nth-child(odd) {
  flex: none;
}

.children\:flex-1 > * {
  flex: 1 1 0%;
}

.children\:flex-auto > * {
  flex: 1 1 auto;
}

.children\:flex-initial > * {
  flex: 0 1 auto;
}

.children\:flex-none > * {
  flex: none;
}

.first\:flex-1:first-child {
  flex: 1 1 0%;
}

.first\:flex-auto:first-child {
  flex: 1 1 auto;
}

.first\:flex-initial:first-child {
  flex: 0 1 auto;
}

.first\:flex-none:first-child {
  flex: none;
}

.last\:flex-1:last-child {
  flex: 1 1 0%;
}

.last\:flex-auto:last-child {
  flex: 1 1 auto;
}

.last\:flex-initial:last-child {
  flex: 0 1 auto;
}

.last\:flex-none:last-child {
  flex: none;
}

.hover\:flex-1:hover {
  flex: 1 1 0%;
}

.hover\:flex-auto:hover {
  flex: 1 1 auto;
}

.hover\:flex-initial:hover {
  flex: 0 1 auto;
}

.hover\:flex-none:hover {
  flex: none;
}

.flex-1\! {
  flex: 1 1 0% !important;
}

.flex-auto\! {
  flex: 1 1 auto !important;
}

.flex-initial\! {
  flex: 0 1 auto !important;
}

.flex-none\! {
  flex: none !important;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.even\:flex-grow-0:nth-child(even) {
  flex-grow: 0;
}

.even\:flex-grow:nth-child(even) {
  flex-grow: 1;
}

.odd\:flex-grow-0:nth-child(odd) {
  flex-grow: 0;
}

.odd\:flex-grow:nth-child(odd) {
  flex-grow: 1;
}

.children\:flex-grow-0 > * {
  flex-grow: 0;
}

.children\:flex-grow > * {
  flex-grow: 1;
}

.first\:flex-grow-0:first-child {
  flex-grow: 0;
}

.first\:flex-grow:first-child {
  flex-grow: 1;
}

.last\:flex-grow-0:last-child {
  flex-grow: 0;
}

.last\:flex-grow:last-child {
  flex-grow: 1;
}

.hover\:flex-grow-0:hover {
  flex-grow: 0;
}

.hover\:flex-grow:hover {
  flex-grow: 1;
}

.flex-grow-0\! {
  flex-grow: 0 !important;
}

.flex-grow\! {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.even\:flex-shrink-0:nth-child(even) {
  flex-shrink: 0;
}

.even\:flex-shrink:nth-child(even) {
  flex-shrink: 1;
}

.odd\:flex-shrink-0:nth-child(odd) {
  flex-shrink: 0;
}

.odd\:flex-shrink:nth-child(odd) {
  flex-shrink: 1;
}

.children\:flex-shrink-0 > * {
  flex-shrink: 0;
}

.children\:flex-shrink > * {
  flex-shrink: 1;
}

.first\:flex-shrink-0:first-child {
  flex-shrink: 0;
}

.first\:flex-shrink:first-child {
  flex-shrink: 1;
}

.last\:flex-shrink-0:last-child {
  flex-shrink: 0;
}

.last\:flex-shrink:last-child {
  flex-shrink: 1;
}

.hover\:flex-shrink-0:hover {
  flex-shrink: 0;
}

.hover\:flex-shrink:hover {
  flex-shrink: 1;
}

.flex-shrink-0\! {
  flex-shrink: 0 !important;
}

.flex-shrink\! {
  flex-shrink: 1 !important;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

.even\:order-1:nth-child(even) {
  order: 1;
}

.even\:order-2:nth-child(even) {
  order: 2;
}

.even\:order-3:nth-child(even) {
  order: 3;
}

.even\:order-4:nth-child(even) {
  order: 4;
}

.even\:order-5:nth-child(even) {
  order: 5;
}

.even\:order-6:nth-child(even) {
  order: 6;
}

.even\:order-7:nth-child(even) {
  order: 7;
}

.even\:order-8:nth-child(even) {
  order: 8;
}

.even\:order-9:nth-child(even) {
  order: 9;
}

.even\:order-10:nth-child(even) {
  order: 10;
}

.even\:order-11:nth-child(even) {
  order: 11;
}

.even\:order-12:nth-child(even) {
  order: 12;
}

.even\:order-first:nth-child(even) {
  order: -9999;
}

.even\:order-last:nth-child(even) {
  order: 9999;
}

.even\:order-none:nth-child(even) {
  order: 0;
}

.odd\:order-1:nth-child(odd) {
  order: 1;
}

.odd\:order-2:nth-child(odd) {
  order: 2;
}

.odd\:order-3:nth-child(odd) {
  order: 3;
}

.odd\:order-4:nth-child(odd) {
  order: 4;
}

.odd\:order-5:nth-child(odd) {
  order: 5;
}

.odd\:order-6:nth-child(odd) {
  order: 6;
}

.odd\:order-7:nth-child(odd) {
  order: 7;
}

.odd\:order-8:nth-child(odd) {
  order: 8;
}

.odd\:order-9:nth-child(odd) {
  order: 9;
}

.odd\:order-10:nth-child(odd) {
  order: 10;
}

.odd\:order-11:nth-child(odd) {
  order: 11;
}

.odd\:order-12:nth-child(odd) {
  order: 12;
}

.odd\:order-first:nth-child(odd) {
  order: -9999;
}

.odd\:order-last:nth-child(odd) {
  order: 9999;
}

.odd\:order-none:nth-child(odd) {
  order: 0;
}

.children\:order-1 > * {
  order: 1;
}

.children\:order-2 > * {
  order: 2;
}

.children\:order-3 > * {
  order: 3;
}

.children\:order-4 > * {
  order: 4;
}

.children\:order-5 > * {
  order: 5;
}

.children\:order-6 > * {
  order: 6;
}

.children\:order-7 > * {
  order: 7;
}

.children\:order-8 > * {
  order: 8;
}

.children\:order-9 > * {
  order: 9;
}

.children\:order-10 > * {
  order: 10;
}

.children\:order-11 > * {
  order: 11;
}

.children\:order-12 > * {
  order: 12;
}

.children\:order-first > * {
  order: -9999;
}

.children\:order-last > * {
  order: 9999;
}

.children\:order-none > * {
  order: 0;
}

.first\:order-1:first-child {
  order: 1;
}

.first\:order-2:first-child {
  order: 2;
}

.first\:order-3:first-child {
  order: 3;
}

.first\:order-4:first-child {
  order: 4;
}

.first\:order-5:first-child {
  order: 5;
}

.first\:order-6:first-child {
  order: 6;
}

.first\:order-7:first-child {
  order: 7;
}

.first\:order-8:first-child {
  order: 8;
}

.first\:order-9:first-child {
  order: 9;
}

.first\:order-10:first-child {
  order: 10;
}

.first\:order-11:first-child {
  order: 11;
}

.first\:order-12:first-child {
  order: 12;
}

.first\:order-first:first-child {
  order: -9999;
}

.first\:order-last:first-child {
  order: 9999;
}

.first\:order-none:first-child {
  order: 0;
}

.last\:order-1:last-child {
  order: 1;
}

.last\:order-2:last-child {
  order: 2;
}

.last\:order-3:last-child {
  order: 3;
}

.last\:order-4:last-child {
  order: 4;
}

.last\:order-5:last-child {
  order: 5;
}

.last\:order-6:last-child {
  order: 6;
}

.last\:order-7:last-child {
  order: 7;
}

.last\:order-8:last-child {
  order: 8;
}

.last\:order-9:last-child {
  order: 9;
}

.last\:order-10:last-child {
  order: 10;
}

.last\:order-11:last-child {
  order: 11;
}

.last\:order-12:last-child {
  order: 12;
}

.last\:order-first:last-child {
  order: -9999;
}

.last\:order-last:last-child {
  order: 9999;
}

.last\:order-none:last-child {
  order: 0;
}

.hover\:order-1:hover {
  order: 1;
}

.hover\:order-2:hover {
  order: 2;
}

.hover\:order-3:hover {
  order: 3;
}

.hover\:order-4:hover {
  order: 4;
}

.hover\:order-5:hover {
  order: 5;
}

.hover\:order-6:hover {
  order: 6;
}

.hover\:order-7:hover {
  order: 7;
}

.hover\:order-8:hover {
  order: 8;
}

.hover\:order-9:hover {
  order: 9;
}

.hover\:order-10:hover {
  order: 10;
}

.hover\:order-11:hover {
  order: 11;
}

.hover\:order-12:hover {
  order: 12;
}

.hover\:order-first:hover {
  order: -9999;
}

.hover\:order-last:hover {
  order: 9999;
}

.hover\:order-none:hover {
  order: 0;
}

.order-1\! {
  order: 1 !important;
}

.order-2\! {
  order: 2 !important;
}

.order-3\! {
  order: 3 !important;
}

.order-4\! {
  order: 4 !important;
}

.order-5\! {
  order: 5 !important;
}

.order-6\! {
  order: 6 !important;
}

.order-7\! {
  order: 7 !important;
}

.order-8\! {
  order: 8 !important;
}

.order-9\! {
  order: 9 !important;
}

.order-10\! {
  order: 10 !important;
}

.order-11\! {
  order: 11 !important;
}

.order-12\! {
  order: 12 !important;
}

.order-first\! {
  order: -9999 !important;
}

.order-last\! {
  order: 9999 !important;
}

.order-none\! {
  order: 0 !important;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.even\:float-right:nth-child(even) {
  float: right;
}

.even\:float-left:nth-child(even) {
  float: left;
}

.even\:float-none:nth-child(even) {
  float: none;
}

.even\:clearfix:nth-child(even):after {
  content: "";
  display: table;
  clear: both;
}

.odd\:float-right:nth-child(odd) {
  float: right;
}

.odd\:float-left:nth-child(odd) {
  float: left;
}

.odd\:float-none:nth-child(odd) {
  float: none;
}

.odd\:clearfix:nth-child(odd):after {
  content: "";
  display: table;
  clear: both;
}

.children\:float-right > * {
  float: right;
}

.children\:float-left > * {
  float: left;
}

.children\:float-none > * {
  float: none;
}

.children\:clearfix > *:after {
  content: "";
  display: table;
  clear: both;
}

.first\:float-right:first-child {
  float: right;
}

.first\:float-left:first-child {
  float: left;
}

.first\:float-none:first-child {
  float: none;
}

.first\:clearfix:first-child:after {
  content: "";
  display: table;
  clear: both;
}

.last\:float-right:last-child {
  float: right;
}

.last\:float-left:last-child {
  float: left;
}

.last\:float-none:last-child {
  float: none;
}

.last\:clearfix:last-child:after {
  content: "";
  display: table;
  clear: both;
}

.hover\:float-right:hover {
  float: right;
}

.hover\:float-left:hover {
  float: left;
}

.hover\:float-none:hover {
  float: none;
}

.hover\:clearfix:hover:after {
  content: "";
  display: table;
  clear: both;
}

.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;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.even\:clear-left:nth-child(even) {
  clear: left;
}

.even\:clear-right:nth-child(even) {
  clear: right;
}

.even\:clear-both:nth-child(even) {
  clear: both;
}

.even\:clear-none:nth-child(even) {
  clear: none;
}

.odd\:clear-left:nth-child(odd) {
  clear: left;
}

.odd\:clear-right:nth-child(odd) {
  clear: right;
}

.odd\:clear-both:nth-child(odd) {
  clear: both;
}

.odd\:clear-none:nth-child(odd) {
  clear: none;
}

.children\:clear-left > * {
  clear: left;
}

.children\:clear-right > * {
  clear: right;
}

.children\:clear-both > * {
  clear: both;
}

.children\:clear-none > * {
  clear: none;
}

.first\:clear-left:first-child {
  clear: left;
}

.first\:clear-right:first-child {
  clear: right;
}

.first\:clear-both:first-child {
  clear: both;
}

.first\:clear-none:first-child {
  clear: none;
}

.last\:clear-left:last-child {
  clear: left;
}

.last\:clear-right:last-child {
  clear: right;
}

.last\:clear-both:last-child {
  clear: both;
}

.last\:clear-none:last-child {
  clear: none;
}

.hover\:clear-left:hover {
  clear: left;
}

.hover\:clear-right:hover {
  clear: right;
}

.hover\:clear-both:hover {
  clear: both;
}

.hover\:clear-none:hover {
  clear: none;
}

.clear-left\! {
  clear: left !important;
}

.clear-right\! {
  clear: right !important;
}

.clear-both\! {
  clear: both !important;
}

.clear-none\! {
  clear: none !important;
}

.font-display {
  font-family: IBM Plex Sans, sans-serif;
}

.font-body {
  font-family: sans-serif;
}

.font-ibm-sans {
  font-family: IBM Plex Sans, sans-serif;
}

.font-ibm-serif {
  font-family: IBM Plex Serif, serif;
}

.even\:font-display:nth-child(even) {
  font-family: IBM Plex Sans, sans-serif;
}

.even\:font-body:nth-child(even) {
  font-family: sans-serif;
}

.even\:font-ibm-sans:nth-child(even) {
  font-family: IBM Plex Sans, sans-serif;
}

.even\:font-ibm-serif:nth-child(even) {
  font-family: IBM Plex Serif, serif;
}

.odd\:font-display:nth-child(odd) {
  font-family: IBM Plex Sans, sans-serif;
}

.odd\:font-body:nth-child(odd) {
  font-family: sans-serif;
}

.odd\:font-ibm-sans:nth-child(odd) {
  font-family: IBM Plex Sans, sans-serif;
}

.odd\:font-ibm-serif:nth-child(odd) {
  font-family: IBM Plex Serif, serif;
}

.children\:font-display > * {
  font-family: IBM Plex Sans, sans-serif;
}

.children\:font-body > * {
  font-family: sans-serif;
}

.children\:font-ibm-sans > * {
  font-family: IBM Plex Sans, sans-serif;
}

.children\:font-ibm-serif > * {
  font-family: IBM Plex Serif, serif;
}

.first\:font-display:first-child {
  font-family: IBM Plex Sans, sans-serif;
}

.first\:font-body:first-child {
  font-family: sans-serif;
}

.first\:font-ibm-sans:first-child {
  font-family: IBM Plex Sans, sans-serif;
}

.first\:font-ibm-serif:first-child {
  font-family: IBM Plex Serif, serif;
}

.last\:font-display:last-child {
  font-family: IBM Plex Sans, sans-serif;
}

.last\:font-body:last-child {
  font-family: sans-serif;
}

.last\:font-ibm-sans:last-child {
  font-family: IBM Plex Sans, sans-serif;
}

.last\:font-ibm-serif:last-child {
  font-family: IBM Plex Serif, serif;
}

.hover\:font-display:hover {
  font-family: IBM Plex Sans, sans-serif;
}

.hover\:font-body:hover {
  font-family: sans-serif;
}

.hover\:font-ibm-sans:hover {
  font-family: IBM Plex Sans, sans-serif;
}

.hover\:font-ibm-serif:hover {
  font-family: IBM Plex Serif, serif;
}

.font-display\! {
  font-family: IBM Plex Sans, sans-serif !important;
}

.font-body\! {
  font-family: sans-serif !important;
}

.font-ibm-sans\! {
  font-family: IBM Plex Sans, sans-serif !important;
}

.font-ibm-serif\! {
  font-family: IBM Plex Serif, serif !important;
}

.font-hairline {
  font-weight: 100;
}

.font-thin {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.even\:font-hairline:nth-child(even) {
  font-weight: 100;
}

.even\:font-thin:nth-child(even) {
  font-weight: 200;
}

.even\:font-light:nth-child(even) {
  font-weight: 300;
}

.even\:font-normal:nth-child(even) {
  font-weight: 400;
}

.even\:font-medium:nth-child(even) {
  font-weight: 500;
}

.even\:font-semibold:nth-child(even) {
  font-weight: 600;
}

.even\:font-bold:nth-child(even) {
  font-weight: 700;
}

.even\:font-extrabold:nth-child(even) {
  font-weight: 800;
}

.even\:font-black:nth-child(even) {
  font-weight: 900;
}

.odd\:font-hairline:nth-child(odd) {
  font-weight: 100;
}

.odd\:font-thin:nth-child(odd) {
  font-weight: 200;
}

.odd\:font-light:nth-child(odd) {
  font-weight: 300;
}

.odd\:font-normal:nth-child(odd) {
  font-weight: 400;
}

.odd\:font-medium:nth-child(odd) {
  font-weight: 500;
}

.odd\:font-semibold:nth-child(odd) {
  font-weight: 600;
}

.odd\:font-bold:nth-child(odd) {
  font-weight: 700;
}

.odd\:font-extrabold:nth-child(odd) {
  font-weight: 800;
}

.odd\:font-black:nth-child(odd) {
  font-weight: 900;
}

.children\:font-hairline > * {
  font-weight: 100;
}

.children\:font-thin > * {
  font-weight: 200;
}

.children\:font-light > * {
  font-weight: 300;
}

.children\:font-normal > * {
  font-weight: 400;
}

.children\:font-medium > * {
  font-weight: 500;
}

.children\:font-semibold > * {
  font-weight: 600;
}

.children\:font-bold > * {
  font-weight: 700;
}

.children\:font-extrabold > * {
  font-weight: 800;
}

.children\:font-black > * {
  font-weight: 900;
}

.first\:font-hairline:first-child {
  font-weight: 100;
}

.first\:font-thin:first-child {
  font-weight: 200;
}

.first\:font-light:first-child {
  font-weight: 300;
}

.first\:font-normal:first-child {
  font-weight: 400;
}

.first\:font-medium:first-child {
  font-weight: 500;
}

.first\:font-semibold:first-child {
  font-weight: 600;
}

.first\:font-bold:first-child {
  font-weight: 700;
}

.first\:font-extrabold:first-child {
  font-weight: 800;
}

.first\:font-black:first-child {
  font-weight: 900;
}

.last\:font-hairline:last-child {
  font-weight: 100;
}

.last\:font-thin:last-child {
  font-weight: 200;
}

.last\:font-light:last-child {
  font-weight: 300;
}

.last\:font-normal:last-child {
  font-weight: 400;
}

.last\:font-medium:last-child {
  font-weight: 500;
}

.last\:font-semibold:last-child {
  font-weight: 600;
}

.last\:font-bold:last-child {
  font-weight: 700;
}

.last\:font-extrabold:last-child {
  font-weight: 800;
}

.last\:font-black:last-child {
  font-weight: 900;
}

.hover\:font-hairline:hover {
  font-weight: 100;
}

.hover\:font-thin:hover {
  font-weight: 200;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.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;
}

.h-0 {
  height: 0;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-13 {
  height: 3.25rem;
}

.h-14 {
  height: 3.5rem;
}

.h-15 {
  height: 3.75rem;
}

.h-16 {
  height: 4rem;
}

.h-17 {
  height: 4.25rem;
}

.h-18 {
  height: 4.5rem;
}

.h-19 {
  height: 4.75rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-56 {
  height: 14rem;
}

.h-64 {
  height: 16rem;
}

.h-75 {
  height: 18.75rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.even\:h-0:nth-child(even) {
  height: 0;
}

.even\:h-1:nth-child(even) {
  height: 0.25rem;
}

.even\:h-2:nth-child(even) {
  height: 0.5rem;
}

.even\:h-3:nth-child(even) {
  height: 0.75rem;
}

.even\:h-4:nth-child(even) {
  height: 1rem;
}

.even\:h-5:nth-child(even) {
  height: 1.25rem;
}

.even\:h-6:nth-child(even) {
  height: 1.5rem;
}

.even\:h-7:nth-child(even) {
  height: 1.75rem;
}

.even\:h-8:nth-child(even) {
  height: 2rem;
}

.even\:h-9:nth-child(even) {
  height: 2.25rem;
}

.even\:h-10:nth-child(even) {
  height: 2.5rem;
}

.even\:h-11:nth-child(even) {
  height: 2.75rem;
}

.even\:h-12:nth-child(even) {
  height: 3rem;
}

.even\:h-13:nth-child(even) {
  height: 3.25rem;
}

.even\:h-14:nth-child(even) {
  height: 3.5rem;
}

.even\:h-15:nth-child(even) {
  height: 3.75rem;
}

.even\:h-16:nth-child(even) {
  height: 4rem;
}

.even\:h-17:nth-child(even) {
  height: 4.25rem;
}

.even\:h-18:nth-child(even) {
  height: 4.5rem;
}

.even\:h-19:nth-child(even) {
  height: 4.75rem;
}

.even\:h-20:nth-child(even) {
  height: 5rem;
}

.even\:h-24:nth-child(even) {
  height: 6rem;
}

.even\:h-32:nth-child(even) {
  height: 8rem;
}

.even\:h-40:nth-child(even) {
  height: 10rem;
}

.even\:h-48:nth-child(even) {
  height: 12rem;
}

.even\:h-56:nth-child(even) {
  height: 14rem;
}

.even\:h-64:nth-child(even) {
  height: 16rem;
}

.even\:h-75:nth-child(even) {
  height: 18.75rem;
}

.even\:h-auto:nth-child(even) {
  height: auto;
}

.even\:h-px:nth-child(even) {
  height: 1px;
}

.even\:h-full:nth-child(even) {
  height: 100%;
}

.even\:h-screen:nth-child(even) {
  height: 100vh;
}

.odd\:h-0:nth-child(odd) {
  height: 0;
}

.odd\:h-1:nth-child(odd) {
  height: 0.25rem;
}

.odd\:h-2:nth-child(odd) {
  height: 0.5rem;
}

.odd\:h-3:nth-child(odd) {
  height: 0.75rem;
}

.odd\:h-4:nth-child(odd) {
  height: 1rem;
}

.odd\:h-5:nth-child(odd) {
  height: 1.25rem;
}

.odd\:h-6:nth-child(odd) {
  height: 1.5rem;
}

.odd\:h-7:nth-child(odd) {
  height: 1.75rem;
}

.odd\:h-8:nth-child(odd) {
  height: 2rem;
}

.odd\:h-9:nth-child(odd) {
  height: 2.25rem;
}

.odd\:h-10:nth-child(odd) {
  height: 2.5rem;
}

.odd\:h-11:nth-child(odd) {
  height: 2.75rem;
}

.odd\:h-12:nth-child(odd) {
  height: 3rem;
}

.odd\:h-13:nth-child(odd) {
  height: 3.25rem;
}

.odd\:h-14:nth-child(odd) {
  height: 3.5rem;
}

.odd\:h-15:nth-child(odd) {
  height: 3.75rem;
}

.odd\:h-16:nth-child(odd) {
  height: 4rem;
}

.odd\:h-17:nth-child(odd) {
  height: 4.25rem;
}

.odd\:h-18:nth-child(odd) {
  height: 4.5rem;
}

.odd\:h-19:nth-child(odd) {
  height: 4.75rem;
}

.odd\:h-20:nth-child(odd) {
  height: 5rem;
}

.odd\:h-24:nth-child(odd) {
  height: 6rem;
}

.odd\:h-32:nth-child(odd) {
  height: 8rem;
}

.odd\:h-40:nth-child(odd) {
  height: 10rem;
}

.odd\:h-48:nth-child(odd) {
  height: 12rem;
}

.odd\:h-56:nth-child(odd) {
  height: 14rem;
}

.odd\:h-64:nth-child(odd) {
  height: 16rem;
}

.odd\:h-75:nth-child(odd) {
  height: 18.75rem;
}

.odd\:h-auto:nth-child(odd) {
  height: auto;
}

.odd\:h-px:nth-child(odd) {
  height: 1px;
}

.odd\:h-full:nth-child(odd) {
  height: 100%;
}

.odd\:h-screen:nth-child(odd) {
  height: 100vh;
}

.children\:h-0 > * {
  height: 0;
}

.children\:h-1 > * {
  height: 0.25rem;
}

.children\:h-2 > * {
  height: 0.5rem;
}

.children\:h-3 > * {
  height: 0.75rem;
}

.children\:h-4 > * {
  height: 1rem;
}

.children\:h-5 > * {
  height: 1.25rem;
}

.children\:h-6 > * {
  height: 1.5rem;
}

.children\:h-7 > * {
  height: 1.75rem;
}

.children\:h-8 > * {
  height: 2rem;
}

.children\:h-9 > * {
  height: 2.25rem;
}

.children\:h-10 > * {
  height: 2.5rem;
}

.children\:h-11 > * {
  height: 2.75rem;
}

.children\:h-12 > * {
  height: 3rem;
}

.children\:h-13 > * {
  height: 3.25rem;
}

.children\:h-14 > * {
  height: 3.5rem;
}

.children\:h-15 > * {
  height: 3.75rem;
}

.children\:h-16 > * {
  height: 4rem;
}

.children\:h-17 > * {
  height: 4.25rem;
}

.children\:h-18 > * {
  height: 4.5rem;
}

.children\:h-19 > * {
  height: 4.75rem;
}

.children\:h-20 > * {
  height: 5rem;
}

.children\:h-24 > * {
  height: 6rem;
}

.children\:h-32 > * {
  height: 8rem;
}

.children\:h-40 > * {
  height: 10rem;
}

.children\:h-48 > * {
  height: 12rem;
}

.children\:h-56 > * {
  height: 14rem;
}

.children\:h-64 > * {
  height: 16rem;
}

.children\:h-75 > * {
  height: 18.75rem;
}

.children\:h-auto > * {
  height: auto;
}

.children\:h-px > * {
  height: 1px;
}

.children\:h-full > * {
  height: 100%;
}

.children\:h-screen > * {
  height: 100vh;
}

.first\:h-0:first-child {
  height: 0;
}

.first\:h-1:first-child {
  height: 0.25rem;
}

.first\:h-2:first-child {
  height: 0.5rem;
}

.first\:h-3:first-child {
  height: 0.75rem;
}

.first\:h-4:first-child {
  height: 1rem;
}

.first\:h-5:first-child {
  height: 1.25rem;
}

.first\:h-6:first-child {
  height: 1.5rem;
}

.first\:h-7:first-child {
  height: 1.75rem;
}

.first\:h-8:first-child {
  height: 2rem;
}

.first\:h-9:first-child {
  height: 2.25rem;
}

.first\:h-10:first-child {
  height: 2.5rem;
}

.first\:h-11:first-child {
  height: 2.75rem;
}

.first\:h-12:first-child {
  height: 3rem;
}

.first\:h-13:first-child {
  height: 3.25rem;
}

.first\:h-14:first-child {
  height: 3.5rem;
}

.first\:h-15:first-child {
  height: 3.75rem;
}

.first\:h-16:first-child {
  height: 4rem;
}

.first\:h-17:first-child {
  height: 4.25rem;
}

.first\:h-18:first-child {
  height: 4.5rem;
}

.first\:h-19:first-child {
  height: 4.75rem;
}

.first\:h-20:first-child {
  height: 5rem;
}

.first\:h-24:first-child {
  height: 6rem;
}

.first\:h-32:first-child {
  height: 8rem;
}

.first\:h-40:first-child {
  height: 10rem;
}

.first\:h-48:first-child {
  height: 12rem;
}

.first\:h-56:first-child {
  height: 14rem;
}

.first\:h-64:first-child {
  height: 16rem;
}

.first\:h-75:first-child {
  height: 18.75rem;
}

.first\:h-auto:first-child {
  height: auto;
}

.first\:h-px:first-child {
  height: 1px;
}

.first\:h-full:first-child {
  height: 100%;
}

.first\:h-screen:first-child {
  height: 100vh;
}

.last\:h-0:last-child {
  height: 0;
}

.last\:h-1:last-child {
  height: 0.25rem;
}

.last\:h-2:last-child {
  height: 0.5rem;
}

.last\:h-3:last-child {
  height: 0.75rem;
}

.last\:h-4:last-child {
  height: 1rem;
}

.last\:h-5:last-child {
  height: 1.25rem;
}

.last\:h-6:last-child {
  height: 1.5rem;
}

.last\:h-7:last-child {
  height: 1.75rem;
}

.last\:h-8:last-child {
  height: 2rem;
}

.last\:h-9:last-child {
  height: 2.25rem;
}

.last\:h-10:last-child {
  height: 2.5rem;
}

.last\:h-11:last-child {
  height: 2.75rem;
}

.last\:h-12:last-child {
  height: 3rem;
}

.last\:h-13:last-child {
  height: 3.25rem;
}

.last\:h-14:last-child {
  height: 3.5rem;
}

.last\:h-15:last-child {
  height: 3.75rem;
}

.last\:h-16:last-child {
  height: 4rem;
}

.last\:h-17:last-child {
  height: 4.25rem;
}

.last\:h-18:last-child {
  height: 4.5rem;
}

.last\:h-19:last-child {
  height: 4.75rem;
}

.last\:h-20:last-child {
  height: 5rem;
}

.last\:h-24:last-child {
  height: 6rem;
}

.last\:h-32:last-child {
  height: 8rem;
}

.last\:h-40:last-child {
  height: 10rem;
}

.last\:h-48:last-child {
  height: 12rem;
}

.last\:h-56:last-child {
  height: 14rem;
}

.last\:h-64:last-child {
  height: 16rem;
}

.last\:h-75:last-child {
  height: 18.75rem;
}

.last\:h-auto:last-child {
  height: auto;
}

.last\:h-px:last-child {
  height: 1px;
}

.last\:h-full:last-child {
  height: 100%;
}

.last\:h-screen:last-child {
  height: 100vh;
}

.hover\:h-0:hover {
  height: 0;
}

.hover\:h-1:hover {
  height: 0.25rem;
}

.hover\:h-2:hover {
  height: 0.5rem;
}

.hover\:h-3:hover {
  height: 0.75rem;
}

.hover\:h-4:hover {
  height: 1rem;
}

.hover\:h-5:hover {
  height: 1.25rem;
}

.hover\:h-6:hover {
  height: 1.5rem;
}

.hover\:h-7:hover {
  height: 1.75rem;
}

.hover\:h-8:hover {
  height: 2rem;
}

.hover\:h-9:hover {
  height: 2.25rem;
}

.hover\:h-10:hover {
  height: 2.5rem;
}

.hover\:h-11:hover {
  height: 2.75rem;
}

.hover\:h-12:hover {
  height: 3rem;
}

.hover\:h-13:hover {
  height: 3.25rem;
}

.hover\:h-14:hover {
  height: 3.5rem;
}

.hover\:h-15:hover {
  height: 3.75rem;
}

.hover\:h-16:hover {
  height: 4rem;
}

.hover\:h-17:hover {
  height: 4.25rem;
}

.hover\:h-18:hover {
  height: 4.5rem;
}

.hover\:h-19:hover {
  height: 4.75rem;
}

.hover\:h-20:hover {
  height: 5rem;
}

.hover\:h-24:hover {
  height: 6rem;
}

.hover\:h-32:hover {
  height: 8rem;
}

.hover\:h-40:hover {
  height: 10rem;
}

.hover\:h-48:hover {
  height: 12rem;
}

.hover\:h-56:hover {
  height: 14rem;
}

.hover\:h-64:hover {
  height: 16rem;
}

.hover\:h-75:hover {
  height: 18.75rem;
}

.hover\:h-auto:hover {
  height: auto;
}

.hover\:h-px:hover {
  height: 1px;
}

.hover\:h-full:hover {
  height: 100%;
}

.hover\:h-screen:hover {
  height: 100vh;
}

.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-9\! {
  height: 2.25rem !important;
}

.h-10\! {
  height: 2.5rem !important;
}

.h-11\! {
  height: 2.75rem !important;
}

.h-12\! {
  height: 3rem !important;
}

.h-13\! {
  height: 3.25rem !important;
}

.h-14\! {
  height: 3.5rem !important;
}

.h-15\! {
  height: 3.75rem !important;
}

.h-16\! {
  height: 4rem !important;
}

.h-17\! {
  height: 4.25rem !important;
}

.h-18\! {
  height: 4.5rem !important;
}

.h-19\! {
  height: 4.75rem !important;
}

.h-20\! {
  height: 5rem !important;
}

.h-24\! {
  height: 6rem !important;
}

.h-32\! {
  height: 8rem !important;
}

.h-40\! {
  height: 10rem !important;
}

.h-48\! {
  height: 12rem !important;
}

.h-56\! {
  height: 14rem !important;
}

.h-64\! {
  height: 16rem !important;
}

.h-75\! {
  height: 18.75rem !important;
}

.h-auto\! {
  height: auto !important;
}

.h-px\! {
  height: 1px !important;
}

.h-full\! {
  height: 100% !important;
}

.h-screen\! {
  height: 100vh !important;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 4rem;
}

.text-2xs {
  font-size: 0.625rem;
}

.text-3xs {
  font-size: 0.5rem;
}

.even\:text-xs:nth-child(even) {
  font-size: 0.75rem;
}

.even\:text-sm:nth-child(even) {
  font-size: 0.875rem;
}

.even\:text-base:nth-child(even) {
  font-size: 1rem;
}

.even\:text-lg:nth-child(even) {
  font-size: 1.125rem;
}

.even\:text-xl:nth-child(even) {
  font-size: 1.25rem;
}

.even\:text-2xl:nth-child(even) {
  font-size: 1.5rem;
}

.even\:text-3xl:nth-child(even) {
  font-size: 1.875rem;
}

.even\:text-4xl:nth-child(even) {
  font-size: 2.25rem;
}

.even\:text-5xl:nth-child(even) {
  font-size: 3rem;
}

.even\:text-6xl:nth-child(even) {
  font-size: 4rem;
}

.even\:text-2xs:nth-child(even) {
  font-size: 0.625rem;
}

.even\:text-3xs:nth-child(even) {
  font-size: 0.5rem;
}

.odd\:text-xs:nth-child(odd) {
  font-size: 0.75rem;
}

.odd\:text-sm:nth-child(odd) {
  font-size: 0.875rem;
}

.odd\:text-base:nth-child(odd) {
  font-size: 1rem;
}

.odd\:text-lg:nth-child(odd) {
  font-size: 1.125rem;
}

.odd\:text-xl:nth-child(odd) {
  font-size: 1.25rem;
}

.odd\:text-2xl:nth-child(odd) {
  font-size: 1.5rem;
}

.odd\:text-3xl:nth-child(odd) {
  font-size: 1.875rem;
}

.odd\:text-4xl:nth-child(odd) {
  font-size: 2.25rem;
}

.odd\:text-5xl:nth-child(odd) {
  font-size: 3rem;
}

.odd\:text-6xl:nth-child(odd) {
  font-size: 4rem;
}

.odd\:text-2xs:nth-child(odd) {
  font-size: 0.625rem;
}

.odd\:text-3xs:nth-child(odd) {
  font-size: 0.5rem;
}

.children\:text-xs > * {
  font-size: 0.75rem;
}

.children\:text-sm > * {
  font-size: 0.875rem;
}

.children\:text-base > * {
  font-size: 1rem;
}

.children\:text-lg > * {
  font-size: 1.125rem;
}

.children\:text-xl > * {
  font-size: 1.25rem;
}

.children\:text-2xl > * {
  font-size: 1.5rem;
}

.children\:text-3xl > * {
  font-size: 1.875rem;
}

.children\:text-4xl > * {
  font-size: 2.25rem;
}

.children\:text-5xl > * {
  font-size: 3rem;
}

.children\:text-6xl > * {
  font-size: 4rem;
}

.children\:text-2xs > * {
  font-size: 0.625rem;
}

.children\:text-3xs > * {
  font-size: 0.5rem;
}

.first\:text-xs:first-child {
  font-size: 0.75rem;
}

.first\:text-sm:first-child {
  font-size: 0.875rem;
}

.first\:text-base:first-child {
  font-size: 1rem;
}

.first\:text-lg:first-child {
  font-size: 1.125rem;
}

.first\:text-xl:first-child {
  font-size: 1.25rem;
}

.first\:text-2xl:first-child {
  font-size: 1.5rem;
}

.first\:text-3xl:first-child {
  font-size: 1.875rem;
}

.first\:text-4xl:first-child {
  font-size: 2.25rem;
}

.first\:text-5xl:first-child {
  font-size: 3rem;
}

.first\:text-6xl:first-child {
  font-size: 4rem;
}

.first\:text-2xs:first-child {
  font-size: 0.625rem;
}

.first\:text-3xs:first-child {
  font-size: 0.5rem;
}

.last\:text-xs:last-child {
  font-size: 0.75rem;
}

.last\:text-sm:last-child {
  font-size: 0.875rem;
}

.last\:text-base:last-child {
  font-size: 1rem;
}

.last\:text-lg:last-child {
  font-size: 1.125rem;
}

.last\:text-xl:last-child {
  font-size: 1.25rem;
}

.last\:text-2xl:last-child {
  font-size: 1.5rem;
}

.last\:text-3xl:last-child {
  font-size: 1.875rem;
}

.last\:text-4xl:last-child {
  font-size: 2.25rem;
}

.last\:text-5xl:last-child {
  font-size: 3rem;
}

.last\:text-6xl:last-child {
  font-size: 4rem;
}

.last\:text-2xs:last-child {
  font-size: 0.625rem;
}

.last\:text-3xs:last-child {
  font-size: 0.5rem;
}

.hover\:text-xs:hover {
  font-size: 0.75rem;
}

.hover\:text-sm:hover {
  font-size: 0.875rem;
}

.hover\:text-base:hover {
  font-size: 1rem;
}

.hover\:text-lg:hover {
  font-size: 1.125rem;
}

.hover\:text-xl:hover {
  font-size: 1.25rem;
}

.hover\:text-2xl:hover {
  font-size: 1.5rem;
}

.hover\:text-3xl:hover {
  font-size: 1.875rem;
}

.hover\:text-4xl:hover {
  font-size: 2.25rem;
}

.hover\:text-5xl:hover {
  font-size: 3rem;
}

.hover\:text-6xl:hover {
  font-size: 4rem;
}

.hover\:text-2xs:hover {
  font-size: 0.625rem;
}

.hover\:text-3xs:hover {
  font-size: 0.5rem;
}

.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.5rem !important;
}

.text-3xl\! {
  font-size: 1.875rem !important;
}

.text-4xl\! {
  font-size: 2.25rem !important;
}

.text-5xl\! {
  font-size: 3rem !important;
}

.text-6xl\! {
  font-size: 4rem !important;
}

.text-2xs\! {
  font-size: 0.625rem !important;
}

.text-3xs\! {
  font-size: 0.5rem !important;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.even\:leading-3:nth-child(even) {
  line-height: .75rem;
}

.even\:leading-4:nth-child(even) {
  line-height: 1rem;
}

.even\:leading-5:nth-child(even) {
  line-height: 1.25rem;
}

.even\:leading-6:nth-child(even) {
  line-height: 1.5rem;
}

.even\:leading-7:nth-child(even) {
  line-height: 1.75rem;
}

.even\:leading-8:nth-child(even) {
  line-height: 2rem;
}

.even\:leading-9:nth-child(even) {
  line-height: 2.25rem;
}

.even\:leading-10:nth-child(even) {
  line-height: 2.5rem;
}

.even\:leading-none:nth-child(even) {
  line-height: 1;
}

.even\:leading-tight:nth-child(even) {
  line-height: 1.25;
}

.even\:leading-snug:nth-child(even) {
  line-height: 1.375;
}

.even\:leading-normal:nth-child(even) {
  line-height: 1.5;
}

.even\:leading-relaxed:nth-child(even) {
  line-height: 1.625;
}

.even\:leading-loose:nth-child(even) {
  line-height: 2;
}

.odd\:leading-3:nth-child(odd) {
  line-height: .75rem;
}

.odd\:leading-4:nth-child(odd) {
  line-height: 1rem;
}

.odd\:leading-5:nth-child(odd) {
  line-height: 1.25rem;
}

.odd\:leading-6:nth-child(odd) {
  line-height: 1.5rem;
}

.odd\:leading-7:nth-child(odd) {
  line-height: 1.75rem;
}

.odd\:leading-8:nth-child(odd) {
  line-height: 2rem;
}

.odd\:leading-9:nth-child(odd) {
  line-height: 2.25rem;
}

.odd\:leading-10:nth-child(odd) {
  line-height: 2.5rem;
}

.odd\:leading-none:nth-child(odd) {
  line-height: 1;
}

.odd\:leading-tight:nth-child(odd) {
  line-height: 1.25;
}

.odd\:leading-snug:nth-child(odd) {
  line-height: 1.375;
}

.odd\:leading-normal:nth-child(odd) {
  line-height: 1.5;
}

.odd\:leading-relaxed:nth-child(odd) {
  line-height: 1.625;
}

.odd\:leading-loose:nth-child(odd) {
  line-height: 2;
}

.children\:leading-3 > * {
  line-height: .75rem;
}

.children\:leading-4 > * {
  line-height: 1rem;
}

.children\:leading-5 > * {
  line-height: 1.25rem;
}

.children\:leading-6 > * {
  line-height: 1.5rem;
}

.children\:leading-7 > * {
  line-height: 1.75rem;
}

.children\:leading-8 > * {
  line-height: 2rem;
}

.children\:leading-9 > * {
  line-height: 2.25rem;
}

.children\:leading-10 > * {
  line-height: 2.5rem;
}

.children\:leading-none > * {
  line-height: 1;
}

.children\:leading-tight > * {
  line-height: 1.25;
}

.children\:leading-snug > * {
  line-height: 1.375;
}

.children\:leading-normal > * {
  line-height: 1.5;
}

.children\:leading-relaxed > * {
  line-height: 1.625;
}

.children\:leading-loose > * {
  line-height: 2;
}

.first\:leading-3:first-child {
  line-height: .75rem;
}

.first\:leading-4:first-child {
  line-height: 1rem;
}

.first\:leading-5:first-child {
  line-height: 1.25rem;
}

.first\:leading-6:first-child {
  line-height: 1.5rem;
}

.first\:leading-7:first-child {
  line-height: 1.75rem;
}

.first\:leading-8:first-child {
  line-height: 2rem;
}

.first\:leading-9:first-child {
  line-height: 2.25rem;
}

.first\:leading-10:first-child {
  line-height: 2.5rem;
}

.first\:leading-none:first-child {
  line-height: 1;
}

.first\:leading-tight:first-child {
  line-height: 1.25;
}

.first\:leading-snug:first-child {
  line-height: 1.375;
}

.first\:leading-normal:first-child {
  line-height: 1.5;
}

.first\:leading-relaxed:first-child {
  line-height: 1.625;
}

.first\:leading-loose:first-child {
  line-height: 2;
}

.last\:leading-3:last-child {
  line-height: .75rem;
}

.last\:leading-4:last-child {
  line-height: 1rem;
}

.last\:leading-5:last-child {
  line-height: 1.25rem;
}

.last\:leading-6:last-child {
  line-height: 1.5rem;
}

.last\:leading-7:last-child {
  line-height: 1.75rem;
}

.last\:leading-8:last-child {
  line-height: 2rem;
}

.last\:leading-9:last-child {
  line-height: 2.25rem;
}

.last\:leading-10:last-child {
  line-height: 2.5rem;
}

.last\:leading-none:last-child {
  line-height: 1;
}

.last\:leading-tight:last-child {
  line-height: 1.25;
}

.last\:leading-snug:last-child {
  line-height: 1.375;
}

.last\:leading-normal:last-child {
  line-height: 1.5;
}

.last\:leading-relaxed:last-child {
  line-height: 1.625;
}

.last\:leading-loose:last-child {
  line-height: 2;
}

.hover\:leading-3:hover {
  line-height: .75rem;
}

.hover\:leading-4:hover {
  line-height: 1rem;
}

.hover\:leading-5:hover {
  line-height: 1.25rem;
}

.hover\:leading-6:hover {
  line-height: 1.5rem;
}

.hover\:leading-7:hover {
  line-height: 1.75rem;
}

.hover\:leading-8:hover {
  line-height: 2rem;
}

.hover\:leading-9:hover {
  line-height: 2.25rem;
}

.hover\:leading-10:hover {
  line-height: 2.5rem;
}

.hover\:leading-none:hover {
  line-height: 1;
}

.hover\:leading-tight:hover {
  line-height: 1.25;
}

.hover\:leading-snug:hover {
  line-height: 1.375;
}

.hover\:leading-normal:hover {
  line-height: 1.5;
}

.hover\:leading-relaxed:hover {
  line-height: 1.625;
}

.hover\:leading-loose:hover {
  line-height: 2;
}

.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;
}

.list-outside {
  list-style-position: outside;
}

.even\:list-inside:nth-child(even) {
  list-style-position: inside;
}

.even\:list-outside:nth-child(even) {
  list-style-position: outside;
}

.odd\:list-inside:nth-child(odd) {
  list-style-position: inside;
}

.odd\:list-outside:nth-child(odd) {
  list-style-position: outside;
}

.children\:list-inside > * {
  list-style-position: inside;
}

.children\:list-outside > * {
  list-style-position: outside;
}

.first\:list-inside:first-child {
  list-style-position: inside;
}

.first\:list-outside:first-child {
  list-style-position: outside;
}

.last\:list-inside:last-child {
  list-style-position: inside;
}

.last\:list-outside:last-child {
  list-style-position: outside;
}

.hover\:list-inside:hover {
  list-style-position: inside;
}

.hover\:list-outside:hover {
  list-style-position: outside;
}

.list-inside\! {
  list-style-position: inside !important;
}

.list-outside\! {
  list-style-position: outside !important;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.even\:list-none:nth-child(even) {
  list-style-type: none;
}

.even\:list-disc:nth-child(even) {
  list-style-type: disc;
}

.even\:list-decimal:nth-child(even) {
  list-style-type: decimal;
}

.odd\:list-none:nth-child(odd) {
  list-style-type: none;
}

.odd\:list-disc:nth-child(odd) {
  list-style-type: disc;
}

.odd\:list-decimal:nth-child(odd) {
  list-style-type: decimal;
}

.children\:list-none > * {
  list-style-type: none;
}

.children\:list-disc > * {
  list-style-type: disc;
}

.children\:list-decimal > * {
  list-style-type: decimal;
}

.first\:list-none:first-child {
  list-style-type: none;
}

.first\:list-disc:first-child {
  list-style-type: disc;
}

.first\:list-decimal:first-child {
  list-style-type: decimal;
}

.last\:list-none:last-child {
  list-style-type: none;
}

.last\:list-disc:last-child {
  list-style-type: disc;
}

.last\:list-decimal:last-child {
  list-style-type: decimal;
}

.hover\:list-none:hover {
  list-style-type: none;
}

.hover\:list-disc:hover {
  list-style-type: disc;
}

.hover\:list-decimal:hover {
  list-style-type: decimal;
}

.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;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-13 {
  margin: 3.25rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-15 {
  margin: 3.75rem;
}

.m-16 {
  margin: 4rem;
}

.m-17 {
  margin: 4.25rem;
}

.m-18 {
  margin: 4.5rem;
}

.m-19 {
  margin: 4.75rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-32 {
  margin: 8rem;
}

.m-40 {
  margin: 10rem;
}

.m-48 {
  margin: 12rem;
}

.m-56 {
  margin: 14rem;
}

.m-64 {
  margin: 16rem;
}

.m-75 {
  margin: 18.75rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-5 {
  margin: -1.25rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-7 {
  margin: -1.75rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-9 {
  margin: -2.25rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-11 {
  margin: -2.75rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-13 {
  margin: -3.25rem;
}

.-m-14 {
  margin: -3.5rem;
}

.-m-15 {
  margin: -3.75rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-17 {
  margin: -4.25rem;
}

.-m-18 {
  margin: -4.5rem;
}

.-m-19 {
  margin: -4.75rem;
}

.-m-20 {
  margin: -5rem;
}

.-m-24 {
  margin: -6rem;
}

.-m-32 {
  margin: -8rem;
}

.-m-40 {
  margin: -10rem;
}

.-m-48 {
  margin: -12rem;
}

.-m-56 {
  margin: -14rem;
}

.-m-64 {
  margin: -16rem;
}

.-m-75 {
  margin: -18.75rem;
}

.-m-px {
  margin: -1px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-13 {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.mx-13 {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.mx-15 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-17 {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
}

.mx-17 {
  margin-left: 4.25rem;
  margin-right: 4.25rem;
}

.my-18 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.mx-18 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.my-19 {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.mx-19 {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.my-75 {
  margin-top: 18.75rem;
  margin-bottom: 18.75rem;
}

.mx-75 {
  margin-left: 18.75rem;
  margin-right: 18.75rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-13 {
  margin-top: -3.25rem;
  margin-bottom: -3.25rem;
}

.-mx-13 {
  margin-left: -3.25rem;
  margin-right: -3.25rem;
}

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.-my-15 {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.-mx-15 {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-17 {
  margin-top: -4.25rem;
  margin-bottom: -4.25rem;
}

.-mx-17 {
  margin-left: -4.25rem;
  margin-right: -4.25rem;
}

.-my-18 {
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

.-mx-18 {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

.-my-19 {
  margin-top: -4.75rem;
  margin-bottom: -4.75rem;
}

.-mx-19 {
  margin-left: -4.75rem;
  margin-right: -4.75rem;
}

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.-my-75 {
  margin-top: -18.75rem;
  margin-bottom: -18.75rem;
}

.-mx-75 {
  margin-left: -18.75rem;
  margin-right: -18.75rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mt-13 {
  margin-top: 3.25rem;
}

.mr-13 {
  margin-right: 3.25rem;
}

.mb-13 {
  margin-bottom: 3.25rem;
}

.ml-13 {
  margin-left: 3.25rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.mt-15 {
  margin-top: 3.75rem;
}

.mr-15 {
  margin-right: 3.75rem;
}

.mb-15 {
  margin-bottom: 3.75rem;
}

.ml-15 {
  margin-left: 3.75rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-16 {
  margin-left: 4rem;
}

.mt-17 {
  margin-top: 4.25rem;
}

.mr-17 {
  margin-right: 4.25rem;
}

.mb-17 {
  margin-bottom: 4.25rem;
}

.ml-17 {
  margin-left: 4.25rem;
}

.mt-18 {
  margin-top: 4.5rem;
}

.mr-18 {
  margin-right: 4.5rem;
}

.mb-18 {
  margin-bottom: 4.5rem;
}

.ml-18 {
  margin-left: 4.5rem;
}

.mt-19 {
  margin-top: 4.75rem;
}

.mr-19 {
  margin-right: 4.75rem;
}

.mb-19 {
  margin-bottom: 4.75rem;
}

.ml-19 {
  margin-left: 4.75rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.ml-32 {
  margin-left: 8rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.ml-40 {
  margin-left: 10rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.ml-48 {
  margin-left: 12rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.ml-56 {
  margin-left: 14rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.ml-64 {
  margin-left: 16rem;
}

.mt-75 {
  margin-top: 18.75rem;
}

.mr-75 {
  margin-right: 18.75rem;
}

.mb-75 {
  margin-bottom: 18.75rem;
}

.ml-75 {
  margin-left: 18.75rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-px {
  margin-top: 1px;
}

.mr-px {
  margin-right: 1px;
}

.mb-px {
  margin-bottom: 1px;
}

.ml-px {
  margin-left: 1px;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-mt-7 {
  margin-top: -1.75rem;
}

.-mr-7 {
  margin-right: -1.75rem;
}

.-mb-7 {
  margin-bottom: -1.75rem;
}

.-ml-7 {
  margin-left: -1.75rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-mt-9 {
  margin-top: -2.25rem;
}

.-mr-9 {
  margin-right: -2.25rem;
}

.-mb-9 {
  margin-bottom: -2.25rem;
}

.-ml-9 {
  margin-left: -2.25rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-mt-11 {
  margin-top: -2.75rem;
}

.-mr-11 {
  margin-right: -2.75rem;
}

.-mb-11 {
  margin-bottom: -2.75rem;
}

.-ml-11 {
  margin-left: -2.75rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-mt-13 {
  margin-top: -3.25rem;
}

.-mr-13 {
  margin-right: -3.25rem;
}

.-mb-13 {
  margin-bottom: -3.25rem;
}

.-ml-13 {
  margin-left: -3.25rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.-mr-14 {
  margin-right: -3.5rem;
}

.-mb-14 {
  margin-bottom: -3.5rem;
}

.-ml-14 {
  margin-left: -3.5rem;
}

.-mt-15 {
  margin-top: -3.75rem;
}

.-mr-15 {
  margin-right: -3.75rem;
}

.-mb-15 {
  margin-bottom: -3.75rem;
}

.-ml-15 {
  margin-left: -3.75rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.-mt-17 {
  margin-top: -4.25rem;
}

.-mr-17 {
  margin-right: -4.25rem;
}

.-mb-17 {
  margin-bottom: -4.25rem;
}

.-ml-17 {
  margin-left: -4.25rem;
}

.-mt-18 {
  margin-top: -4.5rem;
}

.-mr-18 {
  margin-right: -4.5rem;
}

.-mb-18 {
  margin-bottom: -4.5rem;
}

.-ml-18 {
  margin-left: -4.5rem;
}

.-mt-19 {
  margin-top: -4.75rem;
}

.-mr-19 {
  margin-right: -4.75rem;
}

.-mb-19 {
  margin-bottom: -4.75rem;
}

.-ml-19 {
  margin-left: -4.75rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mr-24 {
  margin-right: -6rem;
}

.-mb-24 {
  margin-bottom: -6rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.-ml-32 {
  margin-left: -8rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mr-40 {
  margin-right: -10rem;
}

.-mb-40 {
  margin-bottom: -10rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.-mr-48 {
  margin-right: -12rem;
}

.-mb-48 {
  margin-bottom: -12rem;
}

.-ml-48 {
  margin-left: -12rem;
}

.-mt-56 {
  margin-top: -14rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

.-ml-56 {
  margin-left: -14rem;
}

.-mt-64 {
  margin-top: -16rem;
}

.-mr-64 {
  margin-right: -16rem;
}

.-mb-64 {
  margin-bottom: -16rem;
}

.-ml-64 {
  margin-left: -16rem;
}

.-mt-75 {
  margin-top: -18.75rem;
}

.-mr-75 {
  margin-right: -18.75rem;
}

.-mb-75 {
  margin-bottom: -18.75rem;
}

.-ml-75 {
  margin-left: -18.75rem;
}

.-mt-px {
  margin-top: -1px;
}

.-mr-px {
  margin-right: -1px;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-px {
  margin-left: -1px;
}

.even\:m-0:nth-child(even) {
  margin: 0;
}

.even\:m-1:nth-child(even) {
  margin: 0.25rem;
}

.even\:m-2:nth-child(even) {
  margin: 0.5rem;
}

.even\:m-3:nth-child(even) {
  margin: 0.75rem;
}

.even\:m-4:nth-child(even) {
  margin: 1rem;
}

.even\:m-5:nth-child(even) {
  margin: 1.25rem;
}

.even\:m-6:nth-child(even) {
  margin: 1.5rem;
}

.even\:m-7:nth-child(even) {
  margin: 1.75rem;
}

.even\:m-8:nth-child(even) {
  margin: 2rem;
}

.even\:m-9:nth-child(even) {
  margin: 2.25rem;
}

.even\:m-10:nth-child(even) {
  margin: 2.5rem;
}

.even\:m-11:nth-child(even) {
  margin: 2.75rem;
}

.even\:m-12:nth-child(even) {
  margin: 3rem;
}

.even\:m-13:nth-child(even) {
  margin: 3.25rem;
}

.even\:m-14:nth-child(even) {
  margin: 3.5rem;
}

.even\:m-15:nth-child(even) {
  margin: 3.75rem;
}

.even\:m-16:nth-child(even) {
  margin: 4rem;
}

.even\:m-17:nth-child(even) {
  margin: 4.25rem;
}

.even\:m-18:nth-child(even) {
  margin: 4.5rem;
}

.even\:m-19:nth-child(even) {
  margin: 4.75rem;
}

.even\:m-20:nth-child(even) {
  margin: 5rem;
}

.even\:m-24:nth-child(even) {
  margin: 6rem;
}

.even\:m-32:nth-child(even) {
  margin: 8rem;
}

.even\:m-40:nth-child(even) {
  margin: 10rem;
}

.even\:m-48:nth-child(even) {
  margin: 12rem;
}

.even\:m-56:nth-child(even) {
  margin: 14rem;
}

.even\:m-64:nth-child(even) {
  margin: 16rem;
}

.even\:m-75:nth-child(even) {
  margin: 18.75rem;
}

.even\:m-auto:nth-child(even) {
  margin: auto;
}

.even\:m-px:nth-child(even) {
  margin: 1px;
}

.even\:-m-1:nth-child(even) {
  margin: -0.25rem;
}

.even\:-m-2:nth-child(even) {
  margin: -0.5rem;
}

.even\:-m-3:nth-child(even) {
  margin: -0.75rem;
}

.even\:-m-4:nth-child(even) {
  margin: -1rem;
}

.even\:-m-5:nth-child(even) {
  margin: -1.25rem;
}

.even\:-m-6:nth-child(even) {
  margin: -1.5rem;
}

.even\:-m-7:nth-child(even) {
  margin: -1.75rem;
}

.even\:-m-8:nth-child(even) {
  margin: -2rem;
}

.even\:-m-9:nth-child(even) {
  margin: -2.25rem;
}

.even\:-m-10:nth-child(even) {
  margin: -2.5rem;
}

.even\:-m-11:nth-child(even) {
  margin: -2.75rem;
}

.even\:-m-12:nth-child(even) {
  margin: -3rem;
}

.even\:-m-13:nth-child(even) {
  margin: -3.25rem;
}

.even\:-m-14:nth-child(even) {
  margin: -3.5rem;
}

.even\:-m-15:nth-child(even) {
  margin: -3.75rem;
}

.even\:-m-16:nth-child(even) {
  margin: -4rem;
}

.even\:-m-17:nth-child(even) {
  margin: -4.25rem;
}

.even\:-m-18:nth-child(even) {
  margin: -4.5rem;
}

.even\:-m-19:nth-child(even) {
  margin: -4.75rem;
}

.even\:-m-20:nth-child(even) {
  margin: -5rem;
}

.even\:-m-24:nth-child(even) {
  margin: -6rem;
}

.even\:-m-32:nth-child(even) {
  margin: -8rem;
}

.even\:-m-40:nth-child(even) {
  margin: -10rem;
}

.even\:-m-48:nth-child(even) {
  margin: -12rem;
}

.even\:-m-56:nth-child(even) {
  margin: -14rem;
}

.even\:-m-64:nth-child(even) {
  margin: -16rem;
}

.even\:-m-75:nth-child(even) {
  margin: -18.75rem;
}

.even\:-m-px:nth-child(even) {
  margin: -1px;
}

.even\:my-0:nth-child(even) {
  margin-top: 0;
  margin-bottom: 0;
}

.even\:mx-0:nth-child(even) {
  margin-left: 0;
  margin-right: 0;
}

.even\:my-1:nth-child(even) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.even\:mx-1:nth-child(even) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.even\:my-2:nth-child(even) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.even\:mx-2:nth-child(even) {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.even\:my-3:nth-child(even) {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.even\:mx-3:nth-child(even) {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.even\:my-4:nth-child(even) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.even\:mx-4:nth-child(even) {
  margin-left: 1rem;
  margin-right: 1rem;
}

.even\:my-5:nth-child(even) {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.even\:mx-5:nth-child(even) {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.even\:my-6:nth-child(even) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.even\:mx-6:nth-child(even) {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.even\:my-7:nth-child(even) {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.even\:mx-7:nth-child(even) {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.even\:my-8:nth-child(even) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.even\:mx-8:nth-child(even) {
  margin-left: 2rem;
  margin-right: 2rem;
}

.even\:my-9:nth-child(even) {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.even\:mx-9:nth-child(even) {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.even\:my-10:nth-child(even) {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.even\:mx-10:nth-child(even) {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.even\:my-11:nth-child(even) {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.even\:mx-11:nth-child(even) {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.even\:my-12:nth-child(even) {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.even\:mx-12:nth-child(even) {
  margin-left: 3rem;
  margin-right: 3rem;
}

.even\:my-13:nth-child(even) {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.even\:mx-13:nth-child(even) {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.even\:my-14:nth-child(even) {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.even\:mx-14:nth-child(even) {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.even\:my-15:nth-child(even) {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.even\:mx-15:nth-child(even) {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.even\:my-16:nth-child(even) {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.even\:mx-16:nth-child(even) {
  margin-left: 4rem;
  margin-right: 4rem;
}

.even\:my-17:nth-child(even) {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
}

.even\:mx-17:nth-child(even) {
  margin-left: 4.25rem;
  margin-right: 4.25rem;
}

.even\:my-18:nth-child(even) {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.even\:mx-18:nth-child(even) {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.even\:my-19:nth-child(even) {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.even\:mx-19:nth-child(even) {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.even\:my-20:nth-child(even) {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.even\:mx-20:nth-child(even) {
  margin-left: 5rem;
  margin-right: 5rem;
}

.even\:my-24:nth-child(even) {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.even\:mx-24:nth-child(even) {
  margin-left: 6rem;
  margin-right: 6rem;
}

.even\:my-32:nth-child(even) {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.even\:mx-32:nth-child(even) {
  margin-left: 8rem;
  margin-right: 8rem;
}

.even\:my-40:nth-child(even) {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.even\:mx-40:nth-child(even) {
  margin-left: 10rem;
  margin-right: 10rem;
}

.even\:my-48:nth-child(even) {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.even\:mx-48:nth-child(even) {
  margin-left: 12rem;
  margin-right: 12rem;
}

.even\:my-56:nth-child(even) {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.even\:mx-56:nth-child(even) {
  margin-left: 14rem;
  margin-right: 14rem;
}

.even\:my-64:nth-child(even) {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.even\:mx-64:nth-child(even) {
  margin-left: 16rem;
  margin-right: 16rem;
}

.even\:my-75:nth-child(even) {
  margin-top: 18.75rem;
  margin-bottom: 18.75rem;
}

.even\:mx-75:nth-child(even) {
  margin-left: 18.75rem;
  margin-right: 18.75rem;
}

.even\:my-auto:nth-child(even) {
  margin-top: auto;
  margin-bottom: auto;
}

.even\:mx-auto:nth-child(even) {
  margin-left: auto;
  margin-right: auto;
}

.even\:my-px:nth-child(even) {
  margin-top: 1px;
  margin-bottom: 1px;
}

.even\:mx-px:nth-child(even) {
  margin-left: 1px;
  margin-right: 1px;
}

.even\:-my-1:nth-child(even) {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.even\:-mx-1:nth-child(even) {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.even\:-my-2:nth-child(even) {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.even\:-mx-2:nth-child(even) {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.even\:-my-3:nth-child(even) {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.even\:-mx-3:nth-child(even) {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.even\:-my-4:nth-child(even) {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.even\:-mx-4:nth-child(even) {
  margin-left: -1rem;
  margin-right: -1rem;
}

.even\:-my-5:nth-child(even) {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.even\:-mx-5:nth-child(even) {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.even\:-my-6:nth-child(even) {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.even\:-mx-6:nth-child(even) {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.even\:-my-7:nth-child(even) {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.even\:-mx-7:nth-child(even) {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.even\:-my-8:nth-child(even) {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.even\:-mx-8:nth-child(even) {
  margin-left: -2rem;
  margin-right: -2rem;
}

.even\:-my-9:nth-child(even) {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.even\:-mx-9:nth-child(even) {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.even\:-my-10:nth-child(even) {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.even\:-mx-10:nth-child(even) {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.even\:-my-11:nth-child(even) {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.even\:-mx-11:nth-child(even) {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.even\:-my-12:nth-child(even) {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.even\:-mx-12:nth-child(even) {
  margin-left: -3rem;
  margin-right: -3rem;
}

.even\:-my-13:nth-child(even) {
  margin-top: -3.25rem;
  margin-bottom: -3.25rem;
}

.even\:-mx-13:nth-child(even) {
  margin-left: -3.25rem;
  margin-right: -3.25rem;
}

.even\:-my-14:nth-child(even) {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.even\:-mx-14:nth-child(even) {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.even\:-my-15:nth-child(even) {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.even\:-mx-15:nth-child(even) {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.even\:-my-16:nth-child(even) {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.even\:-mx-16:nth-child(even) {
  margin-left: -4rem;
  margin-right: -4rem;
}

.even\:-my-17:nth-child(even) {
  margin-top: -4.25rem;
  margin-bottom: -4.25rem;
}

.even\:-mx-17:nth-child(even) {
  margin-left: -4.25rem;
  margin-right: -4.25rem;
}

.even\:-my-18:nth-child(even) {
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

.even\:-mx-18:nth-child(even) {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

.even\:-my-19:nth-child(even) {
  margin-top: -4.75rem;
  margin-bottom: -4.75rem;
}

.even\:-mx-19:nth-child(even) {
  margin-left: -4.75rem;
  margin-right: -4.75rem;
}

.even\:-my-20:nth-child(even) {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.even\:-mx-20:nth-child(even) {
  margin-left: -5rem;
  margin-right: -5rem;
}

.even\:-my-24:nth-child(even) {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.even\:-mx-24:nth-child(even) {
  margin-left: -6rem;
  margin-right: -6rem;
}

.even\:-my-32:nth-child(even) {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.even\:-mx-32:nth-child(even) {
  margin-left: -8rem;
  margin-right: -8rem;
}

.even\:-my-40:nth-child(even) {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.even\:-mx-40:nth-child(even) {
  margin-left: -10rem;
  margin-right: -10rem;
}

.even\:-my-48:nth-child(even) {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.even\:-mx-48:nth-child(even) {
  margin-left: -12rem;
  margin-right: -12rem;
}

.even\:-my-56:nth-child(even) {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.even\:-mx-56:nth-child(even) {
  margin-left: -14rem;
  margin-right: -14rem;
}

.even\:-my-64:nth-child(even) {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.even\:-mx-64:nth-child(even) {
  margin-left: -16rem;
  margin-right: -16rem;
}

.even\:-my-75:nth-child(even) {
  margin-top: -18.75rem;
  margin-bottom: -18.75rem;
}

.even\:-mx-75:nth-child(even) {
  margin-left: -18.75rem;
  margin-right: -18.75rem;
}

.even\:-my-px:nth-child(even) {
  margin-top: -1px;
  margin-bottom: -1px;
}

.even\:-mx-px:nth-child(even) {
  margin-left: -1px;
  margin-right: -1px;
}

.even\:mt-0:nth-child(even) {
  margin-top: 0;
}

.even\:mr-0:nth-child(even) {
  margin-right: 0;
}

.even\:mb-0:nth-child(even) {
  margin-bottom: 0;
}

.even\:ml-0:nth-child(even) {
  margin-left: 0;
}

.even\:mt-1:nth-child(even) {
  margin-top: 0.25rem;
}

.even\:mr-1:nth-child(even) {
  margin-right: 0.25rem;
}

.even\:mb-1:nth-child(even) {
  margin-bottom: 0.25rem;
}

.even\:ml-1:nth-child(even) {
  margin-left: 0.25rem;
}

.even\:mt-2:nth-child(even) {
  margin-top: 0.5rem;
}

.even\:mr-2:nth-child(even) {
  margin-right: 0.5rem;
}

.even\:mb-2:nth-child(even) {
  margin-bottom: 0.5rem;
}

.even\:ml-2:nth-child(even) {
  margin-left: 0.5rem;
}

.even\:mt-3:nth-child(even) {
  margin-top: 0.75rem;
}

.even\:mr-3:nth-child(even) {
  margin-right: 0.75rem;
}

.even\:mb-3:nth-child(even) {
  margin-bottom: 0.75rem;
}

.even\:ml-3:nth-child(even) {
  margin-left: 0.75rem;
}

.even\:mt-4:nth-child(even) {
  margin-top: 1rem;
}

.even\:mr-4:nth-child(even) {
  margin-right: 1rem;
}

.even\:mb-4:nth-child(even) {
  margin-bottom: 1rem;
}

.even\:ml-4:nth-child(even) {
  margin-left: 1rem;
}

.even\:mt-5:nth-child(even) {
  margin-top: 1.25rem;
}

.even\:mr-5:nth-child(even) {
  margin-right: 1.25rem;
}

.even\:mb-5:nth-child(even) {
  margin-bottom: 1.25rem;
}

.even\:ml-5:nth-child(even) {
  margin-left: 1.25rem;
}

.even\:mt-6:nth-child(even) {
  margin-top: 1.5rem;
}

.even\:mr-6:nth-child(even) {
  margin-right: 1.5rem;
}

.even\:mb-6:nth-child(even) {
  margin-bottom: 1.5rem;
}

.even\:ml-6:nth-child(even) {
  margin-left: 1.5rem;
}

.even\:mt-7:nth-child(even) {
  margin-top: 1.75rem;
}

.even\:mr-7:nth-child(even) {
  margin-right: 1.75rem;
}

.even\:mb-7:nth-child(even) {
  margin-bottom: 1.75rem;
}

.even\:ml-7:nth-child(even) {
  margin-left: 1.75rem;
}

.even\:mt-8:nth-child(even) {
  margin-top: 2rem;
}

.even\:mr-8:nth-child(even) {
  margin-right: 2rem;
}

.even\:mb-8:nth-child(even) {
  margin-bottom: 2rem;
}

.even\:ml-8:nth-child(even) {
  margin-left: 2rem;
}

.even\:mt-9:nth-child(even) {
  margin-top: 2.25rem;
}

.even\:mr-9:nth-child(even) {
  margin-right: 2.25rem;
}

.even\:mb-9:nth-child(even) {
  margin-bottom: 2.25rem;
}

.even\:ml-9:nth-child(even) {
  margin-left: 2.25rem;
}

.even\:mt-10:nth-child(even) {
  margin-top: 2.5rem;
}

.even\:mr-10:nth-child(even) {
  margin-right: 2.5rem;
}

.even\:mb-10:nth-child(even) {
  margin-bottom: 2.5rem;
}

.even\:ml-10:nth-child(even) {
  margin-left: 2.5rem;
}

.even\:mt-11:nth-child(even) {
  margin-top: 2.75rem;
}

.even\:mr-11:nth-child(even) {
  margin-right: 2.75rem;
}

.even\:mb-11:nth-child(even) {
  margin-bottom: 2.75rem;
}

.even\:ml-11:nth-child(even) {
  margin-left: 2.75rem;
}

.even\:mt-12:nth-child(even) {
  margin-top: 3rem;
}

.even\:mr-12:nth-child(even) {
  margin-right: 3rem;
}

.even\:mb-12:nth-child(even) {
  margin-bottom: 3rem;
}

.even\:ml-12:nth-child(even) {
  margin-left: 3rem;
}

.even\:mt-13:nth-child(even) {
  margin-top: 3.25rem;
}

.even\:mr-13:nth-child(even) {
  margin-right: 3.25rem;
}

.even\:mb-13:nth-child(even) {
  margin-bottom: 3.25rem;
}

.even\:ml-13:nth-child(even) {
  margin-left: 3.25rem;
}

.even\:mt-14:nth-child(even) {
  margin-top: 3.5rem;
}

.even\:mr-14:nth-child(even) {
  margin-right: 3.5rem;
}

.even\:mb-14:nth-child(even) {
  margin-bottom: 3.5rem;
}

.even\:ml-14:nth-child(even) {
  margin-left: 3.5rem;
}

.even\:mt-15:nth-child(even) {
  margin-top: 3.75rem;
}

.even\:mr-15:nth-child(even) {
  margin-right: 3.75rem;
}

.even\:mb-15:nth-child(even) {
  margin-bottom: 3.75rem;
}

.even\:ml-15:nth-child(even) {
  margin-left: 3.75rem;
}

.even\:mt-16:nth-child(even) {
  margin-top: 4rem;
}

.even\:mr-16:nth-child(even) {
  margin-right: 4rem;
}

.even\:mb-16:nth-child(even) {
  margin-bottom: 4rem;
}

.even\:ml-16:nth-child(even) {
  margin-left: 4rem;
}

.even\:mt-17:nth-child(even) {
  margin-top: 4.25rem;
}

.even\:mr-17:nth-child(even) {
  margin-right: 4.25rem;
}

.even\:mb-17:nth-child(even) {
  margin-bottom: 4.25rem;
}

.even\:ml-17:nth-child(even) {
  margin-left: 4.25rem;
}

.even\:mt-18:nth-child(even) {
  margin-top: 4.5rem;
}

.even\:mr-18:nth-child(even) {
  margin-right: 4.5rem;
}

.even\:mb-18:nth-child(even) {
  margin-bottom: 4.5rem;
}

.even\:ml-18:nth-child(even) {
  margin-left: 4.5rem;
}

.even\:mt-19:nth-child(even) {
  margin-top: 4.75rem;
}

.even\:mr-19:nth-child(even) {
  margin-right: 4.75rem;
}

.even\:mb-19:nth-child(even) {
  margin-bottom: 4.75rem;
}

.even\:ml-19:nth-child(even) {
  margin-left: 4.75rem;
}

.even\:mt-20:nth-child(even) {
  margin-top: 5rem;
}

.even\:mr-20:nth-child(even) {
  margin-right: 5rem;
}

.even\:mb-20:nth-child(even) {
  margin-bottom: 5rem;
}

.even\:ml-20:nth-child(even) {
  margin-left: 5rem;
}

.even\:mt-24:nth-child(even) {
  margin-top: 6rem;
}

.even\:mr-24:nth-child(even) {
  margin-right: 6rem;
}

.even\:mb-24:nth-child(even) {
  margin-bottom: 6rem;
}

.even\:ml-24:nth-child(even) {
  margin-left: 6rem;
}

.even\:mt-32:nth-child(even) {
  margin-top: 8rem;
}

.even\:mr-32:nth-child(even) {
  margin-right: 8rem;
}

.even\:mb-32:nth-child(even) {
  margin-bottom: 8rem;
}

.even\:ml-32:nth-child(even) {
  margin-left: 8rem;
}

.even\:mt-40:nth-child(even) {
  margin-top: 10rem;
}

.even\:mr-40:nth-child(even) {
  margin-right: 10rem;
}

.even\:mb-40:nth-child(even) {
  margin-bottom: 10rem;
}

.even\:ml-40:nth-child(even) {
  margin-left: 10rem;
}

.even\:mt-48:nth-child(even) {
  margin-top: 12rem;
}

.even\:mr-48:nth-child(even) {
  margin-right: 12rem;
}

.even\:mb-48:nth-child(even) {
  margin-bottom: 12rem;
}

.even\:ml-48:nth-child(even) {
  margin-left: 12rem;
}

.even\:mt-56:nth-child(even) {
  margin-top: 14rem;
}

.even\:mr-56:nth-child(even) {
  margin-right: 14rem;
}

.even\:mb-56:nth-child(even) {
  margin-bottom: 14rem;
}

.even\:ml-56:nth-child(even) {
  margin-left: 14rem;
}

.even\:mt-64:nth-child(even) {
  margin-top: 16rem;
}

.even\:mr-64:nth-child(even) {
  margin-right: 16rem;
}

.even\:mb-64:nth-child(even) {
  margin-bottom: 16rem;
}

.even\:ml-64:nth-child(even) {
  margin-left: 16rem;
}

.even\:mt-75:nth-child(even) {
  margin-top: 18.75rem;
}

.even\:mr-75:nth-child(even) {
  margin-right: 18.75rem;
}

.even\:mb-75:nth-child(even) {
  margin-bottom: 18.75rem;
}

.even\:ml-75:nth-child(even) {
  margin-left: 18.75rem;
}

.even\:mt-auto:nth-child(even) {
  margin-top: auto;
}

.even\:mr-auto:nth-child(even) {
  margin-right: auto;
}

.even\:mb-auto:nth-child(even) {
  margin-bottom: auto;
}

.even\:ml-auto:nth-child(even) {
  margin-left: auto;
}

.even\:mt-px:nth-child(even) {
  margin-top: 1px;
}

.even\:mr-px:nth-child(even) {
  margin-right: 1px;
}

.even\:mb-px:nth-child(even) {
  margin-bottom: 1px;
}

.even\:ml-px:nth-child(even) {
  margin-left: 1px;
}

.even\:-mt-1:nth-child(even) {
  margin-top: -0.25rem;
}

.even\:-mr-1:nth-child(even) {
  margin-right: -0.25rem;
}

.even\:-mb-1:nth-child(even) {
  margin-bottom: -0.25rem;
}

.even\:-ml-1:nth-child(even) {
  margin-left: -0.25rem;
}

.even\:-mt-2:nth-child(even) {
  margin-top: -0.5rem;
}

.even\:-mr-2:nth-child(even) {
  margin-right: -0.5rem;
}

.even\:-mb-2:nth-child(even) {
  margin-bottom: -0.5rem;
}

.even\:-ml-2:nth-child(even) {
  margin-left: -0.5rem;
}

.even\:-mt-3:nth-child(even) {
  margin-top: -0.75rem;
}

.even\:-mr-3:nth-child(even) {
  margin-right: -0.75rem;
}

.even\:-mb-3:nth-child(even) {
  margin-bottom: -0.75rem;
}

.even\:-ml-3:nth-child(even) {
  margin-left: -0.75rem;
}

.even\:-mt-4:nth-child(even) {
  margin-top: -1rem;
}

.even\:-mr-4:nth-child(even) {
  margin-right: -1rem;
}

.even\:-mb-4:nth-child(even) {
  margin-bottom: -1rem;
}

.even\:-ml-4:nth-child(even) {
  margin-left: -1rem;
}

.even\:-mt-5:nth-child(even) {
  margin-top: -1.25rem;
}

.even\:-mr-5:nth-child(even) {
  margin-right: -1.25rem;
}

.even\:-mb-5:nth-child(even) {
  margin-bottom: -1.25rem;
}

.even\:-ml-5:nth-child(even) {
  margin-left: -1.25rem;
}

.even\:-mt-6:nth-child(even) {
  margin-top: -1.5rem;
}

.even\:-mr-6:nth-child(even) {
  margin-right: -1.5rem;
}

.even\:-mb-6:nth-child(even) {
  margin-bottom: -1.5rem;
}

.even\:-ml-6:nth-child(even) {
  margin-left: -1.5rem;
}

.even\:-mt-7:nth-child(even) {
  margin-top: -1.75rem;
}

.even\:-mr-7:nth-child(even) {
  margin-right: -1.75rem;
}

.even\:-mb-7:nth-child(even) {
  margin-bottom: -1.75rem;
}

.even\:-ml-7:nth-child(even) {
  margin-left: -1.75rem;
}

.even\:-mt-8:nth-child(even) {
  margin-top: -2rem;
}

.even\:-mr-8:nth-child(even) {
  margin-right: -2rem;
}

.even\:-mb-8:nth-child(even) {
  margin-bottom: -2rem;
}

.even\:-ml-8:nth-child(even) {
  margin-left: -2rem;
}

.even\:-mt-9:nth-child(even) {
  margin-top: -2.25rem;
}

.even\:-mr-9:nth-child(even) {
  margin-right: -2.25rem;
}

.even\:-mb-9:nth-child(even) {
  margin-bottom: -2.25rem;
}

.even\:-ml-9:nth-child(even) {
  margin-left: -2.25rem;
}

.even\:-mt-10:nth-child(even) {
  margin-top: -2.5rem;
}

.even\:-mr-10:nth-child(even) {
  margin-right: -2.5rem;
}

.even\:-mb-10:nth-child(even) {
  margin-bottom: -2.5rem;
}

.even\:-ml-10:nth-child(even) {
  margin-left: -2.5rem;
}

.even\:-mt-11:nth-child(even) {
  margin-top: -2.75rem;
}

.even\:-mr-11:nth-child(even) {
  margin-right: -2.75rem;
}

.even\:-mb-11:nth-child(even) {
  margin-bottom: -2.75rem;
}

.even\:-ml-11:nth-child(even) {
  margin-left: -2.75rem;
}

.even\:-mt-12:nth-child(even) {
  margin-top: -3rem;
}

.even\:-mr-12:nth-child(even) {
  margin-right: -3rem;
}

.even\:-mb-12:nth-child(even) {
  margin-bottom: -3rem;
}

.even\:-ml-12:nth-child(even) {
  margin-left: -3rem;
}

.even\:-mt-13:nth-child(even) {
  margin-top: -3.25rem;
}

.even\:-mr-13:nth-child(even) {
  margin-right: -3.25rem;
}

.even\:-mb-13:nth-child(even) {
  margin-bottom: -3.25rem;
}

.even\:-ml-13:nth-child(even) {
  margin-left: -3.25rem;
}

.even\:-mt-14:nth-child(even) {
  margin-top: -3.5rem;
}

.even\:-mr-14:nth-child(even) {
  margin-right: -3.5rem;
}

.even\:-mb-14:nth-child(even) {
  margin-bottom: -3.5rem;
}

.even\:-ml-14:nth-child(even) {
  margin-left: -3.5rem;
}

.even\:-mt-15:nth-child(even) {
  margin-top: -3.75rem;
}

.even\:-mr-15:nth-child(even) {
  margin-right: -3.75rem;
}

.even\:-mb-15:nth-child(even) {
  margin-bottom: -3.75rem;
}

.even\:-ml-15:nth-child(even) {
  margin-left: -3.75rem;
}

.even\:-mt-16:nth-child(even) {
  margin-top: -4rem;
}

.even\:-mr-16:nth-child(even) {
  margin-right: -4rem;
}

.even\:-mb-16:nth-child(even) {
  margin-bottom: -4rem;
}

.even\:-ml-16:nth-child(even) {
  margin-left: -4rem;
}

.even\:-mt-17:nth-child(even) {
  margin-top: -4.25rem;
}

.even\:-mr-17:nth-child(even) {
  margin-right: -4.25rem;
}

.even\:-mb-17:nth-child(even) {
  margin-bottom: -4.25rem;
}

.even\:-ml-17:nth-child(even) {
  margin-left: -4.25rem;
}

.even\:-mt-18:nth-child(even) {
  margin-top: -4.5rem;
}

.even\:-mr-18:nth-child(even) {
  margin-right: -4.5rem;
}

.even\:-mb-18:nth-child(even) {
  margin-bottom: -4.5rem;
}

.even\:-ml-18:nth-child(even) {
  margin-left: -4.5rem;
}

.even\:-mt-19:nth-child(even) {
  margin-top: -4.75rem;
}

.even\:-mr-19:nth-child(even) {
  margin-right: -4.75rem;
}

.even\:-mb-19:nth-child(even) {
  margin-bottom: -4.75rem;
}

.even\:-ml-19:nth-child(even) {
  margin-left: -4.75rem;
}

.even\:-mt-20:nth-child(even) {
  margin-top: -5rem;
}

.even\:-mr-20:nth-child(even) {
  margin-right: -5rem;
}

.even\:-mb-20:nth-child(even) {
  margin-bottom: -5rem;
}

.even\:-ml-20:nth-child(even) {
  margin-left: -5rem;
}

.even\:-mt-24:nth-child(even) {
  margin-top: -6rem;
}

.even\:-mr-24:nth-child(even) {
  margin-right: -6rem;
}

.even\:-mb-24:nth-child(even) {
  margin-bottom: -6rem;
}

.even\:-ml-24:nth-child(even) {
  margin-left: -6rem;
}

.even\:-mt-32:nth-child(even) {
  margin-top: -8rem;
}

.even\:-mr-32:nth-child(even) {
  margin-right: -8rem;
}

.even\:-mb-32:nth-child(even) {
  margin-bottom: -8rem;
}

.even\:-ml-32:nth-child(even) {
  margin-left: -8rem;
}

.even\:-mt-40:nth-child(even) {
  margin-top: -10rem;
}

.even\:-mr-40:nth-child(even) {
  margin-right: -10rem;
}

.even\:-mb-40:nth-child(even) {
  margin-bottom: -10rem;
}

.even\:-ml-40:nth-child(even) {
  margin-left: -10rem;
}

.even\:-mt-48:nth-child(even) {
  margin-top: -12rem;
}

.even\:-mr-48:nth-child(even) {
  margin-right: -12rem;
}

.even\:-mb-48:nth-child(even) {
  margin-bottom: -12rem;
}

.even\:-ml-48:nth-child(even) {
  margin-left: -12rem;
}

.even\:-mt-56:nth-child(even) {
  margin-top: -14rem;
}

.even\:-mr-56:nth-child(even) {
  margin-right: -14rem;
}

.even\:-mb-56:nth-child(even) {
  margin-bottom: -14rem;
}

.even\:-ml-56:nth-child(even) {
  margin-left: -14rem;
}

.even\:-mt-64:nth-child(even) {
  margin-top: -16rem;
}

.even\:-mr-64:nth-child(even) {
  margin-right: -16rem;
}

.even\:-mb-64:nth-child(even) {
  margin-bottom: -16rem;
}

.even\:-ml-64:nth-child(even) {
  margin-left: -16rem;
}

.even\:-mt-75:nth-child(even) {
  margin-top: -18.75rem;
}

.even\:-mr-75:nth-child(even) {
  margin-right: -18.75rem;
}

.even\:-mb-75:nth-child(even) {
  margin-bottom: -18.75rem;
}

.even\:-ml-75:nth-child(even) {
  margin-left: -18.75rem;
}

.even\:-mt-px:nth-child(even) {
  margin-top: -1px;
}

.even\:-mr-px:nth-child(even) {
  margin-right: -1px;
}

.even\:-mb-px:nth-child(even) {
  margin-bottom: -1px;
}

.even\:-ml-px:nth-child(even) {
  margin-left: -1px;
}

.odd\:m-0:nth-child(odd) {
  margin: 0;
}

.odd\:m-1:nth-child(odd) {
  margin: 0.25rem;
}

.odd\:m-2:nth-child(odd) {
  margin: 0.5rem;
}

.odd\:m-3:nth-child(odd) {
  margin: 0.75rem;
}

.odd\:m-4:nth-child(odd) {
  margin: 1rem;
}

.odd\:m-5:nth-child(odd) {
  margin: 1.25rem;
}

.odd\:m-6:nth-child(odd) {
  margin: 1.5rem;
}

.odd\:m-7:nth-child(odd) {
  margin: 1.75rem;
}

.odd\:m-8:nth-child(odd) {
  margin: 2rem;
}

.odd\:m-9:nth-child(odd) {
  margin: 2.25rem;
}

.odd\:m-10:nth-child(odd) {
  margin: 2.5rem;
}

.odd\:m-11:nth-child(odd) {
  margin: 2.75rem;
}

.odd\:m-12:nth-child(odd) {
  margin: 3rem;
}

.odd\:m-13:nth-child(odd) {
  margin: 3.25rem;
}

.odd\:m-14:nth-child(odd) {
  margin: 3.5rem;
}

.odd\:m-15:nth-child(odd) {
  margin: 3.75rem;
}

.odd\:m-16:nth-child(odd) {
  margin: 4rem;
}

.odd\:m-17:nth-child(odd) {
  margin: 4.25rem;
}

.odd\:m-18:nth-child(odd) {
  margin: 4.5rem;
}

.odd\:m-19:nth-child(odd) {
  margin: 4.75rem;
}

.odd\:m-20:nth-child(odd) {
  margin: 5rem;
}

.odd\:m-24:nth-child(odd) {
  margin: 6rem;
}

.odd\:m-32:nth-child(odd) {
  margin: 8rem;
}

.odd\:m-40:nth-child(odd) {
  margin: 10rem;
}

.odd\:m-48:nth-child(odd) {
  margin: 12rem;
}

.odd\:m-56:nth-child(odd) {
  margin: 14rem;
}

.odd\:m-64:nth-child(odd) {
  margin: 16rem;
}

.odd\:m-75:nth-child(odd) {
  margin: 18.75rem;
}

.odd\:m-auto:nth-child(odd) {
  margin: auto;
}

.odd\:m-px:nth-child(odd) {
  margin: 1px;
}

.odd\:-m-1:nth-child(odd) {
  margin: -0.25rem;
}

.odd\:-m-2:nth-child(odd) {
  margin: -0.5rem;
}

.odd\:-m-3:nth-child(odd) {
  margin: -0.75rem;
}

.odd\:-m-4:nth-child(odd) {
  margin: -1rem;
}

.odd\:-m-5:nth-child(odd) {
  margin: -1.25rem;
}

.odd\:-m-6:nth-child(odd) {
  margin: -1.5rem;
}

.odd\:-m-7:nth-child(odd) {
  margin: -1.75rem;
}

.odd\:-m-8:nth-child(odd) {
  margin: -2rem;
}

.odd\:-m-9:nth-child(odd) {
  margin: -2.25rem;
}

.odd\:-m-10:nth-child(odd) {
  margin: -2.5rem;
}

.odd\:-m-11:nth-child(odd) {
  margin: -2.75rem;
}

.odd\:-m-12:nth-child(odd) {
  margin: -3rem;
}

.odd\:-m-13:nth-child(odd) {
  margin: -3.25rem;
}

.odd\:-m-14:nth-child(odd) {
  margin: -3.5rem;
}

.odd\:-m-15:nth-child(odd) {
  margin: -3.75rem;
}

.odd\:-m-16:nth-child(odd) {
  margin: -4rem;
}

.odd\:-m-17:nth-child(odd) {
  margin: -4.25rem;
}

.odd\:-m-18:nth-child(odd) {
  margin: -4.5rem;
}

.odd\:-m-19:nth-child(odd) {
  margin: -4.75rem;
}

.odd\:-m-20:nth-child(odd) {
  margin: -5rem;
}

.odd\:-m-24:nth-child(odd) {
  margin: -6rem;
}

.odd\:-m-32:nth-child(odd) {
  margin: -8rem;
}

.odd\:-m-40:nth-child(odd) {
  margin: -10rem;
}

.odd\:-m-48:nth-child(odd) {
  margin: -12rem;
}

.odd\:-m-56:nth-child(odd) {
  margin: -14rem;
}

.odd\:-m-64:nth-child(odd) {
  margin: -16rem;
}

.odd\:-m-75:nth-child(odd) {
  margin: -18.75rem;
}

.odd\:-m-px:nth-child(odd) {
  margin: -1px;
}

.odd\:my-0:nth-child(odd) {
  margin-top: 0;
  margin-bottom: 0;
}

.odd\:mx-0:nth-child(odd) {
  margin-left: 0;
  margin-right: 0;
}

.odd\:my-1:nth-child(odd) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.odd\:mx-1:nth-child(odd) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.odd\:my-2:nth-child(odd) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.odd\:mx-2:nth-child(odd) {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.odd\:my-3:nth-child(odd) {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.odd\:mx-3:nth-child(odd) {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.odd\:my-4:nth-child(odd) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.odd\:mx-4:nth-child(odd) {
  margin-left: 1rem;
  margin-right: 1rem;
}

.odd\:my-5:nth-child(odd) {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.odd\:mx-5:nth-child(odd) {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.odd\:my-6:nth-child(odd) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.odd\:mx-6:nth-child(odd) {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.odd\:my-7:nth-child(odd) {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.odd\:mx-7:nth-child(odd) {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.odd\:my-8:nth-child(odd) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.odd\:mx-8:nth-child(odd) {
  margin-left: 2rem;
  margin-right: 2rem;
}

.odd\:my-9:nth-child(odd) {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.odd\:mx-9:nth-child(odd) {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.odd\:my-10:nth-child(odd) {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.odd\:mx-10:nth-child(odd) {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.odd\:my-11:nth-child(odd) {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.odd\:mx-11:nth-child(odd) {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.odd\:my-12:nth-child(odd) {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.odd\:mx-12:nth-child(odd) {
  margin-left: 3rem;
  margin-right: 3rem;
}

.odd\:my-13:nth-child(odd) {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.odd\:mx-13:nth-child(odd) {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.odd\:my-14:nth-child(odd) {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.odd\:mx-14:nth-child(odd) {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.odd\:my-15:nth-child(odd) {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.odd\:mx-15:nth-child(odd) {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.odd\:my-16:nth-child(odd) {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.odd\:mx-16:nth-child(odd) {
  margin-left: 4rem;
  margin-right: 4rem;
}

.odd\:my-17:nth-child(odd) {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
}

.odd\:mx-17:nth-child(odd) {
  margin-left: 4.25rem;
  margin-right: 4.25rem;
}

.odd\:my-18:nth-child(odd) {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.odd\:mx-18:nth-child(odd) {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.odd\:my-19:nth-child(odd) {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.odd\:mx-19:nth-child(odd) {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.odd\:my-20:nth-child(odd) {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.odd\:mx-20:nth-child(odd) {
  margin-left: 5rem;
  margin-right: 5rem;
}

.odd\:my-24:nth-child(odd) {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.odd\:mx-24:nth-child(odd) {
  margin-left: 6rem;
  margin-right: 6rem;
}

.odd\:my-32:nth-child(odd) {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.odd\:mx-32:nth-child(odd) {
  margin-left: 8rem;
  margin-right: 8rem;
}

.odd\:my-40:nth-child(odd) {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.odd\:mx-40:nth-child(odd) {
  margin-left: 10rem;
  margin-right: 10rem;
}

.odd\:my-48:nth-child(odd) {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.odd\:mx-48:nth-child(odd) {
  margin-left: 12rem;
  margin-right: 12rem;
}

.odd\:my-56:nth-child(odd) {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.odd\:mx-56:nth-child(odd) {
  margin-left: 14rem;
  margin-right: 14rem;
}

.odd\:my-64:nth-child(odd) {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.odd\:mx-64:nth-child(odd) {
  margin-left: 16rem;
  margin-right: 16rem;
}

.odd\:my-75:nth-child(odd) {
  margin-top: 18.75rem;
  margin-bottom: 18.75rem;
}

.odd\:mx-75:nth-child(odd) {
  margin-left: 18.75rem;
  margin-right: 18.75rem;
}

.odd\:my-auto:nth-child(odd) {
  margin-top: auto;
  margin-bottom: auto;
}

.odd\:mx-auto:nth-child(odd) {
  margin-left: auto;
  margin-right: auto;
}

.odd\:my-px:nth-child(odd) {
  margin-top: 1px;
  margin-bottom: 1px;
}

.odd\:mx-px:nth-child(odd) {
  margin-left: 1px;
  margin-right: 1px;
}

.odd\:-my-1:nth-child(odd) {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.odd\:-mx-1:nth-child(odd) {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.odd\:-my-2:nth-child(odd) {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.odd\:-mx-2:nth-child(odd) {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.odd\:-my-3:nth-child(odd) {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.odd\:-mx-3:nth-child(odd) {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.odd\:-my-4:nth-child(odd) {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.odd\:-mx-4:nth-child(odd) {
  margin-left: -1rem;
  margin-right: -1rem;
}

.odd\:-my-5:nth-child(odd) {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.odd\:-mx-5:nth-child(odd) {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.odd\:-my-6:nth-child(odd) {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.odd\:-mx-6:nth-child(odd) {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.odd\:-my-7:nth-child(odd) {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.odd\:-mx-7:nth-child(odd) {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.odd\:-my-8:nth-child(odd) {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.odd\:-mx-8:nth-child(odd) {
  margin-left: -2rem;
  margin-right: -2rem;
}

.odd\:-my-9:nth-child(odd) {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.odd\:-mx-9:nth-child(odd) {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.odd\:-my-10:nth-child(odd) {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.odd\:-mx-10:nth-child(odd) {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.odd\:-my-11:nth-child(odd) {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.odd\:-mx-11:nth-child(odd) {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.odd\:-my-12:nth-child(odd) {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.odd\:-mx-12:nth-child(odd) {
  margin-left: -3rem;
  margin-right: -3rem;
}

.odd\:-my-13:nth-child(odd) {
  margin-top: -3.25rem;
  margin-bottom: -3.25rem;
}

.odd\:-mx-13:nth-child(odd) {
  margin-left: -3.25rem;
  margin-right: -3.25rem;
}

.odd\:-my-14:nth-child(odd) {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.odd\:-mx-14:nth-child(odd) {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.odd\:-my-15:nth-child(odd) {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.odd\:-mx-15:nth-child(odd) {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.odd\:-my-16:nth-child(odd) {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.odd\:-mx-16:nth-child(odd) {
  margin-left: -4rem;
  margin-right: -4rem;
}

.odd\:-my-17:nth-child(odd) {
  margin-top: -4.25rem;
  margin-bottom: -4.25rem;
}

.odd\:-mx-17:nth-child(odd) {
  margin-left: -4.25rem;
  margin-right: -4.25rem;
}

.odd\:-my-18:nth-child(odd) {
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

.odd\:-mx-18:nth-child(odd) {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

.odd\:-my-19:nth-child(odd) {
  margin-top: -4.75rem;
  margin-bottom: -4.75rem;
}

.odd\:-mx-19:nth-child(odd) {
  margin-left: -4.75rem;
  margin-right: -4.75rem;
}

.odd\:-my-20:nth-child(odd) {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.odd\:-mx-20:nth-child(odd) {
  margin-left: -5rem;
  margin-right: -5rem;
}

.odd\:-my-24:nth-child(odd) {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.odd\:-mx-24:nth-child(odd) {
  margin-left: -6rem;
  margin-right: -6rem;
}

.odd\:-my-32:nth-child(odd) {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.odd\:-mx-32:nth-child(odd) {
  margin-left: -8rem;
  margin-right: -8rem;
}

.odd\:-my-40:nth-child(odd) {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.odd\:-mx-40:nth-child(odd) {
  margin-left: -10rem;
  margin-right: -10rem;
}

.odd\:-my-48:nth-child(odd) {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.odd\:-mx-48:nth-child(odd) {
  margin-left: -12rem;
  margin-right: -12rem;
}

.odd\:-my-56:nth-child(odd) {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.odd\:-mx-56:nth-child(odd) {
  margin-left: -14rem;
  margin-right: -14rem;
}

.odd\:-my-64:nth-child(odd) {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.odd\:-mx-64:nth-child(odd) {
  margin-left: -16rem;
  margin-right: -16rem;
}

.odd\:-my-75:nth-child(odd) {
  margin-top: -18.75rem;
  margin-bottom: -18.75rem;
}

.odd\:-mx-75:nth-child(odd) {
  margin-left: -18.75rem;
  margin-right: -18.75rem;
}

.odd\:-my-px:nth-child(odd) {
  margin-top: -1px;
  margin-bottom: -1px;
}

.odd\:-mx-px:nth-child(odd) {
  margin-left: -1px;
  margin-right: -1px;
}

.odd\:mt-0:nth-child(odd) {
  margin-top: 0;
}

.odd\:mr-0:nth-child(odd) {
  margin-right: 0;
}

.odd\:mb-0:nth-child(odd) {
  margin-bottom: 0;
}

.odd\:ml-0:nth-child(odd) {
  margin-left: 0;
}

.odd\:mt-1:nth-child(odd) {
  margin-top: 0.25rem;
}

.odd\:mr-1:nth-child(odd) {
  margin-right: 0.25rem;
}

.odd\:mb-1:nth-child(odd) {
  margin-bottom: 0.25rem;
}

.odd\:ml-1:nth-child(odd) {
  margin-left: 0.25rem;
}

.odd\:mt-2:nth-child(odd) {
  margin-top: 0.5rem;
}

.odd\:mr-2:nth-child(odd) {
  margin-right: 0.5rem;
}

.odd\:mb-2:nth-child(odd) {
  margin-bottom: 0.5rem;
}

.odd\:ml-2:nth-child(odd) {
  margin-left: 0.5rem;
}

.odd\:mt-3:nth-child(odd) {
  margin-top: 0.75rem;
}

.odd\:mr-3:nth-child(odd) {
  margin-right: 0.75rem;
}

.odd\:mb-3:nth-child(odd) {
  margin-bottom: 0.75rem;
}

.odd\:ml-3:nth-child(odd) {
  margin-left: 0.75rem;
}

.odd\:mt-4:nth-child(odd) {
  margin-top: 1rem;
}

.odd\:mr-4:nth-child(odd) {
  margin-right: 1rem;
}

.odd\:mb-4:nth-child(odd) {
  margin-bottom: 1rem;
}

.odd\:ml-4:nth-child(odd) {
  margin-left: 1rem;
}

.odd\:mt-5:nth-child(odd) {
  margin-top: 1.25rem;
}

.odd\:mr-5:nth-child(odd) {
  margin-right: 1.25rem;
}

.odd\:mb-5:nth-child(odd) {
  margin-bottom: 1.25rem;
}

.odd\:ml-5:nth-child(odd) {
  margin-left: 1.25rem;
}

.odd\:mt-6:nth-child(odd) {
  margin-top: 1.5rem;
}

.odd\:mr-6:nth-child(odd) {
  margin-right: 1.5rem;
}

.odd\:mb-6:nth-child(odd) {
  margin-bottom: 1.5rem;
}

.odd\:ml-6:nth-child(odd) {
  margin-left: 1.5rem;
}

.odd\:mt-7:nth-child(odd) {
  margin-top: 1.75rem;
}

.odd\:mr-7:nth-child(odd) {
  margin-right: 1.75rem;
}

.odd\:mb-7:nth-child(odd) {
  margin-bottom: 1.75rem;
}

.odd\:ml-7:nth-child(odd) {
  margin-left: 1.75rem;
}

.odd\:mt-8:nth-child(odd) {
  margin-top: 2rem;
}

.odd\:mr-8:nth-child(odd) {
  margin-right: 2rem;
}

.odd\:mb-8:nth-child(odd) {
  margin-bottom: 2rem;
}

.odd\:ml-8:nth-child(odd) {
  margin-left: 2rem;
}

.odd\:mt-9:nth-child(odd) {
  margin-top: 2.25rem;
}

.odd\:mr-9:nth-child(odd) {
  margin-right: 2.25rem;
}

.odd\:mb-9:nth-child(odd) {
  margin-bottom: 2.25rem;
}

.odd\:ml-9:nth-child(odd) {
  margin-left: 2.25rem;
}

.odd\:mt-10:nth-child(odd) {
  margin-top: 2.5rem;
}

.odd\:mr-10:nth-child(odd) {
  margin-right: 2.5rem;
}

.odd\:mb-10:nth-child(odd) {
  margin-bottom: 2.5rem;
}

.odd\:ml-10:nth-child(odd) {
  margin-left: 2.5rem;
}

.odd\:mt-11:nth-child(odd) {
  margin-top: 2.75rem;
}

.odd\:mr-11:nth-child(odd) {
  margin-right: 2.75rem;
}

.odd\:mb-11:nth-child(odd) {
  margin-bottom: 2.75rem;
}

.odd\:ml-11:nth-child(odd) {
  margin-left: 2.75rem;
}

.odd\:mt-12:nth-child(odd) {
  margin-top: 3rem;
}

.odd\:mr-12:nth-child(odd) {
  margin-right: 3rem;
}

.odd\:mb-12:nth-child(odd) {
  margin-bottom: 3rem;
}

.odd\:ml-12:nth-child(odd) {
  margin-left: 3rem;
}

.odd\:mt-13:nth-child(odd) {
  margin-top: 3.25rem;
}

.odd\:mr-13:nth-child(odd) {
  margin-right: 3.25rem;
}

.odd\:mb-13:nth-child(odd) {
  margin-bottom: 3.25rem;
}

.odd\:ml-13:nth-child(odd) {
  margin-left: 3.25rem;
}

.odd\:mt-14:nth-child(odd) {
  margin-top: 3.5rem;
}

.odd\:mr-14:nth-child(odd) {
  margin-right: 3.5rem;
}

.odd\:mb-14:nth-child(odd) {
  margin-bottom: 3.5rem;
}

.odd\:ml-14:nth-child(odd) {
  margin-left: 3.5rem;
}

.odd\:mt-15:nth-child(odd) {
  margin-top: 3.75rem;
}

.odd\:mr-15:nth-child(odd) {
  margin-right: 3.75rem;
}

.odd\:mb-15:nth-child(odd) {
  margin-bottom: 3.75rem;
}

.odd\:ml-15:nth-child(odd) {
  margin-left: 3.75rem;
}

.odd\:mt-16:nth-child(odd) {
  margin-top: 4rem;
}

.odd\:mr-16:nth-child(odd) {
  margin-right: 4rem;
}

.odd\:mb-16:nth-child(odd) {
  margin-bottom: 4rem;
}

.odd\:ml-16:nth-child(odd) {
  margin-left: 4rem;
}

.odd\:mt-17:nth-child(odd) {
  margin-top: 4.25rem;
}

.odd\:mr-17:nth-child(odd) {
  margin-right: 4.25rem;
}

.odd\:mb-17:nth-child(odd) {
  margin-bottom: 4.25rem;
}

.odd\:ml-17:nth-child(odd) {
  margin-left: 4.25rem;
}

.odd\:mt-18:nth-child(odd) {
  margin-top: 4.5rem;
}

.odd\:mr-18:nth-child(odd) {
  margin-right: 4.5rem;
}

.odd\:mb-18:nth-child(odd) {
  margin-bottom: 4.5rem;
}

.odd\:ml-18:nth-child(odd) {
  margin-left: 4.5rem;
}

.odd\:mt-19:nth-child(odd) {
  margin-top: 4.75rem;
}

.odd\:mr-19:nth-child(odd) {
  margin-right: 4.75rem;
}

.odd\:mb-19:nth-child(odd) {
  margin-bottom: 4.75rem;
}

.odd\:ml-19:nth-child(odd) {
  margin-left: 4.75rem;
}

.odd\:mt-20:nth-child(odd) {
  margin-top: 5rem;
}

.odd\:mr-20:nth-child(odd) {
  margin-right: 5rem;
}

.odd\:mb-20:nth-child(odd) {
  margin-bottom: 5rem;
}

.odd\:ml-20:nth-child(odd) {
  margin-left: 5rem;
}

.odd\:mt-24:nth-child(odd) {
  margin-top: 6rem;
}

.odd\:mr-24:nth-child(odd) {
  margin-right: 6rem;
}

.odd\:mb-24:nth-child(odd) {
  margin-bottom: 6rem;
}

.odd\:ml-24:nth-child(odd) {
  margin-left: 6rem;
}

.odd\:mt-32:nth-child(odd) {
  margin-top: 8rem;
}

.odd\:mr-32:nth-child(odd) {
  margin-right: 8rem;
}

.odd\:mb-32:nth-child(odd) {
  margin-bottom: 8rem;
}

.odd\:ml-32:nth-child(odd) {
  margin-left: 8rem;
}

.odd\:mt-40:nth-child(odd) {
  margin-top: 10rem;
}

.odd\:mr-40:nth-child(odd) {
  margin-right: 10rem;
}

.odd\:mb-40:nth-child(odd) {
  margin-bottom: 10rem;
}

.odd\:ml-40:nth-child(odd) {
  margin-left: 10rem;
}

.odd\:mt-48:nth-child(odd) {
  margin-top: 12rem;
}

.odd\:mr-48:nth-child(odd) {
  margin-right: 12rem;
}

.odd\:mb-48:nth-child(odd) {
  margin-bottom: 12rem;
}

.odd\:ml-48:nth-child(odd) {
  margin-left: 12rem;
}

.odd\:mt-56:nth-child(odd) {
  margin-top: 14rem;
}

.odd\:mr-56:nth-child(odd) {
  margin-right: 14rem;
}

.odd\:mb-56:nth-child(odd) {
  margin-bottom: 14rem;
}

.odd\:ml-56:nth-child(odd) {
  margin-left: 14rem;
}

.odd\:mt-64:nth-child(odd) {
  margin-top: 16rem;
}

.odd\:mr-64:nth-child(odd) {
  margin-right: 16rem;
}

.odd\:mb-64:nth-child(odd) {
  margin-bottom: 16rem;
}

.odd\:ml-64:nth-child(odd) {
  margin-left: 16rem;
}

.odd\:mt-75:nth-child(odd) {
  margin-top: 18.75rem;
}

.odd\:mr-75:nth-child(odd) {
  margin-right: 18.75rem;
}

.odd\:mb-75:nth-child(odd) {
  margin-bottom: 18.75rem;
}

.odd\:ml-75:nth-child(odd) {
  margin-left: 18.75rem;
}

.odd\:mt-auto:nth-child(odd) {
  margin-top: auto;
}

.odd\:mr-auto:nth-child(odd) {
  margin-right: auto;
}

.odd\:mb-auto:nth-child(odd) {
  margin-bottom: auto;
}

.odd\:ml-auto:nth-child(odd) {
  margin-left: auto;
}

.odd\:mt-px:nth-child(odd) {
  margin-top: 1px;
}

.odd\:mr-px:nth-child(odd) {
  margin-right: 1px;
}

.odd\:mb-px:nth-child(odd) {
  margin-bottom: 1px;
}

.odd\:ml-px:nth-child(odd) {
  margin-left: 1px;
}

.odd\:-mt-1:nth-child(odd) {
  margin-top: -0.25rem;
}

.odd\:-mr-1:nth-child(odd) {
  margin-right: -0.25rem;
}

.odd\:-mb-1:nth-child(odd) {
  margin-bottom: -0.25rem;
}

.odd\:-ml-1:nth-child(odd) {
  margin-left: -0.25rem;
}

.odd\:-mt-2:nth-child(odd) {
  margin-top: -0.5rem;
}

.odd\:-mr-2:nth-child(odd) {
  margin-right: -0.5rem;
}

.odd\:-mb-2:nth-child(odd) {
  margin-bottom: -0.5rem;
}

.odd\:-ml-2:nth-child(odd) {
  margin-left: -0.5rem;
}

.odd\:-mt-3:nth-child(odd) {
  margin-top: -0.75rem;
}

.odd\:-mr-3:nth-child(odd) {
  margin-right: -0.75rem;
}

.odd\:-mb-3:nth-child(odd) {
  margin-bottom: -0.75rem;
}

.odd\:-ml-3:nth-child(odd) {
  margin-left: -0.75rem;
}

.odd\:-mt-4:nth-child(odd) {
  margin-top: -1rem;
}

.odd\:-mr-4:nth-child(odd) {
  margin-right: -1rem;
}

.odd\:-mb-4:nth-child(odd) {
  margin-bottom: -1rem;
}

.odd\:-ml-4:nth-child(odd) {
  margin-left: -1rem;
}

.odd\:-mt-5:nth-child(odd) {
  margin-top: -1.25rem;
}

.odd\:-mr-5:nth-child(odd) {
  margin-right: -1.25rem;
}

.odd\:-mb-5:nth-child(odd) {
  margin-bottom: -1.25rem;
}

.odd\:-ml-5:nth-child(odd) {
  margin-left: -1.25rem;
}

.odd\:-mt-6:nth-child(odd) {
  margin-top: -1.5rem;
}

.odd\:-mr-6:nth-child(odd) {
  margin-right: -1.5rem;
}

.odd\:-mb-6:nth-child(odd) {
  margin-bottom: -1.5rem;
}

.odd\:-ml-6:nth-child(odd) {
  margin-left: -1.5rem;
}

.odd\:-mt-7:nth-child(odd) {
  margin-top: -1.75rem;
}

.odd\:-mr-7:nth-child(odd) {
  margin-right: -1.75rem;
}

.odd\:-mb-7:nth-child(odd) {
  margin-bottom: -1.75rem;
}

.odd\:-ml-7:nth-child(odd) {
  margin-left: -1.75rem;
}

.odd\:-mt-8:nth-child(odd) {
  margin-top: -2rem;
}

.odd\:-mr-8:nth-child(odd) {
  margin-right: -2rem;
}

.odd\:-mb-8:nth-child(odd) {
  margin-bottom: -2rem;
}

.odd\:-ml-8:nth-child(odd) {
  margin-left: -2rem;
}

.odd\:-mt-9:nth-child(odd) {
  margin-top: -2.25rem;
}

.odd\:-mr-9:nth-child(odd) {
  margin-right: -2.25rem;
}

.odd\:-mb-9:nth-child(odd) {
  margin-bottom: -2.25rem;
}

.odd\:-ml-9:nth-child(odd) {
  margin-left: -2.25rem;
}

.odd\:-mt-10:nth-child(odd) {
  margin-top: -2.5rem;
}

.odd\:-mr-10:nth-child(odd) {
  margin-right: -2.5rem;
}

.odd\:-mb-10:nth-child(odd) {
  margin-bottom: -2.5rem;
}

.odd\:-ml-10:nth-child(odd) {
  margin-left: -2.5rem;
}

.odd\:-mt-11:nth-child(odd) {
  margin-top: -2.75rem;
}

.odd\:-mr-11:nth-child(odd) {
  margin-right: -2.75rem;
}

.odd\:-mb-11:nth-child(odd) {
  margin-bottom: -2.75rem;
}

.odd\:-ml-11:nth-child(odd) {
  margin-left: -2.75rem;
}

.odd\:-mt-12:nth-child(odd) {
  margin-top: -3rem;
}

.odd\:-mr-12:nth-child(odd) {
  margin-right: -3rem;
}

.odd\:-mb-12:nth-child(odd) {
  margin-bottom: -3rem;
}

.odd\:-ml-12:nth-child(odd) {
  margin-left: -3rem;
}

.odd\:-mt-13:nth-child(odd) {
  margin-top: -3.25rem;
}

.odd\:-mr-13:nth-child(odd) {
  margin-right: -3.25rem;
}

.odd\:-mb-13:nth-child(odd) {
  margin-bottom: -3.25rem;
}

.odd\:-ml-13:nth-child(odd) {
  margin-left: -3.25rem;
}

.odd\:-mt-14:nth-child(odd) {
  margin-top: -3.5rem;
}

.odd\:-mr-14:nth-child(odd) {
  margin-right: -3.5rem;
}

.odd\:-mb-14:nth-child(odd) {
  margin-bottom: -3.5rem;
}

.odd\:-ml-14:nth-child(odd) {
  margin-left: -3.5rem;
}

.odd\:-mt-15:nth-child(odd) {
  margin-top: -3.75rem;
}

.odd\:-mr-15:nth-child(odd) {
  margin-right: -3.75rem;
}

.odd\:-mb-15:nth-child(odd) {
  margin-bottom: -3.75rem;
}

.odd\:-ml-15:nth-child(odd) {
  margin-left: -3.75rem;
}

.odd\:-mt-16:nth-child(odd) {
  margin-top: -4rem;
}

.odd\:-mr-16:nth-child(odd) {
  margin-right: -4rem;
}

.odd\:-mb-16:nth-child(odd) {
  margin-bottom: -4rem;
}

.odd\:-ml-16:nth-child(odd) {
  margin-left: -4rem;
}

.odd\:-mt-17:nth-child(odd) {
  margin-top: -4.25rem;
}

.odd\:-mr-17:nth-child(odd) {
  margin-right: -4.25rem;
}

.odd\:-mb-17:nth-child(odd) {
  margin-bottom: -4.25rem;
}

.odd\:-ml-17:nth-child(odd) {
  margin-left: -4.25rem;
}

.odd\:-mt-18:nth-child(odd) {
  margin-top: -4.5rem;
}

.odd\:-mr-18:nth-child(odd) {
  margin-right: -4.5rem;
}

.odd\:-mb-18:nth-child(odd) {
  margin-bottom: -4.5rem;
}

.odd\:-ml-18:nth-child(odd) {
  margin-left: -4.5rem;
}

.odd\:-mt-19:nth-child(odd) {
  margin-top: -4.75rem;
}

.odd\:-mr-19:nth-child(odd) {
  margin-right: -4.75rem;
}

.odd\:-mb-19:nth-child(odd) {
  margin-bottom: -4.75rem;
}

.odd\:-ml-19:nth-child(odd) {
  margin-left: -4.75rem;
}

.odd\:-mt-20:nth-child(odd) {
  margin-top: -5rem;
}

.odd\:-mr-20:nth-child(odd) {
  margin-right: -5rem;
}

.odd\:-mb-20:nth-child(odd) {
  margin-bottom: -5rem;
}

.odd\:-ml-20:nth-child(odd) {
  margin-left: -5rem;
}

.odd\:-mt-24:nth-child(odd) {
  margin-top: -6rem;
}

.odd\:-mr-24:nth-child(odd) {
  margin-right: -6rem;
}

.odd\:-mb-24:nth-child(odd) {
  margin-bottom: -6rem;
}

.odd\:-ml-24:nth-child(odd) {
  margin-left: -6rem;
}

.odd\:-mt-32:nth-child(odd) {
  margin-top: -8rem;
}

.odd\:-mr-32:nth-child(odd) {
  margin-right: -8rem;
}

.odd\:-mb-32:nth-child(odd) {
  margin-bottom: -8rem;
}

.odd\:-ml-32:nth-child(odd) {
  margin-left: -8rem;
}

.odd\:-mt-40:nth-child(odd) {
  margin-top: -10rem;
}

.odd\:-mr-40:nth-child(odd) {
  margin-right: -10rem;
}

.odd\:-mb-40:nth-child(odd) {
  margin-bottom: -10rem;
}

.odd\:-ml-40:nth-child(odd) {
  margin-left: -10rem;
}

.odd\:-mt-48:nth-child(odd) {
  margin-top: -12rem;
}

.odd\:-mr-48:nth-child(odd) {
  margin-right: -12rem;
}

.odd\:-mb-48:nth-child(odd) {
  margin-bottom: -12rem;
}

.odd\:-ml-48:nth-child(odd) {
  margin-left: -12rem;
}

.odd\:-mt-56:nth-child(odd) {
  margin-top: -14rem;
}

.odd\:-mr-56:nth-child(odd) {
  margin-right: -14rem;
}

.odd\:-mb-56:nth-child(odd) {
  margin-bottom: -14rem;
}

.odd\:-ml-56:nth-child(odd) {
  margin-left: -14rem;
}

.odd\:-mt-64:nth-child(odd) {
  margin-top: -16rem;
}

.odd\:-mr-64:nth-child(odd) {
  margin-right: -16rem;
}

.odd\:-mb-64:nth-child(odd) {
  margin-bottom: -16rem;
}

.odd\:-ml-64:nth-child(odd) {
  margin-left: -16rem;
}

.odd\:-mt-75:nth-child(odd) {
  margin-top: -18.75rem;
}

.odd\:-mr-75:nth-child(odd) {
  margin-right: -18.75rem;
}

.odd\:-mb-75:nth-child(odd) {
  margin-bottom: -18.75rem;
}

.odd\:-ml-75:nth-child(odd) {
  margin-left: -18.75rem;
}

.odd\:-mt-px:nth-child(odd) {
  margin-top: -1px;
}

.odd\:-mr-px:nth-child(odd) {
  margin-right: -1px;
}

.odd\:-mb-px:nth-child(odd) {
  margin-bottom: -1px;
}

.odd\:-ml-px:nth-child(odd) {
  margin-left: -1px;
}

.children\:m-0 > * {
  margin: 0;
}

.children\:m-1 > * {
  margin: 0.25rem;
}

.children\:m-2 > * {
  margin: 0.5rem;
}

.children\:m-3 > * {
  margin: 0.75rem;
}

.children\:m-4 > * {
  margin: 1rem;
}

.children\:m-5 > * {
  margin: 1.25rem;
}

.children\:m-6 > * {
  margin: 1.5rem;
}

.children\:m-7 > * {
  margin: 1.75rem;
}

.children\:m-8 > * {
  margin: 2rem;
}

.children\:m-9 > * {
  margin: 2.25rem;
}

.children\:m-10 > * {
  margin: 2.5rem;
}

.children\:m-11 > * {
  margin: 2.75rem;
}

.children\:m-12 > * {
  margin: 3rem;
}

.children\:m-13 > * {
  margin: 3.25rem;
}

.children\:m-14 > * {
  margin: 3.5rem;
}

.children\:m-15 > * {
  margin: 3.75rem;
}

.children\:m-16 > * {
  margin: 4rem;
}

.children\:m-17 > * {
  margin: 4.25rem;
}

.children\:m-18 > * {
  margin: 4.5rem;
}

.children\:m-19 > * {
  margin: 4.75rem;
}

.children\:m-20 > * {
  margin: 5rem;
}

.children\:m-24 > * {
  margin: 6rem;
}

.children\:m-32 > * {
  margin: 8rem;
}

.children\:m-40 > * {
  margin: 10rem;
}

.children\:m-48 > * {
  margin: 12rem;
}

.children\:m-56 > * {
  margin: 14rem;
}

.children\:m-64 > * {
  margin: 16rem;
}

.children\:m-75 > * {
  margin: 18.75rem;
}

.children\:m-auto > * {
  margin: auto;
}

.children\:m-px > * {
  margin: 1px;
}

.children\:-m-1 > * {
  margin: -0.25rem;
}

.children\:-m-2 > * {
  margin: -0.5rem;
}

.children\:-m-3 > * {
  margin: -0.75rem;
}

.children\:-m-4 > * {
  margin: -1rem;
}

.children\:-m-5 > * {
  margin: -1.25rem;
}

.children\:-m-6 > * {
  margin: -1.5rem;
}

.children\:-m-7 > * {
  margin: -1.75rem;
}

.children\:-m-8 > * {
  margin: -2rem;
}

.children\:-m-9 > * {
  margin: -2.25rem;
}

.children\:-m-10 > * {
  margin: -2.5rem;
}

.children\:-m-11 > * {
  margin: -2.75rem;
}

.children\:-m-12 > * {
  margin: -3rem;
}

.children\:-m-13 > * {
  margin: -3.25rem;
}

.children\:-m-14 > * {
  margin: -3.5rem;
}

.children\:-m-15 > * {
  margin: -3.75rem;
}

.children\:-m-16 > * {
  margin: -4rem;
}

.children\:-m-17 > * {
  margin: -4.25rem;
}

.children\:-m-18 > * {
  margin: -4.5rem;
}

.children\:-m-19 > * {
  margin: -4.75rem;
}

.children\:-m-20 > * {
  margin: -5rem;
}

.children\:-m-24 > * {
  margin: -6rem;
}

.children\:-m-32 > * {
  margin: -8rem;
}

.children\:-m-40 > * {
  margin: -10rem;
}

.children\:-m-48 > * {
  margin: -12rem;
}

.children\:-m-56 > * {
  margin: -14rem;
}

.children\:-m-64 > * {
  margin: -16rem;
}

.children\:-m-75 > * {
  margin: -18.75rem;
}

.children\:-m-px > * {
  margin: -1px;
}

.children\:my-0 > * {
  margin-top: 0;
  margin-bottom: 0;
}

.children\:mx-0 > * {
  margin-left: 0;
  margin-right: 0;
}

.children\:my-1 > * {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.children\:mx-1 > * {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.children\:my-2 > * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.children\:mx-2 > * {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.children\:my-3 > * {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.children\:mx-3 > * {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.children\:my-4 > * {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.children\:mx-4 > * {
  margin-left: 1rem;
  margin-right: 1rem;
}

.children\:my-5 > * {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.children\:mx-5 > * {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.children\:my-6 > * {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.children\:mx-6 > * {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.children\:my-7 > * {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.children\:mx-7 > * {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.children\:my-8 > * {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.children\:mx-8 > * {
  margin-left: 2rem;
  margin-right: 2rem;
}

.children\:my-9 > * {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.children\:mx-9 > * {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.children\:my-10 > * {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.children\:mx-10 > * {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.children\:my-11 > * {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.children\:mx-11 > * {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.children\:my-12 > * {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.children\:mx-12 > * {
  margin-left: 3rem;
  margin-right: 3rem;
}

.children\:my-13 > * {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.children\:mx-13 > * {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.children\:my-14 > * {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.children\:mx-14 > * {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.children\:my-15 > * {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.children\:mx-15 > * {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.children\:my-16 > * {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.children\:mx-16 > * {
  margin-left: 4rem;
  margin-right: 4rem;
}

.children\:my-17 > * {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
}

.children\:mx-17 > * {
  margin-left: 4.25rem;
  margin-right: 4.25rem;
}

.children\:my-18 > * {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.children\:mx-18 > * {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.children\:my-19 > * {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.children\:mx-19 > * {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.children\:my-20 > * {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.children\:mx-20 > * {
  margin-left: 5rem;
  margin-right: 5rem;
}

.children\:my-24 > * {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.children\:mx-24 > * {
  margin-left: 6rem;
  margin-right: 6rem;
}

.children\:my-32 > * {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.children\:mx-32 > * {
  margin-left: 8rem;
  margin-right: 8rem;
}

.children\:my-40 > * {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.children\:mx-40 > * {
  margin-left: 10rem;
  margin-right: 10rem;
}

.children\:my-48 > * {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.children\:mx-48 > * {
  margin-left: 12rem;
  margin-right: 12rem;
}

.children\:my-56 > * {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.children\:mx-56 > * {
  margin-left: 14rem;
  margin-right: 14rem;
}

.children\:my-64 > * {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.children\:mx-64 > * {
  margin-left: 16rem;
  margin-right: 16rem;
}

.children\:my-75 > * {
  margin-top: 18.75rem;
  margin-bottom: 18.75rem;
}

.children\:mx-75 > * {
  margin-left: 18.75rem;
  margin-right: 18.75rem;
}

.children\:my-auto > * {
  margin-top: auto;
  margin-bottom: auto;
}

.children\:mx-auto > * {
  margin-left: auto;
  margin-right: auto;
}

.children\:my-px > * {
  margin-top: 1px;
  margin-bottom: 1px;
}

.children\:mx-px > * {
  margin-left: 1px;
  margin-right: 1px;
}

.children\:-my-1 > * {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.children\:-mx-1 > * {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.children\:-my-2 > * {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.children\:-mx-2 > * {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.children\:-my-3 > * {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.children\:-mx-3 > * {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.children\:-my-4 > * {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.children\:-mx-4 > * {
  margin-left: -1rem;
  margin-right: -1rem;
}

.children\:-my-5 > * {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.children\:-mx-5 > * {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.children\:-my-6 > * {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.children\:-mx-6 > * {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.children\:-my-7 > * {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.children\:-mx-7 > * {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.children\:-my-8 > * {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.children\:-mx-8 > * {
  margin-left: -2rem;
  margin-right: -2rem;
}

.children\:-my-9 > * {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.children\:-mx-9 > * {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.children\:-my-10 > * {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.children\:-mx-10 > * {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.children\:-my-11 > * {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.children\:-mx-11 > * {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.children\:-my-12 > * {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.children\:-mx-12 > * {
  margin-left: -3rem;
  margin-right: -3rem;
}

.children\:-my-13 > * {
  margin-top: -3.25rem;
  margin-bottom: -3.25rem;
}

.children\:-mx-13 > * {
  margin-left: -3.25rem;
  margin-right: -3.25rem;
}

.children\:-my-14 > * {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.children\:-mx-14 > * {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.children\:-my-15 > * {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.children\:-mx-15 > * {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.children\:-my-16 > * {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.children\:-mx-16 > * {
  margin-left: -4rem;
  margin-right: -4rem;
}

.children\:-my-17 > * {
  margin-top: -4.25rem;
  margin-bottom: -4.25rem;
}

.children\:-mx-17 > * {
  margin-left: -4.25rem;
  margin-right: -4.25rem;
}

.children\:-my-18 > * {
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

.children\:-mx-18 > * {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

.children\:-my-19 > * {
  margin-top: -4.75rem;
  margin-bottom: -4.75rem;
}

.children\:-mx-19 > * {
  margin-left: -4.75rem;
  margin-right: -4.75rem;
}

.children\:-my-20 > * {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.children\:-mx-20 > * {
  margin-left: -5rem;
  margin-right: -5rem;
}

.children\:-my-24 > * {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.children\:-mx-24 > * {
  margin-left: -6rem;
  margin-right: -6rem;
}

.children\:-my-32 > * {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.children\:-mx-32 > * {
  margin-left: -8rem;
  margin-right: -8rem;
}

.children\:-my-40 > * {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.children\:-mx-40 > * {
  margin-left: -10rem;
  margin-right: -10rem;
}

.children\:-my-48 > * {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.children\:-mx-48 > * {
  margin-left: -12rem;
  margin-right: -12rem;
}

.children\:-my-56 > * {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.children\:-mx-56 > * {
  margin-left: -14rem;
  margin-right: -14rem;
}

.children\:-my-64 > * {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.children\:-mx-64 > * {
  margin-left: -16rem;
  margin-right: -16rem;
}

.children\:-my-75 > * {
  margin-top: -18.75rem;
  margin-bottom: -18.75rem;
}

.children\:-mx-75 > * {
  margin-left: -18.75rem;
  margin-right: -18.75rem;
}

.children\:-my-px > * {
  margin-top: -1px;
  margin-bottom: -1px;
}

.children\:-mx-px > * {
  margin-left: -1px;
  margin-right: -1px;
}

.children\:mt-0 > * {
  margin-top: 0;
}

.children\:mr-0 > * {
  margin-right: 0;
}

.children\:mb-0 > * {
  margin-bottom: 0;
}

.children\:ml-0 > * {
  margin-left: 0;
}

.children\:mt-1 > * {
  margin-top: 0.25rem;
}

.children\:mr-1 > * {
  margin-right: 0.25rem;
}

.children\:mb-1 > * {
  margin-bottom: 0.25rem;
}

.children\:ml-1 > * {
  margin-left: 0.25rem;
}

.children\:mt-2 > * {
  margin-top: 0.5rem;
}

.children\:mr-2 > * {
  margin-right: 0.5rem;
}

.children\:mb-2 > * {
  margin-bottom: 0.5rem;
}

.children\:ml-2 > * {
  margin-left: 0.5rem;
}

.children\:mt-3 > * {
  margin-top: 0.75rem;
}

.children\:mr-3 > * {
  margin-right: 0.75rem;
}

.children\:mb-3 > * {
  margin-bottom: 0.75rem;
}

.children\:ml-3 > * {
  margin-left: 0.75rem;
}

.children\:mt-4 > * {
  margin-top: 1rem;
}

.children\:mr-4 > * {
  margin-right: 1rem;
}

.children\:mb-4 > * {
  margin-bottom: 1rem;
}

.children\:ml-4 > * {
  margin-left: 1rem;
}

.children\:mt-5 > * {
  margin-top: 1.25rem;
}

.children\:mr-5 > * {
  margin-right: 1.25rem;
}

.children\:mb-5 > * {
  margin-bottom: 1.25rem;
}

.children\:ml-5 > * {
  margin-left: 1.25rem;
}

.children\:mt-6 > * {
  margin-top: 1.5rem;
}

.children\:mr-6 > * {
  margin-right: 1.5rem;
}

.children\:mb-6 > * {
  margin-bottom: 1.5rem;
}

.children\:ml-6 > * {
  margin-left: 1.5rem;
}

.children\:mt-7 > * {
  margin-top: 1.75rem;
}

.children\:mr-7 > * {
  margin-right: 1.75rem;
}

.children\:mb-7 > * {
  margin-bottom: 1.75rem;
}

.children\:ml-7 > * {
  margin-left: 1.75rem;
}

.children\:mt-8 > * {
  margin-top: 2rem;
}

.children\:mr-8 > * {
  margin-right: 2rem;
}

.children\:mb-8 > * {
  margin-bottom: 2rem;
}

.children\:ml-8 > * {
  margin-left: 2rem;
}

.children\:mt-9 > * {
  margin-top: 2.25rem;
}

.children\:mr-9 > * {
  margin-right: 2.25rem;
}

.children\:mb-9 > * {
  margin-bottom: 2.25rem;
}

.children\:ml-9 > * {
  margin-left: 2.25rem;
}

.children\:mt-10 > * {
  margin-top: 2.5rem;
}

.children\:mr-10 > * {
  margin-right: 2.5rem;
}

.children\:mb-10 > * {
  margin-bottom: 2.5rem;
}

.children\:ml-10 > * {
  margin-left: 2.5rem;
}

.children\:mt-11 > * {
  margin-top: 2.75rem;
}

.children\:mr-11 > * {
  margin-right: 2.75rem;
}

.children\:mb-11 > * {
  margin-bottom: 2.75rem;
}

.children\:ml-11 > * {
  margin-left: 2.75rem;
}

.children\:mt-12 > * {
  margin-top: 3rem;
}

.children\:mr-12 > * {
  margin-right: 3rem;
}

.children\:mb-12 > * {
  margin-bottom: 3rem;
}

.children\:ml-12 > * {
  margin-left: 3rem;
}

.children\:mt-13 > * {
  margin-top: 3.25rem;
}

.children\:mr-13 > * {
  margin-right: 3.25rem;
}

.children\:mb-13 > * {
  margin-bottom: 3.25rem;
}

.children\:ml-13 > * {
  margin-left: 3.25rem;
}

.children\:mt-14 > * {
  margin-top: 3.5rem;
}

.children\:mr-14 > * {
  margin-right: 3.5rem;
}

.children\:mb-14 > * {
  margin-bottom: 3.5rem;
}

.children\:ml-14 > * {
  margin-left: 3.5rem;
}

.children\:mt-15 > * {
  margin-top: 3.75rem;
}

.children\:mr-15 > * {
  margin-right: 3.75rem;
}

.children\:mb-15 > * {
  margin-bottom: 3.75rem;
}

.children\:ml-15 > * {
  margin-left: 3.75rem;
}

.children\:mt-16 > * {
  margin-top: 4rem;
}

.children\:mr-16 > * {
  margin-right: 4rem;
}

.children\:mb-16 > * {
  margin-bottom: 4rem;
}

.children\:ml-16 > * {
  margin-left: 4rem;
}

.children\:mt-17 > * {
  margin-top: 4.25rem;
}

.children\:mr-17 > * {
  margin-right: 4.25rem;
}

.children\:mb-17 > * {
  margin-bottom: 4.25rem;
}

.children\:ml-17 > * {
  margin-left: 4.25rem;
}

.children\:mt-18 > * {
  margin-top: 4.5rem;
}

.children\:mr-18 > * {
  margin-right: 4.5rem;
}

.children\:mb-18 > * {
  margin-bottom: 4.5rem;
}

.children\:ml-18 > * {
  margin-left: 4.5rem;
}

.children\:mt-19 > * {
  margin-top: 4.75rem;
}

.children\:mr-19 > * {
  margin-right: 4.75rem;
}

.children\:mb-19 > * {
  margin-bottom: 4.75rem;
}

.children\:ml-19 > * {
  margin-left: 4.75rem;
}

.children\:mt-20 > * {
  margin-top: 5rem;
}

.children\:mr-20 > * {
  margin-right: 5rem;
}

.children\:mb-20 > * {
  margin-bottom: 5rem;
}

.children\:ml-20 > * {
  margin-left: 5rem;
}

.children\:mt-24 > * {
  margin-top: 6rem;
}

.children\:mr-24 > * {
  margin-right: 6rem;
}

.children\:mb-24 > * {
  margin-bottom: 6rem;
}

.children\:ml-24 > * {
  margin-left: 6rem;
}

.children\:mt-32 > * {
  margin-top: 8rem;
}

.children\:mr-32 > * {
  margin-right: 8rem;
}

.children\:mb-32 > * {
  margin-bottom: 8rem;
}

.children\:ml-32 > * {
  margin-left: 8rem;
}

.children\:mt-40 > * {
  margin-top: 10rem;
}

.children\:mr-40 > * {
  margin-right: 10rem;
}

.children\:mb-40 > * {
  margin-bottom: 10rem;
}

.children\:ml-40 > * {
  margin-left: 10rem;
}

.children\:mt-48 > * {
  margin-top: 12rem;
}

.children\:mr-48 > * {
  margin-right: 12rem;
}

.children\:mb-48 > * {
  margin-bottom: 12rem;
}

.children\:ml-48 > * {
  margin-left: 12rem;
}

.children\:mt-56 > * {
  margin-top: 14rem;
}

.children\:mr-56 > * {
  margin-right: 14rem;
}

.children\:mb-56 > * {
  margin-bottom: 14rem;
}

.children\:ml-56 > * {
  margin-left: 14rem;
}

.children\:mt-64 > * {
  margin-top: 16rem;
}

.children\:mr-64 > * {
  margin-right: 16rem;
}

.children\:mb-64 > * {
  margin-bottom: 16rem;
}

.children\:ml-64 > * {
  margin-left: 16rem;
}

.children\:mt-75 > * {
  margin-top: 18.75rem;
}

.children\:mr-75 > * {
  margin-right: 18.75rem;
}

.children\:mb-75 > * {
  margin-bottom: 18.75rem;
}

.children\:ml-75 > * {
  margin-left: 18.75rem;
}

.children\:mt-auto > * {
  margin-top: auto;
}

.children\:mr-auto > * {
  margin-right: auto;
}

.children\:mb-auto > * {
  margin-bottom: auto;
}

.children\:ml-auto > * {
  margin-left: auto;
}

.children\:mt-px > * {
  margin-top: 1px;
}

.children\:mr-px > * {
  margin-right: 1px;
}

.children\:mb-px > * {
  margin-bottom: 1px;
}

.children\:ml-px > * {
  margin-left: 1px;
}

.children\:-mt-1 > * {
  margin-top: -0.25rem;
}

.children\:-mr-1 > * {
  margin-right: -0.25rem;
}

.children\:-mb-1 > * {
  margin-bottom: -0.25rem;
}

.children\:-ml-1 > * {
  margin-left: -0.25rem;
}

.children\:-mt-2 > * {
  margin-top: -0.5rem;
}

.children\:-mr-2 > * {
  margin-right: -0.5rem;
}

.children\:-mb-2 > * {
  margin-bottom: -0.5rem;
}

.children\:-ml-2 > * {
  margin-left: -0.5rem;
}

.children\:-mt-3 > * {
  margin-top: -0.75rem;
}

.children\:-mr-3 > * {
  margin-right: -0.75rem;
}

.children\:-mb-3 > * {
  margin-bottom: -0.75rem;
}

.children\:-ml-3 > * {
  margin-left: -0.75rem;
}

.children\:-mt-4 > * {
  margin-top: -1rem;
}

.children\:-mr-4 > * {
  margin-right: -1rem;
}

.children\:-mb-4 > * {
  margin-bottom: -1rem;
}

.children\:-ml-4 > * {
  margin-left: -1rem;
}

.children\:-mt-5 > * {
  margin-top: -1.25rem;
}

.children\:-mr-5 > * {
  margin-right: -1.25rem;
}

.children\:-mb-5 > * {
  margin-bottom: -1.25rem;
}

.children\:-ml-5 > * {
  margin-left: -1.25rem;
}

.children\:-mt-6 > * {
  margin-top: -1.5rem;
}

.children\:-mr-6 > * {
  margin-right: -1.5rem;
}

.children\:-mb-6 > * {
  margin-bottom: -1.5rem;
}

.children\:-ml-6 > * {
  margin-left: -1.5rem;
}

.children\:-mt-7 > * {
  margin-top: -1.75rem;
}

.children\:-mr-7 > * {
  margin-right: -1.75rem;
}

.children\:-mb-7 > * {
  margin-bottom: -1.75rem;
}

.children\:-ml-7 > * {
  margin-left: -1.75rem;
}

.children\:-mt-8 > * {
  margin-top: -2rem;
}

.children\:-mr-8 > * {
  margin-right: -2rem;
}

.children\:-mb-8 > * {
  margin-bottom: -2rem;
}

.children\:-ml-8 > * {
  margin-left: -2rem;
}

.children\:-mt-9 > * {
  margin-top: -2.25rem;
}

.children\:-mr-9 > * {
  margin-right: -2.25rem;
}

.children\:-mb-9 > * {
  margin-bottom: -2.25rem;
}

.children\:-ml-9 > * {
  margin-left: -2.25rem;
}

.children\:-mt-10 > * {
  margin-top: -2.5rem;
}

.children\:-mr-10 > * {
  margin-right: -2.5rem;
}

.children\:-mb-10 > * {
  margin-bottom: -2.5rem;
}

.children\:-ml-10 > * {
  margin-left: -2.5rem;
}

.children\:-mt-11 > * {
  margin-top: -2.75rem;
}

.children\:-mr-11 > * {
  margin-right: -2.75rem;
}

.children\:-mb-11 > * {
  margin-bottom: -2.75rem;
}

.children\:-ml-11 > * {
  margin-left: -2.75rem;
}

.children\:-mt-12 > * {
  margin-top: -3rem;
}

.children\:-mr-12 > * {
  margin-right: -3rem;
}

.children\:-mb-12 > * {
  margin-bottom: -3rem;
}

.children\:-ml-12 > * {
  margin-left: -3rem;
}

.children\:-mt-13 > * {
  margin-top: -3.25rem;
}

.children\:-mr-13 > * {
  margin-right: -3.25rem;
}

.children\:-mb-13 > * {
  margin-bottom: -3.25rem;
}

.children\:-ml-13 > * {
  margin-left: -3.25rem;
}

.children\:-mt-14 > * {
  margin-top: -3.5rem;
}

.children\:-mr-14 > * {
  margin-right: -3.5rem;
}

.children\:-mb-14 > * {
  margin-bottom: -3.5rem;
}

.children\:-ml-14 > * {
  margin-left: -3.5rem;
}

.children\:-mt-15 > * {
  margin-top: -3.75rem;
}

.children\:-mr-15 > * {
  margin-right: -3.75rem;
}

.children\:-mb-15 > * {
  margin-bottom: -3.75rem;
}

.children\:-ml-15 > * {
  margin-left: -3.75rem;
}

.children\:-mt-16 > * {
  margin-top: -4rem;
}

.children\:-mr-16 > * {
  margin-right: -4rem;
}

.children\:-mb-16 > * {
  margin-bottom: -4rem;
}

.children\:-ml-16 > * {
  margin-left: -4rem;
}

.children\:-mt-17 > * {
  margin-top: -4.25rem;
}

.children\:-mr-17 > * {
  margin-right: -4.25rem;
}

.children\:-mb-17 > * {
  margin-bottom: -4.25rem;
}

.children\:-ml-17 > * {
  margin-left: -4.25rem;
}

.children\:-mt-18 > * {
  margin-top: -4.5rem;
}

.children\:-mr-18 > * {
  margin-right: -4.5rem;
}

.children\:-mb-18 > * {
  margin-bottom: -4.5rem;
}

.children\:-ml-18 > * {
  margin-left: -4.5rem;
}

.children\:-mt-19 > * {
  margin-top: -4.75rem;
}

.children\:-mr-19 > * {
  margin-right: -4.75rem;
}

.children\:-mb-19 > * {
  margin-bottom: -4.75rem;
}

.children\:-ml-19 > * {
  margin-left: -4.75rem;
}

.children\:-mt-20 > * {
  margin-top: -5rem;
}

.children\:-mr-20 > * {
  margin-right: -5rem;
}

.children\:-mb-20 > * {
  margin-bottom: -5rem;
}

.children\:-ml-20 > * {
  margin-left: -5rem;
}

.children\:-mt-24 > * {
  margin-top: -6rem;
}

.children\:-mr-24 > * {
  margin-right: -6rem;
}

.children\:-mb-24 > * {
  margin-bottom: -6rem;
}

.children\:-ml-24 > * {
  margin-left: -6rem;
}

.children\:-mt-32 > * {
  margin-top: -8rem;
}

.children\:-mr-32 > * {
  margin-right: -8rem;
}

.children\:-mb-32 > * {
  margin-bottom: -8rem;
}

.children\:-ml-32 > * {
  margin-left: -8rem;
}

.children\:-mt-40 > * {
  margin-top: -10rem;
}

.children\:-mr-40 > * {
  margin-right: -10rem;
}

.children\:-mb-40 > * {
  margin-bottom: -10rem;
}

.children\:-ml-40 > * {
  margin-left: -10rem;
}

.children\:-mt-48 > * {
  margin-top: -12rem;
}

.children\:-mr-48 > * {
  margin-right: -12rem;
}

.children\:-mb-48 > * {
  margin-bottom: -12rem;
}

.children\:-ml-48 > * {
  margin-left: -12rem;
}

.children\:-mt-56 > * {
  margin-top: -14rem;
}

.children\:-mr-56 > * {
  margin-right: -14rem;
}

.children\:-mb-56 > * {
  margin-bottom: -14rem;
}

.children\:-ml-56 > * {
  margin-left: -14rem;
}

.children\:-mt-64 > * {
  margin-top: -16rem;
}

.children\:-mr-64 > * {
  margin-right: -16rem;
}

.children\:-mb-64 > * {
  margin-bottom: -16rem;
}

.children\:-ml-64 > * {
  margin-left: -16rem;
}

.children\:-mt-75 > * {
  margin-top: -18.75rem;
}

.children\:-mr-75 > * {
  margin-right: -18.75rem;
}

.children\:-mb-75 > * {
  margin-bottom: -18.75rem;
}

.children\:-ml-75 > * {
  margin-left: -18.75rem;
}

.children\:-mt-px > * {
  margin-top: -1px;
}

.children\:-mr-px > * {
  margin-right: -1px;
}

.children\:-mb-px > * {
  margin-bottom: -1px;
}

.children\:-ml-px > * {
  margin-left: -1px;
}

.first\:m-0:first-child {
  margin: 0;
}

.first\:m-1:first-child {
  margin: 0.25rem;
}

.first\:m-2:first-child {
  margin: 0.5rem;
}

.first\:m-3:first-child {
  margin: 0.75rem;
}

.first\:m-4:first-child {
  margin: 1rem;
}

.first\:m-5:first-child {
  margin: 1.25rem;
}

.first\:m-6:first-child {
  margin: 1.5rem;
}

.first\:m-7:first-child {
  margin: 1.75rem;
}

.first\:m-8:first-child {
  margin: 2rem;
}

.first\:m-9:first-child {
  margin: 2.25rem;
}

.first\:m-10:first-child {
  margin: 2.5rem;
}

.first\:m-11:first-child {
  margin: 2.75rem;
}

.first\:m-12:first-child {
  margin: 3rem;
}

.first\:m-13:first-child {
  margin: 3.25rem;
}

.first\:m-14:first-child {
  margin: 3.5rem;
}

.first\:m-15:first-child {
  margin: 3.75rem;
}

.first\:m-16:first-child {
  margin: 4rem;
}

.first\:m-17:first-child {
  margin: 4.25rem;
}

.first\:m-18:first-child {
  margin: 4.5rem;
}

.first\:m-19:first-child {
  margin: 4.75rem;
}

.first\:m-20:first-child {
  margin: 5rem;
}

.first\:m-24:first-child {
  margin: 6rem;
}

.first\:m-32:first-child {
  margin: 8rem;
}

.first\:m-40:first-child {
  margin: 10rem;
}

.first\:m-48:first-child {
  margin: 12rem;
}

.first\:m-56:first-child {
  margin: 14rem;
}

.first\:m-64:first-child {
  margin: 16rem;
}

.first\:m-75:first-child {
  margin: 18.75rem;
}

.first\:m-auto:first-child {
  margin: auto;
}

.first\:m-px:first-child {
  margin: 1px;
}

.first\:-m-1:first-child {
  margin: -0.25rem;
}

.first\:-m-2:first-child {
  margin: -0.5rem;
}

.first\:-m-3:first-child {
  margin: -0.75rem;
}

.first\:-m-4:first-child {
  margin: -1rem;
}

.first\:-m-5:first-child {
  margin: -1.25rem;
}

.first\:-m-6:first-child {
  margin: -1.5rem;
}

.first\:-m-7:first-child {
  margin: -1.75rem;
}

.first\:-m-8:first-child {
  margin: -2rem;
}

.first\:-m-9:first-child {
  margin: -2.25rem;
}

.first\:-m-10:first-child {
  margin: -2.5rem;
}

.first\:-m-11:first-child {
  margin: -2.75rem;
}

.first\:-m-12:first-child {
  margin: -3rem;
}

.first\:-m-13:first-child {
  margin: -3.25rem;
}

.first\:-m-14:first-child {
  margin: -3.5rem;
}

.first\:-m-15:first-child {
  margin: -3.75rem;
}

.first\:-m-16:first-child {
  margin: -4rem;
}

.first\:-m-17:first-child {
  margin: -4.25rem;
}

.first\:-m-18:first-child {
  margin: -4.5rem;
}

.first\:-m-19:first-child {
  margin: -4.75rem;
}

.first\:-m-20:first-child {
  margin: -5rem;
}

.first\:-m-24:first-child {
  margin: -6rem;
}

.first\:-m-32:first-child {
  margin: -8rem;
}

.first\:-m-40:first-child {
  margin: -10rem;
}

.first\:-m-48:first-child {
  margin: -12rem;
}

.first\:-m-56:first-child {
  margin: -14rem;
}

.first\:-m-64:first-child {
  margin: -16rem;
}

.first\:-m-75:first-child {
  margin: -18.75rem;
}

.first\:-m-px:first-child {
  margin: -1px;
}

.first\:my-0:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.first\:mx-0:first-child {
  margin-left: 0;
  margin-right: 0;
}

.first\:my-1:first-child {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.first\:mx-1:first-child {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.first\:my-2:first-child {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.first\:mx-2:first-child {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.first\:my-3:first-child {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.first\:mx-3:first-child {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.first\:my-4:first-child {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.first\:mx-4:first-child {
  margin-left: 1rem;
  margin-right: 1rem;
}

.first\:my-5:first-child {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.first\:mx-5:first-child {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.first\:my-6:first-child {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.first\:mx-6:first-child {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.first\:my-7:first-child {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.first\:mx-7:first-child {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.first\:my-8:first-child {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.first\:mx-8:first-child {
  margin-left: 2rem;
  margin-right: 2rem;
}

.first\:my-9:first-child {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.first\:mx-9:first-child {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.first\:my-10:first-child {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.first\:mx-10:first-child {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.first\:my-11:first-child {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.first\:mx-11:first-child {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.first\:my-12:first-child {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.first\:mx-12:first-child {
  margin-left: 3rem;
  margin-right: 3rem;
}

.first\:my-13:first-child {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.first\:mx-13:first-child {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.first\:my-14:first-child {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.first\:mx-14:first-child {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.first\:my-15:first-child {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.first\:mx-15:first-child {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.first\:my-16:first-child {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.first\:mx-16:first-child {
  margin-left: 4rem;
  margin-right: 4rem;
}

.first\:my-17:first-child {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
}

.first\:mx-17:first-child {
  margin-left: 4.25rem;
  margin-right: 4.25rem;
}

.first\:my-18:first-child {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.first\:mx-18:first-child {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.first\:my-19:first-child {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.first\:mx-19:first-child {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.first\:my-20:first-child {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.first\:mx-20:first-child {
  margin-left: 5rem;
  margin-right: 5rem;
}

.first\:my-24:first-child {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.first\:mx-24:first-child {
  margin-left: 6rem;
  margin-right: 6rem;
}

.first\:my-32:first-child {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.first\:mx-32:first-child {
  margin-left: 8rem;
  margin-right: 8rem;
}

.first\:my-40:first-child {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.first\:mx-40:first-child {
  margin-left: 10rem;
  margin-right: 10rem;
}

.first\:my-48:first-child {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.first\:mx-48:first-child {
  margin-left: 12rem;
  margin-right: 12rem;
}

.first\:my-56:first-child {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.first\:mx-56:first-child {
  margin-left: 14rem;
  margin-right: 14rem;
}

.first\:my-64:first-child {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.first\:mx-64:first-child {
  margin-left: 16rem;
  margin-right: 16rem;
}

.first\:my-75:first-child {
  margin-top: 18.75rem;
  margin-bottom: 18.75rem;
}

.first\:mx-75:first-child {
  margin-left: 18.75rem;
  margin-right: 18.75rem;
}

.first\:my-auto:first-child {
  margin-top: auto;
  margin-bottom: auto;
}

.first\:mx-auto:first-child {
  margin-left: auto;
  margin-right: auto;
}

.first\:my-px:first-child {
  margin-top: 1px;
  margin-bottom: 1px;
}

.first\:mx-px:first-child {
  margin-left: 1px;
  margin-right: 1px;
}

.first\:-my-1:first-child {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.first\:-mx-1:first-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.first\:-my-2:first-child {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.first\:-mx-2:first-child {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.first\:-my-3:first-child {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.first\:-mx-3:first-child {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.first\:-my-4:first-child {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.first\:-mx-4:first-child {
  margin-left: -1rem;
  margin-right: -1rem;
}

.first\:-my-5:first-child {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.first\:-mx-5:first-child {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.first\:-my-6:first-child {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.first\:-mx-6:first-child {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.first\:-my-7:first-child {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.first\:-mx-7:first-child {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.first\:-my-8:first-child {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.first\:-mx-8:first-child {
  margin-left: -2rem;
  margin-right: -2rem;
}

.first\:-my-9:first-child {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.first\:-mx-9:first-child {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.first\:-my-10:first-child {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.first\:-mx-10:first-child {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.first\:-my-11:first-child {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.first\:-mx-11:first-child {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.first\:-my-12:first-child {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.first\:-mx-12:first-child {
  margin-left: -3rem;
  margin-right: -3rem;
}

.first\:-my-13:first-child {
  margin-top: -3.25rem;
  margin-bottom: -3.25rem;
}

.first\:-mx-13:first-child {
  margin-left: -3.25rem;
  margin-right: -3.25rem;
}

.first\:-my-14:first-child {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.first\:-mx-14:first-child {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.first\:-my-15:first-child {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.first\:-mx-15:first-child {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.first\:-my-16:first-child {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.first\:-mx-16:first-child {
  margin-left: -4rem;
  margin-right: -4rem;
}

.first\:-my-17:first-child {
  margin-top: -4.25rem;
  margin-bottom: -4.25rem;
}

.first\:-mx-17:first-child {
  margin-left: -4.25rem;
  margin-right: -4.25rem;
}

.first\:-my-18:first-child {
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

.first\:-mx-18:first-child {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

.first\:-my-19:first-child {
  margin-top: -4.75rem;
  margin-bottom: -4.75rem;
}

.first\:-mx-19:first-child {
  margin-left: -4.75rem;
  margin-right: -4.75rem;
}

.first\:-my-20:first-child {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.first\:-mx-20:first-child {
  margin-left: -5rem;
  margin-right: -5rem;
}

.first\:-my-24:first-child {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.first\:-mx-24:first-child {
  margin-left: -6rem;
  margin-right: -6rem;
}

.first\:-my-32:first-child {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.first\:-mx-32:first-child {
  margin-left: -8rem;
  margin-right: -8rem;
}

.first\:-my-40:first-child {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.first\:-mx-40:first-child {
  margin-left: -10rem;
  margin-right: -10rem;
}

.first\:-my-48:first-child {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.first\:-mx-48:first-child {
  margin-left: -12rem;
  margin-right: -12rem;
}

.first\:-my-56:first-child {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.first\:-mx-56:first-child {
  margin-left: -14rem;
  margin-right: -14rem;
}

.first\:-my-64:first-child {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.first\:-mx-64:first-child {
  margin-left: -16rem;
  margin-right: -16rem;
}

.first\:-my-75:first-child {
  margin-top: -18.75rem;
  margin-bottom: -18.75rem;
}

.first\:-mx-75:first-child {
  margin-left: -18.75rem;
  margin-right: -18.75rem;
}

.first\:-my-px:first-child {
  margin-top: -1px;
  margin-bottom: -1px;
}

.first\:-mx-px:first-child {
  margin-left: -1px;
  margin-right: -1px;
}

.first\:mt-0:first-child {
  margin-top: 0;
}

.first\:mr-0:first-child {
  margin-right: 0;
}

.first\:mb-0:first-child {
  margin-bottom: 0;
}

.first\:ml-0:first-child {
  margin-left: 0;
}

.first\:mt-1:first-child {
  margin-top: 0.25rem;
}

.first\:mr-1:first-child {
  margin-right: 0.25rem;
}

.first\:mb-1:first-child {
  margin-bottom: 0.25rem;
}

.first\:ml-1:first-child {
  margin-left: 0.25rem;
}

.first\:mt-2:first-child {
  margin-top: 0.5rem;
}

.first\:mr-2:first-child {
  margin-right: 0.5rem;
}

.first\:mb-2:first-child {
  margin-bottom: 0.5rem;
}

.first\:ml-2:first-child {
  margin-left: 0.5rem;
}

.first\:mt-3:first-child {
  margin-top: 0.75rem;
}

.first\:mr-3:first-child {
  margin-right: 0.75rem;
}

.first\:mb-3:first-child {
  margin-bottom: 0.75rem;
}

.first\:ml-3:first-child {
  margin-left: 0.75rem;
}

.first\:mt-4:first-child {
  margin-top: 1rem;
}

.first\:mr-4:first-child {
  margin-right: 1rem;
}

.first\:mb-4:first-child {
  margin-bottom: 1rem;
}

.first\:ml-4:first-child {
  margin-left: 1rem;
}

.first\:mt-5:first-child {
  margin-top: 1.25rem;
}

.first\:mr-5:first-child {
  margin-right: 1.25rem;
}

.first\:mb-5:first-child {
  margin-bottom: 1.25rem;
}

.first\:ml-5:first-child {
  margin-left: 1.25rem;
}

.first\:mt-6:first-child {
  margin-top: 1.5rem;
}

.first\:mr-6:first-child {
  margin-right: 1.5rem;
}

.first\:mb-6:first-child {
  margin-bottom: 1.5rem;
}

.first\:ml-6:first-child {
  margin-left: 1.5rem;
}

.first\:mt-7:first-child {
  margin-top: 1.75rem;
}

.first\:mr-7:first-child {
  margin-right: 1.75rem;
}

.first\:mb-7:first-child {
  margin-bottom: 1.75rem;
}

.first\:ml-7:first-child {
  margin-left: 1.75rem;
}

.first\:mt-8:first-child {
  margin-top: 2rem;
}

.first\:mr-8:first-child {
  margin-right: 2rem;
}

.first\:mb-8:first-child {
  margin-bottom: 2rem;
}

.first\:ml-8:first-child {
  margin-left: 2rem;
}

.first\:mt-9:first-child {
  margin-top: 2.25rem;
}

.first\:mr-9:first-child {
  margin-right: 2.25rem;
}

.first\:mb-9:first-child {
  margin-bottom: 2.25rem;
}

.first\:ml-9:first-child {
  margin-left: 2.25rem;
}

.first\:mt-10:first-child {
  margin-top: 2.5rem;
}

.first\:mr-10:first-child {
  margin-right: 2.5rem;
}

.first\:mb-10:first-child {
  margin-bottom: 2.5rem;
}

.first\:ml-10:first-child {
  margin-left: 2.5rem;
}

.first\:mt-11:first-child {
  margin-top: 2.75rem;
}

.first\:mr-11:first-child {
  margin-right: 2.75rem;
}

.first\:mb-11:first-child {
  margin-bottom: 2.75rem;
}

.first\:ml-11:first-child {
  margin-left: 2.75rem;
}

.first\:mt-12:first-child {
  margin-top: 3rem;
}

.first\:mr-12:first-child {
  margin-right: 3rem;
}

.first\:mb-12:first-child {
  margin-bottom: 3rem;
}

.first\:ml-12:first-child {
  margin-left: 3rem;
}

.first\:mt-13:first-child {
  margin-top: 3.25rem;
}

.first\:mr-13:first-child {
  margin-right: 3.25rem;
}

.first\:mb-13:first-child {
  margin-bottom: 3.25rem;
}

.first\:ml-13:first-child {
  margin-left: 3.25rem;
}

.first\:mt-14:first-child {
  margin-top: 3.5rem;
}

.first\:mr-14:first-child {
  margin-right: 3.5rem;
}

.first\:mb-14:first-child {
  margin-bottom: 3.5rem;
}

.first\:ml-14:first-child {
  margin-left: 3.5rem;
}

.first\:mt-15:first-child {
  margin-top: 3.75rem;
}

.first\:mr-15:first-child {
  margin-right: 3.75rem;
}

.first\:mb-15:first-child {
  margin-bottom: 3.75rem;
}

.first\:ml-15:first-child {
  margin-left: 3.75rem;
}

.first\:mt-16:first-child {
  margin-top: 4rem;
}

.first\:mr-16:first-child {
  margin-right: 4rem;
}

.first\:mb-16:first-child {
  margin-bottom: 4rem;
}

.first\:ml-16:first-child {
  margin-left: 4rem;
}

.first\:mt-17:first-child {
  margin-top: 4.25rem;
}

.first\:mr-17:first-child {
  margin-right: 4.25rem;
}

.first\:mb-17:first-child {
  margin-bottom: 4.25rem;
}

.first\:ml-17:first-child {
  margin-left: 4.25rem;
}

.first\:mt-18:first-child {
  margin-top: 4.5rem;
}

.first\:mr-18:first-child {
  margin-right: 4.5rem;
}

.first\:mb-18:first-child {
  margin-bottom: 4.5rem;
}

.first\:ml-18:first-child {
  margin-left: 4.5rem;
}

.first\:mt-19:first-child {
  margin-top: 4.75rem;
}

.first\:mr-19:first-child {
  margin-right: 4.75rem;
}

.first\:mb-19:first-child {
  margin-bottom: 4.75rem;
}

.first\:ml-19:first-child {
  margin-left: 4.75rem;
}

.first\:mt-20:first-child {
  margin-top: 5rem;
}

.first\:mr-20:first-child {
  margin-right: 5rem;
}

.first\:mb-20:first-child {
  margin-bottom: 5rem;
}

.first\:ml-20:first-child {
  margin-left: 5rem;
}

.first\:mt-24:first-child {
  margin-top: 6rem;
}

.first\:mr-24:first-child {
  margin-right: 6rem;
}

.first\:mb-24:first-child {
  margin-bottom: 6rem;
}

.first\:ml-24:first-child {
  margin-left: 6rem;
}

.first\:mt-32:first-child {
  margin-top: 8rem;
}

.first\:mr-32:first-child {
  margin-right: 8rem;
}

.first\:mb-32:first-child {
  margin-bottom: 8rem;
}

.first\:ml-32:first-child {
  margin-left: 8rem;
}

.first\:mt-40:first-child {
  margin-top: 10rem;
}

.first\:mr-40:first-child {
  margin-right: 10rem;
}

.first\:mb-40:first-child {
  margin-bottom: 10rem;
}

.first\:ml-40:first-child {
  margin-left: 10rem;
}

.first\:mt-48:first-child {
  margin-top: 12rem;
}

.first\:mr-48:first-child {
  margin-right: 12rem;
}

.first\:mb-48:first-child {
  margin-bottom: 12rem;
}

.first\:ml-48:first-child {
  margin-left: 12rem;
}

.first\:mt-56:first-child {
  margin-top: 14rem;
}

.first\:mr-56:first-child {
  margin-right: 14rem;
}

.first\:mb-56:first-child {
  margin-bottom: 14rem;
}

.first\:ml-56:first-child {
  margin-left: 14rem;
}

.first\:mt-64:first-child {
  margin-top: 16rem;
}

.first\:mr-64:first-child {
  margin-right: 16rem;
}

.first\:mb-64:first-child {
  margin-bottom: 16rem;
}

.first\:ml-64:first-child {
  margin-left: 16rem;
}

.first\:mt-75:first-child {
  margin-top: 18.75rem;
}

.first\:mr-75:first-child {
  margin-right: 18.75rem;
}

.first\:mb-75:first-child {
  margin-bottom: 18.75rem;
}

.first\:ml-75:first-child {
  margin-left: 18.75rem;
}

.first\:mt-auto:first-child {
  margin-top: auto;
}

.first\:mr-auto:first-child {
  margin-right: auto;
}

.first\:mb-auto:first-child {
  margin-bottom: auto;
}

.first\:ml-auto:first-child {
  margin-left: auto;
}

.first\:mt-px:first-child {
  margin-top: 1px;
}

.first\:mr-px:first-child {
  margin-right: 1px;
}

.first\:mb-px:first-child {
  margin-bottom: 1px;
}

.first\:ml-px:first-child {
  margin-left: 1px;
}

.first\:-mt-1:first-child {
  margin-top: -0.25rem;
}

.first\:-mr-1:first-child {
  margin-right: -0.25rem;
}

.first\:-mb-1:first-child {
  margin-bottom: -0.25rem;
}

.first\:-ml-1:first-child {
  margin-left: -0.25rem;
}

.first\:-mt-2:first-child {
  margin-top: -0.5rem;
}

.first\:-mr-2:first-child {
  margin-right: -0.5rem;
}

.first\:-mb-2:first-child {
  margin-bottom: -0.5rem;
}

.first\:-ml-2:first-child {
  margin-left: -0.5rem;
}

.first\:-mt-3:first-child {
  margin-top: -0.75rem;
}

.first\:-mr-3:first-child {
  margin-right: -0.75rem;
}

.first\:-mb-3:first-child {
  margin-bottom: -0.75rem;
}

.first\:-ml-3:first-child {
  margin-left: -0.75rem;
}

.first\:-mt-4:first-child {
  margin-top: -1rem;
}

.first\:-mr-4:first-child {
  margin-right: -1rem;
}

.first\:-mb-4:first-child {
  margin-bottom: -1rem;
}

.first\:-ml-4:first-child {
  margin-left: -1rem;
}

.first\:-mt-5:first-child {
  margin-top: -1.25rem;
}

.first\:-mr-5:first-child {
  margin-right: -1.25rem;
}

.first\:-mb-5:first-child {
  margin-bottom: -1.25rem;
}

.first\:-ml-5:first-child {
  margin-left: -1.25rem;
}

.first\:-mt-6:first-child {
  margin-top: -1.5rem;
}

.first\:-mr-6:first-child {
  margin-right: -1.5rem;
}

.first\:-mb-6:first-child {
  margin-bottom: -1.5rem;
}

.first\:-ml-6:first-child {
  margin-left: -1.5rem;
}

.first\:-mt-7:first-child {
  margin-top: -1.75rem;
}

.first\:-mr-7:first-child {
  margin-right: -1.75rem;
}

.first\:-mb-7:first-child {
  margin-bottom: -1.75rem;
}

.first\:-ml-7:first-child {
  margin-left: -1.75rem;
}

.first\:-mt-8:first-child {
  margin-top: -2rem;
}

.first\:-mr-8:first-child {
  margin-right: -2rem;
}

.first\:-mb-8:first-child {
  margin-bottom: -2rem;
}

.first\:-ml-8:first-child {
  margin-left: -2rem;
}

.first\:-mt-9:first-child {
  margin-top: -2.25rem;
}

.first\:-mr-9:first-child {
  margin-right: -2.25rem;
}

.first\:-mb-9:first-child {
  margin-bottom: -2.25rem;
}

.first\:-ml-9:first-child {
  margin-left: -2.25rem;
}

.first\:-mt-10:first-child {
  margin-top: -2.5rem;
}

.first\:-mr-10:first-child {
  margin-right: -2.5rem;
}

.first\:-mb-10:first-child {
  margin-bottom: -2.5rem;
}

.first\:-ml-10:first-child {
  margin-left: -2.5rem;
}

.first\:-mt-11:first-child {
  margin-top: -2.75rem;
}

.first\:-mr-11:first-child {
  margin-right: -2.75rem;
}

.first\:-mb-11:first-child {
  margin-bottom: -2.75rem;
}

.first\:-ml-11:first-child {
  margin-left: -2.75rem;
}

.first\:-mt-12:first-child {
  margin-top: -3rem;
}

.first\:-mr-12:first-child {
  margin-right: -3rem;
}

.first\:-mb-12:first-child {
  margin-bottom: -3rem;
}

.first\:-ml-12:first-child {
  margin-left: -3rem;
}

.first\:-mt-13:first-child {
  margin-top: -3.25rem;
}

.first\:-mr-13:first-child {
  margin-right: -3.25rem;
}

.first\:-mb-13:first-child {
  margin-bottom: -3.25rem;
}

.first\:-ml-13:first-child {
  margin-left: -3.25rem;
}

.first\:-mt-14:first-child {
  margin-top: -3.5rem;
}

.first\:-mr-14:first-child {
  margin-right: -3.5rem;
}

.first\:-mb-14:first-child {
  margin-bottom: -3.5rem;
}

.first\:-ml-14:first-child {
  margin-left: -3.5rem;
}

.first\:-mt-15:first-child {
  margin-top: -3.75rem;
}

.first\:-mr-15:first-child {
  margin-right: -3.75rem;
}

.first\:-mb-15:first-child {
  margin-bottom: -3.75rem;
}

.first\:-ml-15:first-child {
  margin-left: -3.75rem;
}

.first\:-mt-16:first-child {
  margin-top: -4rem;
}

.first\:-mr-16:first-child {
  margin-right: -4rem;
}

.first\:-mb-16:first-child {
  margin-bottom: -4rem;
}

.first\:-ml-16:first-child {
  margin-left: -4rem;
}

.first\:-mt-17:first-child {
  margin-top: -4.25rem;
}

.first\:-mr-17:first-child {
  margin-right: -4.25rem;
}

.first\:-mb-17:first-child {
  margin-bottom: -4.25rem;
}

.first\:-ml-17:first-child {
  margin-left: -4.25rem;
}

.first\:-mt-18:first-child {
  margin-top: -4.5rem;
}

.first\:-mr-18:first-child {
  margin-right: -4.5rem;
}

.first\:-mb-18:first-child {
  margin-bottom: -4.5rem;
}

.first\:-ml-18:first-child {
  margin-left: -4.5rem;
}

.first\:-mt-19:first-child {
  margin-top: -4.75rem;
}

.first\:-mr-19:first-child {
  margin-right: -4.75rem;
}

.first\:-mb-19:first-child {
  margin-bottom: -4.75rem;
}

.first\:-ml-19:first-child {
  margin-left: -4.75rem;
}

.first\:-mt-20:first-child {
  margin-top: -5rem;
}

.first\:-mr-20:first-child {
  margin-right: -5rem;
}

.first\:-mb-20:first-child {
  margin-bottom: -5rem;
}

.first\:-ml-20:first-child {
  margin-left: -5rem;
}

.first\:-mt-24:first-child {
  margin-top: -6rem;
}

.first\:-mr-24:first-child {
  margin-right: -6rem;
}

.first\:-mb-24:first-child {
  margin-bottom: -6rem;
}

.first\:-ml-24:first-child {
  margin-left: -6rem;
}

.first\:-mt-32:first-child {
  margin-top: -8rem;
}

.first\:-mr-32:first-child {
  margin-right: -8rem;
}

.first\:-mb-32:first-child {
  margin-bottom: -8rem;
}

.first\:-ml-32:first-child {
  margin-left: -8rem;
}

.first\:-mt-40:first-child {
  margin-top: -10rem;
}

.first\:-mr-40:first-child {
  margin-right: -10rem;
}

.first\:-mb-40:first-child {
  margin-bottom: -10rem;
}

.first\:-ml-40:first-child {
  margin-left: -10rem;
}

.first\:-mt-48:first-child {
  margin-top: -12rem;
}

.first\:-mr-48:first-child {
  margin-right: -12rem;
}

.first\:-mb-48:first-child {
  margin-bottom: -12rem;
}

.first\:-ml-48:first-child {
  margin-left: -12rem;
}

.first\:-mt-56:first-child {
  margin-top: -14rem;
}

.first\:-mr-56:first-child {
  margin-right: -14rem;
}

.first\:-mb-56:first-child {
  margin-bottom: -14rem;
}

.first\:-ml-56:first-child {
  margin-left: -14rem;
}

.first\:-mt-64:first-child {
  margin-top: -16rem;
}

.first\:-mr-64:first-child {
  margin-right: -16rem;
}

.first\:-mb-64:first-child {
  margin-bottom: -16rem;
}

.first\:-ml-64:first-child {
  margin-left: -16rem;
}

.first\:-mt-75:first-child {
  margin-top: -18.75rem;
}

.first\:-mr-75:first-child {
  margin-right: -18.75rem;
}

.first\:-mb-75:first-child {
  margin-bottom: -18.75rem;
}

.first\:-ml-75:first-child {
  margin-left: -18.75rem;
}

.first\:-mt-px:first-child {
  margin-top: -1px;
}

.first\:-mr-px:first-child {
  margin-right: -1px;
}

.first\:-mb-px:first-child {
  margin-bottom: -1px;
}

.first\:-ml-px:first-child {
  margin-left: -1px;
}

.last\:m-0:last-child {
  margin: 0;
}

.last\:m-1:last-child {
  margin: 0.25rem;
}

.last\:m-2:last-child {
  margin: 0.5rem;
}

.last\:m-3:last-child {
  margin: 0.75rem;
}

.last\:m-4:last-child {
  margin: 1rem;
}

.last\:m-5:last-child {
  margin: 1.25rem;
}

.last\:m-6:last-child {
  margin: 1.5rem;
}

.last\:m-7:last-child {
  margin: 1.75rem;
}

.last\:m-8:last-child {
  margin: 2rem;
}

.last\:m-9:last-child {
  margin: 2.25rem;
}

.last\:m-10:last-child {
  margin: 2.5rem;
}

.last\:m-11:last-child {
  margin: 2.75rem;
}

.last\:m-12:last-child {
  margin: 3rem;
}

.last\:m-13:last-child {
  margin: 3.25rem;
}

.last\:m-14:last-child {
  margin: 3.5rem;
}

.last\:m-15:last-child {
  margin: 3.75rem;
}

.last\:m-16:last-child {
  margin: 4rem;
}

.last\:m-17:last-child {
  margin: 4.25rem;
}

.last\:m-18:last-child {
  margin: 4.5rem;
}

.last\:m-19:last-child {
  margin: 4.75rem;
}

.last\:m-20:last-child {
  margin: 5rem;
}

.last\:m-24:last-child {
  margin: 6rem;
}

.last\:m-32:last-child {
  margin: 8rem;
}

.last\:m-40:last-child {
  margin: 10rem;
}

.last\:m-48:last-child {
  margin: 12rem;
}

.last\:m-56:last-child {
  margin: 14rem;
}

.last\:m-64:last-child {
  margin: 16rem;
}

.last\:m-75:last-child {
  margin: 18.75rem;
}

.last\:m-auto:last-child {
  margin: auto;
}

.last\:m-px:last-child {
  margin: 1px;
}

.last\:-m-1:last-child {
  margin: -0.25rem;
}

.last\:-m-2:last-child {
  margin: -0.5rem;
}

.last\:-m-3:last-child {
  margin: -0.75rem;
}

.last\:-m-4:last-child {
  margin: -1rem;
}

.last\:-m-5:last-child {
  margin: -1.25rem;
}

.last\:-m-6:last-child {
  margin: -1.5rem;
}

.last\:-m-7:last-child {
  margin: -1.75rem;
}

.last\:-m-8:last-child {
  margin: -2rem;
}

.last\:-m-9:last-child {
  margin: -2.25rem;
}

.last\:-m-10:last-child {
  margin: -2.5rem;
}

.last\:-m-11:last-child {
  margin: -2.75rem;
}

.last\:-m-12:last-child {
  margin: -3rem;
}

.last\:-m-13:last-child {
  margin: -3.25rem;
}

.last\:-m-14:last-child {
  margin: -3.5rem;
}

.last\:-m-15:last-child {
  margin: -3.75rem;
}

.last\:-m-16:last-child {
  margin: -4rem;
}

.last\:-m-17:last-child {
  margin: -4.25rem;
}

.last\:-m-18:last-child {
  margin: -4.5rem;
}

.last\:-m-19:last-child {
  margin: -4.75rem;
}

.last\:-m-20:last-child {
  margin: -5rem;
}

.last\:-m-24:last-child {
  margin: -6rem;
}

.last\:-m-32:last-child {
  margin: -8rem;
}

.last\:-m-40:last-child {
  margin: -10rem;
}

.last\:-m-48:last-child {
  margin: -12rem;
}

.last\:-m-56:last-child {
  margin: -14rem;
}

.last\:-m-64:last-child {
  margin: -16rem;
}

.last\:-m-75:last-child {
  margin: -18.75rem;
}

.last\:-m-px:last-child {
  margin: -1px;
}

.last\:my-0:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.last\:mx-0:last-child {
  margin-left: 0;
  margin-right: 0;
}

.last\:my-1:last-child {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.last\:mx-1:last-child {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.last\:my-2:last-child {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.last\:mx-2:last-child {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.last\:my-3:last-child {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.last\:mx-3:last-child {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.last\:my-4:last-child {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.last\:mx-4:last-child {
  margin-left: 1rem;
  margin-right: 1rem;
}

.last\:my-5:last-child {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.last\:mx-5:last-child {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.last\:my-6:last-child {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.last\:mx-6:last-child {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.last\:my-7:last-child {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.last\:mx-7:last-child {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.last\:my-8:last-child {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.last\:mx-8:last-child {
  margin-left: 2rem;
  margin-right: 2rem;
}

.last\:my-9:last-child {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.last\:mx-9:last-child {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.last\:my-10:last-child {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.last\:mx-10:last-child {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.last\:my-11:last-child {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.last\:mx-11:last-child {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.last\:my-12:last-child {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.last\:mx-12:last-child {
  margin-left: 3rem;
  margin-right: 3rem;
}

.last\:my-13:last-child {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.last\:mx-13:last-child {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.last\:my-14:last-child {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.last\:mx-14:last-child {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.last\:my-15:last-child {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.last\:mx-15:last-child {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.last\:my-16:last-child {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.last\:mx-16:last-child {
  margin-left: 4rem;
  margin-right: 4rem;
}

.last\:my-17:last-child {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
}

.last\:mx-17:last-child {
  margin-left: 4.25rem;
  margin-right: 4.25rem;
}

.last\:my-18:last-child {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.last\:mx-18:last-child {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.last\:my-19:last-child {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.last\:mx-19:last-child {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.last\:my-20:last-child {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.last\:mx-20:last-child {
  margin-left: 5rem;
  margin-right: 5rem;
}

.last\:my-24:last-child {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.last\:mx-24:last-child {
  margin-left: 6rem;
  margin-right: 6rem;
}

.last\:my-32:last-child {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.last\:mx-32:last-child {
  margin-left: 8rem;
  margin-right: 8rem;
}

.last\:my-40:last-child {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.last\:mx-40:last-child {
  margin-left: 10rem;
  margin-right: 10rem;
}

.last\:my-48:last-child {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.last\:mx-48:last-child {
  margin-left: 12rem;
  margin-right: 12rem;
}

.last\:my-56:last-child {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.last\:mx-56:last-child {
  margin-left: 14rem;
  margin-right: 14rem;
}

.last\:my-64:last-child {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.last\:mx-64:last-child {
  margin-left: 16rem;
  margin-right: 16rem;
}

.last\:my-75:last-child {
  margin-top: 18.75rem;
  margin-bottom: 18.75rem;
}

.last\:mx-75:last-child {
  margin-left: 18.75rem;
  margin-right: 18.75rem;
}

.last\:my-auto:last-child {
  margin-top: auto;
  margin-bottom: auto;
}

.last\:mx-auto:last-child {
  margin-left: auto;
  margin-right: auto;
}

.last\:my-px:last-child {
  margin-top: 1px;
  margin-bottom: 1px;
}

.last\:mx-px:last-child {
  margin-left: 1px;
  margin-right: 1px;
}

.last\:-my-1:last-child {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.last\:-mx-1:last-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.last\:-my-2:last-child {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.last\:-mx-2:last-child {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.last\:-my-3:last-child {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.last\:-mx-3:last-child {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.last\:-my-4:last-child {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.last\:-mx-4:last-child {
  margin-left: -1rem;
  margin-right: -1rem;
}

.last\:-my-5:last-child {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.last\:-mx-5:last-child {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.last\:-my-6:last-child {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.last\:-mx-6:last-child {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.last\:-my-7:last-child {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.last\:-mx-7:last-child {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.last\:-my-8:last-child {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.last\:-mx-8:last-child {
  margin-left: -2rem;
  margin-right: -2rem;
}

.last\:-my-9:last-child {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.last\:-mx-9:last-child {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.last\:-my-10:last-child {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.last\:-mx-10:last-child {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.last\:-my-11:last-child {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.last\:-mx-11:last-child {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.last\:-my-12:last-child {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.last\:-mx-12:last-child {
  margin-left: -3rem;
  margin-right: -3rem;
}

.last\:-my-13:last-child {
  margin-top: -3.25rem;
  margin-bottom: -3.25rem;
}

.last\:-mx-13:last-child {
  margin-left: -3.25rem;
  margin-right: -3.25rem;
}

.last\:-my-14:last-child {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.last\:-mx-14:last-child {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.last\:-my-15:last-child {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.last\:-mx-15:last-child {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.last\:-my-16:last-child {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.last\:-mx-16:last-child {
  margin-left: -4rem;
  margin-right: -4rem;
}

.last\:-my-17:last-child {
  margin-top: -4.25rem;
  margin-bottom: -4.25rem;
}

.last\:-mx-17:last-child {
  margin-left: -4.25rem;
  margin-right: -4.25rem;
}

.last\:-my-18:last-child {
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

.last\:-mx-18:last-child {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

.last\:-my-19:last-child {
  margin-top: -4.75rem;
  margin-bottom: -4.75rem;
}

.last\:-mx-19:last-child {
  margin-left: -4.75rem;
  margin-right: -4.75rem;
}

.last\:-my-20:last-child {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.last\:-mx-20:last-child {
  margin-left: -5rem;
  margin-right: -5rem;
}

.last\:-my-24:last-child {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.last\:-mx-24:last-child {
  margin-left: -6rem;
  margin-right: -6rem;
}

.last\:-my-32:last-child {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.last\:-mx-32:last-child {
  margin-left: -8rem;
  margin-right: -8rem;
}

.last\:-my-40:last-child {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.last\:-mx-40:last-child {
  margin-left: -10rem;
  margin-right: -10rem;
}

.last\:-my-48:last-child {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.last\:-mx-48:last-child {
  margin-left: -12rem;
  margin-right: -12rem;
}

.last\:-my-56:last-child {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.last\:-mx-56:last-child {
  margin-left: -14rem;
  margin-right: -14rem;
}

.last\:-my-64:last-child {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.last\:-mx-64:last-child {
  margin-left: -16rem;
  margin-right: -16rem;
}

.last\:-my-75:last-child {
  margin-top: -18.75rem;
  margin-bottom: -18.75rem;
}

.last\:-mx-75:last-child {
  margin-left: -18.75rem;
  margin-right: -18.75rem;
}

.last\:-my-px:last-child {
  margin-top: -1px;
  margin-bottom: -1px;
}

.last\:-mx-px:last-child {
  margin-left: -1px;
  margin-right: -1px;
}

.last\:mt-0:last-child {
  margin-top: 0;
}

.last\:mr-0:last-child {
  margin-right: 0;
}

.last\:mb-0:last-child {
  margin-bottom: 0;
}

.last\:ml-0:last-child {
  margin-left: 0;
}

.last\:mt-1:last-child {
  margin-top: 0.25rem;
}

.last\:mr-1:last-child {
  margin-right: 0.25rem;
}

.last\:mb-1:last-child {
  margin-bottom: 0.25rem;
}

.last\:ml-1:last-child {
  margin-left: 0.25rem;
}

.last\:mt-2:last-child {
  margin-top: 0.5rem;
}

.last\:mr-2:last-child {
  margin-right: 0.5rem;
}

.last\:mb-2:last-child {
  margin-bottom: 0.5rem;
}

.last\:ml-2:last-child {
  margin-left: 0.5rem;
}

.last\:mt-3:last-child {
  margin-top: 0.75rem;
}

.last\:mr-3:last-child {
  margin-right: 0.75rem;
}

.last\:mb-3:last-child {
  margin-bottom: 0.75rem;
}

.last\:ml-3:last-child {
  margin-left: 0.75rem;
}

.last\:mt-4:last-child {
  margin-top: 1rem;
}

.last\:mr-4:last-child {
  margin-right: 1rem;
}

.last\:mb-4:last-child {
  margin-bottom: 1rem;
}

.last\:ml-4:last-child {
  margin-left: 1rem;
}

.last\:mt-5:last-child {
  margin-top: 1.25rem;
}

.last\:mr-5:last-child {
  margin-right: 1.25rem;
}

.last\:mb-5:last-child {
  margin-bottom: 1.25rem;
}

.last\:ml-5:last-child {
  margin-left: 1.25rem;
}

.last\:mt-6:last-child {
  margin-top: 1.5rem;
}

.last\:mr-6:last-child {
  margin-right: 1.5rem;
}

.last\:mb-6:last-child {
  margin-bottom: 1.5rem;
}

.last\:ml-6:last-child {
  margin-left: 1.5rem;
}

.last\:mt-7:last-child {
  margin-top: 1.75rem;
}

.last\:mr-7:last-child {
  margin-right: 1.75rem;
}

.last\:mb-7:last-child {
  margin-bottom: 1.75rem;
}

.last\:ml-7:last-child {
  margin-left: 1.75rem;
}

.last\:mt-8:last-child {
  margin-top: 2rem;
}

.last\:mr-8:last-child {
  margin-right: 2rem;
}

.last\:mb-8:last-child {
  margin-bottom: 2rem;
}

.last\:ml-8:last-child {
  margin-left: 2rem;
}

.last\:mt-9:last-child {
  margin-top: 2.25rem;
}

.last\:mr-9:last-child {
  margin-right: 2.25rem;
}

.last\:mb-9:last-child {
  margin-bottom: 2.25rem;
}

.last\:ml-9:last-child {
  margin-left: 2.25rem;
}

.last\:mt-10:last-child {
  margin-top: 2.5rem;
}

.last\:mr-10:last-child {
  margin-right: 2.5rem;
}

.last\:mb-10:last-child {
  margin-bottom: 2.5rem;
}

.last\:ml-10:last-child {
  margin-left: 2.5rem;
}

.last\:mt-11:last-child {
  margin-top: 2.75rem;
}

.last\:mr-11:last-child {
  margin-right: 2.75rem;
}

.last\:mb-11:last-child {
  margin-bottom: 2.75rem;
}

.last\:ml-11:last-child {
  margin-left: 2.75rem;
}

.last\:mt-12:last-child {
  margin-top: 3rem;
}

.last\:mr-12:last-child {
  margin-right: 3rem;
}

.last\:mb-12:last-child {
  margin-bottom: 3rem;
}

.last\:ml-12:last-child {
  margin-left: 3rem;
}

.last\:mt-13:last-child {
  margin-top: 3.25rem;
}

.last\:mr-13:last-child {
  margin-right: 3.25rem;
}

.last\:mb-13:last-child {
  margin-bottom: 3.25rem;
}

.last\:ml-13:last-child {
  margin-left: 3.25rem;
}

.last\:mt-14:last-child {
  margin-top: 3.5rem;
}

.last\:mr-14:last-child {
  margin-right: 3.5rem;
}

.last\:mb-14:last-child {
  margin-bottom: 3.5rem;
}

.last\:ml-14:last-child {
  margin-left: 3.5rem;
}

.last\:mt-15:last-child {
  margin-top: 3.75rem;
}

.last\:mr-15:last-child {
  margin-right: 3.75rem;
}

.last\:mb-15:last-child {
  margin-bottom: 3.75rem;
}

.last\:ml-15:last-child {
  margin-left: 3.75rem;
}

.last\:mt-16:last-child {
  margin-top: 4rem;
}

.last\:mr-16:last-child {
  margin-right: 4rem;
}

.last\:mb-16:last-child {
  margin-bottom: 4rem;
}

.last\:ml-16:last-child {
  margin-left: 4rem;
}

.last\:mt-17:last-child {
  margin-top: 4.25rem;
}

.last\:mr-17:last-child {
  margin-right: 4.25rem;
}

.last\:mb-17:last-child {
  margin-bottom: 4.25rem;
}

.last\:ml-17:last-child {
  margin-left: 4.25rem;
}

.last\:mt-18:last-child {
  margin-top: 4.5rem;
}

.last\:mr-18:last-child {
  margin-right: 4.5rem;
}

.last\:mb-18:last-child {
  margin-bottom: 4.5rem;
}

.last\:ml-18:last-child {
  margin-left: 4.5rem;
}

.last\:mt-19:last-child {
  margin-top: 4.75rem;
}

.last\:mr-19:last-child {
  margin-right: 4.75rem;
}

.last\:mb-19:last-child {
  margin-bottom: 4.75rem;
}

.last\:ml-19:last-child {
  margin-left: 4.75rem;
}

.last\:mt-20:last-child {
  margin-top: 5rem;
}

.last\:mr-20:last-child {
  margin-right: 5rem;
}

.last\:mb-20:last-child {
  margin-bottom: 5rem;
}

.last\:ml-20:last-child {
  margin-left: 5rem;
}

.last\:mt-24:last-child {
  margin-top: 6rem;
}

.last\:mr-24:last-child {
  margin-right: 6rem;
}

.last\:mb-24:last-child {
  margin-bottom: 6rem;
}

.last\:ml-24:last-child {
  margin-left: 6rem;
}

.last\:mt-32:last-child {
  margin-top: 8rem;
}

.last\:mr-32:last-child {
  margin-right: 8rem;
}

.last\:mb-32:last-child {
  margin-bottom: 8rem;
}

.last\:ml-32:last-child {
  margin-left: 8rem;
}

.last\:mt-40:last-child {
  margin-top: 10rem;
}

.last\:mr-40:last-child {
  margin-right: 10rem;
}

.last\:mb-40:last-child {
  margin-bottom: 10rem;
}

.last\:ml-40:last-child {
  margin-left: 10rem;
}

.last\:mt-48:last-child {
  margin-top: 12rem;
}

.last\:mr-48:last-child {
  margin-right: 12rem;
}

.last\:mb-48:last-child {
  margin-bottom: 12rem;
}

.last\:ml-48:last-child {
  margin-left: 12rem;
}

.last\:mt-56:last-child {
  margin-top: 14rem;
}

.last\:mr-56:last-child {
  margin-right: 14rem;
}

.last\:mb-56:last-child {
  margin-bottom: 14rem;
}

.last\:ml-56:last-child {
  margin-left: 14rem;
}

.last\:mt-64:last-child {
  margin-top: 16rem;
}

.last\:mr-64:last-child {
  margin-right: 16rem;
}

.last\:mb-64:last-child {
  margin-bottom: 16rem;
}

.last\:ml-64:last-child {
  margin-left: 16rem;
}

.last\:mt-75:last-child {
  margin-top: 18.75rem;
}

.last\:mr-75:last-child {
  margin-right: 18.75rem;
}

.last\:mb-75:last-child {
  margin-bottom: 18.75rem;
}

.last\:ml-75:last-child {
  margin-left: 18.75rem;
}

.last\:mt-auto:last-child {
  margin-top: auto;
}

.last\:mr-auto:last-child {
  margin-right: auto;
}

.last\:mb-auto:last-child {
  margin-bottom: auto;
}

.last\:ml-auto:last-child {
  margin-left: auto;
}

.last\:mt-px:last-child {
  margin-top: 1px;
}

.last\:mr-px:last-child {
  margin-right: 1px;
}

.last\:mb-px:last-child {
  margin-bottom: 1px;
}

.last\:ml-px:last-child {
  margin-left: 1px;
}

.last\:-mt-1:last-child {
  margin-top: -0.25rem;
}

.last\:-mr-1:last-child {
  margin-right: -0.25rem;
}

.last\:-mb-1:last-child {
  margin-bottom: -0.25rem;
}

.last\:-ml-1:last-child {
  margin-left: -0.25rem;
}

.last\:-mt-2:last-child {
  margin-top: -0.5rem;
}

.last\:-mr-2:last-child {
  margin-right: -0.5rem;
}

.last\:-mb-2:last-child {
  margin-bottom: -0.5rem;
}

.last\:-ml-2:last-child {
  margin-left: -0.5rem;
}

.last\:-mt-3:last-child {
  margin-top: -0.75rem;
}

.last\:-mr-3:last-child {
  margin-right: -0.75rem;
}

.last\:-mb-3:last-child {
  margin-bottom: -0.75rem;
}

.last\:-ml-3:last-child {
  margin-left: -0.75rem;
}

.last\:-mt-4:last-child {
  margin-top: -1rem;
}

.last\:-mr-4:last-child {
  margin-right: -1rem;
}

.last\:-mb-4:last-child {
  margin-bottom: -1rem;
}

.last\:-ml-4:last-child {
  margin-left: -1rem;
}

.last\:-mt-5:last-child {
  margin-top: -1.25rem;
}

.last\:-mr-5:last-child {
  margin-right: -1.25rem;
}

.last\:-mb-5:last-child {
  margin-bottom: -1.25rem;
}

.last\:-ml-5:last-child {
  margin-left: -1.25rem;
}

.last\:-mt-6:last-child {
  margin-top: -1.5rem;
}

.last\:-mr-6:last-child {
  margin-right: -1.5rem;
}

.last\:-mb-6:last-child {
  margin-bottom: -1.5rem;
}

.last\:-ml-6:last-child {
  margin-left: -1.5rem;
}

.last\:-mt-7:last-child {
  margin-top: -1.75rem;
}

.last\:-mr-7:last-child {
  margin-right: -1.75rem;
}

.last\:-mb-7:last-child {
  margin-bottom: -1.75rem;
}

.last\:-ml-7:last-child {
  margin-left: -1.75rem;
}

.last\:-mt-8:last-child {
  margin-top: -2rem;
}

.last\:-mr-8:last-child {
  margin-right: -2rem;
}

.last\:-mb-8:last-child {
  margin-bottom: -2rem;
}

.last\:-ml-8:last-child {
  margin-left: -2rem;
}

.last\:-mt-9:last-child {
  margin-top: -2.25rem;
}

.last\:-mr-9:last-child {
  margin-right: -2.25rem;
}

.last\:-mb-9:last-child {
  margin-bottom: -2.25rem;
}

.last\:-ml-9:last-child {
  margin-left: -2.25rem;
}

.last\:-mt-10:last-child {
  margin-top: -2.5rem;
}

.last\:-mr-10:last-child {
  margin-right: -2.5rem;
}

.last\:-mb-10:last-child {
  margin-bottom: -2.5rem;
}

.last\:-ml-10:last-child {
  margin-left: -2.5rem;
}

.last\:-mt-11:last-child {
  margin-top: -2.75rem;
}

.last\:-mr-11:last-child {
  margin-right: -2.75rem;
}

.last\:-mb-11:last-child {
  margin-bottom: -2.75rem;
}

.last\:-ml-11:last-child {
  margin-left: -2.75rem;
}

.last\:-mt-12:last-child {
  margin-top: -3rem;
}

.last\:-mr-12:last-child {
  margin-right: -3rem;
}

.last\:-mb-12:last-child {
  margin-bottom: -3rem;
}

.last\:-ml-12:last-child {
  margin-left: -3rem;
}

.last\:-mt-13:last-child {
  margin-top: -3.25rem;
}

.last\:-mr-13:last-child {
  margin-right: -3.25rem;
}

.last\:-mb-13:last-child {
  margin-bottom: -3.25rem;
}

.last\:-ml-13:last-child {
  margin-left: -3.25rem;
}

.last\:-mt-14:last-child {
  margin-top: -3.5rem;
}

.last\:-mr-14:last-child {
  margin-right: -3.5rem;
}

.last\:-mb-14:last-child {
  margin-bottom: -3.5rem;
}

.last\:-ml-14:last-child {
  margin-left: -3.5rem;
}

.last\:-mt-15:last-child {
  margin-top: -3.75rem;
}

.last\:-mr-15:last-child {
  margin-right: -3.75rem;
}

.last\:-mb-15:last-child {
  margin-bottom: -3.75rem;
}

.last\:-ml-15:last-child {
  margin-left: -3.75rem;
}

.last\:-mt-16:last-child {
  margin-top: -4rem;
}

.last\:-mr-16:last-child {
  margin-right: -4rem;
}

.last\:-mb-16:last-child {
  margin-bottom: -4rem;
}

.last\:-ml-16:last-child {
  margin-left: -4rem;
}

.last\:-mt-17:last-child {
  margin-top: -4.25rem;
}

.last\:-mr-17:last-child {
  margin-right: -4.25rem;
}

.last\:-mb-17:last-child {
  margin-bottom: -4.25rem;
}

.last\:-ml-17:last-child {
  margin-left: -4.25rem;
}

.last\:-mt-18:last-child {
  margin-top: -4.5rem;
}

.last\:-mr-18:last-child {
  margin-right: -4.5rem;
}

.last\:-mb-18:last-child {
  margin-bottom: -4.5rem;
}

.last\:-ml-18:last-child {
  margin-left: -4.5rem;
}

.last\:-mt-19:last-child {
  margin-top: -4.75rem;
}

.last\:-mr-19:last-child {
  margin-right: -4.75rem;
}

.last\:-mb-19:last-child {
  margin-bottom: -4.75rem;
}

.last\:-ml-19:last-child {
  margin-left: -4.75rem;
}

.last\:-mt-20:last-child {
  margin-top: -5rem;
}

.last\:-mr-20:last-child {
  margin-right: -5rem;
}

.last\:-mb-20:last-child {
  margin-bottom: -5rem;
}

.last\:-ml-20:last-child {
  margin-left: -5rem;
}

.last\:-mt-24:last-child {
  margin-top: -6rem;
}

.last\:-mr-24:last-child {
  margin-right: -6rem;
}

.last\:-mb-24:last-child {
  margin-bottom: -6rem;
}

.last\:-ml-24:last-child {
  margin-left: -6rem;
}

.last\:-mt-32:last-child {
  margin-top: -8rem;
}

.last\:-mr-32:last-child {
  margin-right: -8rem;
}

.last\:-mb-32:last-child {
  margin-bottom: -8rem;
}

.last\:-ml-32:last-child {
  margin-left: -8rem;
}

.last\:-mt-40:last-child {
  margin-top: -10rem;
}

.last\:-mr-40:last-child {
  margin-right: -10rem;
}

.last\:-mb-40:last-child {
  margin-bottom: -10rem;
}

.last\:-ml-40:last-child {
  margin-left: -10rem;
}

.last\:-mt-48:last-child {
  margin-top: -12rem;
}

.last\:-mr-48:last-child {
  margin-right: -12rem;
}

.last\:-mb-48:last-child {
  margin-bottom: -12rem;
}

.last\:-ml-48:last-child {
  margin-left: -12rem;
}

.last\:-mt-56:last-child {
  margin-top: -14rem;
}

.last\:-mr-56:last-child {
  margin-right: -14rem;
}

.last\:-mb-56:last-child {
  margin-bottom: -14rem;
}

.last\:-ml-56:last-child {
  margin-left: -14rem;
}

.last\:-mt-64:last-child {
  margin-top: -16rem;
}

.last\:-mr-64:last-child {
  margin-right: -16rem;
}

.last\:-mb-64:last-child {
  margin-bottom: -16rem;
}

.last\:-ml-64:last-child {
  margin-left: -16rem;
}

.last\:-mt-75:last-child {
  margin-top: -18.75rem;
}

.last\:-mr-75:last-child {
  margin-right: -18.75rem;
}

.last\:-mb-75:last-child {
  margin-bottom: -18.75rem;
}

.last\:-ml-75:last-child {
  margin-left: -18.75rem;
}

.last\:-mt-px:last-child {
  margin-top: -1px;
}

.last\:-mr-px:last-child {
  margin-right: -1px;
}

.last\:-mb-px:last-child {
  margin-bottom: -1px;
}

.last\:-ml-px:last-child {
  margin-left: -1px;
}

.hover\:m-0:hover {
  margin: 0;
}

.hover\:m-1:hover {
  margin: 0.25rem;
}

.hover\:m-2:hover {
  margin: 0.5rem;
}

.hover\:m-3:hover {
  margin: 0.75rem;
}

.hover\:m-4:hover {
  margin: 1rem;
}

.hover\:m-5:hover {
  margin: 1.25rem;
}

.hover\:m-6:hover {
  margin: 1.5rem;
}

.hover\:m-7:hover {
  margin: 1.75rem;
}

.hover\:m-8:hover {
  margin: 2rem;
}

.hover\:m-9:hover {
  margin: 2.25rem;
}

.hover\:m-10:hover {
  margin: 2.5rem;
}

.hover\:m-11:hover {
  margin: 2.75rem;
}

.hover\:m-12:hover {
  margin: 3rem;
}

.hover\:m-13:hover {
  margin: 3.25rem;
}

.hover\:m-14:hover {
  margin: 3.5rem;
}

.hover\:m-15:hover {
  margin: 3.75rem;
}

.hover\:m-16:hover {
  margin: 4rem;
}

.hover\:m-17:hover {
  margin: 4.25rem;
}

.hover\:m-18:hover {
  margin: 4.5rem;
}

.hover\:m-19:hover {
  margin: 4.75rem;
}

.hover\:m-20:hover {
  margin: 5rem;
}

.hover\:m-24:hover {
  margin: 6rem;
}

.hover\:m-32:hover {
  margin: 8rem;
}

.hover\:m-40:hover {
  margin: 10rem;
}

.hover\:m-48:hover {
  margin: 12rem;
}

.hover\:m-56:hover {
  margin: 14rem;
}

.hover\:m-64:hover {
  margin: 16rem;
}

.hover\:m-75:hover {
  margin: 18.75rem;
}

.hover\:m-auto:hover {
  margin: auto;
}

.hover\:m-px:hover {
  margin: 1px;
}

.hover\:-m-1:hover {
  margin: -0.25rem;
}

.hover\:-m-2:hover {
  margin: -0.5rem;
}

.hover\:-m-3:hover {
  margin: -0.75rem;
}

.hover\:-m-4:hover {
  margin: -1rem;
}

.hover\:-m-5:hover {
  margin: -1.25rem;
}

.hover\:-m-6:hover {
  margin: -1.5rem;
}

.hover\:-m-7:hover {
  margin: -1.75rem;
}

.hover\:-m-8:hover {
  margin: -2rem;
}

.hover\:-m-9:hover {
  margin: -2.25rem;
}

.hover\:-m-10:hover {
  margin: -2.5rem;
}

.hover\:-m-11:hover {
  margin: -2.75rem;
}

.hover\:-m-12:hover {
  margin: -3rem;
}

.hover\:-m-13:hover {
  margin: -3.25rem;
}

.hover\:-m-14:hover {
  margin: -3.5rem;
}

.hover\:-m-15:hover {
  margin: -3.75rem;
}

.hover\:-m-16:hover {
  margin: -4rem;
}

.hover\:-m-17:hover {
  margin: -4.25rem;
}

.hover\:-m-18:hover {
  margin: -4.5rem;
}

.hover\:-m-19:hover {
  margin: -4.75rem;
}

.hover\:-m-20:hover {
  margin: -5rem;
}

.hover\:-m-24:hover {
  margin: -6rem;
}

.hover\:-m-32:hover {
  margin: -8rem;
}

.hover\:-m-40:hover {
  margin: -10rem;
}

.hover\:-m-48:hover {
  margin: -12rem;
}

.hover\:-m-56:hover {
  margin: -14rem;
}

.hover\:-m-64:hover {
  margin: -16rem;
}

.hover\:-m-75:hover {
  margin: -18.75rem;
}

.hover\:-m-px:hover {
  margin: -1px;
}

.hover\:my-0:hover {
  margin-top: 0;
  margin-bottom: 0;
}

.hover\:mx-0:hover {
  margin-left: 0;
  margin-right: 0;
}

.hover\:my-1:hover {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.hover\:mx-1:hover {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.hover\:my-2:hover {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.hover\:mx-2:hover {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.hover\:my-3:hover {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.hover\:mx-3:hover {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.hover\:my-4:hover {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hover\:mx-4:hover {
  margin-left: 1rem;
  margin-right: 1rem;
}

.hover\:my-5:hover {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.hover\:mx-5:hover {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.hover\:my-6:hover {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.hover\:mx-6:hover {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.hover\:my-7:hover {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.hover\:mx-7:hover {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.hover\:my-8:hover {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hover\:mx-8:hover {
  margin-left: 2rem;
  margin-right: 2rem;
}

.hover\:my-9:hover {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.hover\:mx-9:hover {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.hover\:my-10:hover {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.hover\:mx-10:hover {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.hover\:my-11:hover {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.hover\:mx-11:hover {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.hover\:my-12:hover {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.hover\:mx-12:hover {
  margin-left: 3rem;
  margin-right: 3rem;
}

.hover\:my-13:hover {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.hover\:mx-13:hover {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.hover\:my-14:hover {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.hover\:mx-14:hover {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.hover\:my-15:hover {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.hover\:mx-15:hover {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.hover\:my-16:hover {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.hover\:mx-16:hover {
  margin-left: 4rem;
  margin-right: 4rem;
}

.hover\:my-17:hover {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
}

.hover\:mx-17:hover {
  margin-left: 4.25rem;
  margin-right: 4.25rem;
}

.hover\:my-18:hover {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.hover\:mx-18:hover {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.hover\:my-19:hover {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.hover\:mx-19:hover {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.hover\:my-20:hover {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.hover\:mx-20:hover {
  margin-left: 5rem;
  margin-right: 5rem;
}

.hover\:my-24:hover {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.hover\:mx-24:hover {
  margin-left: 6rem;
  margin-right: 6rem;
}

.hover\:my-32:hover {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.hover\:mx-32:hover {
  margin-left: 8rem;
  margin-right: 8rem;
}

.hover\:my-40:hover {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.hover\:mx-40:hover {
  margin-left: 10rem;
  margin-right: 10rem;
}

.hover\:my-48:hover {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.hover\:mx-48:hover {
  margin-left: 12rem;
  margin-right: 12rem;
}

.hover\:my-56:hover {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.hover\:mx-56:hover {
  margin-left: 14rem;
  margin-right: 14rem;
}

.hover\:my-64:hover {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.hover\:mx-64:hover {
  margin-left: 16rem;
  margin-right: 16rem;
}

.hover\:my-75:hover {
  margin-top: 18.75rem;
  margin-bottom: 18.75rem;
}

.hover\:mx-75:hover {
  margin-left: 18.75rem;
  margin-right: 18.75rem;
}

.hover\:my-auto:hover {
  margin-top: auto;
  margin-bottom: auto;
}

.hover\:mx-auto:hover {
  margin-left: auto;
  margin-right: auto;
}

.hover\:my-px:hover {
  margin-top: 1px;
  margin-bottom: 1px;
}

.hover\:mx-px:hover {
  margin-left: 1px;
  margin-right: 1px;
}

.hover\:-my-1:hover {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.hover\:-mx-1:hover {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.hover\:-my-2:hover {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.hover\:-mx-2:hover {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.hover\:-my-3:hover {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.hover\:-mx-3:hover {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.hover\:-my-4:hover {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.hover\:-mx-4:hover {
  margin-left: -1rem;
  margin-right: -1rem;
}

.hover\:-my-5:hover {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.hover\:-mx-5:hover {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.hover\:-my-6:hover {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.hover\:-mx-6:hover {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.hover\:-my-7:hover {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.hover\:-mx-7:hover {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.hover\:-my-8:hover {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.hover\:-mx-8:hover {
  margin-left: -2rem;
  margin-right: -2rem;
}

.hover\:-my-9:hover {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.hover\:-mx-9:hover {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.hover\:-my-10:hover {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.hover\:-mx-10:hover {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.hover\:-my-11:hover {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.hover\:-mx-11:hover {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.hover\:-my-12:hover {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.hover\:-mx-12:hover {
  margin-left: -3rem;
  margin-right: -3rem;
}

.hover\:-my-13:hover {
  margin-top: -3.25rem;
  margin-bottom: -3.25rem;
}

.hover\:-mx-13:hover {
  margin-left: -3.25rem;
  margin-right: -3.25rem;
}

.hover\:-my-14:hover {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.hover\:-mx-14:hover {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.hover\:-my-15:hover {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.hover\:-mx-15:hover {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.hover\:-my-16:hover {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.hover\:-mx-16:hover {
  margin-left: -4rem;
  margin-right: -4rem;
}

.hover\:-my-17:hover {
  margin-top: -4.25rem;
  margin-bottom: -4.25rem;
}

.hover\:-mx-17:hover {
  margin-left: -4.25rem;
  margin-right: -4.25rem;
}

.hover\:-my-18:hover {
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

.hover\:-mx-18:hover {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

.hover\:-my-19:hover {
  margin-top: -4.75rem;
  margin-bottom: -4.75rem;
}

.hover\:-mx-19:hover {
  margin-left: -4.75rem;
  margin-right: -4.75rem;
}

.hover\:-my-20:hover {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.hover\:-mx-20:hover {
  margin-left: -5rem;
  margin-right: -5rem;
}

.hover\:-my-24:hover {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.hover\:-mx-24:hover {
  margin-left: -6rem;
  margin-right: -6rem;
}

.hover\:-my-32:hover {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.hover\:-mx-32:hover {
  margin-left: -8rem;
  margin-right: -8rem;
}

.hover\:-my-40:hover {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.hover\:-mx-40:hover {
  margin-left: -10rem;
  margin-right: -10rem;
}

.hover\:-my-48:hover {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.hover\:-mx-48:hover {
  margin-left: -12rem;
  margin-right: -12rem;
}

.hover\:-my-56:hover {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.hover\:-mx-56:hover {
  margin-left: -14rem;
  margin-right: -14rem;
}

.hover\:-my-64:hover {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.hover\:-mx-64:hover {
  margin-left: -16rem;
  margin-right: -16rem;
}

.hover\:-my-75:hover {
  margin-top: -18.75rem;
  margin-bottom: -18.75rem;
}

.hover\:-mx-75:hover {
  margin-left: -18.75rem;
  margin-right: -18.75rem;
}

.hover\:-my-px:hover {
  margin-top: -1px;
  margin-bottom: -1px;
}

.hover\:-mx-px:hover {
  margin-left: -1px;
  margin-right: -1px;
}

.hover\:mt-0:hover {
  margin-top: 0;
}

.hover\:mr-0:hover {
  margin-right: 0;
}

.hover\:mb-0:hover {
  margin-bottom: 0;
}

.hover\:ml-0:hover {
  margin-left: 0;
}

.hover\:mt-1:hover {
  margin-top: 0.25rem;
}

.hover\:mr-1:hover {
  margin-right: 0.25rem;
}

.hover\:mb-1:hover {
  margin-bottom: 0.25rem;
}

.hover\:ml-1:hover {
  margin-left: 0.25rem;
}

.hover\:mt-2:hover {
  margin-top: 0.5rem;
}

.hover\:mr-2:hover {
  margin-right: 0.5rem;
}

.hover\:mb-2:hover {
  margin-bottom: 0.5rem;
}

.hover\:ml-2:hover {
  margin-left: 0.5rem;
}

.hover\:mt-3:hover {
  margin-top: 0.75rem;
}

.hover\:mr-3:hover {
  margin-right: 0.75rem;
}

.hover\:mb-3:hover {
  margin-bottom: 0.75rem;
}

.hover\:ml-3:hover {
  margin-left: 0.75rem;
}

.hover\:mt-4:hover {
  margin-top: 1rem;
}

.hover\:mr-4:hover {
  margin-right: 1rem;
}

.hover\:mb-4:hover {
  margin-bottom: 1rem;
}

.hover\:ml-4:hover {
  margin-left: 1rem;
}

.hover\:mt-5:hover {
  margin-top: 1.25rem;
}

.hover\:mr-5:hover {
  margin-right: 1.25rem;
}

.hover\:mb-5:hover {
  margin-bottom: 1.25rem;
}

.hover\:ml-5:hover {
  margin-left: 1.25rem;
}

.hover\:mt-6:hover {
  margin-top: 1.5rem;
}

.hover\:mr-6:hover {
  margin-right: 1.5rem;
}

.hover\:mb-6:hover {
  margin-bottom: 1.5rem;
}

.hover\:ml-6:hover {
  margin-left: 1.5rem;
}

.hover\:mt-7:hover {
  margin-top: 1.75rem;
}

.hover\:mr-7:hover {
  margin-right: 1.75rem;
}

.hover\:mb-7:hover {
  margin-bottom: 1.75rem;
}

.hover\:ml-7:hover {
  margin-left: 1.75rem;
}

.hover\:mt-8:hover {
  margin-top: 2rem;
}

.hover\:mr-8:hover {
  margin-right: 2rem;
}

.hover\:mb-8:hover {
  margin-bottom: 2rem;
}

.hover\:ml-8:hover {
  margin-left: 2rem;
}

.hover\:mt-9:hover {
  margin-top: 2.25rem;
}

.hover\:mr-9:hover {
  margin-right: 2.25rem;
}

.hover\:mb-9:hover {
  margin-bottom: 2.25rem;
}

.hover\:ml-9:hover {
  margin-left: 2.25rem;
}

.hover\:mt-10:hover {
  margin-top: 2.5rem;
}

.hover\:mr-10:hover {
  margin-right: 2.5rem;
}

.hover\:mb-10:hover {
  margin-bottom: 2.5rem;
}

.hover\:ml-10:hover {
  margin-left: 2.5rem;
}

.hover\:mt-11:hover {
  margin-top: 2.75rem;
}

.hover\:mr-11:hover {
  margin-right: 2.75rem;
}

.hover\:mb-11:hover {
  margin-bottom: 2.75rem;
}

.hover\:ml-11:hover {
  margin-left: 2.75rem;
}

.hover\:mt-12:hover {
  margin-top: 3rem;
}

.hover\:mr-12:hover {
  margin-right: 3rem;
}

.hover\:mb-12:hover {
  margin-bottom: 3rem;
}

.hover\:ml-12:hover {
  margin-left: 3rem;
}

.hover\:mt-13:hover {
  margin-top: 3.25rem;
}

.hover\:mr-13:hover {
  margin-right: 3.25rem;
}

.hover\:mb-13:hover {
  margin-bottom: 3.25rem;
}

.hover\:ml-13:hover {
  margin-left: 3.25rem;
}

.hover\:mt-14:hover {
  margin-top: 3.5rem;
}

.hover\:mr-14:hover {
  margin-right: 3.5rem;
}

.hover\:mb-14:hover {
  margin-bottom: 3.5rem;
}

.hover\:ml-14:hover {
  margin-left: 3.5rem;
}

.hover\:mt-15:hover {
  margin-top: 3.75rem;
}

.hover\:mr-15:hover {
  margin-right: 3.75rem;
}

.hover\:mb-15:hover {
  margin-bottom: 3.75rem;
}

.hover\:ml-15:hover {
  margin-left: 3.75rem;
}

.hover\:mt-16:hover {
  margin-top: 4rem;
}

.hover\:mr-16:hover {
  margin-right: 4rem;
}

.hover\:mb-16:hover {
  margin-bottom: 4rem;
}

.hover\:ml-16:hover {
  margin-left: 4rem;
}

.hover\:mt-17:hover {
  margin-top: 4.25rem;
}

.hover\:mr-17:hover {
  margin-right: 4.25rem;
}

.hover\:mb-17:hover {
  margin-bottom: 4.25rem;
}

.hover\:ml-17:hover {
  margin-left: 4.25rem;
}

.hover\:mt-18:hover {
  margin-top: 4.5rem;
}

.hover\:mr-18:hover {
  margin-right: 4.5rem;
}

.hover\:mb-18:hover {
  margin-bottom: 4.5rem;
}

.hover\:ml-18:hover {
  margin-left: 4.5rem;
}

.hover\:mt-19:hover {
  margin-top: 4.75rem;
}

.hover\:mr-19:hover {
  margin-right: 4.75rem;
}

.hover\:mb-19:hover {
  margin-bottom: 4.75rem;
}

.hover\:ml-19:hover {
  margin-left: 4.75rem;
}

.hover\:mt-20:hover {
  margin-top: 5rem;
}

.hover\:mr-20:hover {
  margin-right: 5rem;
}

.hover\:mb-20:hover {
  margin-bottom: 5rem;
}

.hover\:ml-20:hover {
  margin-left: 5rem;
}

.hover\:mt-24:hover {
  margin-top: 6rem;
}

.hover\:mr-24:hover {
  margin-right: 6rem;
}

.hover\:mb-24:hover {
  margin-bottom: 6rem;
}

.hover\:ml-24:hover {
  margin-left: 6rem;
}

.hover\:mt-32:hover {
  margin-top: 8rem;
}

.hover\:mr-32:hover {
  margin-right: 8rem;
}

.hover\:mb-32:hover {
  margin-bottom: 8rem;
}

.hover\:ml-32:hover {
  margin-left: 8rem;
}

.hover\:mt-40:hover {
  margin-top: 10rem;
}

.hover\:mr-40:hover {
  margin-right: 10rem;
}

.hover\:mb-40:hover {
  margin-bottom: 10rem;
}

.hover\:ml-40:hover {
  margin-left: 10rem;
}

.hover\:mt-48:hover {
  margin-top: 12rem;
}

.hover\:mr-48:hover {
  margin-right: 12rem;
}

.hover\:mb-48:hover {
  margin-bottom: 12rem;
}

.hover\:ml-48:hover {
  margin-left: 12rem;
}

.hover\:mt-56:hover {
  margin-top: 14rem;
}

.hover\:mr-56:hover {
  margin-right: 14rem;
}

.hover\:mb-56:hover {
  margin-bottom: 14rem;
}

.hover\:ml-56:hover {
  margin-left: 14rem;
}

.hover\:mt-64:hover {
  margin-top: 16rem;
}

.hover\:mr-64:hover {
  margin-right: 16rem;
}

.hover\:mb-64:hover {
  margin-bottom: 16rem;
}

.hover\:ml-64:hover {
  margin-left: 16rem;
}

.hover\:mt-75:hover {
  margin-top: 18.75rem;
}

.hover\:mr-75:hover {
  margin-right: 18.75rem;
}

.hover\:mb-75:hover {
  margin-bottom: 18.75rem;
}

.hover\:ml-75:hover {
  margin-left: 18.75rem;
}

.hover\:mt-auto:hover {
  margin-top: auto;
}

.hover\:mr-auto:hover {
  margin-right: auto;
}

.hover\:mb-auto:hover {
  margin-bottom: auto;
}

.hover\:ml-auto:hover {
  margin-left: auto;
}

.hover\:mt-px:hover {
  margin-top: 1px;
}

.hover\:mr-px:hover {
  margin-right: 1px;
}

.hover\:mb-px:hover {
  margin-bottom: 1px;
}

.hover\:ml-px:hover {
  margin-left: 1px;
}

.hover\:-mt-1:hover {
  margin-top: -0.25rem;
}

.hover\:-mr-1:hover {
  margin-right: -0.25rem;
}

.hover\:-mb-1:hover {
  margin-bottom: -0.25rem;
}

.hover\:-ml-1:hover {
  margin-left: -0.25rem;
}

.hover\:-mt-2:hover {
  margin-top: -0.5rem;
}

.hover\:-mr-2:hover {
  margin-right: -0.5rem;
}

.hover\:-mb-2:hover {
  margin-bottom: -0.5rem;
}

.hover\:-ml-2:hover {
  margin-left: -0.5rem;
}

.hover\:-mt-3:hover {
  margin-top: -0.75rem;
}

.hover\:-mr-3:hover {
  margin-right: -0.75rem;
}

.hover\:-mb-3:hover {
  margin-bottom: -0.75rem;
}

.hover\:-ml-3:hover {
  margin-left: -0.75rem;
}

.hover\:-mt-4:hover {
  margin-top: -1rem;
}

.hover\:-mr-4:hover {
  margin-right: -1rem;
}

.hover\:-mb-4:hover {
  margin-bottom: -1rem;
}

.hover\:-ml-4:hover {
  margin-left: -1rem;
}

.hover\:-mt-5:hover {
  margin-top: -1.25rem;
}

.hover\:-mr-5:hover {
  margin-right: -1.25rem;
}

.hover\:-mb-5:hover {
  margin-bottom: -1.25rem;
}

.hover\:-ml-5:hover {
  margin-left: -1.25rem;
}

.hover\:-mt-6:hover {
  margin-top: -1.5rem;
}

.hover\:-mr-6:hover {
  margin-right: -1.5rem;
}

.hover\:-mb-6:hover {
  margin-bottom: -1.5rem;
}

.hover\:-ml-6:hover {
  margin-left: -1.5rem;
}

.hover\:-mt-7:hover {
  margin-top: -1.75rem;
}

.hover\:-mr-7:hover {
  margin-right: -1.75rem;
}

.hover\:-mb-7:hover {
  margin-bottom: -1.75rem;
}

.hover\:-ml-7:hover {
  margin-left: -1.75rem;
}

.hover\:-mt-8:hover {
  margin-top: -2rem;
}

.hover\:-mr-8:hover {
  margin-right: -2rem;
}

.hover\:-mb-8:hover {
  margin-bottom: -2rem;
}

.hover\:-ml-8:hover {
  margin-left: -2rem;
}

.hover\:-mt-9:hover {
  margin-top: -2.25rem;
}

.hover\:-mr-9:hover {
  margin-right: -2.25rem;
}

.hover\:-mb-9:hover {
  margin-bottom: -2.25rem;
}

.hover\:-ml-9:hover {
  margin-left: -2.25rem;
}

.hover\:-mt-10:hover {
  margin-top: -2.5rem;
}

.hover\:-mr-10:hover {
  margin-right: -2.5rem;
}

.hover\:-mb-10:hover {
  margin-bottom: -2.5rem;
}

.hover\:-ml-10:hover {
  margin-left: -2.5rem;
}

.hover\:-mt-11:hover {
  margin-top: -2.75rem;
}

.hover\:-mr-11:hover {
  margin-right: -2.75rem;
}

.hover\:-mb-11:hover {
  margin-bottom: -2.75rem;
}

.hover\:-ml-11:hover {
  margin-left: -2.75rem;
}

.hover\:-mt-12:hover {
  margin-top: -3rem;
}

.hover\:-mr-12:hover {
  margin-right: -3rem;
}

.hover\:-mb-12:hover {
  margin-bottom: -3rem;
}

.hover\:-ml-12:hover {
  margin-left: -3rem;
}

.hover\:-mt-13:hover {
  margin-top: -3.25rem;
}

.hover\:-mr-13:hover {
  margin-right: -3.25rem;
}

.hover\:-mb-13:hover {
  margin-bottom: -3.25rem;
}

.hover\:-ml-13:hover {
  margin-left: -3.25rem;
}

.hover\:-mt-14:hover {
  margin-top: -3.5rem;
}

.hover\:-mr-14:hover {
  margin-right: -3.5rem;
}

.hover\:-mb-14:hover {
  margin-bottom: -3.5rem;
}

.hover\:-ml-14:hover {
  margin-left: -3.5rem;
}

.hover\:-mt-15:hover {
  margin-top: -3.75rem;
}

.hover\:-mr-15:hover {
  margin-right: -3.75rem;
}

.hover\:-mb-15:hover {
  margin-bottom: -3.75rem;
}

.hover\:-ml-15:hover {
  margin-left: -3.75rem;
}

.hover\:-mt-16:hover {
  margin-top: -4rem;
}

.hover\:-mr-16:hover {
  margin-right: -4rem;
}

.hover\:-mb-16:hover {
  margin-bottom: -4rem;
}

.hover\:-ml-16:hover {
  margin-left: -4rem;
}

.hover\:-mt-17:hover {
  margin-top: -4.25rem;
}

.hover\:-mr-17:hover {
  margin-right: -4.25rem;
}

.hover\:-mb-17:hover {
  margin-bottom: -4.25rem;
}

.hover\:-ml-17:hover {
  margin-left: -4.25rem;
}

.hover\:-mt-18:hover {
  margin-top: -4.5rem;
}

.hover\:-mr-18:hover {
  margin-right: -4.5rem;
}

.hover\:-mb-18:hover {
  margin-bottom: -4.5rem;
}

.hover\:-ml-18:hover {
  margin-left: -4.5rem;
}

.hover\:-mt-19:hover {
  margin-top: -4.75rem;
}

.hover\:-mr-19:hover {
  margin-right: -4.75rem;
}

.hover\:-mb-19:hover {
  margin-bottom: -4.75rem;
}

.hover\:-ml-19:hover {
  margin-left: -4.75rem;
}

.hover\:-mt-20:hover {
  margin-top: -5rem;
}

.hover\:-mr-20:hover {
  margin-right: -5rem;
}

.hover\:-mb-20:hover {
  margin-bottom: -5rem;
}

.hover\:-ml-20:hover {
  margin-left: -5rem;
}

.hover\:-mt-24:hover {
  margin-top: -6rem;
}

.hover\:-mr-24:hover {
  margin-right: -6rem;
}

.hover\:-mb-24:hover {
  margin-bottom: -6rem;
}

.hover\:-ml-24:hover {
  margin-left: -6rem;
}

.hover\:-mt-32:hover {
  margin-top: -8rem;
}

.hover\:-mr-32:hover {
  margin-right: -8rem;
}

.hover\:-mb-32:hover {
  margin-bottom: -8rem;
}

.hover\:-ml-32:hover {
  margin-left: -8rem;
}

.hover\:-mt-40:hover {
  margin-top: -10rem;
}

.hover\:-mr-40:hover {
  margin-right: -10rem;
}

.hover\:-mb-40:hover {
  margin-bottom: -10rem;
}

.hover\:-ml-40:hover {
  margin-left: -10rem;
}

.hover\:-mt-48:hover {
  margin-top: -12rem;
}

.hover\:-mr-48:hover {
  margin-right: -12rem;
}

.hover\:-mb-48:hover {
  margin-bottom: -12rem;
}

.hover\:-ml-48:hover {
  margin-left: -12rem;
}

.hover\:-mt-56:hover {
  margin-top: -14rem;
}

.hover\:-mr-56:hover {
  margin-right: -14rem;
}

.hover\:-mb-56:hover {
  margin-bottom: -14rem;
}

.hover\:-ml-56:hover {
  margin-left: -14rem;
}

.hover\:-mt-64:hover {
  margin-top: -16rem;
}

.hover\:-mr-64:hover {
  margin-right: -16rem;
}

.hover\:-mb-64:hover {
  margin-bottom: -16rem;
}

.hover\:-ml-64:hover {
  margin-left: -16rem;
}

.hover\:-mt-75:hover {
  margin-top: -18.75rem;
}

.hover\:-mr-75:hover {
  margin-right: -18.75rem;
}

.hover\:-mb-75:hover {
  margin-bottom: -18.75rem;
}

.hover\:-ml-75:hover {
  margin-left: -18.75rem;
}

.hover\:-mt-px:hover {
  margin-top: -1px;
}

.hover\:-mr-px:hover {
  margin-right: -1px;
}

.hover\:-mb-px:hover {
  margin-bottom: -1px;
}

.hover\:-ml-px:hover {
  margin-left: -1px;
}

.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-9\! {
  margin: 2.25rem !important;
}

.m-10\! {
  margin: 2.5rem !important;
}

.m-11\! {
  margin: 2.75rem !important;
}

.m-12\! {
  margin: 3rem !important;
}

.m-13\! {
  margin: 3.25rem !important;
}

.m-14\! {
  margin: 3.5rem !important;
}

.m-15\! {
  margin: 3.75rem !important;
}

.m-16\! {
  margin: 4rem !important;
}

.m-17\! {
  margin: 4.25rem !important;
}

.m-18\! {
  margin: 4.5rem !important;
}

.m-19\! {
  margin: 4.75rem !important;
}

.m-20\! {
  margin: 5rem !important;
}

.m-24\! {
  margin: 6rem !important;
}

.m-32\! {
  margin: 8rem !important;
}

.m-40\! {
  margin: 10rem !important;
}

.m-48\! {
  margin: 12rem !important;
}

.m-56\! {
  margin: 14rem !important;
}

.m-64\! {
  margin: 16rem !important;
}

.m-75\! {
  margin: 18.75rem !important;
}

.m-auto\! {
  margin: auto !important;
}

.m-px\! {
  margin: 1px !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-9\! {
  margin: -2.25rem !important;
}

.-m-10\! {
  margin: -2.5rem !important;
}

.-m-11\! {
  margin: -2.75rem !important;
}

.-m-12\! {
  margin: -3rem !important;
}

.-m-13\! {
  margin: -3.25rem !important;
}

.-m-14\! {
  margin: -3.5rem !important;
}

.-m-15\! {
  margin: -3.75rem !important;
}

.-m-16\! {
  margin: -4rem !important;
}

.-m-17\! {
  margin: -4.25rem !important;
}

.-m-18\! {
  margin: -4.5rem !important;
}

.-m-19\! {
  margin: -4.75rem !important;
}

.-m-20\! {
  margin: -5rem !important;
}

.-m-24\! {
  margin: -6rem !important;
}

.-m-32\! {
  margin: -8rem !important;
}

.-m-40\! {
  margin: -10rem !important;
}

.-m-48\! {
  margin: -12rem !important;
}

.-m-56\! {
  margin: -14rem !important;
}

.-m-64\! {
  margin: -16rem !important;
}

.-m-75\! {
  margin: -18.75rem !important;
}

.-m-px\! {
  margin: -1px !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-9\! {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.mx-9\! {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !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-11\! {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.mx-11\! {
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}

.my-12\! {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mx-12\! {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-13\! {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.mx-13\! {
  margin-left: 3.25rem !important;
  margin-right: 3.25rem !important;
}

.my-14\! {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.mx-14\! {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.my-15\! {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.mx-15\! {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important;
}

.my-16\! {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mx-16\! {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-17\! {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}

.mx-17\! {
  margin-left: 4.25rem !important;
  margin-right: 4.25rem !important;
}

.my-18\! {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.mx-18\! {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.my-19\! {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

.mx-19\! {
  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-24\! {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mx-24\! {
  margin-left: 6rem !important;
  margin-right: 6rem !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-48\! {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.mx-48\! {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.my-56\! {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.mx-56\! {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.my-64\! {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.mx-64\! {
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.my-75\! {
  margin-top: 18.75rem !important;
  margin-bottom: 18.75rem !important;
}

.mx-75\! {
  margin-left: 18.75rem !important;
  margin-right: 18.75rem !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-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-9\! {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.-mx-9\! {
  margin-left: -2.25rem !important;
  margin-right: -2.25rem !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-11\! {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}

.-mx-11\! {
  margin-left: -2.75rem !important;
  margin-right: -2.75rem !important;
}

.-my-12\! {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.-mx-12\! {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.-my-13\! {
  margin-top: -3.25rem !important;
  margin-bottom: -3.25rem !important;
}

.-mx-13\! {
  margin-left: -3.25rem !important;
  margin-right: -3.25rem !important;
}

.-my-14\! {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.-mx-14\! {
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}

.-my-15\! {
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}

.-mx-15\! {
  margin-left: -3.75rem !important;
  margin-right: -3.75rem !important;
}

.-my-16\! {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.-mx-16\! {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.-my-17\! {
  margin-top: -4.25rem !important;
  margin-bottom: -4.25rem !important;
}

.-mx-17\! {
  margin-left: -4.25rem !important;
  margin-right: -4.25rem !important;
}

.-my-18\! {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.-mx-18\! {
  margin-left: -4.5rem !important;
  margin-right: -4.5rem !important;
}

.-my-19\! {
  margin-top: -4.75rem !important;
  margin-bottom: -4.75rem !important;
}

.-mx-19\! {
  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-24\! {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.-mx-24\! {
  margin-left: -6rem !important;
  margin-right: -6rem !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-48\! {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.-mx-48\! {
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}

.-my-56\! {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.-mx-56\! {
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}

.-my-64\! {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.-mx-64\! {
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}

.-my-75\! {
  margin-top: -18.75rem !important;
  margin-bottom: -18.75rem !important;
}

.-mx-75\! {
  margin-left: -18.75rem !important;
  margin-right: -18.75rem !important;
}

.-my-px\! {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.-mx-px\! {
  margin-left: -1px !important;
  margin-right: -1px !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-9\! {
  margin-top: 2.25rem !important;
}

.mr-9\! {
  margin-right: 2.25rem !important;
}

.mb-9\! {
  margin-bottom: 2.25rem !important;
}

.ml-9\! {
  margin-left: 2.25rem !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-11\! {
  margin-top: 2.75rem !important;
}

.mr-11\! {
  margin-right: 2.75rem !important;
}

.mb-11\! {
  margin-bottom: 2.75rem !important;
}

.ml-11\! {
  margin-left: 2.75rem !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-13\! {
  margin-top: 3.25rem !important;
}

.mr-13\! {
  margin-right: 3.25rem !important;
}

.mb-13\! {
  margin-bottom: 3.25rem !important;
}

.ml-13\! {
  margin-left: 3.25rem !important;
}

.mt-14\! {
  margin-top: 3.5rem !important;
}

.mr-14\! {
  margin-right: 3.5rem !important;
}

.mb-14\! {
  margin-bottom: 3.5rem !important;
}

.ml-14\! {
  margin-left: 3.5rem !important;
}

.mt-15\! {
  margin-top: 3.75rem !important;
}

.mr-15\! {
  margin-right: 3.75rem !important;
}

.mb-15\! {
  margin-bottom: 3.75rem !important;
}

.ml-15\! {
  margin-left: 3.75rem !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-17\! {
  margin-top: 4.25rem !important;
}

.mr-17\! {
  margin-right: 4.25rem !important;
}

.mb-17\! {
  margin-bottom: 4.25rem !important;
}

.ml-17\! {
  margin-left: 4.25rem !important;
}

.mt-18\! {
  margin-top: 4.5rem !important;
}

.mr-18\! {
  margin-right: 4.5rem !important;
}

.mb-18\! {
  margin-bottom: 4.5rem !important;
}

.ml-18\! {
  margin-left: 4.5rem !important;
}

.mt-19\! {
  margin-top: 4.75rem !important;
}

.mr-19\! {
  margin-right: 4.75rem !important;
}

.mb-19\! {
  margin-bottom: 4.75rem !important;
}

.ml-19\! {
  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-24\! {
  margin-top: 6rem !important;
}

.mr-24\! {
  margin-right: 6rem !important;
}

.mb-24\! {
  margin-bottom: 6rem !important;
}

.ml-24\! {
  margin-left: 6rem !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-48\! {
  margin-top: 12rem !important;
}

.mr-48\! {
  margin-right: 12rem !important;
}

.mb-48\! {
  margin-bottom: 12rem !important;
}

.ml-48\! {
  margin-left: 12rem !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-64\! {
  margin-top: 16rem !important;
}

.mr-64\! {
  margin-right: 16rem !important;
}

.mb-64\! {
  margin-bottom: 16rem !important;
}

.ml-64\! {
  margin-left: 16rem !important;
}

.mt-75\! {
  margin-top: 18.75rem !important;
}

.mr-75\! {
  margin-right: 18.75rem !important;
}

.mb-75\! {
  margin-bottom: 18.75rem !important;
}

.ml-75\! {
  margin-left: 18.75rem !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-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-9\! {
  margin-top: -2.25rem !important;
}

.-mr-9\! {
  margin-right: -2.25rem !important;
}

.-mb-9\! {
  margin-bottom: -2.25rem !important;
}

.-ml-9\! {
  margin-left: -2.25rem !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-11\! {
  margin-top: -2.75rem !important;
}

.-mr-11\! {
  margin-right: -2.75rem !important;
}

.-mb-11\! {
  margin-bottom: -2.75rem !important;
}

.-ml-11\! {
  margin-left: -2.75rem !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-13\! {
  margin-top: -3.25rem !important;
}

.-mr-13\! {
  margin-right: -3.25rem !important;
}

.-mb-13\! {
  margin-bottom: -3.25rem !important;
}

.-ml-13\! {
  margin-left: -3.25rem !important;
}

.-mt-14\! {
  margin-top: -3.5rem !important;
}

.-mr-14\! {
  margin-right: -3.5rem !important;
}

.-mb-14\! {
  margin-bottom: -3.5rem !important;
}

.-ml-14\! {
  margin-left: -3.5rem !important;
}

.-mt-15\! {
  margin-top: -3.75rem !important;
}

.-mr-15\! {
  margin-right: -3.75rem !important;
}

.-mb-15\! {
  margin-bottom: -3.75rem !important;
}

.-ml-15\! {
  margin-left: -3.75rem !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-17\! {
  margin-top: -4.25rem !important;
}

.-mr-17\! {
  margin-right: -4.25rem !important;
}

.-mb-17\! {
  margin-bottom: -4.25rem !important;
}

.-ml-17\! {
  margin-left: -4.25rem !important;
}

.-mt-18\! {
  margin-top: -4.5rem !important;
}

.-mr-18\! {
  margin-right: -4.5rem !important;
}

.-mb-18\! {
  margin-bottom: -4.5rem !important;
}

.-ml-18\! {
  margin-left: -4.5rem !important;
}

.-mt-19\! {
  margin-top: -4.75rem !important;
}

.-mr-19\! {
  margin-right: -4.75rem !important;
}

.-mb-19\! {
  margin-bottom: -4.75rem !important;
}

.-ml-19\! {
  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-24\! {
  margin-top: -6rem !important;
}

.-mr-24\! {
  margin-right: -6rem !important;
}

.-mb-24\! {
  margin-bottom: -6rem !important;
}

.-ml-24\! {
  margin-left: -6rem !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-48\! {
  margin-top: -12rem !important;
}

.-mr-48\! {
  margin-right: -12rem !important;
}

.-mb-48\! {
  margin-bottom: -12rem !important;
}

.-ml-48\! {
  margin-left: -12rem !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-64\! {
  margin-top: -16rem !important;
}

.-mr-64\! {
  margin-right: -16rem !important;
}

.-mb-64\! {
  margin-bottom: -16rem !important;
}

.-ml-64\! {
  margin-left: -16rem !important;
}

.-mt-75\! {
  margin-top: -18.75rem !important;
}

.-mr-75\! {
  margin-right: -18.75rem !important;
}

.-mb-75\! {
  margin-bottom: -18.75rem !important;
}

.-ml-75\! {
  margin-left: -18.75rem !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;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.even\:max-h-full:nth-child(even) {
  max-height: 100%;
}

.even\:max-h-screen:nth-child(even) {
  max-height: 100vh;
}

.odd\:max-h-full:nth-child(odd) {
  max-height: 100%;
}

.odd\:max-h-screen:nth-child(odd) {
  max-height: 100vh;
}

.children\:max-h-full > * {
  max-height: 100%;
}

.children\:max-h-screen > * {
  max-height: 100vh;
}

.first\:max-h-full:first-child {
  max-height: 100%;
}

.first\:max-h-screen:first-child {
  max-height: 100vh;
}

.last\:max-h-full:last-child {
  max-height: 100%;
}

.last\:max-h-screen:last-child {
  max-height: 100vh;
}

.hover\:max-h-full:hover {
  max-height: 100%;
}

.hover\:max-h-screen:hover {
  max-height: 100vh;
}

.max-h-full\! {
  max-height: 100% !important;
}

.max-h-screen\! {
  max-height: 100vh !important;
}

.max-w-none {
  max-width: none;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-1\/2 {
  max-width: 50%;
}

.max-w-1\/3 {
  max-width: 33.333333%;
}

.max-w-1\/4 {
  max-width: 25%;
}

.max-w-1\/5 {
  max-width: 20%;
}

.max-w-1\/12 {
  max-width: 8.333333%;
}

.even\:max-w-none:nth-child(even) {
  max-width: none;
}

.even\:max-w-xs:nth-child(even) {
  max-width: 20rem;
}

.even\:max-w-sm:nth-child(even) {
  max-width: 24rem;
}

.even\:max-w-md:nth-child(even) {
  max-width: 28rem;
}

.even\:max-w-lg:nth-child(even) {
  max-width: 32rem;
}

.even\:max-w-xl:nth-child(even) {
  max-width: 36rem;
}

.even\:max-w-2xl:nth-child(even) {
  max-width: 42rem;
}

.even\:max-w-3xl:nth-child(even) {
  max-width: 48rem;
}

.even\:max-w-4xl:nth-child(even) {
  max-width: 56rem;
}

.even\:max-w-5xl:nth-child(even) {
  max-width: 64rem;
}

.even\:max-w-6xl:nth-child(even) {
  max-width: 72rem;
}

.even\:max-w-full:nth-child(even) {
  max-width: 100%;
}

.even\:max-w-screen-sm:nth-child(even) {
  max-width: 640px;
}

.even\:max-w-screen-md:nth-child(even) {
  max-width: 768px;
}

.even\:max-w-screen-lg:nth-child(even) {
  max-width: 1024px;
}

.even\:max-w-screen-xl:nth-child(even) {
  max-width: 1280px;
}

.even\:max-w-1\/2:nth-child(even) {
  max-width: 50%;
}

.even\:max-w-1\/3:nth-child(even) {
  max-width: 33.333333%;
}

.even\:max-w-1\/4:nth-child(even) {
  max-width: 25%;
}

.even\:max-w-1\/5:nth-child(even) {
  max-width: 20%;
}

.even\:max-w-1\/12:nth-child(even) {
  max-width: 8.333333%;
}

.odd\:max-w-none:nth-child(odd) {
  max-width: none;
}

.odd\:max-w-xs:nth-child(odd) {
  max-width: 20rem;
}

.odd\:max-w-sm:nth-child(odd) {
  max-width: 24rem;
}

.odd\:max-w-md:nth-child(odd) {
  max-width: 28rem;
}

.odd\:max-w-lg:nth-child(odd) {
  max-width: 32rem;
}

.odd\:max-w-xl:nth-child(odd) {
  max-width: 36rem;
}

.odd\:max-w-2xl:nth-child(odd) {
  max-width: 42rem;
}

.odd\:max-w-3xl:nth-child(odd) {
  max-width: 48rem;
}

.odd\:max-w-4xl:nth-child(odd) {
  max-width: 56rem;
}

.odd\:max-w-5xl:nth-child(odd) {
  max-width: 64rem;
}

.odd\:max-w-6xl:nth-child(odd) {
  max-width: 72rem;
}

.odd\:max-w-full:nth-child(odd) {
  max-width: 100%;
}

.odd\:max-w-screen-sm:nth-child(odd) {
  max-width: 640px;
}

.odd\:max-w-screen-md:nth-child(odd) {
  max-width: 768px;
}

.odd\:max-w-screen-lg:nth-child(odd) {
  max-width: 1024px;
}

.odd\:max-w-screen-xl:nth-child(odd) {
  max-width: 1280px;
}

.odd\:max-w-1\/2:nth-child(odd) {
  max-width: 50%;
}

.odd\:max-w-1\/3:nth-child(odd) {
  max-width: 33.333333%;
}

.odd\:max-w-1\/4:nth-child(odd) {
  max-width: 25%;
}

.odd\:max-w-1\/5:nth-child(odd) {
  max-width: 20%;
}

.odd\:max-w-1\/12:nth-child(odd) {
  max-width: 8.333333%;
}

.children\:max-w-none > * {
  max-width: none;
}

.children\:max-w-xs > * {
  max-width: 20rem;
}

.children\:max-w-sm > * {
  max-width: 24rem;
}

.children\:max-w-md > * {
  max-width: 28rem;
}

.children\:max-w-lg > * {
  max-width: 32rem;
}

.children\:max-w-xl > * {
  max-width: 36rem;
}

.children\:max-w-2xl > * {
  max-width: 42rem;
}

.children\:max-w-3xl > * {
  max-width: 48rem;
}

.children\:max-w-4xl > * {
  max-width: 56rem;
}

.children\:max-w-5xl > * {
  max-width: 64rem;
}

.children\:max-w-6xl > * {
  max-width: 72rem;
}

.children\:max-w-full > * {
  max-width: 100%;
}

.children\:max-w-screen-sm > * {
  max-width: 640px;
}

.children\:max-w-screen-md > * {
  max-width: 768px;
}

.children\:max-w-screen-lg > * {
  max-width: 1024px;
}

.children\:max-w-screen-xl > * {
  max-width: 1280px;
}

.children\:max-w-1\/2 > * {
  max-width: 50%;
}

.children\:max-w-1\/3 > * {
  max-width: 33.333333%;
}

.children\:max-w-1\/4 > * {
  max-width: 25%;
}

.children\:max-w-1\/5 > * {
  max-width: 20%;
}

.children\:max-w-1\/12 > * {
  max-width: 8.333333%;
}

.first\:max-w-none:first-child {
  max-width: none;
}

.first\:max-w-xs:first-child {
  max-width: 20rem;
}

.first\:max-w-sm:first-child {
  max-width: 24rem;
}

.first\:max-w-md:first-child {
  max-width: 28rem;
}

.first\:max-w-lg:first-child {
  max-width: 32rem;
}

.first\:max-w-xl:first-child {
  max-width: 36rem;
}

.first\:max-w-2xl:first-child {
  max-width: 42rem;
}

.first\:max-w-3xl:first-child {
  max-width: 48rem;
}

.first\:max-w-4xl:first-child {
  max-width: 56rem;
}

.first\:max-w-5xl:first-child {
  max-width: 64rem;
}

.first\:max-w-6xl:first-child {
  max-width: 72rem;
}

.first\:max-w-full:first-child {
  max-width: 100%;
}

.first\:max-w-screen-sm:first-child {
  max-width: 640px;
}

.first\:max-w-screen-md:first-child {
  max-width: 768px;
}

.first\:max-w-screen-lg:first-child {
  max-width: 1024px;
}

.first\:max-w-screen-xl:first-child {
  max-width: 1280px;
}

.first\:max-w-1\/2:first-child {
  max-width: 50%;
}

.first\:max-w-1\/3:first-child {
  max-width: 33.333333%;
}

.first\:max-w-1\/4:first-child {
  max-width: 25%;
}

.first\:max-w-1\/5:first-child {
  max-width: 20%;
}

.first\:max-w-1\/12:first-child {
  max-width: 8.333333%;
}

.last\:max-w-none:last-child {
  max-width: none;
}

.last\:max-w-xs:last-child {
  max-width: 20rem;
}

.last\:max-w-sm:last-child {
  max-width: 24rem;
}

.last\:max-w-md:last-child {
  max-width: 28rem;
}

.last\:max-w-lg:last-child {
  max-width: 32rem;
}

.last\:max-w-xl:last-child {
  max-width: 36rem;
}

.last\:max-w-2xl:last-child {
  max-width: 42rem;
}

.last\:max-w-3xl:last-child {
  max-width: 48rem;
}

.last\:max-w-4xl:last-child {
  max-width: 56rem;
}

.last\:max-w-5xl:last-child {
  max-width: 64rem;
}

.last\:max-w-6xl:last-child {
  max-width: 72rem;
}

.last\:max-w-full:last-child {
  max-width: 100%;
}

.last\:max-w-screen-sm:last-child {
  max-width: 640px;
}

.last\:max-w-screen-md:last-child {
  max-width: 768px;
}

.last\:max-w-screen-lg:last-child {
  max-width: 1024px;
}

.last\:max-w-screen-xl:last-child {
  max-width: 1280px;
}

.last\:max-w-1\/2:last-child {
  max-width: 50%;
}

.last\:max-w-1\/3:last-child {
  max-width: 33.333333%;
}

.last\:max-w-1\/4:last-child {
  max-width: 25%;
}

.last\:max-w-1\/5:last-child {
  max-width: 20%;
}

.last\:max-w-1\/12:last-child {
  max-width: 8.333333%;
}

.hover\:max-w-none:hover {
  max-width: none;
}

.hover\:max-w-xs:hover {
  max-width: 20rem;
}

.hover\:max-w-sm:hover {
  max-width: 24rem;
}

.hover\:max-w-md:hover {
  max-width: 28rem;
}

.hover\:max-w-lg:hover {
  max-width: 32rem;
}

.hover\:max-w-xl:hover {
  max-width: 36rem;
}

.hover\:max-w-2xl:hover {
  max-width: 42rem;
}

.hover\:max-w-3xl:hover {
  max-width: 48rem;
}

.hover\:max-w-4xl:hover {
  max-width: 56rem;
}

.hover\:max-w-5xl:hover {
  max-width: 64rem;
}

.hover\:max-w-6xl:hover {
  max-width: 72rem;
}

.hover\:max-w-full:hover {
  max-width: 100%;
}

.hover\:max-w-screen-sm:hover {
  max-width: 640px;
}

.hover\:max-w-screen-md:hover {
  max-width: 768px;
}

.hover\:max-w-screen-lg:hover {
  max-width: 1024px;
}

.hover\:max-w-screen-xl:hover {
  max-width: 1280px;
}

.hover\:max-w-1\/2:hover {
  max-width: 50%;
}

.hover\:max-w-1\/3:hover {
  max-width: 33.333333%;
}

.hover\:max-w-1\/4:hover {
  max-width: 25%;
}

.hover\:max-w-1\/5:hover {
  max-width: 20%;
}

.hover\:max-w-1\/12:hover {
  max-width: 8.333333%;
}

.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: 640px !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-1\/2\! {
  max-width: 50% !important;
}

.max-w-1\/3\! {
  max-width: 33.333333% !important;
}

.max-w-1\/4\! {
  max-width: 25% !important;
}

.max-w-1\/5\! {
  max-width: 20% !important;
}

.max-w-1\/12\! {
  max-width: 8.333333% !important;
}

.min-h-0 {
  min-height: 0;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.even\:min-h-0:nth-child(even) {
  min-height: 0;
}

.even\:min-h-full:nth-child(even) {
  min-height: 100%;
}

.even\:min-h-screen:nth-child(even) {
  min-height: 100vh;
}

.odd\:min-h-0:nth-child(odd) {
  min-height: 0;
}

.odd\:min-h-full:nth-child(odd) {
  min-height: 100%;
}

.odd\:min-h-screen:nth-child(odd) {
  min-height: 100vh;
}

.children\:min-h-0 > * {
  min-height: 0;
}

.children\:min-h-full > * {
  min-height: 100%;
}

.children\:min-h-screen > * {
  min-height: 100vh;
}

.first\:min-h-0:first-child {
  min-height: 0;
}

.first\:min-h-full:first-child {
  min-height: 100%;
}

.first\:min-h-screen:first-child {
  min-height: 100vh;
}

.last\:min-h-0:last-child {
  min-height: 0;
}

.last\:min-h-full:last-child {
  min-height: 100%;
}

.last\:min-h-screen:last-child {
  min-height: 100vh;
}

.hover\:min-h-0:hover {
  min-height: 0;
}

.hover\:min-h-full:hover {
  min-height: 100%;
}

.hover\:min-h-screen:hover {
  min-height: 100vh;
}

.min-h-0\! {
  min-height: 0 !important;
}

.min-h-full\! {
  min-height: 100% !important;
}

.min-h-screen\! {
  min-height: 100vh !important;
}

.min-w-0 {
  min-width: 0;
}

.min-w-full {
  min-width: 100%;
}

.even\:min-w-0:nth-child(even) {
  min-width: 0;
}

.even\:min-w-full:nth-child(even) {
  min-width: 100%;
}

.odd\:min-w-0:nth-child(odd) {
  min-width: 0;
}

.odd\:min-w-full:nth-child(odd) {
  min-width: 100%;
}

.children\:min-w-0 > * {
  min-width: 0;
}

.children\:min-w-full > * {
  min-width: 100%;
}

.first\:min-w-0:first-child {
  min-width: 0;
}

.first\:min-w-full:first-child {
  min-width: 100%;
}

.last\:min-w-0:last-child {
  min-width: 0;
}

.last\:min-w-full:last-child {
  min-width: 100%;
}

.hover\:min-w-0:hover {
  min-width: 0;
}

.hover\:min-w-full:hover {
  min-width: 100%;
}

.min-w-0\! {
  min-width: 0 !important;
}

.min-w-full\! {
  min-width: 100% !important;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.object-fill {
  object-fit: fill;
}

.object-none {
  object-fit: none;
}

.object-scale-down {
  object-fit: scale-down;
}

.even\:object-contain:nth-child(even) {
  object-fit: contain;
}

.even\:object-cover:nth-child(even) {
  object-fit: cover;
}

.even\:object-fill:nth-child(even) {
  object-fit: fill;
}

.even\:object-none:nth-child(even) {
  object-fit: none;
}

.even\:object-scale-down:nth-child(even) {
  object-fit: scale-down;
}

.odd\:object-contain:nth-child(odd) {
  object-fit: contain;
}

.odd\:object-cover:nth-child(odd) {
  object-fit: cover;
}

.odd\:object-fill:nth-child(odd) {
  object-fit: fill;
}

.odd\:object-none:nth-child(odd) {
  object-fit: none;
}

.odd\:object-scale-down:nth-child(odd) {
  object-fit: scale-down;
}

.children\:object-contain > * {
  object-fit: contain;
}

.children\:object-cover > * {
  object-fit: cover;
}

.children\:object-fill > * {
  object-fit: fill;
}

.children\:object-none > * {
  object-fit: none;
}

.children\:object-scale-down > * {
  object-fit: scale-down;
}

.first\:object-contain:first-child {
  object-fit: contain;
}

.first\:object-cover:first-child {
  object-fit: cover;
}

.first\:object-fill:first-child {
  object-fit: fill;
}

.first\:object-none:first-child {
  object-fit: none;
}

.first\:object-scale-down:first-child {
  object-fit: scale-down;
}

.last\:object-contain:last-child {
  object-fit: contain;
}

.last\:object-cover:last-child {
  object-fit: cover;
}

.last\:object-fill:last-child {
  object-fit: fill;
}

.last\:object-none:last-child {
  object-fit: none;
}

.last\:object-scale-down:last-child {
  object-fit: scale-down;
}

.hover\:object-contain:hover {
  object-fit: contain;
}

.hover\:object-cover:hover {
  object-fit: cover;
}

.hover\:object-fill:hover {
  object-fit: fill;
}

.hover\:object-none:hover {
  object-fit: none;
}

.hover\:object-scale-down:hover {
  object-fit: scale-down;
}

.object-contain\! {
  object-fit: contain !important;
}

.object-cover\! {
  object-fit: cover !important;
}

.object-fill\! {
  object-fit: fill !important;
}

.object-none\! {
  object-fit: none !important;
}

.object-scale-down\! {
  object-fit: scale-down !important;
}

.object-bottom {
  object-position: bottom;
}

.object-center {
  object-position: center;
}

.object-left {
  object-position: left;
}

.object-left-bottom {
  object-position: left bottom;
}

.object-left-top {
  object-position: left top;
}

.object-right {
  object-position: right;
}

.object-right-bottom {
  object-position: right bottom;
}

.object-right-top {
  object-position: right top;
}

.object-top {
  object-position: top;
}

.even\:object-bottom:nth-child(even) {
  object-position: bottom;
}

.even\:object-center:nth-child(even) {
  object-position: center;
}

.even\:object-left:nth-child(even) {
  object-position: left;
}

.even\:object-left-bottom:nth-child(even) {
  object-position: left bottom;
}

.even\:object-left-top:nth-child(even) {
  object-position: left top;
}

.even\:object-right:nth-child(even) {
  object-position: right;
}

.even\:object-right-bottom:nth-child(even) {
  object-position: right bottom;
}

.even\:object-right-top:nth-child(even) {
  object-position: right top;
}

.even\:object-top:nth-child(even) {
  object-position: top;
}

.odd\:object-bottom:nth-child(odd) {
  object-position: bottom;
}

.odd\:object-center:nth-child(odd) {
  object-position: center;
}

.odd\:object-left:nth-child(odd) {
  object-position: left;
}

.odd\:object-left-bottom:nth-child(odd) {
  object-position: left bottom;
}

.odd\:object-left-top:nth-child(odd) {
  object-position: left top;
}

.odd\:object-right:nth-child(odd) {
  object-position: right;
}

.odd\:object-right-bottom:nth-child(odd) {
  object-position: right bottom;
}

.odd\:object-right-top:nth-child(odd) {
  object-position: right top;
}

.odd\:object-top:nth-child(odd) {
  object-position: top;
}

.children\:object-bottom > * {
  object-position: bottom;
}

.children\:object-center > * {
  object-position: center;
}

.children\:object-left > * {
  object-position: left;
}

.children\:object-left-bottom > * {
  object-position: left bottom;
}

.children\:object-left-top > * {
  object-position: left top;
}

.children\:object-right > * {
  object-position: right;
}

.children\:object-right-bottom > * {
  object-position: right bottom;
}

.children\:object-right-top > * {
  object-position: right top;
}

.children\:object-top > * {
  object-position: top;
}

.first\:object-bottom:first-child {
  object-position: bottom;
}

.first\:object-center:first-child {
  object-position: center;
}

.first\:object-left:first-child {
  object-position: left;
}

.first\:object-left-bottom:first-child {
  object-position: left bottom;
}

.first\:object-left-top:first-child {
  object-position: left top;
}

.first\:object-right:first-child {
  object-position: right;
}

.first\:object-right-bottom:first-child {
  object-position: right bottom;
}

.first\:object-right-top:first-child {
  object-position: right top;
}

.first\:object-top:first-child {
  object-position: top;
}

.last\:object-bottom:last-child {
  object-position: bottom;
}

.last\:object-center:last-child {
  object-position: center;
}

.last\:object-left:last-child {
  object-position: left;
}

.last\:object-left-bottom:last-child {
  object-position: left bottom;
}

.last\:object-left-top:last-child {
  object-position: left top;
}

.last\:object-right:last-child {
  object-position: right;
}

.last\:object-right-bottom:last-child {
  object-position: right bottom;
}

.last\:object-right-top:last-child {
  object-position: right top;
}

.last\:object-top:last-child {
  object-position: top;
}

.hover\:object-bottom:hover {
  object-position: bottom;
}

.hover\:object-center:hover {
  object-position: center;
}

.hover\:object-left:hover {
  object-position: left;
}

.hover\:object-left-bottom:hover {
  object-position: left bottom;
}

.hover\:object-left-top:hover {
  object-position: left top;
}

.hover\:object-right:hover {
  object-position: right;
}

.hover\:object-right-bottom:hover {
  object-position: right bottom;
}

.hover\:object-right-top:hover {
  object-position: right top;
}

.hover\:object-top:hover {
  object-position: top;
}

.object-bottom\! {
  object-position: bottom !important;
}

.object-center\! {
  object-position: center !important;
}

.object-left\! {
  object-position: left !important;
}

.object-left-bottom\! {
  object-position: left bottom !important;
}

.object-left-top\! {
  object-position: left top !important;
}

.object-right\! {
  object-position: right !important;
}

.object-right-bottom\! {
  object-position: right bottom !important;
}

.object-right-top\! {
  object-position: right top !important;
}

.object-top\! {
  object-position: top !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.even\:opacity-0:nth-child(even) {
  opacity: 0;
}

.even\:opacity-25:nth-child(even) {
  opacity: 0.25;
}

.even\:opacity-50:nth-child(even) {
  opacity: 0.5;
}

.even\:opacity-75:nth-child(even) {
  opacity: 0.75;
}

.even\:opacity-100:nth-child(even) {
  opacity: 1;
}

.odd\:opacity-0:nth-child(odd) {
  opacity: 0;
}

.odd\:opacity-25:nth-child(odd) {
  opacity: 0.25;
}

.odd\:opacity-50:nth-child(odd) {
  opacity: 0.5;
}

.odd\:opacity-75:nth-child(odd) {
  opacity: 0.75;
}

.odd\:opacity-100:nth-child(odd) {
  opacity: 1;
}

.children\:opacity-0 > * {
  opacity: 0;
}

.children\:opacity-25 > * {
  opacity: 0.25;
}

.children\:opacity-50 > * {
  opacity: 0.5;
}

.children\:opacity-75 > * {
  opacity: 0.75;
}

.children\:opacity-100 > * {
  opacity: 1;
}

.first\:opacity-0:first-child {
  opacity: 0;
}

.first\:opacity-25:first-child {
  opacity: 0.25;
}

.first\:opacity-50:first-child {
  opacity: 0.5;
}

.first\:opacity-75:first-child {
  opacity: 0.75;
}

.first\:opacity-100:first-child {
  opacity: 1;
}

.last\:opacity-0:last-child {
  opacity: 0;
}

.last\:opacity-25:last-child {
  opacity: 0.25;
}

.last\:opacity-50:last-child {
  opacity: 0.5;
}

.last\:opacity-75:last-child {
  opacity: 0.75;
}

.last\:opacity-100:last-child {
  opacity: 1;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-25:hover {
  opacity: 0.25;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.opacity-0\! {
  opacity: 0 !important;
}

.opacity-25\! {
  opacity: 0.25 !important;
}

.opacity-50\! {
  opacity: 0.5 !important;
}

.opacity-75\! {
  opacity: 0.75 !important;
}

.opacity-100\! {
  opacity: 1 !important;
}

.outline-none {
  outline: 0;
}

.even\:outline-none:nth-child(even) {
  outline: 0;
}

.odd\:outline-none:nth-child(odd) {
  outline: 0;
}

.children\:outline-none > * {
  outline: 0;
}

.first\:outline-none:first-child {
  outline: 0;
}

.last\:outline-none:last-child {
  outline: 0;
}

.hover\:outline-none:hover {
  outline: 0;
}

.outline-none\! {
  outline: 0 !important;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.even\:overflow-auto:nth-child(even) {
  overflow: auto;
}

.even\:overflow-hidden:nth-child(even) {
  overflow: hidden;
}

.even\:overflow-visible:nth-child(even) {
  overflow: visible;
}

.even\:overflow-scroll:nth-child(even) {
  overflow: scroll;
}

.even\:overflow-x-auto:nth-child(even) {
  overflow-x: auto;
}

.even\:overflow-y-auto:nth-child(even) {
  overflow-y: auto;
}

.even\:overflow-x-hidden:nth-child(even) {
  overflow-x: hidden;
}

.even\:overflow-y-hidden:nth-child(even) {
  overflow-y: hidden;
}

.even\:overflow-x-visible:nth-child(even) {
  overflow-x: visible;
}

.even\:overflow-y-visible:nth-child(even) {
  overflow-y: visible;
}

.even\:overflow-x-scroll:nth-child(even) {
  overflow-x: scroll;
}

.even\:overflow-y-scroll:nth-child(even) {
  overflow-y: scroll;
}

.even\:scrolling-touch:nth-child(even) {
  -webkit-overflow-scrolling: touch;
}

.even\:scrolling-auto:nth-child(even) {
  -webkit-overflow-scrolling: auto;
}

.odd\:overflow-auto:nth-child(odd) {
  overflow: auto;
}

.odd\:overflow-hidden:nth-child(odd) {
  overflow: hidden;
}

.odd\:overflow-visible:nth-child(odd) {
  overflow: visible;
}

.odd\:overflow-scroll:nth-child(odd) {
  overflow: scroll;
}

.odd\:overflow-x-auto:nth-child(odd) {
  overflow-x: auto;
}

.odd\:overflow-y-auto:nth-child(odd) {
  overflow-y: auto;
}

.odd\:overflow-x-hidden:nth-child(odd) {
  overflow-x: hidden;
}

.odd\:overflow-y-hidden:nth-child(odd) {
  overflow-y: hidden;
}

.odd\:overflow-x-visible:nth-child(odd) {
  overflow-x: visible;
}

.odd\:overflow-y-visible:nth-child(odd) {
  overflow-y: visible;
}

.odd\:overflow-x-scroll:nth-child(odd) {
  overflow-x: scroll;
}

.odd\:overflow-y-scroll:nth-child(odd) {
  overflow-y: scroll;
}

.odd\:scrolling-touch:nth-child(odd) {
  -webkit-overflow-scrolling: touch;
}

.odd\:scrolling-auto:nth-child(odd) {
  -webkit-overflow-scrolling: auto;
}

.children\:overflow-auto > * {
  overflow: auto;
}

.children\:overflow-hidden > * {
  overflow: hidden;
}

.children\:overflow-visible > * {
  overflow: visible;
}

.children\:overflow-scroll > * {
  overflow: scroll;
}

.children\:overflow-x-auto > * {
  overflow-x: auto;
}

.children\:overflow-y-auto > * {
  overflow-y: auto;
}

.children\:overflow-x-hidden > * {
  overflow-x: hidden;
}

.children\:overflow-y-hidden > * {
  overflow-y: hidden;
}

.children\:overflow-x-visible > * {
  overflow-x: visible;
}

.children\:overflow-y-visible > * {
  overflow-y: visible;
}

.children\:overflow-x-scroll > * {
  overflow-x: scroll;
}

.children\:overflow-y-scroll > * {
  overflow-y: scroll;
}

.children\:scrolling-touch > * {
  -webkit-overflow-scrolling: touch;
}

.children\:scrolling-auto > * {
  -webkit-overflow-scrolling: auto;
}

.first\:overflow-auto:first-child {
  overflow: auto;
}

.first\:overflow-hidden:first-child {
  overflow: hidden;
}

.first\:overflow-visible:first-child {
  overflow: visible;
}

.first\:overflow-scroll:first-child {
  overflow: scroll;
}

.first\:overflow-x-auto:first-child {
  overflow-x: auto;
}

.first\:overflow-y-auto:first-child {
  overflow-y: auto;
}

.first\:overflow-x-hidden:first-child {
  overflow-x: hidden;
}

.first\:overflow-y-hidden:first-child {
  overflow-y: hidden;
}

.first\:overflow-x-visible:first-child {
  overflow-x: visible;
}

.first\:overflow-y-visible:first-child {
  overflow-y: visible;
}

.first\:overflow-x-scroll:first-child {
  overflow-x: scroll;
}

.first\:overflow-y-scroll:first-child {
  overflow-y: scroll;
}

.first\:scrolling-touch:first-child {
  -webkit-overflow-scrolling: touch;
}

.first\:scrolling-auto:first-child {
  -webkit-overflow-scrolling: auto;
}

.last\:overflow-auto:last-child {
  overflow: auto;
}

.last\:overflow-hidden:last-child {
  overflow: hidden;
}

.last\:overflow-visible:last-child {
  overflow: visible;
}

.last\:overflow-scroll:last-child {
  overflow: scroll;
}

.last\:overflow-x-auto:last-child {
  overflow-x: auto;
}

.last\:overflow-y-auto:last-child {
  overflow-y: auto;
}

.last\:overflow-x-hidden:last-child {
  overflow-x: hidden;
}

.last\:overflow-y-hidden:last-child {
  overflow-y: hidden;
}

.last\:overflow-x-visible:last-child {
  overflow-x: visible;
}

.last\:overflow-y-visible:last-child {
  overflow-y: visible;
}

.last\:overflow-x-scroll:last-child {
  overflow-x: scroll;
}

.last\:overflow-y-scroll:last-child {
  overflow-y: scroll;
}

.last\:scrolling-touch:last-child {
  -webkit-overflow-scrolling: touch;
}

.last\:scrolling-auto:last-child {
  -webkit-overflow-scrolling: auto;
}

.hover\:overflow-auto:hover {
  overflow: auto;
}

.hover\:overflow-hidden:hover {
  overflow: hidden;
}

.hover\:overflow-visible:hover {
  overflow: visible;
}

.hover\:overflow-scroll:hover {
  overflow: scroll;
}

.hover\:overflow-x-auto:hover {
  overflow-x: auto;
}

.hover\:overflow-y-auto:hover {
  overflow-y: auto;
}

.hover\:overflow-x-hidden:hover {
  overflow-x: hidden;
}

.hover\:overflow-y-hidden:hover {
  overflow-y: hidden;
}

.hover\:overflow-x-visible:hover {
  overflow-x: visible;
}

.hover\:overflow-y-visible:hover {
  overflow-y: visible;
}

.hover\:overflow-x-scroll:hover {
  overflow-x: scroll;
}

.hover\:overflow-y-scroll:hover {
  overflow-y: scroll;
}

.hover\:scrolling-touch:hover {
  -webkit-overflow-scrolling: touch;
}

.hover\:scrolling-auto:hover {
  -webkit-overflow-scrolling: auto;
}

.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;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-13 {
  padding: 3.25rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-15 {
  padding: 3.75rem;
}

.p-16 {
  padding: 4rem;
}

.p-17 {
  padding: 4.25rem;
}

.p-18 {
  padding: 4.5rem;
}

.p-19 {
  padding: 4.75rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-32 {
  padding: 8rem;
}

.p-40 {
  padding: 10rem;
}

.p-48 {
  padding: 12rem;
}

.p-56 {
  padding: 14rem;
}

.p-64 {
  padding: 16rem;
}

.p-75 {
  padding: 18.75rem;
}

.p-px {
  padding: 1px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-13 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.px-13 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.px-15 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-17 {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.px-17 {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}

.py-18 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.px-18 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.py-19 {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.px-19 {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.py-75 {
  padding-top: 18.75rem;
  padding-bottom: 18.75rem;
}

.px-75 {
  padding-left: 18.75rem;
  padding-right: 18.75rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-13 {
  padding-top: 3.25rem;
}

.pr-13 {
  padding-right: 3.25rem;
}

.pb-13 {
  padding-bottom: 3.25rem;
}

.pl-13 {
  padding-left: 3.25rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pt-15 {
  padding-top: 3.75rem;
}

.pr-15 {
  padding-right: 3.75rem;
}

.pb-15 {
  padding-bottom: 3.75rem;
}

.pl-15 {
  padding-left: 3.75rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-17 {
  padding-top: 4.25rem;
}

.pr-17 {
  padding-right: 4.25rem;
}

.pb-17 {
  padding-bottom: 4.25rem;
}

.pl-17 {
  padding-left: 4.25rem;
}

.pt-18 {
  padding-top: 4.5rem;
}

.pr-18 {
  padding-right: 4.5rem;
}

.pb-18 {
  padding-bottom: 4.5rem;
}

.pl-18 {
  padding-left: 4.5rem;
}

.pt-19 {
  padding-top: 4.75rem;
}

.pr-19 {
  padding-right: 4.75rem;
}

.pb-19 {
  padding-bottom: 4.75rem;
}

.pl-19 {
  padding-left: 4.75rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pt-75 {
  padding-top: 18.75rem;
}

.pr-75 {
  padding-right: 18.75rem;
}

.pb-75 {
  padding-bottom: 18.75rem;
}

.pl-75 {
  padding-left: 18.75rem;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.even\:p-0:nth-child(even) {
  padding: 0;
}

.even\:p-1:nth-child(even) {
  padding: 0.25rem;
}

.even\:p-2:nth-child(even) {
  padding: 0.5rem;
}

.even\:p-3:nth-child(even) {
  padding: 0.75rem;
}

.even\:p-4:nth-child(even) {
  padding: 1rem;
}

.even\:p-5:nth-child(even) {
  padding: 1.25rem;
}

.even\:p-6:nth-child(even) {
  padding: 1.5rem;
}

.even\:p-7:nth-child(even) {
  padding: 1.75rem;
}

.even\:p-8:nth-child(even) {
  padding: 2rem;
}

.even\:p-9:nth-child(even) {
  padding: 2.25rem;
}

.even\:p-10:nth-child(even) {
  padding: 2.5rem;
}

.even\:p-11:nth-child(even) {
  padding: 2.75rem;
}

.even\:p-12:nth-child(even) {
  padding: 3rem;
}

.even\:p-13:nth-child(even) {
  padding: 3.25rem;
}

.even\:p-14:nth-child(even) {
  padding: 3.5rem;
}

.even\:p-15:nth-child(even) {
  padding: 3.75rem;
}

.even\:p-16:nth-child(even) {
  padding: 4rem;
}

.even\:p-17:nth-child(even) {
  padding: 4.25rem;
}

.even\:p-18:nth-child(even) {
  padding: 4.5rem;
}

.even\:p-19:nth-child(even) {
  padding: 4.75rem;
}

.even\:p-20:nth-child(even) {
  padding: 5rem;
}

.even\:p-24:nth-child(even) {
  padding: 6rem;
}

.even\:p-32:nth-child(even) {
  padding: 8rem;
}

.even\:p-40:nth-child(even) {
  padding: 10rem;
}

.even\:p-48:nth-child(even) {
  padding: 12rem;
}

.even\:p-56:nth-child(even) {
  padding: 14rem;
}

.even\:p-64:nth-child(even) {
  padding: 16rem;
}

.even\:p-75:nth-child(even) {
  padding: 18.75rem;
}

.even\:p-px:nth-child(even) {
  padding: 1px;
}

.even\:py-0:nth-child(even) {
  padding-top: 0;
  padding-bottom: 0;
}

.even\:px-0:nth-child(even) {
  padding-left: 0;
  padding-right: 0;
}

.even\:py-1:nth-child(even) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.even\:px-1:nth-child(even) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.even\:py-2:nth-child(even) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.even\:px-2:nth-child(even) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.even\:py-3:nth-child(even) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.even\:px-3:nth-child(even) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.even\:py-4:nth-child(even) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.even\:px-4:nth-child(even) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.even\:py-5:nth-child(even) {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.even\:px-5:nth-child(even) {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.even\:py-6:nth-child(even) {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.even\:px-6:nth-child(even) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.even\:py-7:nth-child(even) {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.even\:px-7:nth-child(even) {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.even\:py-8:nth-child(even) {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.even\:px-8:nth-child(even) {
  padding-left: 2rem;
  padding-right: 2rem;
}

.even\:py-9:nth-child(even) {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.even\:px-9:nth-child(even) {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.even\:py-10:nth-child(even) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.even\:px-10:nth-child(even) {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.even\:py-11:nth-child(even) {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.even\:px-11:nth-child(even) {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.even\:py-12:nth-child(even) {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.even\:px-12:nth-child(even) {
  padding-left: 3rem;
  padding-right: 3rem;
}

.even\:py-13:nth-child(even) {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.even\:px-13:nth-child(even) {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.even\:py-14:nth-child(even) {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.even\:px-14:nth-child(even) {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.even\:py-15:nth-child(even) {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.even\:px-15:nth-child(even) {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.even\:py-16:nth-child(even) {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.even\:px-16:nth-child(even) {
  padding-left: 4rem;
  padding-right: 4rem;
}

.even\:py-17:nth-child(even) {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.even\:px-17:nth-child(even) {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}

.even\:py-18:nth-child(even) {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.even\:px-18:nth-child(even) {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.even\:py-19:nth-child(even) {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.even\:px-19:nth-child(even) {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}

.even\:py-20:nth-child(even) {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.even\:px-20:nth-child(even) {
  padding-left: 5rem;
  padding-right: 5rem;
}

.even\:py-24:nth-child(even) {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.even\:px-24:nth-child(even) {
  padding-left: 6rem;
  padding-right: 6rem;
}

.even\:py-32:nth-child(even) {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.even\:px-32:nth-child(even) {
  padding-left: 8rem;
  padding-right: 8rem;
}

.even\:py-40:nth-child(even) {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.even\:px-40:nth-child(even) {
  padding-left: 10rem;
  padding-right: 10rem;
}

.even\:py-48:nth-child(even) {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.even\:px-48:nth-child(even) {
  padding-left: 12rem;
  padding-right: 12rem;
}

.even\:py-56:nth-child(even) {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.even\:px-56:nth-child(even) {
  padding-left: 14rem;
  padding-right: 14rem;
}

.even\:py-64:nth-child(even) {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.even\:px-64:nth-child(even) {
  padding-left: 16rem;
  padding-right: 16rem;
}

.even\:py-75:nth-child(even) {
  padding-top: 18.75rem;
  padding-bottom: 18.75rem;
}

.even\:px-75:nth-child(even) {
  padding-left: 18.75rem;
  padding-right: 18.75rem;
}

.even\:py-px:nth-child(even) {
  padding-top: 1px;
  padding-bottom: 1px;
}

.even\:px-px:nth-child(even) {
  padding-left: 1px;
  padding-right: 1px;
}

.even\:pt-0:nth-child(even) {
  padding-top: 0;
}

.even\:pr-0:nth-child(even) {
  padding-right: 0;
}

.even\:pb-0:nth-child(even) {
  padding-bottom: 0;
}

.even\:pl-0:nth-child(even) {
  padding-left: 0;
}

.even\:pt-1:nth-child(even) {
  padding-top: 0.25rem;
}

.even\:pr-1:nth-child(even) {
  padding-right: 0.25rem;
}

.even\:pb-1:nth-child(even) {
  padding-bottom: 0.25rem;
}

.even\:pl-1:nth-child(even) {
  padding-left: 0.25rem;
}

.even\:pt-2:nth-child(even) {
  padding-top: 0.5rem;
}

.even\:pr-2:nth-child(even) {
  padding-right: 0.5rem;
}

.even\:pb-2:nth-child(even) {
  padding-bottom: 0.5rem;
}

.even\:pl-2:nth-child(even) {
  padding-left: 0.5rem;
}

.even\:pt-3:nth-child(even) {
  padding-top: 0.75rem;
}

.even\:pr-3:nth-child(even) {
  padding-right: 0.75rem;
}

.even\:pb-3:nth-child(even) {
  padding-bottom: 0.75rem;
}

.even\:pl-3:nth-child(even) {
  padding-left: 0.75rem;
}

.even\:pt-4:nth-child(even) {
  padding-top: 1rem;
}

.even\:pr-4:nth-child(even) {
  padding-right: 1rem;
}

.even\:pb-4:nth-child(even) {
  padding-bottom: 1rem;
}

.even\:pl-4:nth-child(even) {
  padding-left: 1rem;
}

.even\:pt-5:nth-child(even) {
  padding-top: 1.25rem;
}

.even\:pr-5:nth-child(even) {
  padding-right: 1.25rem;
}

.even\:pb-5:nth-child(even) {
  padding-bottom: 1.25rem;
}

.even\:pl-5:nth-child(even) {
  padding-left: 1.25rem;
}

.even\:pt-6:nth-child(even) {
  padding-top: 1.5rem;
}

.even\:pr-6:nth-child(even) {
  padding-right: 1.5rem;
}

.even\:pb-6:nth-child(even) {
  padding-bottom: 1.5rem;
}

.even\:pl-6:nth-child(even) {
  padding-left: 1.5rem;
}

.even\:pt-7:nth-child(even) {
  padding-top: 1.75rem;
}

.even\:pr-7:nth-child(even) {
  padding-right: 1.75rem;
}

.even\:pb-7:nth-child(even) {
  padding-bottom: 1.75rem;
}

.even\:pl-7:nth-child(even) {
  padding-left: 1.75rem;
}

.even\:pt-8:nth-child(even) {
  padding-top: 2rem;
}

.even\:pr-8:nth-child(even) {
  padding-right: 2rem;
}

.even\:pb-8:nth-child(even) {
  padding-bottom: 2rem;
}

.even\:pl-8:nth-child(even) {
  padding-left: 2rem;
}

.even\:pt-9:nth-child(even) {
  padding-top: 2.25rem;
}

.even\:pr-9:nth-child(even) {
  padding-right: 2.25rem;
}

.even\:pb-9:nth-child(even) {
  padding-bottom: 2.25rem;
}

.even\:pl-9:nth-child(even) {
  padding-left: 2.25rem;
}

.even\:pt-10:nth-child(even) {
  padding-top: 2.5rem;
}

.even\:pr-10:nth-child(even) {
  padding-right: 2.5rem;
}

.even\:pb-10:nth-child(even) {
  padding-bottom: 2.5rem;
}

.even\:pl-10:nth-child(even) {
  padding-left: 2.5rem;
}

.even\:pt-11:nth-child(even) {
  padding-top: 2.75rem;
}

.even\:pr-11:nth-child(even) {
  padding-right: 2.75rem;
}

.even\:pb-11:nth-child(even) {
  padding-bottom: 2.75rem;
}

.even\:pl-11:nth-child(even) {
  padding-left: 2.75rem;
}

.even\:pt-12:nth-child(even) {
  padding-top: 3rem;
}

.even\:pr-12:nth-child(even) {
  padding-right: 3rem;
}

.even\:pb-12:nth-child(even) {
  padding-bottom: 3rem;
}

.even\:pl-12:nth-child(even) {
  padding-left: 3rem;
}

.even\:pt-13:nth-child(even) {
  padding-top: 3.25rem;
}

.even\:pr-13:nth-child(even) {
  padding-right: 3.25rem;
}

.even\:pb-13:nth-child(even) {
  padding-bottom: 3.25rem;
}

.even\:pl-13:nth-child(even) {
  padding-left: 3.25rem;
}

.even\:pt-14:nth-child(even) {
  padding-top: 3.5rem;
}

.even\:pr-14:nth-child(even) {
  padding-right: 3.5rem;
}

.even\:pb-14:nth-child(even) {
  padding-bottom: 3.5rem;
}

.even\:pl-14:nth-child(even) {
  padding-left: 3.5rem;
}

.even\:pt-15:nth-child(even) {
  padding-top: 3.75rem;
}

.even\:pr-15:nth-child(even) {
  padding-right: 3.75rem;
}

.even\:pb-15:nth-child(even) {
  padding-bottom: 3.75rem;
}

.even\:pl-15:nth-child(even) {
  padding-left: 3.75rem;
}

.even\:pt-16:nth-child(even) {
  padding-top: 4rem;
}

.even\:pr-16:nth-child(even) {
  padding-right: 4rem;
}

.even\:pb-16:nth-child(even) {
  padding-bottom: 4rem;
}

.even\:pl-16:nth-child(even) {
  padding-left: 4rem;
}

.even\:pt-17:nth-child(even) {
  padding-top: 4.25rem;
}

.even\:pr-17:nth-child(even) {
  padding-right: 4.25rem;
}

.even\:pb-17:nth-child(even) {
  padding-bottom: 4.25rem;
}

.even\:pl-17:nth-child(even) {
  padding-left: 4.25rem;
}

.even\:pt-18:nth-child(even) {
  padding-top: 4.5rem;
}

.even\:pr-18:nth-child(even) {
  padding-right: 4.5rem;
}

.even\:pb-18:nth-child(even) {
  padding-bottom: 4.5rem;
}

.even\:pl-18:nth-child(even) {
  padding-left: 4.5rem;
}

.even\:pt-19:nth-child(even) {
  padding-top: 4.75rem;
}

.even\:pr-19:nth-child(even) {
  padding-right: 4.75rem;
}

.even\:pb-19:nth-child(even) {
  padding-bottom: 4.75rem;
}

.even\:pl-19:nth-child(even) {
  padding-left: 4.75rem;
}

.even\:pt-20:nth-child(even) {
  padding-top: 5rem;
}

.even\:pr-20:nth-child(even) {
  padding-right: 5rem;
}

.even\:pb-20:nth-child(even) {
  padding-bottom: 5rem;
}

.even\:pl-20:nth-child(even) {
  padding-left: 5rem;
}

.even\:pt-24:nth-child(even) {
  padding-top: 6rem;
}

.even\:pr-24:nth-child(even) {
  padding-right: 6rem;
}

.even\:pb-24:nth-child(even) {
  padding-bottom: 6rem;
}

.even\:pl-24:nth-child(even) {
  padding-left: 6rem;
}

.even\:pt-32:nth-child(even) {
  padding-top: 8rem;
}

.even\:pr-32:nth-child(even) {
  padding-right: 8rem;
}

.even\:pb-32:nth-child(even) {
  padding-bottom: 8rem;
}

.even\:pl-32:nth-child(even) {
  padding-left: 8rem;
}

.even\:pt-40:nth-child(even) {
  padding-top: 10rem;
}

.even\:pr-40:nth-child(even) {
  padding-right: 10rem;
}

.even\:pb-40:nth-child(even) {
  padding-bottom: 10rem;
}

.even\:pl-40:nth-child(even) {
  padding-left: 10rem;
}

.even\:pt-48:nth-child(even) {
  padding-top: 12rem;
}

.even\:pr-48:nth-child(even) {
  padding-right: 12rem;
}

.even\:pb-48:nth-child(even) {
  padding-bottom: 12rem;
}

.even\:pl-48:nth-child(even) {
  padding-left: 12rem;
}

.even\:pt-56:nth-child(even) {
  padding-top: 14rem;
}

.even\:pr-56:nth-child(even) {
  padding-right: 14rem;
}

.even\:pb-56:nth-child(even) {
  padding-bottom: 14rem;
}

.even\:pl-56:nth-child(even) {
  padding-left: 14rem;
}

.even\:pt-64:nth-child(even) {
  padding-top: 16rem;
}

.even\:pr-64:nth-child(even) {
  padding-right: 16rem;
}

.even\:pb-64:nth-child(even) {
  padding-bottom: 16rem;
}

.even\:pl-64:nth-child(even) {
  padding-left: 16rem;
}

.even\:pt-75:nth-child(even) {
  padding-top: 18.75rem;
}

.even\:pr-75:nth-child(even) {
  padding-right: 18.75rem;
}

.even\:pb-75:nth-child(even) {
  padding-bottom: 18.75rem;
}

.even\:pl-75:nth-child(even) {
  padding-left: 18.75rem;
}

.even\:pt-px:nth-child(even) {
  padding-top: 1px;
}

.even\:pr-px:nth-child(even) {
  padding-right: 1px;
}

.even\:pb-px:nth-child(even) {
  padding-bottom: 1px;
}

.even\:pl-px:nth-child(even) {
  padding-left: 1px;
}

.odd\:p-0:nth-child(odd) {
  padding: 0;
}

.odd\:p-1:nth-child(odd) {
  padding: 0.25rem;
}

.odd\:p-2:nth-child(odd) {
  padding: 0.5rem;
}

.odd\:p-3:nth-child(odd) {
  padding: 0.75rem;
}

.odd\:p-4:nth-child(odd) {
  padding: 1rem;
}

.odd\:p-5:nth-child(odd) {
  padding: 1.25rem;
}

.odd\:p-6:nth-child(odd) {
  padding: 1.5rem;
}

.odd\:p-7:nth-child(odd) {
  padding: 1.75rem;
}

.odd\:p-8:nth-child(odd) {
  padding: 2rem;
}

.odd\:p-9:nth-child(odd) {
  padding: 2.25rem;
}

.odd\:p-10:nth-child(odd) {
  padding: 2.5rem;
}

.odd\:p-11:nth-child(odd) {
  padding: 2.75rem;
}

.odd\:p-12:nth-child(odd) {
  padding: 3rem;
}

.odd\:p-13:nth-child(odd) {
  padding: 3.25rem;
}

.odd\:p-14:nth-child(odd) {
  padding: 3.5rem;
}

.odd\:p-15:nth-child(odd) {
  padding: 3.75rem;
}

.odd\:p-16:nth-child(odd) {
  padding: 4rem;
}

.odd\:p-17:nth-child(odd) {
  padding: 4.25rem;
}

.odd\:p-18:nth-child(odd) {
  padding: 4.5rem;
}

.odd\:p-19:nth-child(odd) {
  padding: 4.75rem;
}

.odd\:p-20:nth-child(odd) {
  padding: 5rem;
}

.odd\:p-24:nth-child(odd) {
  padding: 6rem;
}

.odd\:p-32:nth-child(odd) {
  padding: 8rem;
}

.odd\:p-40:nth-child(odd) {
  padding: 10rem;
}

.odd\:p-48:nth-child(odd) {
  padding: 12rem;
}

.odd\:p-56:nth-child(odd) {
  padding: 14rem;
}

.odd\:p-64:nth-child(odd) {
  padding: 16rem;
}

.odd\:p-75:nth-child(odd) {
  padding: 18.75rem;
}

.odd\:p-px:nth-child(odd) {
  padding: 1px;
}

.odd\:py-0:nth-child(odd) {
  padding-top: 0;
  padding-bottom: 0;
}

.odd\:px-0:nth-child(odd) {
  padding-left: 0;
  padding-right: 0;
}

.odd\:py-1:nth-child(odd) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.odd\:px-1:nth-child(odd) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.odd\:py-2:nth-child(odd) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.odd\:px-2:nth-child(odd) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.odd\:py-3:nth-child(odd) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.odd\:px-3:nth-child(odd) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.odd\:py-4:nth-child(odd) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.odd\:px-4:nth-child(odd) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.odd\:py-5:nth-child(odd) {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.odd\:px-5:nth-child(odd) {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.odd\:py-6:nth-child(odd) {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.odd\:px-6:nth-child(odd) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.odd\:py-7:nth-child(odd) {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.odd\:px-7:nth-child(odd) {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.odd\:py-8:nth-child(odd) {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.odd\:px-8:nth-child(odd) {
  padding-left: 2rem;
  padding-right: 2rem;
}

.odd\:py-9:nth-child(odd) {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.odd\:px-9:nth-child(odd) {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.odd\:py-10:nth-child(odd) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.odd\:px-10:nth-child(odd) {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.odd\:py-11:nth-child(odd) {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.odd\:px-11:nth-child(odd) {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.odd\:py-12:nth-child(odd) {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.odd\:px-12:nth-child(odd) {
  padding-left: 3rem;
  padding-right: 3rem;
}

.odd\:py-13:nth-child(odd) {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.odd\:px-13:nth-child(odd) {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.odd\:py-14:nth-child(odd) {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.odd\:px-14:nth-child(odd) {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.odd\:py-15:nth-child(odd) {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.odd\:px-15:nth-child(odd) {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.odd\:py-16:nth-child(odd) {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.odd\:px-16:nth-child(odd) {
  padding-left: 4rem;
  padding-right: 4rem;
}

.odd\:py-17:nth-child(odd) {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.odd\:px-17:nth-child(odd) {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}

.odd\:py-18:nth-child(odd) {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.odd\:px-18:nth-child(odd) {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.odd\:py-19:nth-child(odd) {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.odd\:px-19:nth-child(odd) {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}

.odd\:py-20:nth-child(odd) {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.odd\:px-20:nth-child(odd) {
  padding-left: 5rem;
  padding-right: 5rem;
}

.odd\:py-24:nth-child(odd) {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.odd\:px-24:nth-child(odd) {
  padding-left: 6rem;
  padding-right: 6rem;
}

.odd\:py-32:nth-child(odd) {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.odd\:px-32:nth-child(odd) {
  padding-left: 8rem;
  padding-right: 8rem;
}

.odd\:py-40:nth-child(odd) {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.odd\:px-40:nth-child(odd) {
  padding-left: 10rem;
  padding-right: 10rem;
}

.odd\:py-48:nth-child(odd) {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.odd\:px-48:nth-child(odd) {
  padding-left: 12rem;
  padding-right: 12rem;
}

.odd\:py-56:nth-child(odd) {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.odd\:px-56:nth-child(odd) {
  padding-left: 14rem;
  padding-right: 14rem;
}

.odd\:py-64:nth-child(odd) {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.odd\:px-64:nth-child(odd) {
  padding-left: 16rem;
  padding-right: 16rem;
}

.odd\:py-75:nth-child(odd) {
  padding-top: 18.75rem;
  padding-bottom: 18.75rem;
}

.odd\:px-75:nth-child(odd) {
  padding-left: 18.75rem;
  padding-right: 18.75rem;
}

.odd\:py-px:nth-child(odd) {
  padding-top: 1px;
  padding-bottom: 1px;
}

.odd\:px-px:nth-child(odd) {
  padding-left: 1px;
  padding-right: 1px;
}

.odd\:pt-0:nth-child(odd) {
  padding-top: 0;
}

.odd\:pr-0:nth-child(odd) {
  padding-right: 0;
}

.odd\:pb-0:nth-child(odd) {
  padding-bottom: 0;
}

.odd\:pl-0:nth-child(odd) {
  padding-left: 0;
}

.odd\:pt-1:nth-child(odd) {
  padding-top: 0.25rem;
}

.odd\:pr-1:nth-child(odd) {
  padding-right: 0.25rem;
}

.odd\:pb-1:nth-child(odd) {
  padding-bottom: 0.25rem;
}

.odd\:pl-1:nth-child(odd) {
  padding-left: 0.25rem;
}

.odd\:pt-2:nth-child(odd) {
  padding-top: 0.5rem;
}

.odd\:pr-2:nth-child(odd) {
  padding-right: 0.5rem;
}

.odd\:pb-2:nth-child(odd) {
  padding-bottom: 0.5rem;
}

.odd\:pl-2:nth-child(odd) {
  padding-left: 0.5rem;
}

.odd\:pt-3:nth-child(odd) {
  padding-top: 0.75rem;
}

.odd\:pr-3:nth-child(odd) {
  padding-right: 0.75rem;
}

.odd\:pb-3:nth-child(odd) {
  padding-bottom: 0.75rem;
}

.odd\:pl-3:nth-child(odd) {
  padding-left: 0.75rem;
}

.odd\:pt-4:nth-child(odd) {
  padding-top: 1rem;
}

.odd\:pr-4:nth-child(odd) {
  padding-right: 1rem;
}

.odd\:pb-4:nth-child(odd) {
  padding-bottom: 1rem;
}

.odd\:pl-4:nth-child(odd) {
  padding-left: 1rem;
}

.odd\:pt-5:nth-child(odd) {
  padding-top: 1.25rem;
}

.odd\:pr-5:nth-child(odd) {
  padding-right: 1.25rem;
}

.odd\:pb-5:nth-child(odd) {
  padding-bottom: 1.25rem;
}

.odd\:pl-5:nth-child(odd) {
  padding-left: 1.25rem;
}

.odd\:pt-6:nth-child(odd) {
  padding-top: 1.5rem;
}

.odd\:pr-6:nth-child(odd) {
  padding-right: 1.5rem;
}

.odd\:pb-6:nth-child(odd) {
  padding-bottom: 1.5rem;
}

.odd\:pl-6:nth-child(odd) {
  padding-left: 1.5rem;
}

.odd\:pt-7:nth-child(odd) {
  padding-top: 1.75rem;
}

.odd\:pr-7:nth-child(odd) {
  padding-right: 1.75rem;
}

.odd\:pb-7:nth-child(odd) {
  padding-bottom: 1.75rem;
}

.odd\:pl-7:nth-child(odd) {
  padding-left: 1.75rem;
}

.odd\:pt-8:nth-child(odd) {
  padding-top: 2rem;
}

.odd\:pr-8:nth-child(odd) {
  padding-right: 2rem;
}

.odd\:pb-8:nth-child(odd) {
  padding-bottom: 2rem;
}

.odd\:pl-8:nth-child(odd) {
  padding-left: 2rem;
}

.odd\:pt-9:nth-child(odd) {
  padding-top: 2.25rem;
}

.odd\:pr-9:nth-child(odd) {
  padding-right: 2.25rem;
}

.odd\:pb-9:nth-child(odd) {
  padding-bottom: 2.25rem;
}

.odd\:pl-9:nth-child(odd) {
  padding-left: 2.25rem;
}

.odd\:pt-10:nth-child(odd) {
  padding-top: 2.5rem;
}

.odd\:pr-10:nth-child(odd) {
  padding-right: 2.5rem;
}

.odd\:pb-10:nth-child(odd) {
  padding-bottom: 2.5rem;
}

.odd\:pl-10:nth-child(odd) {
  padding-left: 2.5rem;
}

.odd\:pt-11:nth-child(odd) {
  padding-top: 2.75rem;
}

.odd\:pr-11:nth-child(odd) {
  padding-right: 2.75rem;
}

.odd\:pb-11:nth-child(odd) {
  padding-bottom: 2.75rem;
}

.odd\:pl-11:nth-child(odd) {
  padding-left: 2.75rem;
}

.odd\:pt-12:nth-child(odd) {
  padding-top: 3rem;
}

.odd\:pr-12:nth-child(odd) {
  padding-right: 3rem;
}

.odd\:pb-12:nth-child(odd) {
  padding-bottom: 3rem;
}

.odd\:pl-12:nth-child(odd) {
  padding-left: 3rem;
}

.odd\:pt-13:nth-child(odd) {
  padding-top: 3.25rem;
}

.odd\:pr-13:nth-child(odd) {
  padding-right: 3.25rem;
}

.odd\:pb-13:nth-child(odd) {
  padding-bottom: 3.25rem;
}

.odd\:pl-13:nth-child(odd) {
  padding-left: 3.25rem;
}

.odd\:pt-14:nth-child(odd) {
  padding-top: 3.5rem;
}

.odd\:pr-14:nth-child(odd) {
  padding-right: 3.5rem;
}

.odd\:pb-14:nth-child(odd) {
  padding-bottom: 3.5rem;
}

.odd\:pl-14:nth-child(odd) {
  padding-left: 3.5rem;
}

.odd\:pt-15:nth-child(odd) {
  padding-top: 3.75rem;
}

.odd\:pr-15:nth-child(odd) {
  padding-right: 3.75rem;
}

.odd\:pb-15:nth-child(odd) {
  padding-bottom: 3.75rem;
}

.odd\:pl-15:nth-child(odd) {
  padding-left: 3.75rem;
}

.odd\:pt-16:nth-child(odd) {
  padding-top: 4rem;
}

.odd\:pr-16:nth-child(odd) {
  padding-right: 4rem;
}

.odd\:pb-16:nth-child(odd) {
  padding-bottom: 4rem;
}

.odd\:pl-16:nth-child(odd) {
  padding-left: 4rem;
}

.odd\:pt-17:nth-child(odd) {
  padding-top: 4.25rem;
}

.odd\:pr-17:nth-child(odd) {
  padding-right: 4.25rem;
}

.odd\:pb-17:nth-child(odd) {
  padding-bottom: 4.25rem;
}

.odd\:pl-17:nth-child(odd) {
  padding-left: 4.25rem;
}

.odd\:pt-18:nth-child(odd) {
  padding-top: 4.5rem;
}

.odd\:pr-18:nth-child(odd) {
  padding-right: 4.5rem;
}

.odd\:pb-18:nth-child(odd) {
  padding-bottom: 4.5rem;
}

.odd\:pl-18:nth-child(odd) {
  padding-left: 4.5rem;
}

.odd\:pt-19:nth-child(odd) {
  padding-top: 4.75rem;
}

.odd\:pr-19:nth-child(odd) {
  padding-right: 4.75rem;
}

.odd\:pb-19:nth-child(odd) {
  padding-bottom: 4.75rem;
}

.odd\:pl-19:nth-child(odd) {
  padding-left: 4.75rem;
}

.odd\:pt-20:nth-child(odd) {
  padding-top: 5rem;
}

.odd\:pr-20:nth-child(odd) {
  padding-right: 5rem;
}

.odd\:pb-20:nth-child(odd) {
  padding-bottom: 5rem;
}

.odd\:pl-20:nth-child(odd) {
  padding-left: 5rem;
}

.odd\:pt-24:nth-child(odd) {
  padding-top: 6rem;
}

.odd\:pr-24:nth-child(odd) {
  padding-right: 6rem;
}

.odd\:pb-24:nth-child(odd) {
  padding-bottom: 6rem;
}

.odd\:pl-24:nth-child(odd) {
  padding-left: 6rem;
}

.odd\:pt-32:nth-child(odd) {
  padding-top: 8rem;
}

.odd\:pr-32:nth-child(odd) {
  padding-right: 8rem;
}

.odd\:pb-32:nth-child(odd) {
  padding-bottom: 8rem;
}

.odd\:pl-32:nth-child(odd) {
  padding-left: 8rem;
}

.odd\:pt-40:nth-child(odd) {
  padding-top: 10rem;
}

.odd\:pr-40:nth-child(odd) {
  padding-right: 10rem;
}

.odd\:pb-40:nth-child(odd) {
  padding-bottom: 10rem;
}

.odd\:pl-40:nth-child(odd) {
  padding-left: 10rem;
}

.odd\:pt-48:nth-child(odd) {
  padding-top: 12rem;
}

.odd\:pr-48:nth-child(odd) {
  padding-right: 12rem;
}

.odd\:pb-48:nth-child(odd) {
  padding-bottom: 12rem;
}

.odd\:pl-48:nth-child(odd) {
  padding-left: 12rem;
}

.odd\:pt-56:nth-child(odd) {
  padding-top: 14rem;
}

.odd\:pr-56:nth-child(odd) {
  padding-right: 14rem;
}

.odd\:pb-56:nth-child(odd) {
  padding-bottom: 14rem;
}

.odd\:pl-56:nth-child(odd) {
  padding-left: 14rem;
}

.odd\:pt-64:nth-child(odd) {
  padding-top: 16rem;
}

.odd\:pr-64:nth-child(odd) {
  padding-right: 16rem;
}

.odd\:pb-64:nth-child(odd) {
  padding-bottom: 16rem;
}

.odd\:pl-64:nth-child(odd) {
  padding-left: 16rem;
}

.odd\:pt-75:nth-child(odd) {
  padding-top: 18.75rem;
}

.odd\:pr-75:nth-child(odd) {
  padding-right: 18.75rem;
}

.odd\:pb-75:nth-child(odd) {
  padding-bottom: 18.75rem;
}

.odd\:pl-75:nth-child(odd) {
  padding-left: 18.75rem;
}

.odd\:pt-px:nth-child(odd) {
  padding-top: 1px;
}

.odd\:pr-px:nth-child(odd) {
  padding-right: 1px;
}

.odd\:pb-px:nth-child(odd) {
  padding-bottom: 1px;
}

.odd\:pl-px:nth-child(odd) {
  padding-left: 1px;
}

.children\:p-0 > * {
  padding: 0;
}

.children\:p-1 > * {
  padding: 0.25rem;
}

.children\:p-2 > * {
  padding: 0.5rem;
}

.children\:p-3 > * {
  padding: 0.75rem;
}

.children\:p-4 > * {
  padding: 1rem;
}

.children\:p-5 > * {
  padding: 1.25rem;
}

.children\:p-6 > * {
  padding: 1.5rem;
}

.children\:p-7 > * {
  padding: 1.75rem;
}

.children\:p-8 > * {
  padding: 2rem;
}

.children\:p-9 > * {
  padding: 2.25rem;
}

.children\:p-10 > * {
  padding: 2.5rem;
}

.children\:p-11 > * {
  padding: 2.75rem;
}

.children\:p-12 > * {
  padding: 3rem;
}

.children\:p-13 > * {
  padding: 3.25rem;
}

.children\:p-14 > * {
  padding: 3.5rem;
}

.children\:p-15 > * {
  padding: 3.75rem;
}

.children\:p-16 > * {
  padding: 4rem;
}

.children\:p-17 > * {
  padding: 4.25rem;
}

.children\:p-18 > * {
  padding: 4.5rem;
}

.children\:p-19 > * {
  padding: 4.75rem;
}

.children\:p-20 > * {
  padding: 5rem;
}

.children\:p-24 > * {
  padding: 6rem;
}

.children\:p-32 > * {
  padding: 8rem;
}

.children\:p-40 > * {
  padding: 10rem;
}

.children\:p-48 > * {
  padding: 12rem;
}

.children\:p-56 > * {
  padding: 14rem;
}

.children\:p-64 > * {
  padding: 16rem;
}

.children\:p-75 > * {
  padding: 18.75rem;
}

.children\:p-px > * {
  padding: 1px;
}

.children\:py-0 > * {
  padding-top: 0;
  padding-bottom: 0;
}

.children\:px-0 > * {
  padding-left: 0;
  padding-right: 0;
}

.children\:py-1 > * {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.children\:px-1 > * {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.children\:py-2 > * {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.children\:px-2 > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.children\:py-3 > * {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.children\:px-3 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.children\:py-4 > * {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.children\:px-4 > * {
  padding-left: 1rem;
  padding-right: 1rem;
}

.children\:py-5 > * {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.children\:px-5 > * {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.children\:py-6 > * {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.children\:px-6 > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.children\:py-7 > * {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.children\:px-7 > * {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.children\:py-8 > * {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.children\:px-8 > * {
  padding-left: 2rem;
  padding-right: 2rem;
}

.children\:py-9 > * {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.children\:px-9 > * {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.children\:py-10 > * {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.children\:px-10 > * {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.children\:py-11 > * {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.children\:px-11 > * {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.children\:py-12 > * {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.children\:px-12 > * {
  padding-left: 3rem;
  padding-right: 3rem;
}

.children\:py-13 > * {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.children\:px-13 > * {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.children\:py-14 > * {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.children\:px-14 > * {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.children\:py-15 > * {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.children\:px-15 > * {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.children\:py-16 > * {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.children\:px-16 > * {
  padding-left: 4rem;
  padding-right: 4rem;
}

.children\:py-17 > * {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.children\:px-17 > * {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}

.children\:py-18 > * {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.children\:px-18 > * {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.children\:py-19 > * {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.children\:px-19 > * {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}

.children\:py-20 > * {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.children\:px-20 > * {
  padding-left: 5rem;
  padding-right: 5rem;
}

.children\:py-24 > * {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.children\:px-24 > * {
  padding-left: 6rem;
  padding-right: 6rem;
}

.children\:py-32 > * {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.children\:px-32 > * {
  padding-left: 8rem;
  padding-right: 8rem;
}

.children\:py-40 > * {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.children\:px-40 > * {
  padding-left: 10rem;
  padding-right: 10rem;
}

.children\:py-48 > * {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.children\:px-48 > * {
  padding-left: 12rem;
  padding-right: 12rem;
}

.children\:py-56 > * {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.children\:px-56 > * {
  padding-left: 14rem;
  padding-right: 14rem;
}

.children\:py-64 > * {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.children\:px-64 > * {
  padding-left: 16rem;
  padding-right: 16rem;
}

.children\:py-75 > * {
  padding-top: 18.75rem;
  padding-bottom: 18.75rem;
}

.children\:px-75 > * {
  padding-left: 18.75rem;
  padding-right: 18.75rem;
}

.children\:py-px > * {
  padding-top: 1px;
  padding-bottom: 1px;
}

.children\:px-px > * {
  padding-left: 1px;
  padding-right: 1px;
}

.children\:pt-0 > * {
  padding-top: 0;
}

.children\:pr-0 > * {
  padding-right: 0;
}

.children\:pb-0 > * {
  padding-bottom: 0;
}

.children\:pl-0 > * {
  padding-left: 0;
}

.children\:pt-1 > * {
  padding-top: 0.25rem;
}

.children\:pr-1 > * {
  padding-right: 0.25rem;
}

.children\:pb-1 > * {
  padding-bottom: 0.25rem;
}

.children\:pl-1 > * {
  padding-left: 0.25rem;
}

.children\:pt-2 > * {
  padding-top: 0.5rem;
}

.children\:pr-2 > * {
  padding-right: 0.5rem;
}

.children\:pb-2 > * {
  padding-bottom: 0.5rem;
}

.children\:pl-2 > * {
  padding-left: 0.5rem;
}

.children\:pt-3 > * {
  padding-top: 0.75rem;
}

.children\:pr-3 > * {
  padding-right: 0.75rem;
}

.children\:pb-3 > * {
  padding-bottom: 0.75rem;
}

.children\:pl-3 > * {
  padding-left: 0.75rem;
}

.children\:pt-4 > * {
  padding-top: 1rem;
}

.children\:pr-4 > * {
  padding-right: 1rem;
}

.children\:pb-4 > * {
  padding-bottom: 1rem;
}

.children\:pl-4 > * {
  padding-left: 1rem;
}

.children\:pt-5 > * {
  padding-top: 1.25rem;
}

.children\:pr-5 > * {
  padding-right: 1.25rem;
}

.children\:pb-5 > * {
  padding-bottom: 1.25rem;
}

.children\:pl-5 > * {
  padding-left: 1.25rem;
}

.children\:pt-6 > * {
  padding-top: 1.5rem;
}

.children\:pr-6 > * {
  padding-right: 1.5rem;
}

.children\:pb-6 > * {
  padding-bottom: 1.5rem;
}

.children\:pl-6 > * {
  padding-left: 1.5rem;
}

.children\:pt-7 > * {
  padding-top: 1.75rem;
}

.children\:pr-7 > * {
  padding-right: 1.75rem;
}

.children\:pb-7 > * {
  padding-bottom: 1.75rem;
}

.children\:pl-7 > * {
  padding-left: 1.75rem;
}

.children\:pt-8 > * {
  padding-top: 2rem;
}

.children\:pr-8 > * {
  padding-right: 2rem;
}

.children\:pb-8 > * {
  padding-bottom: 2rem;
}

.children\:pl-8 > * {
  padding-left: 2rem;
}

.children\:pt-9 > * {
  padding-top: 2.25rem;
}

.children\:pr-9 > * {
  padding-right: 2.25rem;
}

.children\:pb-9 > * {
  padding-bottom: 2.25rem;
}

.children\:pl-9 > * {
  padding-left: 2.25rem;
}

.children\:pt-10 > * {
  padding-top: 2.5rem;
}

.children\:pr-10 > * {
  padding-right: 2.5rem;
}

.children\:pb-10 > * {
  padding-bottom: 2.5rem;
}

.children\:pl-10 > * {
  padding-left: 2.5rem;
}

.children\:pt-11 > * {
  padding-top: 2.75rem;
}

.children\:pr-11 > * {
  padding-right: 2.75rem;
}

.children\:pb-11 > * {
  padding-bottom: 2.75rem;
}

.children\:pl-11 > * {
  padding-left: 2.75rem;
}

.children\:pt-12 > * {
  padding-top: 3rem;
}

.children\:pr-12 > * {
  padding-right: 3rem;
}

.children\:pb-12 > * {
  padding-bottom: 3rem;
}

.children\:pl-12 > * {
  padding-left: 3rem;
}

.children\:pt-13 > * {
  padding-top: 3.25rem;
}

.children\:pr-13 > * {
  padding-right: 3.25rem;
}

.children\:pb-13 > * {
  padding-bottom: 3.25rem;
}

.children\:pl-13 > * {
  padding-left: 3.25rem;
}

.children\:pt-14 > * {
  padding-top: 3.5rem;
}

.children\:pr-14 > * {
  padding-right: 3.5rem;
}

.children\:pb-14 > * {
  padding-bottom: 3.5rem;
}

.children\:pl-14 > * {
  padding-left: 3.5rem;
}

.children\:pt-15 > * {
  padding-top: 3.75rem;
}

.children\:pr-15 > * {
  padding-right: 3.75rem;
}

.children\:pb-15 > * {
  padding-bottom: 3.75rem;
}

.children\:pl-15 > * {
  padding-left: 3.75rem;
}

.children\:pt-16 > * {
  padding-top: 4rem;
}

.children\:pr-16 > * {
  padding-right: 4rem;
}

.children\:pb-16 > * {
  padding-bottom: 4rem;
}

.children\:pl-16 > * {
  padding-left: 4rem;
}

.children\:pt-17 > * {
  padding-top: 4.25rem;
}

.children\:pr-17 > * {
  padding-right: 4.25rem;
}

.children\:pb-17 > * {
  padding-bottom: 4.25rem;
}

.children\:pl-17 > * {
  padding-left: 4.25rem;
}

.children\:pt-18 > * {
  padding-top: 4.5rem;
}

.children\:pr-18 > * {
  padding-right: 4.5rem;
}

.children\:pb-18 > * {
  padding-bottom: 4.5rem;
}

.children\:pl-18 > * {
  padding-left: 4.5rem;
}

.children\:pt-19 > * {
  padding-top: 4.75rem;
}

.children\:pr-19 > * {
  padding-right: 4.75rem;
}

.children\:pb-19 > * {
  padding-bottom: 4.75rem;
}

.children\:pl-19 > * {
  padding-left: 4.75rem;
}

.children\:pt-20 > * {
  padding-top: 5rem;
}

.children\:pr-20 > * {
  padding-right: 5rem;
}

.children\:pb-20 > * {
  padding-bottom: 5rem;
}

.children\:pl-20 > * {
  padding-left: 5rem;
}

.children\:pt-24 > * {
  padding-top: 6rem;
}

.children\:pr-24 > * {
  padding-right: 6rem;
}

.children\:pb-24 > * {
  padding-bottom: 6rem;
}

.children\:pl-24 > * {
  padding-left: 6rem;
}

.children\:pt-32 > * {
  padding-top: 8rem;
}

.children\:pr-32 > * {
  padding-right: 8rem;
}

.children\:pb-32 > * {
  padding-bottom: 8rem;
}

.children\:pl-32 > * {
  padding-left: 8rem;
}

.children\:pt-40 > * {
  padding-top: 10rem;
}

.children\:pr-40 > * {
  padding-right: 10rem;
}

.children\:pb-40 > * {
  padding-bottom: 10rem;
}

.children\:pl-40 > * {
  padding-left: 10rem;
}

.children\:pt-48 > * {
  padding-top: 12rem;
}

.children\:pr-48 > * {
  padding-right: 12rem;
}

.children\:pb-48 > * {
  padding-bottom: 12rem;
}

.children\:pl-48 > * {
  padding-left: 12rem;
}

.children\:pt-56 > * {
  padding-top: 14rem;
}

.children\:pr-56 > * {
  padding-right: 14rem;
}

.children\:pb-56 > * {
  padding-bottom: 14rem;
}

.children\:pl-56 > * {
  padding-left: 14rem;
}

.children\:pt-64 > * {
  padding-top: 16rem;
}

.children\:pr-64 > * {
  padding-right: 16rem;
}

.children\:pb-64 > * {
  padding-bottom: 16rem;
}

.children\:pl-64 > * {
  padding-left: 16rem;
}

.children\:pt-75 > * {
  padding-top: 18.75rem;
}

.children\:pr-75 > * {
  padding-right: 18.75rem;
}

.children\:pb-75 > * {
  padding-bottom: 18.75rem;
}

.children\:pl-75 > * {
  padding-left: 18.75rem;
}

.children\:pt-px > * {
  padding-top: 1px;
}

.children\:pr-px > * {
  padding-right: 1px;
}

.children\:pb-px > * {
  padding-bottom: 1px;
}

.children\:pl-px > * {
  padding-left: 1px;
}

.first\:p-0:first-child {
  padding: 0;
}

.first\:p-1:first-child {
  padding: 0.25rem;
}

.first\:p-2:first-child {
  padding: 0.5rem;
}

.first\:p-3:first-child {
  padding: 0.75rem;
}

.first\:p-4:first-child {
  padding: 1rem;
}

.first\:p-5:first-child {
  padding: 1.25rem;
}

.first\:p-6:first-child {
  padding: 1.5rem;
}

.first\:p-7:first-child {
  padding: 1.75rem;
}

.first\:p-8:first-child {
  padding: 2rem;
}

.first\:p-9:first-child {
  padding: 2.25rem;
}

.first\:p-10:first-child {
  padding: 2.5rem;
}

.first\:p-11:first-child {
  padding: 2.75rem;
}

.first\:p-12:first-child {
  padding: 3rem;
}

.first\:p-13:first-child {
  padding: 3.25rem;
}

.first\:p-14:first-child {
  padding: 3.5rem;
}

.first\:p-15:first-child {
  padding: 3.75rem;
}

.first\:p-16:first-child {
  padding: 4rem;
}

.first\:p-17:first-child {
  padding: 4.25rem;
}

.first\:p-18:first-child {
  padding: 4.5rem;
}

.first\:p-19:first-child {
  padding: 4.75rem;
}

.first\:p-20:first-child {
  padding: 5rem;
}

.first\:p-24:first-child {
  padding: 6rem;
}

.first\:p-32:first-child {
  padding: 8rem;
}

.first\:p-40:first-child {
  padding: 10rem;
}

.first\:p-48:first-child {
  padding: 12rem;
}

.first\:p-56:first-child {
  padding: 14rem;
}

.first\:p-64:first-child {
  padding: 16rem;
}

.first\:p-75:first-child {
  padding: 18.75rem;
}

.first\:p-px:first-child {
  padding: 1px;
}

.first\:py-0:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

.first\:px-0:first-child {
  padding-left: 0;
  padding-right: 0;
}

.first\:py-1:first-child {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.first\:px-1:first-child {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.first\:py-2:first-child {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.first\:px-2:first-child {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.first\:py-3:first-child {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.first\:px-3:first-child {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.first\:py-4:first-child {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.first\:px-4:first-child {
  padding-left: 1rem;
  padding-right: 1rem;
}

.first\:py-5:first-child {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.first\:px-5:first-child {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.first\:py-6:first-child {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.first\:px-6:first-child {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.first\:py-7:first-child {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.first\:px-7:first-child {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.first\:py-8:first-child {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.first\:px-8:first-child {
  padding-left: 2rem;
  padding-right: 2rem;
}

.first\:py-9:first-child {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.first\:px-9:first-child {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.first\:py-10:first-child {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.first\:px-10:first-child {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.first\:py-11:first-child {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.first\:px-11:first-child {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.first\:py-12:first-child {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.first\:px-12:first-child {
  padding-left: 3rem;
  padding-right: 3rem;
}

.first\:py-13:first-child {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.first\:px-13:first-child {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.first\:py-14:first-child {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.first\:px-14:first-child {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.first\:py-15:first-child {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.first\:px-15:first-child {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.first\:py-16:first-child {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.first\:px-16:first-child {
  padding-left: 4rem;
  padding-right: 4rem;
}

.first\:py-17:first-child {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.first\:px-17:first-child {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}

.first\:py-18:first-child {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.first\:px-18:first-child {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.first\:py-19:first-child {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.first\:px-19:first-child {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}

.first\:py-20:first-child {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.first\:px-20:first-child {
  padding-left: 5rem;
  padding-right: 5rem;
}

.first\:py-24:first-child {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.first\:px-24:first-child {
  padding-left: 6rem;
  padding-right: 6rem;
}

.first\:py-32:first-child {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.first\:px-32:first-child {
  padding-left: 8rem;
  padding-right: 8rem;
}

.first\:py-40:first-child {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.first\:px-40:first-child {
  padding-left: 10rem;
  padding-right: 10rem;
}

.first\:py-48:first-child {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.first\:px-48:first-child {
  padding-left: 12rem;
  padding-right: 12rem;
}

.first\:py-56:first-child {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.first\:px-56:first-child {
  padding-left: 14rem;
  padding-right: 14rem;
}

.first\:py-64:first-child {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.first\:px-64:first-child {
  padding-left: 16rem;
  padding-right: 16rem;
}

.first\:py-75:first-child {
  padding-top: 18.75rem;
  padding-bottom: 18.75rem;
}

.first\:px-75:first-child {
  padding-left: 18.75rem;
  padding-right: 18.75rem;
}

.first\:py-px:first-child {
  padding-top: 1px;
  padding-bottom: 1px;
}

.first\:px-px:first-child {
  padding-left: 1px;
  padding-right: 1px;
}

.first\:pt-0:first-child {
  padding-top: 0;
}

.first\:pr-0:first-child {
  padding-right: 0;
}

.first\:pb-0:first-child {
  padding-bottom: 0;
}

.first\:pl-0:first-child {
  padding-left: 0;
}

.first\:pt-1:first-child {
  padding-top: 0.25rem;
}

.first\:pr-1:first-child {
  padding-right: 0.25rem;
}

.first\:pb-1:first-child {
  padding-bottom: 0.25rem;
}

.first\:pl-1:first-child {
  padding-left: 0.25rem;
}

.first\:pt-2:first-child {
  padding-top: 0.5rem;
}

.first\:pr-2:first-child {
  padding-right: 0.5rem;
}

.first\:pb-2:first-child {
  padding-bottom: 0.5rem;
}

.first\:pl-2:first-child {
  padding-left: 0.5rem;
}

.first\:pt-3:first-child {
  padding-top: 0.75rem;
}

.first\:pr-3:first-child {
  padding-right: 0.75rem;
}

.first\:pb-3:first-child {
  padding-bottom: 0.75rem;
}

.first\:pl-3:first-child {
  padding-left: 0.75rem;
}

.first\:pt-4:first-child {
  padding-top: 1rem;
}

.first\:pr-4:first-child {
  padding-right: 1rem;
}

.first\:pb-4:first-child {
  padding-bottom: 1rem;
}

.first\:pl-4:first-child {
  padding-left: 1rem;
}

.first\:pt-5:first-child {
  padding-top: 1.25rem;
}

.first\:pr-5:first-child {
  padding-right: 1.25rem;
}

.first\:pb-5:first-child {
  padding-bottom: 1.25rem;
}

.first\:pl-5:first-child {
  padding-left: 1.25rem;
}

.first\:pt-6:first-child {
  padding-top: 1.5rem;
}

.first\:pr-6:first-child {
  padding-right: 1.5rem;
}

.first\:pb-6:first-child {
  padding-bottom: 1.5rem;
}

.first\:pl-6:first-child {
  padding-left: 1.5rem;
}

.first\:pt-7:first-child {
  padding-top: 1.75rem;
}

.first\:pr-7:first-child {
  padding-right: 1.75rem;
}

.first\:pb-7:first-child {
  padding-bottom: 1.75rem;
}

.first\:pl-7:first-child {
  padding-left: 1.75rem;
}

.first\:pt-8:first-child {
  padding-top: 2rem;
}

.first\:pr-8:first-child {
  padding-right: 2rem;
}

.first\:pb-8:first-child {
  padding-bottom: 2rem;
}

.first\:pl-8:first-child {
  padding-left: 2rem;
}

.first\:pt-9:first-child {
  padding-top: 2.25rem;
}

.first\:pr-9:first-child {
  padding-right: 2.25rem;
}

.first\:pb-9:first-child {
  padding-bottom: 2.25rem;
}

.first\:pl-9:first-child {
  padding-left: 2.25rem;
}

.first\:pt-10:first-child {
  padding-top: 2.5rem;
}

.first\:pr-10:first-child {
  padding-right: 2.5rem;
}

.first\:pb-10:first-child {
  padding-bottom: 2.5rem;
}

.first\:pl-10:first-child {
  padding-left: 2.5rem;
}

.first\:pt-11:first-child {
  padding-top: 2.75rem;
}

.first\:pr-11:first-child {
  padding-right: 2.75rem;
}

.first\:pb-11:first-child {
  padding-bottom: 2.75rem;
}

.first\:pl-11:first-child {
  padding-left: 2.75rem;
}

.first\:pt-12:first-child {
  padding-top: 3rem;
}

.first\:pr-12:first-child {
  padding-right: 3rem;
}

.first\:pb-12:first-child {
  padding-bottom: 3rem;
}

.first\:pl-12:first-child {
  padding-left: 3rem;
}

.first\:pt-13:first-child {
  padding-top: 3.25rem;
}

.first\:pr-13:first-child {
  padding-right: 3.25rem;
}

.first\:pb-13:first-child {
  padding-bottom: 3.25rem;
}

.first\:pl-13:first-child {
  padding-left: 3.25rem;
}

.first\:pt-14:first-child {
  padding-top: 3.5rem;
}

.first\:pr-14:first-child {
  padding-right: 3.5rem;
}

.first\:pb-14:first-child {
  padding-bottom: 3.5rem;
}

.first\:pl-14:first-child {
  padding-left: 3.5rem;
}

.first\:pt-15:first-child {
  padding-top: 3.75rem;
}

.first\:pr-15:first-child {
  padding-right: 3.75rem;
}

.first\:pb-15:first-child {
  padding-bottom: 3.75rem;
}

.first\:pl-15:first-child {
  padding-left: 3.75rem;
}

.first\:pt-16:first-child {
  padding-top: 4rem;
}

.first\:pr-16:first-child {
  padding-right: 4rem;
}

.first\:pb-16:first-child {
  padding-bottom: 4rem;
}

.first\:pl-16:first-child {
  padding-left: 4rem;
}

.first\:pt-17:first-child {
  padding-top: 4.25rem;
}

.first\:pr-17:first-child {
  padding-right: 4.25rem;
}

.first\:pb-17:first-child {
  padding-bottom: 4.25rem;
}

.first\:pl-17:first-child {
  padding-left: 4.25rem;
}

.first\:pt-18:first-child {
  padding-top: 4.5rem;
}

.first\:pr-18:first-child {
  padding-right: 4.5rem;
}

.first\:pb-18:first-child {
  padding-bottom: 4.5rem;
}

.first\:pl-18:first-child {
  padding-left: 4.5rem;
}

.first\:pt-19:first-child {
  padding-top: 4.75rem;
}

.first\:pr-19:first-child {
  padding-right: 4.75rem;
}

.first\:pb-19:first-child {
  padding-bottom: 4.75rem;
}

.first\:pl-19:first-child {
  padding-left: 4.75rem;
}

.first\:pt-20:first-child {
  padding-top: 5rem;
}

.first\:pr-20:first-child {
  padding-right: 5rem;
}

.first\:pb-20:first-child {
  padding-bottom: 5rem;
}

.first\:pl-20:first-child {
  padding-left: 5rem;
}

.first\:pt-24:first-child {
  padding-top: 6rem;
}

.first\:pr-24:first-child {
  padding-right: 6rem;
}

.first\:pb-24:first-child {
  padding-bottom: 6rem;
}

.first\:pl-24:first-child {
  padding-left: 6rem;
}

.first\:pt-32:first-child {
  padding-top: 8rem;
}

.first\:pr-32:first-child {
  padding-right: 8rem;
}

.first\:pb-32:first-child {
  padding-bottom: 8rem;
}

.first\:pl-32:first-child {
  padding-left: 8rem;
}

.first\:pt-40:first-child {
  padding-top: 10rem;
}

.first\:pr-40:first-child {
  padding-right: 10rem;
}

.first\:pb-40:first-child {
  padding-bottom: 10rem;
}

.first\:pl-40:first-child {
  padding-left: 10rem;
}

.first\:pt-48:first-child {
  padding-top: 12rem;
}

.first\:pr-48:first-child {
  padding-right: 12rem;
}

.first\:pb-48:first-child {
  padding-bottom: 12rem;
}

.first\:pl-48:first-child {
  padding-left: 12rem;
}

.first\:pt-56:first-child {
  padding-top: 14rem;
}

.first\:pr-56:first-child {
  padding-right: 14rem;
}

.first\:pb-56:first-child {
  padding-bottom: 14rem;
}

.first\:pl-56:first-child {
  padding-left: 14rem;
}

.first\:pt-64:first-child {
  padding-top: 16rem;
}

.first\:pr-64:first-child {
  padding-right: 16rem;
}

.first\:pb-64:first-child {
  padding-bottom: 16rem;
}

.first\:pl-64:first-child {
  padding-left: 16rem;
}

.first\:pt-75:first-child {
  padding-top: 18.75rem;
}

.first\:pr-75:first-child {
  padding-right: 18.75rem;
}

.first\:pb-75:first-child {
  padding-bottom: 18.75rem;
}

.first\:pl-75:first-child {
  padding-left: 18.75rem;
}

.first\:pt-px:first-child {
  padding-top: 1px;
}

.first\:pr-px:first-child {
  padding-right: 1px;
}

.first\:pb-px:first-child {
  padding-bottom: 1px;
}

.first\:pl-px:first-child {
  padding-left: 1px;
}

.last\:p-0:last-child {
  padding: 0;
}

.last\:p-1:last-child {
  padding: 0.25rem;
}

.last\:p-2:last-child {
  padding: 0.5rem;
}

.last\:p-3:last-child {
  padding: 0.75rem;
}

.last\:p-4:last-child {
  padding: 1rem;
}

.last\:p-5:last-child {
  padding: 1.25rem;
}

.last\:p-6:last-child {
  padding: 1.5rem;
}

.last\:p-7:last-child {
  padding: 1.75rem;
}

.last\:p-8:last-child {
  padding: 2rem;
}

.last\:p-9:last-child {
  padding: 2.25rem;
}

.last\:p-10:last-child {
  padding: 2.5rem;
}

.last\:p-11:last-child {
  padding: 2.75rem;
}

.last\:p-12:last-child {
  padding: 3rem;
}

.last\:p-13:last-child {
  padding: 3.25rem;
}

.last\:p-14:last-child {
  padding: 3.5rem;
}

.last\:p-15:last-child {
  padding: 3.75rem;
}

.last\:p-16:last-child {
  padding: 4rem;
}

.last\:p-17:last-child {
  padding: 4.25rem;
}

.last\:p-18:last-child {
  padding: 4.5rem;
}

.last\:p-19:last-child {
  padding: 4.75rem;
}

.last\:p-20:last-child {
  padding: 5rem;
}

.last\:p-24:last-child {
  padding: 6rem;
}

.last\:p-32:last-child {
  padding: 8rem;
}

.last\:p-40:last-child {
  padding: 10rem;
}

.last\:p-48:last-child {
  padding: 12rem;
}

.last\:p-56:last-child {
  padding: 14rem;
}

.last\:p-64:last-child {
  padding: 16rem;
}

.last\:p-75:last-child {
  padding: 18.75rem;
}

.last\:p-px:last-child {
  padding: 1px;
}

.last\:py-0:last-child {
  padding-top: 0;
  padding-bottom: 0;
}

.last\:px-0:last-child {
  padding-left: 0;
  padding-right: 0;
}

.last\:py-1:last-child {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.last\:px-1:last-child {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.last\:py-2:last-child {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.last\:px-2:last-child {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.last\:py-3:last-child {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.last\:px-3:last-child {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.last\:py-4:last-child {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.last\:px-4:last-child {
  padding-left: 1rem;
  padding-right: 1rem;
}

.last\:py-5:last-child {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.last\:px-5:last-child {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.last\:py-6:last-child {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.last\:px-6:last-child {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.last\:py-7:last-child {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.last\:px-7:last-child {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.last\:py-8:last-child {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.last\:px-8:last-child {
  padding-left: 2rem;
  padding-right: 2rem;
}

.last\:py-9:last-child {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.last\:px-9:last-child {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.last\:py-10:last-child {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.last\:px-10:last-child {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.last\:py-11:last-child {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.last\:px-11:last-child {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.last\:py-12:last-child {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.last\:px-12:last-child {
  padding-left: 3rem;
  padding-right: 3rem;
}

.last\:py-13:last-child {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.last\:px-13:last-child {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.last\:py-14:last-child {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.last\:px-14:last-child {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.last\:py-15:last-child {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.last\:px-15:last-child {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.last\:py-16:last-child {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.last\:px-16:last-child {
  padding-left: 4rem;
  padding-right: 4rem;
}

.last\:py-17:last-child {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.last\:px-17:last-child {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}

.last\:py-18:last-child {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.last\:px-18:last-child {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.last\:py-19:last-child {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.last\:px-19:last-child {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}

.last\:py-20:last-child {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.last\:px-20:last-child {
  padding-left: 5rem;
  padding-right: 5rem;
}

.last\:py-24:last-child {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.last\:px-24:last-child {
  padding-left: 6rem;
  padding-right: 6rem;
}

.last\:py-32:last-child {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.last\:px-32:last-child {
  padding-left: 8rem;
  padding-right: 8rem;
}

.last\:py-40:last-child {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.last\:px-40:last-child {
  padding-left: 10rem;
  padding-right: 10rem;
}

.last\:py-48:last-child {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.last\:px-48:last-child {
  padding-left: 12rem;
  padding-right: 12rem;
}

.last\:py-56:last-child {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.last\:px-56:last-child {
  padding-left: 14rem;
  padding-right: 14rem;
}

.last\:py-64:last-child {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.last\:px-64:last-child {
  padding-left: 16rem;
  padding-right: 16rem;
}

.last\:py-75:last-child {
  padding-top: 18.75rem;
  padding-bottom: 18.75rem;
}

.last\:px-75:last-child {
  padding-left: 18.75rem;
  padding-right: 18.75rem;
}

.last\:py-px:last-child {
  padding-top: 1px;
  padding-bottom: 1px;
}

.last\:px-px:last-child {
  padding-left: 1px;
  padding-right: 1px;
}

.last\:pt-0:last-child {
  padding-top: 0;
}

.last\:pr-0:last-child {
  padding-right: 0;
}

.last\:pb-0:last-child {
  padding-bottom: 0;
}

.last\:pl-0:last-child {
  padding-left: 0;
}

.last\:pt-1:last-child {
  padding-top: 0.25rem;
}

.last\:pr-1:last-child {
  padding-right: 0.25rem;
}

.last\:pb-1:last-child {
  padding-bottom: 0.25rem;
}

.last\:pl-1:last-child {
  padding-left: 0.25rem;
}

.last\:pt-2:last-child {
  padding-top: 0.5rem;
}

.last\:pr-2:last-child {
  padding-right: 0.5rem;
}

.last\:pb-2:last-child {
  padding-bottom: 0.5rem;
}

.last\:pl-2:last-child {
  padding-left: 0.5rem;
}

.last\:pt-3:last-child {
  padding-top: 0.75rem;
}

.last\:pr-3:last-child {
  padding-right: 0.75rem;
}

.last\:pb-3:last-child {
  padding-bottom: 0.75rem;
}

.last\:pl-3:last-child {
  padding-left: 0.75rem;
}

.last\:pt-4:last-child {
  padding-top: 1rem;
}

.last\:pr-4:last-child {
  padding-right: 1rem;
}

.last\:pb-4:last-child {
  padding-bottom: 1rem;
}

.last\:pl-4:last-child {
  padding-left: 1rem;
}

.last\:pt-5:last-child {
  padding-top: 1.25rem;
}

.last\:pr-5:last-child {
  padding-right: 1.25rem;
}

.last\:pb-5:last-child {
  padding-bottom: 1.25rem;
}

.last\:pl-5:last-child {
  padding-left: 1.25rem;
}

.last\:pt-6:last-child {
  padding-top: 1.5rem;
}

.last\:pr-6:last-child {
  padding-right: 1.5rem;
}

.last\:pb-6:last-child {
  padding-bottom: 1.5rem;
}

.last\:pl-6:last-child {
  padding-left: 1.5rem;
}

.last\:pt-7:last-child {
  padding-top: 1.75rem;
}

.last\:pr-7:last-child {
  padding-right: 1.75rem;
}

.last\:pb-7:last-child {
  padding-bottom: 1.75rem;
}

.last\:pl-7:last-child {
  padding-left: 1.75rem;
}

.last\:pt-8:last-child {
  padding-top: 2rem;
}

.last\:pr-8:last-child {
  padding-right: 2rem;
}

.last\:pb-8:last-child {
  padding-bottom: 2rem;
}

.last\:pl-8:last-child {
  padding-left: 2rem;
}

.last\:pt-9:last-child {
  padding-top: 2.25rem;
}

.last\:pr-9:last-child {
  padding-right: 2.25rem;
}

.last\:pb-9:last-child {
  padding-bottom: 2.25rem;
}

.last\:pl-9:last-child {
  padding-left: 2.25rem;
}

.last\:pt-10:last-child {
  padding-top: 2.5rem;
}

.last\:pr-10:last-child {
  padding-right: 2.5rem;
}

.last\:pb-10:last-child {
  padding-bottom: 2.5rem;
}

.last\:pl-10:last-child {
  padding-left: 2.5rem;
}

.last\:pt-11:last-child {
  padding-top: 2.75rem;
}

.last\:pr-11:last-child {
  padding-right: 2.75rem;
}

.last\:pb-11:last-child {
  padding-bottom: 2.75rem;
}

.last\:pl-11:last-child {
  padding-left: 2.75rem;
}

.last\:pt-12:last-child {
  padding-top: 3rem;
}

.last\:pr-12:last-child {
  padding-right: 3rem;
}

.last\:pb-12:last-child {
  padding-bottom: 3rem;
}

.last\:pl-12:last-child {
  padding-left: 3rem;
}

.last\:pt-13:last-child {
  padding-top: 3.25rem;
}

.last\:pr-13:last-child {
  padding-right: 3.25rem;
}

.last\:pb-13:last-child {
  padding-bottom: 3.25rem;
}

.last\:pl-13:last-child {
  padding-left: 3.25rem;
}

.last\:pt-14:last-child {
  padding-top: 3.5rem;
}

.last\:pr-14:last-child {
  padding-right: 3.5rem;
}

.last\:pb-14:last-child {
  padding-bottom: 3.5rem;
}

.last\:pl-14:last-child {
  padding-left: 3.5rem;
}

.last\:pt-15:last-child {
  padding-top: 3.75rem;
}

.last\:pr-15:last-child {
  padding-right: 3.75rem;
}

.last\:pb-15:last-child {
  padding-bottom: 3.75rem;
}

.last\:pl-15:last-child {
  padding-left: 3.75rem;
}

.last\:pt-16:last-child {
  padding-top: 4rem;
}

.last\:pr-16:last-child {
  padding-right: 4rem;
}

.last\:pb-16:last-child {
  padding-bottom: 4rem;
}

.last\:pl-16:last-child {
  padding-left: 4rem;
}

.last\:pt-17:last-child {
  padding-top: 4.25rem;
}

.last\:pr-17:last-child {
  padding-right: 4.25rem;
}

.last\:pb-17:last-child {
  padding-bottom: 4.25rem;
}

.last\:pl-17:last-child {
  padding-left: 4.25rem;
}

.last\:pt-18:last-child {
  padding-top: 4.5rem;
}

.last\:pr-18:last-child {
  padding-right: 4.5rem;
}

.last\:pb-18:last-child {
  padding-bottom: 4.5rem;
}

.last\:pl-18:last-child {
  padding-left: 4.5rem;
}

.last\:pt-19:last-child {
  padding-top: 4.75rem;
}

.last\:pr-19:last-child {
  padding-right: 4.75rem;
}

.last\:pb-19:last-child {
  padding-bottom: 4.75rem;
}

.last\:pl-19:last-child {
  padding-left: 4.75rem;
}

.last\:pt-20:last-child {
  padding-top: 5rem;
}

.last\:pr-20:last-child {
  padding-right: 5rem;
}

.last\:pb-20:last-child {
  padding-bottom: 5rem;
}

.last\:pl-20:last-child {
  padding-left: 5rem;
}

.last\:pt-24:last-child {
  padding-top: 6rem;
}

.last\:pr-24:last-child {
  padding-right: 6rem;
}

.last\:pb-24:last-child {
  padding-bottom: 6rem;
}

.last\:pl-24:last-child {
  padding-left: 6rem;
}

.last\:pt-32:last-child {
  padding-top: 8rem;
}

.last\:pr-32:last-child {
  padding-right: 8rem;
}

.last\:pb-32:last-child {
  padding-bottom: 8rem;
}

.last\:pl-32:last-child {
  padding-left: 8rem;
}

.last\:pt-40:last-child {
  padding-top: 10rem;
}

.last\:pr-40:last-child {
  padding-right: 10rem;
}

.last\:pb-40:last-child {
  padding-bottom: 10rem;
}

.last\:pl-40:last-child {
  padding-left: 10rem;
}

.last\:pt-48:last-child {
  padding-top: 12rem;
}

.last\:pr-48:last-child {
  padding-right: 12rem;
}

.last\:pb-48:last-child {
  padding-bottom: 12rem;
}

.last\:pl-48:last-child {
  padding-left: 12rem;
}

.last\:pt-56:last-child {
  padding-top: 14rem;
}

.last\:pr-56:last-child {
  padding-right: 14rem;
}

.last\:pb-56:last-child {
  padding-bottom: 14rem;
}

.last\:pl-56:last-child {
  padding-left: 14rem;
}

.last\:pt-64:last-child {
  padding-top: 16rem;
}

.last\:pr-64:last-child {
  padding-right: 16rem;
}

.last\:pb-64:last-child {
  padding-bottom: 16rem;
}

.last\:pl-64:last-child {
  padding-left: 16rem;
}

.last\:pt-75:last-child {
  padding-top: 18.75rem;
}

.last\:pr-75:last-child {
  padding-right: 18.75rem;
}

.last\:pb-75:last-child {
  padding-bottom: 18.75rem;
}

.last\:pl-75:last-child {
  padding-left: 18.75rem;
}

.last\:pt-px:last-child {
  padding-top: 1px;
}

.last\:pr-px:last-child {
  padding-right: 1px;
}

.last\:pb-px:last-child {
  padding-bottom: 1px;
}

.last\:pl-px:last-child {
  padding-left: 1px;
}

.hover\:p-0:hover {
  padding: 0;
}

.hover\:p-1:hover {
  padding: 0.25rem;
}

.hover\:p-2:hover {
  padding: 0.5rem;
}

.hover\:p-3:hover {
  padding: 0.75rem;
}

.hover\:p-4:hover {
  padding: 1rem;
}

.hover\:p-5:hover {
  padding: 1.25rem;
}

.hover\:p-6:hover {
  padding: 1.5rem;
}

.hover\:p-7:hover {
  padding: 1.75rem;
}

.hover\:p-8:hover {
  padding: 2rem;
}

.hover\:p-9:hover {
  padding: 2.25rem;
}

.hover\:p-10:hover {
  padding: 2.5rem;
}

.hover\:p-11:hover {
  padding: 2.75rem;
}

.hover\:p-12:hover {
  padding: 3rem;
}

.hover\:p-13:hover {
  padding: 3.25rem;
}

.hover\:p-14:hover {
  padding: 3.5rem;
}

.hover\:p-15:hover {
  padding: 3.75rem;
}

.hover\:p-16:hover {
  padding: 4rem;
}

.hover\:p-17:hover {
  padding: 4.25rem;
}

.hover\:p-18:hover {
  padding: 4.5rem;
}

.hover\:p-19:hover {
  padding: 4.75rem;
}

.hover\:p-20:hover {
  padding: 5rem;
}

.hover\:p-24:hover {
  padding: 6rem;
}

.hover\:p-32:hover {
  padding: 8rem;
}

.hover\:p-40:hover {
  padding: 10rem;
}

.hover\:p-48:hover {
  padding: 12rem;
}

.hover\:p-56:hover {
  padding: 14rem;
}

.hover\:p-64:hover {
  padding: 16rem;
}

.hover\:p-75:hover {
  padding: 18.75rem;
}

.hover\:p-px:hover {
  padding: 1px;
}

.hover\:py-0:hover {
  padding-top: 0;
  padding-bottom: 0;
}

.hover\:px-0:hover {
  padding-left: 0;
  padding-right: 0;
}

.hover\:py-1:hover {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.hover\:px-1:hover {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.hover\:py-2:hover {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.hover\:px-2:hover {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.hover\:py-3:hover {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.hover\:px-3:hover {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.hover\:py-4:hover {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hover\:px-4:hover {
  padding-left: 1rem;
  padding-right: 1rem;
}

.hover\:py-5:hover {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.hover\:px-5:hover {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.hover\:py-6:hover {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.hover\:px-6:hover {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hover\:py-7:hover {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.hover\:px-7:hover {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.hover\:py-8:hover {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hover\:px-8:hover {
  padding-left: 2rem;
  padding-right: 2rem;
}

.hover\:py-9:hover {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.hover\:px-9:hover {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.hover\:py-10:hover {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.hover\:px-10:hover {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hover\:py-11:hover {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.hover\:px-11:hover {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.hover\:py-12:hover {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hover\:px-12:hover {
  padding-left: 3rem;
  padding-right: 3rem;
}

.hover\:py-13:hover {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.hover\:px-13:hover {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.hover\:py-14:hover {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.hover\:px-14:hover {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.hover\:py-15:hover {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.hover\:px-15:hover {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.hover\:py-16:hover {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hover\:px-16:hover {
  padding-left: 4rem;
  padding-right: 4rem;
}

.hover\:py-17:hover {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.hover\:px-17:hover {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}

.hover\:py-18:hover {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.hover\:px-18:hover {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.hover\:py-19:hover {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.hover\:px-19:hover {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}

.hover\:py-20:hover {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hover\:px-20:hover {
  padding-left: 5rem;
  padding-right: 5rem;
}

.hover\:py-24:hover {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.hover\:px-24:hover {
  padding-left: 6rem;
  padding-right: 6rem;
}

.hover\:py-32:hover {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.hover\:px-32:hover {
  padding-left: 8rem;
  padding-right: 8rem;
}

.hover\:py-40:hover {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.hover\:px-40:hover {
  padding-left: 10rem;
  padding-right: 10rem;
}

.hover\:py-48:hover {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.hover\:px-48:hover {
  padding-left: 12rem;
  padding-right: 12rem;
}

.hover\:py-56:hover {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.hover\:px-56:hover {
  padding-left: 14rem;
  padding-right: 14rem;
}

.hover\:py-64:hover {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.hover\:px-64:hover {
  padding-left: 16rem;
  padding-right: 16rem;
}

.hover\:py-75:hover {
  padding-top: 18.75rem;
  padding-bottom: 18.75rem;
}

.hover\:px-75:hover {
  padding-left: 18.75rem;
  padding-right: 18.75rem;
}

.hover\:py-px:hover {
  padding-top: 1px;
  padding-bottom: 1px;
}

.hover\:px-px:hover {
  padding-left: 1px;
  padding-right: 1px;
}

.hover\:pt-0:hover {
  padding-top: 0;
}

.hover\:pr-0:hover {
  padding-right: 0;
}

.hover\:pb-0:hover {
  padding-bottom: 0;
}

.hover\:pl-0:hover {
  padding-left: 0;
}

.hover\:pt-1:hover {
  padding-top: 0.25rem;
}

.hover\:pr-1:hover {
  padding-right: 0.25rem;
}

.hover\:pb-1:hover {
  padding-bottom: 0.25rem;
}

.hover\:pl-1:hover {
  padding-left: 0.25rem;
}

.hover\:pt-2:hover {
  padding-top: 0.5rem;
}

.hover\:pr-2:hover {
  padding-right: 0.5rem;
}

.hover\:pb-2:hover {
  padding-bottom: 0.5rem;
}

.hover\:pl-2:hover {
  padding-left: 0.5rem;
}

.hover\:pt-3:hover {
  padding-top: 0.75rem;
}

.hover\:pr-3:hover {
  padding-right: 0.75rem;
}

.hover\:pb-3:hover {
  padding-bottom: 0.75rem;
}

.hover\:pl-3:hover {
  padding-left: 0.75rem;
}

.hover\:pt-4:hover {
  padding-top: 1rem;
}

.hover\:pr-4:hover {
  padding-right: 1rem;
}

.hover\:pb-4:hover {
  padding-bottom: 1rem;
}

.hover\:pl-4:hover {
  padding-left: 1rem;
}

.hover\:pt-5:hover {
  padding-top: 1.25rem;
}

.hover\:pr-5:hover {
  padding-right: 1.25rem;
}

.hover\:pb-5:hover {
  padding-bottom: 1.25rem;
}

.hover\:pl-5:hover {
  padding-left: 1.25rem;
}

.hover\:pt-6:hover {
  padding-top: 1.5rem;
}

.hover\:pr-6:hover {
  padding-right: 1.5rem;
}

.hover\:pb-6:hover {
  padding-bottom: 1.5rem;
}

.hover\:pl-6:hover {
  padding-left: 1.5rem;
}

.hover\:pt-7:hover {
  padding-top: 1.75rem;
}

.hover\:pr-7:hover {
  padding-right: 1.75rem;
}

.hover\:pb-7:hover {
  padding-bottom: 1.75rem;
}

.hover\:pl-7:hover {
  padding-left: 1.75rem;
}

.hover\:pt-8:hover {
  padding-top: 2rem;
}

.hover\:pr-8:hover {
  padding-right: 2rem;
}

.hover\:pb-8:hover {
  padding-bottom: 2rem;
}

.hover\:pl-8:hover {
  padding-left: 2rem;
}

.hover\:pt-9:hover {
  padding-top: 2.25rem;
}

.hover\:pr-9:hover {
  padding-right: 2.25rem;
}

.hover\:pb-9:hover {
  padding-bottom: 2.25rem;
}

.hover\:pl-9:hover {
  padding-left: 2.25rem;
}

.hover\:pt-10:hover {
  padding-top: 2.5rem;
}

.hover\:pr-10:hover {
  padding-right: 2.5rem;
}

.hover\:pb-10:hover {
  padding-bottom: 2.5rem;
}

.hover\:pl-10:hover {
  padding-left: 2.5rem;
}

.hover\:pt-11:hover {
  padding-top: 2.75rem;
}

.hover\:pr-11:hover {
  padding-right: 2.75rem;
}

.hover\:pb-11:hover {
  padding-bottom: 2.75rem;
}

.hover\:pl-11:hover {
  padding-left: 2.75rem;
}

.hover\:pt-12:hover {
  padding-top: 3rem;
}

.hover\:pr-12:hover {
  padding-right: 3rem;
}

.hover\:pb-12:hover {
  padding-bottom: 3rem;
}

.hover\:pl-12:hover {
  padding-left: 3rem;
}

.hover\:pt-13:hover {
  padding-top: 3.25rem;
}

.hover\:pr-13:hover {
  padding-right: 3.25rem;
}

.hover\:pb-13:hover {
  padding-bottom: 3.25rem;
}

.hover\:pl-13:hover {
  padding-left: 3.25rem;
}

.hover\:pt-14:hover {
  padding-top: 3.5rem;
}

.hover\:pr-14:hover {
  padding-right: 3.5rem;
}

.hover\:pb-14:hover {
  padding-bottom: 3.5rem;
}

.hover\:pl-14:hover {
  padding-left: 3.5rem;
}

.hover\:pt-15:hover {
  padding-top: 3.75rem;
}

.hover\:pr-15:hover {
  padding-right: 3.75rem;
}

.hover\:pb-15:hover {
  padding-bottom: 3.75rem;
}

.hover\:pl-15:hover {
  padding-left: 3.75rem;
}

.hover\:pt-16:hover {
  padding-top: 4rem;
}

.hover\:pr-16:hover {
  padding-right: 4rem;
}

.hover\:pb-16:hover {
  padding-bottom: 4rem;
}

.hover\:pl-16:hover {
  padding-left: 4rem;
}

.hover\:pt-17:hover {
  padding-top: 4.25rem;
}

.hover\:pr-17:hover {
  padding-right: 4.25rem;
}

.hover\:pb-17:hover {
  padding-bottom: 4.25rem;
}

.hover\:pl-17:hover {
  padding-left: 4.25rem;
}

.hover\:pt-18:hover {
  padding-top: 4.5rem;
}

.hover\:pr-18:hover {
  padding-right: 4.5rem;
}

.hover\:pb-18:hover {
  padding-bottom: 4.5rem;
}

.hover\:pl-18:hover {
  padding-left: 4.5rem;
}

.hover\:pt-19:hover {
  padding-top: 4.75rem;
}

.hover\:pr-19:hover {
  padding-right: 4.75rem;
}

.hover\:pb-19:hover {
  padding-bottom: 4.75rem;
}

.hover\:pl-19:hover {
  padding-left: 4.75rem;
}

.hover\:pt-20:hover {
  padding-top: 5rem;
}

.hover\:pr-20:hover {
  padding-right: 5rem;
}

.hover\:pb-20:hover {
  padding-bottom: 5rem;
}

.hover\:pl-20:hover {
  padding-left: 5rem;
}

.hover\:pt-24:hover {
  padding-top: 6rem;
}

.hover\:pr-24:hover {
  padding-right: 6rem;
}

.hover\:pb-24:hover {
  padding-bottom: 6rem;
}

.hover\:pl-24:hover {
  padding-left: 6rem;
}

.hover\:pt-32:hover {
  padding-top: 8rem;
}

.hover\:pr-32:hover {
  padding-right: 8rem;
}

.hover\:pb-32:hover {
  padding-bottom: 8rem;
}

.hover\:pl-32:hover {
  padding-left: 8rem;
}

.hover\:pt-40:hover {
  padding-top: 10rem;
}

.hover\:pr-40:hover {
  padding-right: 10rem;
}

.hover\:pb-40:hover {
  padding-bottom: 10rem;
}

.hover\:pl-40:hover {
  padding-left: 10rem;
}

.hover\:pt-48:hover {
  padding-top: 12rem;
}

.hover\:pr-48:hover {
  padding-right: 12rem;
}

.hover\:pb-48:hover {
  padding-bottom: 12rem;
}

.hover\:pl-48:hover {
  padding-left: 12rem;
}

.hover\:pt-56:hover {
  padding-top: 14rem;
}

.hover\:pr-56:hover {
  padding-right: 14rem;
}

.hover\:pb-56:hover {
  padding-bottom: 14rem;
}

.hover\:pl-56:hover {
  padding-left: 14rem;
}

.hover\:pt-64:hover {
  padding-top: 16rem;
}

.hover\:pr-64:hover {
  padding-right: 16rem;
}

.hover\:pb-64:hover {
  padding-bottom: 16rem;
}

.hover\:pl-64:hover {
  padding-left: 16rem;
}

.hover\:pt-75:hover {
  padding-top: 18.75rem;
}

.hover\:pr-75:hover {
  padding-right: 18.75rem;
}

.hover\:pb-75:hover {
  padding-bottom: 18.75rem;
}

.hover\:pl-75:hover {
  padding-left: 18.75rem;
}

.hover\:pt-px:hover {
  padding-top: 1px;
}

.hover\:pr-px:hover {
  padding-right: 1px;
}

.hover\:pb-px:hover {
  padding-bottom: 1px;
}

.hover\:pl-px:hover {
  padding-left: 1px;
}

.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-9\! {
  padding: 2.25rem !important;
}

.p-10\! {
  padding: 2.5rem !important;
}

.p-11\! {
  padding: 2.75rem !important;
}

.p-12\! {
  padding: 3rem !important;
}

.p-13\! {
  padding: 3.25rem !important;
}

.p-14\! {
  padding: 3.5rem !important;
}

.p-15\! {
  padding: 3.75rem !important;
}

.p-16\! {
  padding: 4rem !important;
}

.p-17\! {
  padding: 4.25rem !important;
}

.p-18\! {
  padding: 4.5rem !important;
}

.p-19\! {
  padding: 4.75rem !important;
}

.p-20\! {
  padding: 5rem !important;
}

.p-24\! {
  padding: 6rem !important;
}

.p-32\! {
  padding: 8rem !important;
}

.p-40\! {
  padding: 10rem !important;
}

.p-48\! {
  padding: 12rem !important;
}

.p-56\! {
  padding: 14rem !important;
}

.p-64\! {
  padding: 16rem !important;
}

.p-75\! {
  padding: 18.75rem !important;
}

.p-px\! {
  padding: 1px !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-9\! {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.px-9\! {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !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-11\! {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.px-11\! {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

.py-12\! {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-12\! {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-13\! {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.px-13\! {
  padding-left: 3.25rem !important;
  padding-right: 3.25rem !important;
}

.py-14\! {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.px-14\! {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.py-15\! {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.px-15\! {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
}

.py-16\! {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.px-16\! {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-17\! {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.px-17\! {
  padding-left: 4.25rem !important;
  padding-right: 4.25rem !important;
}

.py-18\! {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.px-18\! {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.py-19\! {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

.px-19\! {
  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-24\! {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.px-24\! {
  padding-left: 6rem !important;
  padding-right: 6rem !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-48\! {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.px-48\! {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.py-56\! {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.px-56\! {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.py-64\! {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.px-64\! {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.py-75\! {
  padding-top: 18.75rem !important;
  padding-bottom: 18.75rem !important;
}

.px-75\! {
  padding-left: 18.75rem !important;
  padding-right: 18.75rem !important;
}

.py-px\! {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.px-px\! {
  padding-left: 1px !important;
  padding-right: 1px !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-9\! {
  padding-top: 2.25rem !important;
}

.pr-9\! {
  padding-right: 2.25rem !important;
}

.pb-9\! {
  padding-bottom: 2.25rem !important;
}

.pl-9\! {
  padding-left: 2.25rem !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-11\! {
  padding-top: 2.75rem !important;
}

.pr-11\! {
  padding-right: 2.75rem !important;
}

.pb-11\! {
  padding-bottom: 2.75rem !important;
}

.pl-11\! {
  padding-left: 2.75rem !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-13\! {
  padding-top: 3.25rem !important;
}

.pr-13\! {
  padding-right: 3.25rem !important;
}

.pb-13\! {
  padding-bottom: 3.25rem !important;
}

.pl-13\! {
  padding-left: 3.25rem !important;
}

.pt-14\! {
  padding-top: 3.5rem !important;
}

.pr-14\! {
  padding-right: 3.5rem !important;
}

.pb-14\! {
  padding-bottom: 3.5rem !important;
}

.pl-14\! {
  padding-left: 3.5rem !important;
}

.pt-15\! {
  padding-top: 3.75rem !important;
}

.pr-15\! {
  padding-right: 3.75rem !important;
}

.pb-15\! {
  padding-bottom: 3.75rem !important;
}

.pl-15\! {
  padding-left: 3.75rem !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-17\! {
  padding-top: 4.25rem !important;
}

.pr-17\! {
  padding-right: 4.25rem !important;
}

.pb-17\! {
  padding-bottom: 4.25rem !important;
}

.pl-17\! {
  padding-left: 4.25rem !important;
}

.pt-18\! {
  padding-top: 4.5rem !important;
}

.pr-18\! {
  padding-right: 4.5rem !important;
}

.pb-18\! {
  padding-bottom: 4.5rem !important;
}

.pl-18\! {
  padding-left: 4.5rem !important;
}

.pt-19\! {
  padding-top: 4.75rem !important;
}

.pr-19\! {
  padding-right: 4.75rem !important;
}

.pb-19\! {
  padding-bottom: 4.75rem !important;
}

.pl-19\! {
  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-24\! {
  padding-top: 6rem !important;
}

.pr-24\! {
  padding-right: 6rem !important;
}

.pb-24\! {
  padding-bottom: 6rem !important;
}

.pl-24\! {
  padding-left: 6rem !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-48\! {
  padding-top: 12rem !important;
}

.pr-48\! {
  padding-right: 12rem !important;
}

.pb-48\! {
  padding-bottom: 12rem !important;
}

.pl-48\! {
  padding-left: 12rem !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-64\! {
  padding-top: 16rem !important;
}

.pr-64\! {
  padding-right: 16rem !important;
}

.pb-64\! {
  padding-bottom: 16rem !important;
}

.pl-64\! {
  padding-left: 16rem !important;
}

.pt-75\! {
  padding-top: 18.75rem !important;
}

.pr-75\! {
  padding-right: 18.75rem !important;
}

.pb-75\! {
  padding-bottom: 18.75rem !important;
}

.pl-75\! {
  padding-left: 18.75rem !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;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-current::placeholder {
  color: currentColor;
}

.placeholder-black::placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.placeholder-white::placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.placeholder-gray-100::placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.placeholder-gray-200::placeholder {
  --placeholder-opacity: 1;
  color: #f0f2f7;
  color: rgba(240, 242, 247, var(--placeholder-opacity));
}

.placeholder-gray-300::placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.placeholder-gray-400::placeholder {
  --placeholder-opacity: 1;
  color: #e3e8f0;
  color: rgba(227, 232, 240, var(--placeholder-opacity));
}

.placeholder-gray-450::placeholder {
  --placeholder-opacity: 1;
  color: #B0B5CC;
  color: rgba(176, 181, 204, var(--placeholder-opacity));
}

.placeholder-gray-500::placeholder {
  --placeholder-opacity: 1;
  color: #B9BED1;
  color: rgba(185, 190, 209, var(--placeholder-opacity));
}

.placeholder-gray-550::placeholder {
  --placeholder-opacity: 1;
  color: #9597a6;
  color: rgba(149, 151, 166, var(--placeholder-opacity));
}

.placeholder-gray-600::placeholder {
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.placeholder-gray-700::placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.placeholder-gray-800::placeholder {
  --placeholder-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--placeholder-opacity));
}

.placeholder-gray-900::placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.placeholder-gray::placeholder {
  --placeholder-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--placeholder-opacity));
}

.placeholder-red-100::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.placeholder-red-200::placeholder {
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.placeholder-red-300::placeholder {
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.placeholder-red-400::placeholder {
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.placeholder-red-500::placeholder {
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}

.placeholder-red-600::placeholder {
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}

.placeholder-red-700::placeholder {
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}

.placeholder-red-800::placeholder {
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.placeholder-red-900::placeholder {
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.placeholder-orange-100::placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.placeholder-orange-200::placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.placeholder-orange-300::placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.placeholder-orange-400::placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.placeholder-orange-500::placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.placeholder-orange-600::placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.placeholder-orange-700::placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.placeholder-orange-800::placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.placeholder-orange-900::placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.placeholder-yellow-100::placeholder {
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.placeholder-yellow-200::placeholder {
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.placeholder-yellow-300::placeholder {
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.placeholder-yellow-400::placeholder {
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.placeholder-yellow-500::placeholder {
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.placeholder-yellow-600::placeholder {
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.placeholder-yellow-700::placeholder {
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.placeholder-yellow-800::placeholder {
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.placeholder-yellow-900::placeholder {
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.placeholder-green-100::placeholder {
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.placeholder-green-200::placeholder {
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.placeholder-green-300::placeholder {
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.placeholder-green-400::placeholder {
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.placeholder-green-500::placeholder {
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.placeholder-green-600::placeholder {
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.placeholder-green-700::placeholder {
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.placeholder-green-800::placeholder {
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.placeholder-green-900::placeholder {
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.placeholder-teal-100::placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.placeholder-teal-200::placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.placeholder-teal-300::placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.placeholder-teal-400::placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.placeholder-teal-500::placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.placeholder-teal-600::placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.placeholder-teal-700::placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.placeholder-teal-800::placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.placeholder-teal-900::placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.placeholder-blue-100::placeholder {
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.placeholder-blue-200::placeholder {
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.placeholder-blue-300::placeholder {
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.placeholder-blue-400::placeholder {
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.placeholder-blue-500::placeholder {
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.placeholder-blue-600::placeholder {
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.placeholder-blue-700::placeholder {
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.placeholder-blue-800::placeholder {
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.placeholder-blue-900::placeholder {
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.placeholder-indigo-100::placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.placeholder-indigo-200::placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.placeholder-indigo-300::placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.placeholder-indigo-400::placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.placeholder-indigo-500::placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.placeholder-indigo-600::placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.placeholder-indigo-700::placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.placeholder-indigo-800::placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.placeholder-indigo-900::placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.placeholder-purple-100::placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.placeholder-purple-200::placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.placeholder-purple-300::placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.placeholder-purple-400::placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.placeholder-purple-500::placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.placeholder-purple-600::placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.placeholder-purple-700::placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.placeholder-purple-800::placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.placeholder-purple-900::placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.placeholder-pink-100::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.placeholder-pink-200::placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.placeholder-pink-300::placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.placeholder-pink-400::placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.placeholder-pink-500::placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.placeholder-pink-600::placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.placeholder-pink-700::placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.placeholder-pink-800::placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.placeholder-pink-900::placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.placeholder-dark-blue::placeholder {
  --placeholder-opacity: 1;
  color: #000142;
  color: rgba(0, 1, 66, var(--placeholder-opacity));
}

.placeholder-light-blue::placeholder {
  --placeholder-opacity: 1;
  color: #3B55E6;
  color: rgba(59, 85, 230, var(--placeholder-opacity));
}

.placeholder-pale-yellow::placeholder {
  --placeholder-opacity: 1;
  color: #FBAF4E;
  color: rgba(251, 175, 78, var(--placeholder-opacity));
}

.placeholder-success::placeholder {
  --placeholder-opacity: 1;
  color: #007E62;
  color: rgba(0, 126, 98, var(--placeholder-opacity));
}

.placeholder-error::placeholder {
  --placeholder-opacity: 1;
  color: #F60139;
  color: rgba(246, 1, 57, var(--placeholder-opacity));
}

.even\:placeholder-transparent:nth-child(even)::placeholder {
  color: transparent;
}

.even\:placeholder-current:nth-child(even)::placeholder {
  color: currentColor;
}

.even\:placeholder-black:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.even\:placeholder-white:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.even\:placeholder-gray-100:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.even\:placeholder-gray-200:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #f0f2f7;
  color: rgba(240, 242, 247, var(--placeholder-opacity));
}

.even\:placeholder-gray-300:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.even\:placeholder-gray-400:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #e3e8f0;
  color: rgba(227, 232, 240, var(--placeholder-opacity));
}

.even\:placeholder-gray-450:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #B0B5CC;
  color: rgba(176, 181, 204, var(--placeholder-opacity));
}

.even\:placeholder-gray-500:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #B9BED1;
  color: rgba(185, 190, 209, var(--placeholder-opacity));
}

.even\:placeholder-gray-550:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #9597a6;
  color: rgba(149, 151, 166, var(--placeholder-opacity));
}

.even\:placeholder-gray-600:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.even\:placeholder-gray-700:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.even\:placeholder-gray-800:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--placeholder-opacity));
}

.even\:placeholder-gray-900:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.even\:placeholder-gray:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--placeholder-opacity));
}

.even\:placeholder-red-100:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.even\:placeholder-red-200:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.even\:placeholder-red-300:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.even\:placeholder-red-400:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.even\:placeholder-red-500:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}

.even\:placeholder-red-600:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}

.even\:placeholder-red-700:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}

.even\:placeholder-red-800:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.even\:placeholder-red-900:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.even\:placeholder-orange-100:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.even\:placeholder-orange-200:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.even\:placeholder-orange-300:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.even\:placeholder-orange-400:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.even\:placeholder-orange-500:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.even\:placeholder-orange-600:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.even\:placeholder-orange-700:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.even\:placeholder-orange-800:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.even\:placeholder-orange-900:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.even\:placeholder-yellow-100:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.even\:placeholder-yellow-200:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.even\:placeholder-yellow-300:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.even\:placeholder-yellow-400:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.even\:placeholder-yellow-500:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.even\:placeholder-yellow-600:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.even\:placeholder-yellow-700:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.even\:placeholder-yellow-800:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.even\:placeholder-yellow-900:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.even\:placeholder-green-100:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.even\:placeholder-green-200:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.even\:placeholder-green-300:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.even\:placeholder-green-400:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.even\:placeholder-green-500:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.even\:placeholder-green-600:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.even\:placeholder-green-700:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.even\:placeholder-green-800:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.even\:placeholder-green-900:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.even\:placeholder-teal-100:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.even\:placeholder-teal-200:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.even\:placeholder-teal-300:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.even\:placeholder-teal-400:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.even\:placeholder-teal-500:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.even\:placeholder-teal-600:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.even\:placeholder-teal-700:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.even\:placeholder-teal-800:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.even\:placeholder-teal-900:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.even\:placeholder-blue-100:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.even\:placeholder-blue-200:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.even\:placeholder-blue-300:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.even\:placeholder-blue-400:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.even\:placeholder-blue-500:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.even\:placeholder-blue-600:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.even\:placeholder-blue-700:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.even\:placeholder-blue-800:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.even\:placeholder-blue-900:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.even\:placeholder-indigo-100:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.even\:placeholder-indigo-200:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.even\:placeholder-indigo-300:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.even\:placeholder-indigo-400:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.even\:placeholder-indigo-500:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.even\:placeholder-indigo-600:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.even\:placeholder-indigo-700:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.even\:placeholder-indigo-800:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.even\:placeholder-indigo-900:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.even\:placeholder-purple-100:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.even\:placeholder-purple-200:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.even\:placeholder-purple-300:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.even\:placeholder-purple-400:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.even\:placeholder-purple-500:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.even\:placeholder-purple-600:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.even\:placeholder-purple-700:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.even\:placeholder-purple-800:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.even\:placeholder-purple-900:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.even\:placeholder-pink-100:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.even\:placeholder-pink-200:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.even\:placeholder-pink-300:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.even\:placeholder-pink-400:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.even\:placeholder-pink-500:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.even\:placeholder-pink-600:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.even\:placeholder-pink-700:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.even\:placeholder-pink-800:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.even\:placeholder-pink-900:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.even\:placeholder-dark-blue:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #000142;
  color: rgba(0, 1, 66, var(--placeholder-opacity));
}

.even\:placeholder-light-blue:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #3B55E6;
  color: rgba(59, 85, 230, var(--placeholder-opacity));
}

.even\:placeholder-pale-yellow:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #FBAF4E;
  color: rgba(251, 175, 78, var(--placeholder-opacity));
}

.even\:placeholder-success:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #007E62;
  color: rgba(0, 126, 98, var(--placeholder-opacity));
}

.even\:placeholder-error:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
  color: #F60139;
  color: rgba(246, 1, 57, var(--placeholder-opacity));
}

.odd\:placeholder-transparent:nth-child(odd)::placeholder {
  color: transparent;
}

.odd\:placeholder-current:nth-child(odd)::placeholder {
  color: currentColor;
}

.odd\:placeholder-black:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.odd\:placeholder-white:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.odd\:placeholder-gray-100:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.odd\:placeholder-gray-200:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #f0f2f7;
  color: rgba(240, 242, 247, var(--placeholder-opacity));
}

.odd\:placeholder-gray-300:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.odd\:placeholder-gray-400:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #e3e8f0;
  color: rgba(227, 232, 240, var(--placeholder-opacity));
}

.odd\:placeholder-gray-450:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #B0B5CC;
  color: rgba(176, 181, 204, var(--placeholder-opacity));
}

.odd\:placeholder-gray-500:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #B9BED1;
  color: rgba(185, 190, 209, var(--placeholder-opacity));
}

.odd\:placeholder-gray-550:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #9597a6;
  color: rgba(149, 151, 166, var(--placeholder-opacity));
}

.odd\:placeholder-gray-600:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.odd\:placeholder-gray-700:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.odd\:placeholder-gray-800:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--placeholder-opacity));
}

.odd\:placeholder-gray-900:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.odd\:placeholder-gray:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--placeholder-opacity));
}

.odd\:placeholder-red-100:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.odd\:placeholder-red-200:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.odd\:placeholder-red-300:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.odd\:placeholder-red-400:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.odd\:placeholder-red-500:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}

.odd\:placeholder-red-600:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}

.odd\:placeholder-red-700:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}

.odd\:placeholder-red-800:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.odd\:placeholder-red-900:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.odd\:placeholder-orange-100:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.odd\:placeholder-orange-200:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.odd\:placeholder-orange-300:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.odd\:placeholder-orange-400:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.odd\:placeholder-orange-500:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.odd\:placeholder-orange-600:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.odd\:placeholder-orange-700:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.odd\:placeholder-orange-800:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.odd\:placeholder-orange-900:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.odd\:placeholder-yellow-100:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.odd\:placeholder-yellow-200:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.odd\:placeholder-yellow-300:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.odd\:placeholder-yellow-400:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.odd\:placeholder-yellow-500:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.odd\:placeholder-yellow-600:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.odd\:placeholder-yellow-700:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.odd\:placeholder-yellow-800:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.odd\:placeholder-yellow-900:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.odd\:placeholder-green-100:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.odd\:placeholder-green-200:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.odd\:placeholder-green-300:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.odd\:placeholder-green-400:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.odd\:placeholder-green-500:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.odd\:placeholder-green-600:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.odd\:placeholder-green-700:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.odd\:placeholder-green-800:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.odd\:placeholder-green-900:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.odd\:placeholder-teal-100:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.odd\:placeholder-teal-200:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.odd\:placeholder-teal-300:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.odd\:placeholder-teal-400:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.odd\:placeholder-teal-500:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.odd\:placeholder-teal-600:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.odd\:placeholder-teal-700:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.odd\:placeholder-teal-800:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.odd\:placeholder-teal-900:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.odd\:placeholder-blue-100:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.odd\:placeholder-blue-200:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.odd\:placeholder-blue-300:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.odd\:placeholder-blue-400:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.odd\:placeholder-blue-500:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.odd\:placeholder-blue-600:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.odd\:placeholder-blue-700:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.odd\:placeholder-blue-800:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.odd\:placeholder-blue-900:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.odd\:placeholder-indigo-100:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.odd\:placeholder-indigo-200:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.odd\:placeholder-indigo-300:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.odd\:placeholder-indigo-400:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.odd\:placeholder-indigo-500:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.odd\:placeholder-indigo-600:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.odd\:placeholder-indigo-700:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.odd\:placeholder-indigo-800:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.odd\:placeholder-indigo-900:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.odd\:placeholder-purple-100:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.odd\:placeholder-purple-200:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.odd\:placeholder-purple-300:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.odd\:placeholder-purple-400:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.odd\:placeholder-purple-500:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.odd\:placeholder-purple-600:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.odd\:placeholder-purple-700:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.odd\:placeholder-purple-800:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.odd\:placeholder-purple-900:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.odd\:placeholder-pink-100:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.odd\:placeholder-pink-200:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.odd\:placeholder-pink-300:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.odd\:placeholder-pink-400:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.odd\:placeholder-pink-500:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.odd\:placeholder-pink-600:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.odd\:placeholder-pink-700:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.odd\:placeholder-pink-800:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.odd\:placeholder-pink-900:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.odd\:placeholder-dark-blue:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #000142;
  color: rgba(0, 1, 66, var(--placeholder-opacity));
}

.odd\:placeholder-light-blue:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #3B55E6;
  color: rgba(59, 85, 230, var(--placeholder-opacity));
}

.odd\:placeholder-pale-yellow:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #FBAF4E;
  color: rgba(251, 175, 78, var(--placeholder-opacity));
}

.odd\:placeholder-success:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #007E62;
  color: rgba(0, 126, 98, var(--placeholder-opacity));
}

.odd\:placeholder-error:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
  color: #F60139;
  color: rgba(246, 1, 57, var(--placeholder-opacity));
}

.children\:placeholder-transparent > *::placeholder {
  color: transparent;
}

.children\:placeholder-current > *::placeholder {
  color: currentColor;
}

.children\:placeholder-black > *::placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.children\:placeholder-white > *::placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.children\:placeholder-gray-100 > *::placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.children\:placeholder-gray-200 > *::placeholder {
  --placeholder-opacity: 1;
  color: #f0f2f7;
  color: rgba(240, 242, 247, var(--placeholder-opacity));
}

.children\:placeholder-gray-300 > *::placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.children\:placeholder-gray-400 > *::placeholder {
  --placeholder-opacity: 1;
  color: #e3e8f0;
  color: rgba(227, 232, 240, var(--placeholder-opacity));
}

.children\:placeholder-gray-450 > *::placeholder {
  --placeholder-opacity: 1;
  color: #B0B5CC;
  color: rgba(176, 181, 204, var(--placeholder-opacity));
}

.children\:placeholder-gray-500 > *::placeholder {
  --placeholder-opacity: 1;
  color: #B9BED1;
  color: rgba(185, 190, 209, var(--placeholder-opacity));
}

.children\:placeholder-gray-550 > *::placeholder {
  --placeholder-opacity: 1;
  color: #9597a6;
  color: rgba(149, 151, 166, var(--placeholder-opacity));
}

.children\:placeholder-gray-600 > *::placeholder {
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.children\:placeholder-gray-700 > *::placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.children\:placeholder-gray-800 > *::placeholder {
  --placeholder-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--placeholder-opacity));
}

.children\:placeholder-gray-900 > *::placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.children\:placeholder-gray > *::placeholder {
  --placeholder-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--placeholder-opacity));
}

.children\:placeholder-red-100 > *::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.children\:placeholder-red-200 > *::placeholder {
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.children\:placeholder-red-300 > *::placeholder {
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.children\:placeholder-red-400 > *::placeholder {
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.children\:placeholder-red-500 > *::placeholder {
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}

.children\:placeholder-red-600 > *::placeholder {
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}

.children\:placeholder-red-700 > *::placeholder {
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}

.children\:placeholder-red-800 > *::placeholder {
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.children\:placeholder-red-900 > *::placeholder {
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.children\:placeholder-orange-100 > *::placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.children\:placeholder-orange-200 > *::placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.children\:placeholder-orange-300 > *::placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.children\:placeholder-orange-400 > *::placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.children\:placeholder-orange-500 > *::placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.children\:placeholder-orange-600 > *::placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.children\:placeholder-orange-700 > *::placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.children\:placeholder-orange-800 > *::placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.children\:placeholder-orange-900 > *::placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.children\:placeholder-yellow-100 > *::placeholder {
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.children\:placeholder-yellow-200 > *::placeholder {
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.children\:placeholder-yellow-300 > *::placeholder {
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.children\:placeholder-yellow-400 > *::placeholder {
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.children\:placeholder-yellow-500 > *::placeholder {
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.children\:placeholder-yellow-600 > *::placeholder {
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.children\:placeholder-yellow-700 > *::placeholder {
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.children\:placeholder-yellow-800 > *::placeholder {
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.children\:placeholder-yellow-900 > *::placeholder {
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.children\:placeholder-green-100 > *::placeholder {
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.children\:placeholder-green-200 > *::placeholder {
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.children\:placeholder-green-300 > *::placeholder {
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.children\:placeholder-green-400 > *::placeholder {
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.children\:placeholder-green-500 > *::placeholder {
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.children\:placeholder-green-600 > *::placeholder {
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.children\:placeholder-green-700 > *::placeholder {
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.children\:placeholder-green-800 > *::placeholder {
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.children\:placeholder-green-900 > *::placeholder {
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.children\:placeholder-teal-100 > *::placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.children\:placeholder-teal-200 > *::placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.children\:placeholder-teal-300 > *::placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.children\:placeholder-teal-400 > *::placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.children\:placeholder-teal-500 > *::placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.children\:placeholder-teal-600 > *::placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.children\:placeholder-teal-700 > *::placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.children\:placeholder-teal-800 > *::placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.children\:placeholder-teal-900 > *::placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.children\:placeholder-blue-100 > *::placeholder {
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.children\:placeholder-blue-200 > *::placeholder {
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.children\:placeholder-blue-300 > *::placeholder {
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.children\:placeholder-blue-400 > *::placeholder {
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.children\:placeholder-blue-500 > *::placeholder {
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.children\:placeholder-blue-600 > *::placeholder {
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.children\:placeholder-blue-700 > *::placeholder {
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.children\:placeholder-blue-800 > *::placeholder {
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.children\:placeholder-blue-900 > *::placeholder {
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.children\:placeholder-indigo-100 > *::placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.children\:placeholder-indigo-200 > *::placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.children\:placeholder-indigo-300 > *::placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.children\:placeholder-indigo-400 > *::placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.children\:placeholder-indigo-500 > *::placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.children\:placeholder-indigo-600 > *::placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.children\:placeholder-indigo-700 > *::placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.children\:placeholder-indigo-800 > *::placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.children\:placeholder-indigo-900 > *::placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.children\:placeholder-purple-100 > *::placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.children\:placeholder-purple-200 > *::placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.children\:placeholder-purple-300 > *::placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.children\:placeholder-purple-400 > *::placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.children\:placeholder-purple-500 > *::placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.children\:placeholder-purple-600 > *::placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.children\:placeholder-purple-700 > *::placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.children\:placeholder-purple-800 > *::placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.children\:placeholder-purple-900 > *::placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.children\:placeholder-pink-100 > *::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.children\:placeholder-pink-200 > *::placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.children\:placeholder-pink-300 > *::placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.children\:placeholder-pink-400 > *::placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.children\:placeholder-pink-500 > *::placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.children\:placeholder-pink-600 > *::placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.children\:placeholder-pink-700 > *::placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.children\:placeholder-pink-800 > *::placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.children\:placeholder-pink-900 > *::placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.children\:placeholder-dark-blue > *::placeholder {
  --placeholder-opacity: 1;
  color: #000142;
  color: rgba(0, 1, 66, var(--placeholder-opacity));
}

.children\:placeholder-light-blue > *::placeholder {
  --placeholder-opacity: 1;
  color: #3B55E6;
  color: rgba(59, 85, 230, var(--placeholder-opacity));
}

.children\:placeholder-pale-yellow > *::placeholder {
  --placeholder-opacity: 1;
  color: #FBAF4E;
  color: rgba(251, 175, 78, var(--placeholder-opacity));
}

.children\:placeholder-success > *::placeholder {
  --placeholder-opacity: 1;
  color: #007E62;
  color: rgba(0, 126, 98, var(--placeholder-opacity));
}

.children\:placeholder-error > *::placeholder {
  --placeholder-opacity: 1;
  color: #F60139;
  color: rgba(246, 1, 57, var(--placeholder-opacity));
}

.first\:placeholder-transparent:first-child::placeholder {
  color: transparent;
}

.first\:placeholder-current:first-child::placeholder {
  color: currentColor;
}

.first\:placeholder-black:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.first\:placeholder-white:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.first\:placeholder-gray-100:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.first\:placeholder-gray-200:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #f0f2f7;
  color: rgba(240, 242, 247, var(--placeholder-opacity));
}

.first\:placeholder-gray-300:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.first\:placeholder-gray-400:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #e3e8f0;
  color: rgba(227, 232, 240, var(--placeholder-opacity));
}

.first\:placeholder-gray-450:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #B0B5CC;
  color: rgba(176, 181, 204, var(--placeholder-opacity));
}

.first\:placeholder-gray-500:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #B9BED1;
  color: rgba(185, 190, 209, var(--placeholder-opacity));
}

.first\:placeholder-gray-550:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #9597a6;
  color: rgba(149, 151, 166, var(--placeholder-opacity));
}

.first\:placeholder-gray-600:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.first\:placeholder-gray-700:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.first\:placeholder-gray-800:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--placeholder-opacity));
}

.first\:placeholder-gray-900:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.first\:placeholder-gray:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--placeholder-opacity));
}

.first\:placeholder-red-100:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.first\:placeholder-red-200:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.first\:placeholder-red-300:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.first\:placeholder-red-400:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.first\:placeholder-red-500:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}

.first\:placeholder-red-600:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}

.first\:placeholder-red-700:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}

.first\:placeholder-red-800:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.first\:placeholder-red-900:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.first\:placeholder-orange-100:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.first\:placeholder-orange-200:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.first\:placeholder-orange-300:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.first\:placeholder-orange-400:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.first\:placeholder-orange-500:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.first\:placeholder-orange-600:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.first\:placeholder-orange-700:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.first\:placeholder-orange-800:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.first\:placeholder-orange-900:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.first\:placeholder-yellow-100:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.first\:placeholder-yellow-200:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.first\:placeholder-yellow-300:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.first\:placeholder-yellow-400:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.first\:placeholder-yellow-500:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.first\:placeholder-yellow-600:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.first\:placeholder-yellow-700:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.first\:placeholder-yellow-800:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.first\:placeholder-yellow-900:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.first\:placeholder-green-100:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.first\:placeholder-green-200:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.first\:placeholder-green-300:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.first\:placeholder-green-400:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.first\:placeholder-green-500:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.first\:placeholder-green-600:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.first\:placeholder-green-700:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.first\:placeholder-green-800:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.first\:placeholder-green-900:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.first\:placeholder-teal-100:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.first\:placeholder-teal-200:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.first\:placeholder-teal-300:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.first\:placeholder-teal-400:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.first\:placeholder-teal-500:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.first\:placeholder-teal-600:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.first\:placeholder-teal-700:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.first\:placeholder-teal-800:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.first\:placeholder-teal-900:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.first\:placeholder-blue-100:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.first\:placeholder-blue-200:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.first\:placeholder-blue-300:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.first\:placeholder-blue-400:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.first\:placeholder-blue-500:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.first\:placeholder-blue-600:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.first\:placeholder-blue-700:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.first\:placeholder-blue-800:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.first\:placeholder-blue-900:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.first\:placeholder-indigo-100:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.first\:placeholder-indigo-200:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.first\:placeholder-indigo-300:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.first\:placeholder-indigo-400:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.first\:placeholder-indigo-500:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.first\:placeholder-indigo-600:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.first\:placeholder-indigo-700:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.first\:placeholder-indigo-800:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.first\:placeholder-indigo-900:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.first\:placeholder-purple-100:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.first\:placeholder-purple-200:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.first\:placeholder-purple-300:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.first\:placeholder-purple-400:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.first\:placeholder-purple-500:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.first\:placeholder-purple-600:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.first\:placeholder-purple-700:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.first\:placeholder-purple-800:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.first\:placeholder-purple-900:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.first\:placeholder-pink-100:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.first\:placeholder-pink-200:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.first\:placeholder-pink-300:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.first\:placeholder-pink-400:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.first\:placeholder-pink-500:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.first\:placeholder-pink-600:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.first\:placeholder-pink-700:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.first\:placeholder-pink-800:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.first\:placeholder-pink-900:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.first\:placeholder-dark-blue:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #000142;
  color: rgba(0, 1, 66, var(--placeholder-opacity));
}

.first\:placeholder-light-blue:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #3B55E6;
  color: rgba(59, 85, 230, var(--placeholder-opacity));
}

.first\:placeholder-pale-yellow:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #FBAF4E;
  color: rgba(251, 175, 78, var(--placeholder-opacity));
}

.first\:placeholder-success:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #007E62;
  color: rgba(0, 126, 98, var(--placeholder-opacity));
}

.first\:placeholder-error:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #F60139;
  color: rgba(246, 1, 57, var(--placeholder-opacity));
}

.last\:placeholder-transparent:last-child::placeholder {
  color: transparent;
}

.last\:placeholder-current:last-child::placeholder {
  color: currentColor;
}

.last\:placeholder-black:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.last\:placeholder-white:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.last\:placeholder-gray-100:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.last\:placeholder-gray-200:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #f0f2f7;
  color: rgba(240, 242, 247, var(--placeholder-opacity));
}

.last\:placeholder-gray-300:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.last\:placeholder-gray-400:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #e3e8f0;
  color: rgba(227, 232, 240, var(--placeholder-opacity));
}

.last\:placeholder-gray-450:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #B0B5CC;
  color: rgba(176, 181, 204, var(--placeholder-opacity));
}

.last\:placeholder-gray-500:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #B9BED1;
  color: rgba(185, 190, 209, var(--placeholder-opacity));
}

.last\:placeholder-gray-550:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #9597a6;
  color: rgba(149, 151, 166, var(--placeholder-opacity));
}

.last\:placeholder-gray-600:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.last\:placeholder-gray-700:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.last\:placeholder-gray-800:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--placeholder-opacity));
}

.last\:placeholder-gray-900:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.last\:placeholder-gray:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--placeholder-opacity));
}

.last\:placeholder-red-100:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.last\:placeholder-red-200:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.last\:placeholder-red-300:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.last\:placeholder-red-400:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.last\:placeholder-red-500:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}

.last\:placeholder-red-600:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}

.last\:placeholder-red-700:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}

.last\:placeholder-red-800:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.last\:placeholder-red-900:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.last\:placeholder-orange-100:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.last\:placeholder-orange-200:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.last\:placeholder-orange-300:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.last\:placeholder-orange-400:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.last\:placeholder-orange-500:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.last\:placeholder-orange-600:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.last\:placeholder-orange-700:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.last\:placeholder-orange-800:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.last\:placeholder-orange-900:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.last\:placeholder-yellow-100:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.last\:placeholder-yellow-200:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.last\:placeholder-yellow-300:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.last\:placeholder-yellow-400:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.last\:placeholder-yellow-500:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.last\:placeholder-yellow-600:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.last\:placeholder-yellow-700:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.last\:placeholder-yellow-800:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.last\:placeholder-yellow-900:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.last\:placeholder-green-100:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.last\:placeholder-green-200:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.last\:placeholder-green-300:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.last\:placeholder-green-400:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.last\:placeholder-green-500:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.last\:placeholder-green-600:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.last\:placeholder-green-700:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.last\:placeholder-green-800:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.last\:placeholder-green-900:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.last\:placeholder-teal-100:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.last\:placeholder-teal-200:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.last\:placeholder-teal-300:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.last\:placeholder-teal-400:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.last\:placeholder-teal-500:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.last\:placeholder-teal-600:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.last\:placeholder-teal-700:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.last\:placeholder-teal-800:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.last\:placeholder-teal-900:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.last\:placeholder-blue-100:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.last\:placeholder-blue-200:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.last\:placeholder-blue-300:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.last\:placeholder-blue-400:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.last\:placeholder-blue-500:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.last\:placeholder-blue-600:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.last\:placeholder-blue-700:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.last\:placeholder-blue-800:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.last\:placeholder-blue-900:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.last\:placeholder-indigo-100:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.last\:placeholder-indigo-200:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.last\:placeholder-indigo-300:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.last\:placeholder-indigo-400:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.last\:placeholder-indigo-500:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.last\:placeholder-indigo-600:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.last\:placeholder-indigo-700:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.last\:placeholder-indigo-800:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.last\:placeholder-indigo-900:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.last\:placeholder-purple-100:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.last\:placeholder-purple-200:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.last\:placeholder-purple-300:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.last\:placeholder-purple-400:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.last\:placeholder-purple-500:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.last\:placeholder-purple-600:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.last\:placeholder-purple-700:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.last\:placeholder-purple-800:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.last\:placeholder-purple-900:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.last\:placeholder-pink-100:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.last\:placeholder-pink-200:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.last\:placeholder-pink-300:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.last\:placeholder-pink-400:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.last\:placeholder-pink-500:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.last\:placeholder-pink-600:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.last\:placeholder-pink-700:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.last\:placeholder-pink-800:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.last\:placeholder-pink-900:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.last\:placeholder-dark-blue:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #000142;
  color: rgba(0, 1, 66, var(--placeholder-opacity));
}

.last\:placeholder-light-blue:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #3B55E6;
  color: rgba(59, 85, 230, var(--placeholder-opacity));
}

.last\:placeholder-pale-yellow:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #FBAF4E;
  color: rgba(251, 175, 78, var(--placeholder-opacity));
}

.last\:placeholder-success:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #007E62;
  color: rgba(0, 126, 98, var(--placeholder-opacity));
}

.last\:placeholder-error:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #F60139;
  color: rgba(246, 1, 57, var(--placeholder-opacity));
}

.hover\:placeholder-transparent:hover::placeholder {
  color: transparent;
}

.hover\:placeholder-current:hover::placeholder {
  color: currentColor;
}

.hover\:placeholder-black:hover::placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.hover\:placeholder-white:hover::placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.hover\:placeholder-gray-100:hover::placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.hover\:placeholder-gray-200:hover::placeholder {
  --placeholder-opacity: 1;
  color: #f0f2f7;
  color: rgba(240, 242, 247, var(--placeholder-opacity));
}

.hover\:placeholder-gray-300:hover::placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.hover\:placeholder-gray-400:hover::placeholder {
  --placeholder-opacity: 1;
  color: #e3e8f0;
  color: rgba(227, 232, 240, var(--placeholder-opacity));
}

.hover\:placeholder-gray-450:hover::placeholder {
  --placeholder-opacity: 1;
  color: #B0B5CC;
  color: rgba(176, 181, 204, var(--placeholder-opacity));
}

.hover\:placeholder-gray-500:hover::placeholder {
  --placeholder-opacity: 1;
  color: #B9BED1;
  color: rgba(185, 190, 209, var(--placeholder-opacity));
}

.hover\:placeholder-gray-550:hover::placeholder {
  --placeholder-opacity: 1;
  color: #9597a6;
  color: rgba(149, 151, 166, var(--placeholder-opacity));
}

.hover\:placeholder-gray-600:hover::placeholder {
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.hover\:placeholder-gray-700:hover::placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.hover\:placeholder-gray-800:hover::placeholder {
  --placeholder-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--placeholder-opacity));
}

.hover\:placeholder-gray-900:hover::placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.hover\:placeholder-gray:hover::placeholder {
  --placeholder-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--placeholder-opacity));
}

.hover\:placeholder-red-100:hover::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.hover\:placeholder-red-200:hover::placeholder {
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.hover\:placeholder-red-300:hover::placeholder {
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.hover\:placeholder-red-400:hover::placeholder {
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.hover\:placeholder-red-500:hover::placeholder {
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}

.hover\:placeholder-red-600:hover::placeholder {
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}

.hover\:placeholder-red-700:hover::placeholder {
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}

.hover\:placeholder-red-800:hover::placeholder {
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.hover\:placeholder-red-900:hover::placeholder {
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.hover\:placeholder-orange-100:hover::placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.hover\:placeholder-orange-200:hover::placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.hover\:placeholder-orange-300:hover::placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.hover\:placeholder-orange-400:hover::placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.hover\:placeholder-orange-500:hover::placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.hover\:placeholder-orange-600:hover::placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.hover\:placeholder-orange-700:hover::placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.hover\:placeholder-orange-800:hover::placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.hover\:placeholder-orange-900:hover::placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.hover\:placeholder-yellow-100:hover::placeholder {
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.hover\:placeholder-yellow-200:hover::placeholder {
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.hover\:placeholder-yellow-300:hover::placeholder {
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.hover\:placeholder-yellow-400:hover::placeholder {
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.hover\:placeholder-yellow-500:hover::placeholder {
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.hover\:placeholder-yellow-600:hover::placeholder {
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.hover\:placeholder-yellow-700:hover::placeholder {
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.hover\:placeholder-yellow-800:hover::placeholder {
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.hover\:placeholder-yellow-900:hover::placeholder {
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.hover\:placeholder-green-100:hover::placeholder {
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.hover\:placeholder-green-200:hover::placeholder {
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.hover\:placeholder-green-300:hover::placeholder {
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.hover\:placeholder-green-400:hover::placeholder {
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.hover\:placeholder-green-500:hover::placeholder {
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.hover\:placeholder-green-600:hover::placeholder {
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.hover\:placeholder-green-700:hover::placeholder {
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.hover\:placeholder-green-800:hover::placeholder {
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.hover\:placeholder-green-900:hover::placeholder {
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.hover\:placeholder-teal-100:hover::placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.hover\:placeholder-teal-200:hover::placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.hover\:placeholder-teal-300:hover::placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.hover\:placeholder-teal-400:hover::placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.hover\:placeholder-teal-500:hover::placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.hover\:placeholder-teal-600:hover::placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.hover\:placeholder-teal-700:hover::placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.hover\:placeholder-teal-800:hover::placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.hover\:placeholder-teal-900:hover::placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.hover\:placeholder-blue-100:hover::placeholder {
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.hover\:placeholder-blue-200:hover::placeholder {
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.hover\:placeholder-blue-300:hover::placeholder {
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.hover\:placeholder-blue-400:hover::placeholder {
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.hover\:placeholder-blue-500:hover::placeholder {
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.hover\:placeholder-blue-600:hover::placeholder {
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.hover\:placeholder-blue-700:hover::placeholder {
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.hover\:placeholder-blue-800:hover::placeholder {
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.hover\:placeholder-blue-900:hover::placeholder {
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-100:hover::placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-200:hover::placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-300:hover::placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-400:hover::placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-500:hover::placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-600:hover::placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-700:hover::placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-800:hover::placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-900:hover::placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.hover\:placeholder-purple-100:hover::placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.hover\:placeholder-purple-200:hover::placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.hover\:placeholder-purple-300:hover::placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.hover\:placeholder-purple-400:hover::placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.hover\:placeholder-purple-500:hover::placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.hover\:placeholder-purple-600:hover::placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.hover\:placeholder-purple-700:hover::placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.hover\:placeholder-purple-800:hover::placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.hover\:placeholder-purple-900:hover::placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.hover\:placeholder-pink-100:hover::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.hover\:placeholder-pink-200:hover::placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.hover\:placeholder-pink-300:hover::placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.hover\:placeholder-pink-400:hover::placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.hover\:placeholder-pink-500:hover::placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.hover\:placeholder-pink-600:hover::placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.hover\:placeholder-pink-700:hover::placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.hover\:placeholder-pink-800:hover::placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.hover\:placeholder-pink-900:hover::placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.hover\:placeholder-dark-blue:hover::placeholder {
  --placeholder-opacity: 1;
  color: #000142;
  color: rgba(0, 1, 66, var(--placeholder-opacity));
}

.hover\:placeholder-light-blue:hover::placeholder {
  --placeholder-opacity: 1;
  color: #3B55E6;
  color: rgba(59, 85, 230, var(--placeholder-opacity));
}

.hover\:placeholder-pale-yellow:hover::placeholder {
  --placeholder-opacity: 1;
  color: #FBAF4E;
  color: rgba(251, 175, 78, var(--placeholder-opacity));
}

.hover\:placeholder-success:hover::placeholder {
  --placeholder-opacity: 1;
  color: #007E62;
  color: rgba(0, 126, 98, var(--placeholder-opacity));
}

.hover\:placeholder-error:hover::placeholder {
  --placeholder-opacity: 1;
  color: #F60139;
  color: rgba(246, 1, 57, var(--placeholder-opacity));
}

.placeholder-transparent::placeholder\! {
  color: transparent !important;
}

.placeholder-current::placeholder\! {
  color: currentColor !important;
}

.placeholder-black::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.placeholder-gray-200::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #f0f2f7 !important;
  color: rgba(240, 242, 247, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #e3e8f0 !important;
  color: rgba(227, 232, 240, var(--placeholder-opacity)) !important;
}

.placeholder-gray-450::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #B0B5CC !important;
  color: rgba(176, 181, 204, var(--placeholder-opacity)) !important;
}

.placeholder-gray-500::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #B9BED1 !important;
  color: rgba(185, 190, 209, var(--placeholder-opacity)) !important;
}

.placeholder-gray-550::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #9597a6 !important;
  color: rgba(149, 151, 166, var(--placeholder-opacity)) !important;
}

.placeholder-gray-600::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #707070 !important;
  color: rgba(112, 112, 112, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #454545 !important;
  color: rgba(69, 69, 69, 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-gray::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #454545 !important;
  color: rgba(69, 69, 69, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, 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::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, 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-dark-blue::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #000142 !important;
  color: rgba(0, 1, 66, var(--placeholder-opacity)) !important;
}

.placeholder-light-blue::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #3B55E6 !important;
  color: rgba(59, 85, 230, var(--placeholder-opacity)) !important;
}

.placeholder-pale-yellow::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #FBAF4E !important;
  color: rgba(251, 175, 78, var(--placeholder-opacity)) !important;
}

.placeholder-success::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #007E62 !important;
  color: rgba(0, 126, 98, var(--placeholder-opacity)) !important;
}

.placeholder-error::placeholder\! {
  --placeholder-opacity: 1 !important;
  color: #F60139 !important;
  color: rgba(246, 1, 57, var(--placeholder-opacity)) !important;
}

.placeholder-opacity-0::placeholder {
  --placeholder-opacity: 0;
}

.placeholder-opacity-25::placeholder {
  --placeholder-opacity: 0.25;
}

.placeholder-opacity-50::placeholder {
  --placeholder-opacity: 0.5;
}

.placeholder-opacity-75::placeholder {
  --placeholder-opacity: 0.75;
}

.placeholder-opacity-100::placeholder {
  --placeholder-opacity: 1;
}

.even\:placeholder-opacity-0:nth-child(even)::placeholder {
  --placeholder-opacity: 0;
}

.even\:placeholder-opacity-25:nth-child(even)::placeholder {
  --placeholder-opacity: 0.25;
}

.even\:placeholder-opacity-50:nth-child(even)::placeholder {
  --placeholder-opacity: 0.5;
}

.even\:placeholder-opacity-75:nth-child(even)::placeholder {
  --placeholder-opacity: 0.75;
}

.even\:placeholder-opacity-100:nth-child(even)::placeholder {
  --placeholder-opacity: 1;
}

.odd\:placeholder-opacity-0:nth-child(odd)::placeholder {
  --placeholder-opacity: 0;
}

.odd\:placeholder-opacity-25:nth-child(odd)::placeholder {
  --placeholder-opacity: 0.25;
}

.odd\:placeholder-opacity-50:nth-child(odd)::placeholder {
  --placeholder-opacity: 0.5;
}

.odd\:placeholder-opacity-75:nth-child(odd)::placeholder {
  --placeholder-opacity: 0.75;
}

.odd\:placeholder-opacity-100:nth-child(odd)::placeholder {
  --placeholder-opacity: 1;
}

.children\:placeholder-opacity-0 > *::placeholder {
  --placeholder-opacity: 0;
}

.children\:placeholder-opacity-25 > *::placeholder {
  --placeholder-opacity: 0.25;
}

.children\:placeholder-opacity-50 > *::placeholder {
  --placeholder-opacity: 0.5;
}

.children\:placeholder-opacity-75 > *::placeholder {
  --placeholder-opacity: 0.75;
}

.children\:placeholder-opacity-100 > *::placeholder {
  --placeholder-opacity: 1;
}

.first\:placeholder-opacity-0:first-child::placeholder {
  --placeholder-opacity: 0;
}

.first\:placeholder-opacity-25:first-child::placeholder {
  --placeholder-opacity: 0.25;
}

.first\:placeholder-opacity-50:first-child::placeholder {
  --placeholder-opacity: 0.5;
}

.first\:placeholder-opacity-75:first-child::placeholder {
  --placeholder-opacity: 0.75;
}

.first\:placeholder-opacity-100:first-child::placeholder {
  --placeholder-opacity: 1;
}

.last\:placeholder-opacity-0:last-child::placeholder {
  --placeholder-opacity: 0;
}

.last\:placeholder-opacity-25:last-child::placeholder {
  --placeholder-opacity: 0.25;
}

.last\:placeholder-opacity-50:last-child::placeholder {
  --placeholder-opacity: 0.5;
}

.last\:placeholder-opacity-75:last-child::placeholder {
  --placeholder-opacity: 0.75;
}

.last\:placeholder-opacity-100:last-child::placeholder {
  --placeholder-opacity: 1;
}

.hover\:placeholder-opacity-0:hover::placeholder {
  --placeholder-opacity: 0;
}

.hover\:placeholder-opacity-25:hover::placeholder {
  --placeholder-opacity: 0.25;
}

.hover\:placeholder-opacity-50:hover::placeholder {
  --placeholder-opacity: 0.5;
}

.hover\:placeholder-opacity-75:hover::placeholder {
  --placeholder-opacity: 0.75;
}

.hover\:placeholder-opacity-100:hover::placeholder {
  --placeholder-opacity: 1;
}

.placeholder-opacity-0::placeholder\! {
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-25::placeholder\! {
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-50::placeholder\! {
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-75::placeholder\! {
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-100::placeholder\! {
  --placeholder-opacity: 1 !important;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.even\:pointer-events-none:nth-child(even) {
  pointer-events: none;
}

.even\:pointer-events-auto:nth-child(even) {
  pointer-events: auto;
}

.odd\:pointer-events-none:nth-child(odd) {
  pointer-events: none;
}

.odd\:pointer-events-auto:nth-child(odd) {
  pointer-events: auto;
}

.children\:pointer-events-none > * {
  pointer-events: none;
}

.children\:pointer-events-auto > * {
  pointer-events: auto;
}

.first\:pointer-events-none:first-child {
  pointer-events: none;
}

.first\:pointer-events-auto:first-child {
  pointer-events: auto;
}

.last\:pointer-events-none:last-child {
  pointer-events: none;
}

.last\:pointer-events-auto:last-child {
  pointer-events: auto;
}

.hover\:pointer-events-none:hover {
  pointer-events: none;
}

.hover\:pointer-events-auto:hover {
  pointer-events: auto;
}

.pointer-events-none\! {
  pointer-events: none !important;
}

.pointer-events-auto\! {
  pointer-events: auto !important;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.even\:static:nth-child(even) {
  position: static;
}

.even\:fixed:nth-child(even) {
  position: fixed;
}

.even\:absolute:nth-child(even) {
  position: absolute;
}

.even\:relative:nth-child(even) {
  position: relative;
}

.even\:sticky:nth-child(even) {
  position: sticky;
}

.odd\:static:nth-child(odd) {
  position: static;
}

.odd\:fixed:nth-child(odd) {
  position: fixed;
}

.odd\:absolute:nth-child(odd) {
  position: absolute;
}

.odd\:relative:nth-child(odd) {
  position: relative;
}

.odd\:sticky:nth-child(odd) {
  position: sticky;
}

.children\:static > * {
  position: static;
}

.children\:fixed > * {
  position: fixed;
}

.children\:absolute > * {
  position: absolute;
}

.children\:relative > * {
  position: relative;
}

.children\:sticky > * {
  position: sticky;
}

.first\:static:first-child {
  position: static;
}

.first\:fixed:first-child {
  position: fixed;
}

.first\:absolute:first-child {
  position: absolute;
}

.first\:relative:first-child {
  position: relative;
}

.first\:sticky:first-child {
  position: sticky;
}

.last\:static:last-child {
  position: static;
}

.last\:fixed:last-child {
  position: fixed;
}

.last\:absolute:last-child {
  position: absolute;
}

.last\:relative:last-child {
  position: relative;
}

.last\:sticky:last-child {
  position: sticky;
}

.hover\:static:hover {
  position: static;
}

.hover\:fixed:hover {
  position: fixed;
}

.hover\:absolute:hover {
  position: absolute;
}

.hover\:relative:hover {
  position: relative;
}

.hover\:sticky:hover {
  position: sticky;
}

.static\! {
  position: static !important;
}

.fixed\! {
  position: fixed !important;
}

.absolute\! {
  position: absolute !important;
}

.relative\! {
  position: relative !important;
}

.sticky\! {
  position: sticky !important;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.inset-x-0 {
  right: 0;
  left: 0;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-x-auto {
  right: auto;
  left: auto;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-auto {
  top: auto;
}

.right-auto {
  right: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.even\:inset-0:nth-child(even) {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.even\:inset-auto:nth-child(even) {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.even\:inset-y-0:nth-child(even) {
  top: 0;
  bottom: 0;
}

.even\:inset-x-0:nth-child(even) {
  right: 0;
  left: 0;
}

.even\:inset-y-auto:nth-child(even) {
  top: auto;
  bottom: auto;
}

.even\:inset-x-auto:nth-child(even) {
  right: auto;
  left: auto;
}

.even\:top-0:nth-child(even) {
  top: 0;
}

.even\:right-0:nth-child(even) {
  right: 0;
}

.even\:bottom-0:nth-child(even) {
  bottom: 0;
}

.even\:left-0:nth-child(even) {
  left: 0;
}

.even\:top-auto:nth-child(even) {
  top: auto;
}

.even\:right-auto:nth-child(even) {
  right: auto;
}

.even\:bottom-auto:nth-child(even) {
  bottom: auto;
}

.even\:left-auto:nth-child(even) {
  left: auto;
}

.odd\:inset-0:nth-child(odd) {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.odd\:inset-auto:nth-child(odd) {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.odd\:inset-y-0:nth-child(odd) {
  top: 0;
  bottom: 0;
}

.odd\:inset-x-0:nth-child(odd) {
  right: 0;
  left: 0;
}

.odd\:inset-y-auto:nth-child(odd) {
  top: auto;
  bottom: auto;
}

.odd\:inset-x-auto:nth-child(odd) {
  right: auto;
  left: auto;
}

.odd\:top-0:nth-child(odd) {
  top: 0;
}

.odd\:right-0:nth-child(odd) {
  right: 0;
}

.odd\:bottom-0:nth-child(odd) {
  bottom: 0;
}

.odd\:left-0:nth-child(odd) {
  left: 0;
}

.odd\:top-auto:nth-child(odd) {
  top: auto;
}

.odd\:right-auto:nth-child(odd) {
  right: auto;
}

.odd\:bottom-auto:nth-child(odd) {
  bottom: auto;
}

.odd\:left-auto:nth-child(odd) {
  left: auto;
}

.children\:inset-0 > * {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.children\:inset-auto > * {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.children\:inset-y-0 > * {
  top: 0;
  bottom: 0;
}

.children\:inset-x-0 > * {
  right: 0;
  left: 0;
}

.children\:inset-y-auto > * {
  top: auto;
  bottom: auto;
}

.children\:inset-x-auto > * {
  right: auto;
  left: auto;
}

.children\:top-0 > * {
  top: 0;
}

.children\:right-0 > * {
  right: 0;
}

.children\:bottom-0 > * {
  bottom: 0;
}

.children\:left-0 > * {
  left: 0;
}

.children\:top-auto > * {
  top: auto;
}

.children\:right-auto > * {
  right: auto;
}

.children\:bottom-auto > * {
  bottom: auto;
}

.children\:left-auto > * {
  left: auto;
}

.first\:inset-0:first-child {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.first\:inset-auto:first-child {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.first\:inset-y-0:first-child {
  top: 0;
  bottom: 0;
}

.first\:inset-x-0:first-child {
  right: 0;
  left: 0;
}

.first\:inset-y-auto:first-child {
  top: auto;
  bottom: auto;
}

.first\:inset-x-auto:first-child {
  right: auto;
  left: auto;
}

.first\:top-0:first-child {
  top: 0;
}

.first\:right-0:first-child {
  right: 0;
}

.first\:bottom-0:first-child {
  bottom: 0;
}

.first\:left-0:first-child {
  left: 0;
}

.first\:top-auto:first-child {
  top: auto;
}

.first\:right-auto:first-child {
  right: auto;
}

.first\:bottom-auto:first-child {
  bottom: auto;
}

.first\:left-auto:first-child {
  left: auto;
}

.last\:inset-0:last-child {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.last\:inset-auto:last-child {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.last\:inset-y-0:last-child {
  top: 0;
  bottom: 0;
}

.last\:inset-x-0:last-child {
  right: 0;
  left: 0;
}

.last\:inset-y-auto:last-child {
  top: auto;
  bottom: auto;
}

.last\:inset-x-auto:last-child {
  right: auto;
  left: auto;
}

.last\:top-0:last-child {
  top: 0;
}

.last\:right-0:last-child {
  right: 0;
}

.last\:bottom-0:last-child {
  bottom: 0;
}

.last\:left-0:last-child {
  left: 0;
}

.last\:top-auto:last-child {
  top: auto;
}

.last\:right-auto:last-child {
  right: auto;
}

.last\:bottom-auto:last-child {
  bottom: auto;
}

.last\:left-auto:last-child {
  left: auto;
}

.hover\:inset-0:hover {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hover\:inset-auto:hover {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.hover\:inset-y-0:hover {
  top: 0;
  bottom: 0;
}

.hover\:inset-x-0:hover {
  right: 0;
  left: 0;
}

.hover\:inset-y-auto:hover {
  top: auto;
  bottom: auto;
}

.hover\:inset-x-auto:hover {
  right: auto;
  left: auto;
}

.hover\:top-0:hover {
  top: 0;
}

.hover\:right-0:hover {
  right: 0;
}

.hover\:bottom-0:hover {
  bottom: 0;
}

.hover\:left-0:hover {
  left: 0;
}

.hover\:top-auto:hover {
  top: auto;
}

.hover\:right-auto:hover {
  right: auto;
}

.hover\:bottom-auto:hover {
  bottom: auto;
}

.hover\:left-auto:hover {
  left: auto;
}

.inset-0\! {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.inset-auto\! {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.inset-y-0\! {
  top: 0 !important;
  bottom: 0 !important;
}

.inset-x-0\! {
  right: 0 !important;
  left: 0 !important;
}

.inset-y-auto\! {
  top: auto !important;
  bottom: auto !important;
}

.inset-x-auto\! {
  right: auto !important;
  left: auto !important;
}

.top-0\! {
  top: 0 !important;
}

.right-0\! {
  right: 0 !important;
}

.bottom-0\! {
  bottom: 0 !important;
}

.left-0\! {
  left: 0 !important;
}

.top-auto\! {
  top: auto !important;
}

.right-auto\! {
  right: auto !important;
}

.bottom-auto\! {
  bottom: auto !important;
}

.left-auto\! {
  left: auto !important;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.even\:resize-none:nth-child(even) {
  resize: none;
}

.even\:resize-y:nth-child(even) {
  resize: vertical;
}

.even\:resize-x:nth-child(even) {
  resize: horizontal;
}

.even\:resize:nth-child(even) {
  resize: both;
}

.odd\:resize-none:nth-child(odd) {
  resize: none;
}

.odd\:resize-y:nth-child(odd) {
  resize: vertical;
}

.odd\:resize-x:nth-child(odd) {
  resize: horizontal;
}

.odd\:resize:nth-child(odd) {
  resize: both;
}

.children\:resize-none > * {
  resize: none;
}

.children\:resize-y > * {
  resize: vertical;
}

.children\:resize-x > * {
  resize: horizontal;
}

.children\:resize > * {
  resize: both;
}

.first\:resize-none:first-child {
  resize: none;
}

.first\:resize-y:first-child {
  resize: vertical;
}

.first\:resize-x:first-child {
  resize: horizontal;
}

.first\:resize:first-child {
  resize: both;
}

.last\:resize-none:last-child {
  resize: none;
}

.last\:resize-y:last-child {
  resize: vertical;
}

.last\:resize-x:last-child {
  resize: horizontal;
}

.last\:resize:last-child {
  resize: both;
}

.hover\:resize-none:hover {
  resize: none;
}

.hover\:resize-y:hover {
  resize: vertical;
}

.hover\:resize-x:hover {
  resize: horizontal;
}

.hover\:resize:hover {
  resize: both;
}

.resize-none\! {
  resize: none !important;
}

.resize-y\! {
  resize: vertical !important;
}

.resize-x\! {
  resize: horizontal !important;
}

.resize\! {
  resize: both !important;
}

.shadow-xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.shadow-none {
  box-shadow: none;
}

.even\:shadow-xs:nth-child(even) {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.even\:shadow-sm:nth-child(even) {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.even\:shadow:nth-child(even) {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.even\:shadow-md:nth-child(even) {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.even\:shadow-lg:nth-child(even) {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.even\:shadow-xl:nth-child(even) {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.even\:shadow-2xl:nth-child(even) {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.even\:shadow-inner:nth-child(even) {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.even\:shadow-outline:nth-child(even) {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.even\:shadow-none:nth-child(even) {
  box-shadow: none;
}

.odd\:shadow-xs:nth-child(odd) {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.odd\:shadow-sm:nth-child(odd) {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.odd\:shadow:nth-child(odd) {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.odd\:shadow-md:nth-child(odd) {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.odd\:shadow-lg:nth-child(odd) {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.odd\:shadow-xl:nth-child(odd) {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.odd\:shadow-2xl:nth-child(odd) {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.odd\:shadow-inner:nth-child(odd) {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.odd\:shadow-outline:nth-child(odd) {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.odd\:shadow-none:nth-child(odd) {
  box-shadow: none;
}

.children\:shadow-xs > * {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.children\:shadow-sm > * {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.children\:shadow > * {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.children\:shadow-md > * {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.children\:shadow-lg > * {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.children\:shadow-xl > * {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.children\:shadow-2xl > * {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.children\:shadow-inner > * {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.children\:shadow-outline > * {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.children\:shadow-none > * {
  box-shadow: none;
}

.first\:shadow-xs:first-child {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.first\:shadow-sm:first-child {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.first\:shadow:first-child {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.first\:shadow-md:first-child {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.first\:shadow-lg:first-child {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.first\:shadow-xl:first-child {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.first\:shadow-2xl:first-child {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.first\:shadow-inner:first-child {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.first\:shadow-outline:first-child {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.first\:shadow-none:first-child {
  box-shadow: none;
}

.last\:shadow-xs:last-child {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.last\:shadow-sm:last-child {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.last\:shadow:last-child {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.last\:shadow-md:last-child {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.last\:shadow-lg:last-child {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.last\:shadow-xl:last-child {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.last\:shadow-2xl:last-child {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.last\:shadow-inner:last-child {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.last\:shadow-outline:last-child {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.last\:shadow-none:last-child {
  box-shadow: none;
}

.hover\:shadow-xs:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-sm:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.hover\:shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.hover\:shadow-none:hover {
  box-shadow: none;
}

.shadow-xs\! {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.shadow-sm\! {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow\! {
  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\! {
  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\! {
  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\! {
  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\! {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.shadow-inner\! {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-outline\! {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.shadow-none\! {
  box-shadow: none !important;
}

.fill-current {
  fill: currentColor;
}

.even\:fill-current:nth-child(even) {
  fill: currentColor;
}

.odd\:fill-current:nth-child(odd) {
  fill: currentColor;
}

.children\:fill-current > * {
  fill: currentColor;
}

.first\:fill-current:first-child {
  fill: currentColor;
}

.last\:fill-current:last-child {
  fill: currentColor;
}

.hover\:fill-current:hover {
  fill: currentColor;
}

.fill-current\! {
  fill: currentColor !important;
}

.stroke-current {
  stroke: currentColor;
}

.even\:stroke-current:nth-child(even) {
  stroke: currentColor;
}

.odd\:stroke-current:nth-child(odd) {
  stroke: currentColor;
}

.children\:stroke-current > * {
  stroke: currentColor;
}

.first\:stroke-current:first-child {
  stroke: currentColor;
}

.last\:stroke-current:last-child {
  stroke: currentColor;
}

.hover\:stroke-current:hover {
  stroke: currentColor;
}

.stroke-current\! {
  stroke: currentColor !important;
}

.stroke-0 {
  stroke-width: 0;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.even\:stroke-0:nth-child(even) {
  stroke-width: 0;
}

.even\:stroke-1:nth-child(even) {
  stroke-width: 1;
}

.even\:stroke-2:nth-child(even) {
  stroke-width: 2;
}

.odd\:stroke-0:nth-child(odd) {
  stroke-width: 0;
}

.odd\:stroke-1:nth-child(odd) {
  stroke-width: 1;
}

.odd\:stroke-2:nth-child(odd) {
  stroke-width: 2;
}

.children\:stroke-0 > * {
  stroke-width: 0;
}

.children\:stroke-1 > * {
  stroke-width: 1;
}

.children\:stroke-2 > * {
  stroke-width: 2;
}

.first\:stroke-0:first-child {
  stroke-width: 0;
}

.first\:stroke-1:first-child {
  stroke-width: 1;
}

.first\:stroke-2:first-child {
  stroke-width: 2;
}

.last\:stroke-0:last-child {
  stroke-width: 0;
}

.last\:stroke-1:last-child {
  stroke-width: 1;
}

.last\:stroke-2:last-child {
  stroke-width: 2;
}

.hover\:stroke-0:hover {
  stroke-width: 0;
}

.hover\:stroke-1:hover {
  stroke-width: 1;
}

.hover\:stroke-2:hover {
  stroke-width: 2;
}

.stroke-0\! {
  stroke-width: 0 !important;
}

.stroke-1\! {
  stroke-width: 1 !important;
}

.stroke-2\! {
  stroke-width: 2 !important;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.even\:table-auto:nth-child(even) {
  table-layout: auto;
}

.even\:table-fixed:nth-child(even) {
  table-layout: fixed;
}

.odd\:table-auto:nth-child(odd) {
  table-layout: auto;
}

.odd\:table-fixed:nth-child(odd) {
  table-layout: fixed;
}

.children\:table-auto > * {
  table-layout: auto;
}

.children\:table-fixed > * {
  table-layout: fixed;
}

.first\:table-auto:first-child {
  table-layout: auto;
}

.first\:table-fixed:first-child {
  table-layout: fixed;
}

.last\:table-auto:last-child {
  table-layout: auto;
}

.last\:table-fixed:last-child {
  table-layout: fixed;
}

.hover\:table-auto:hover {
  table-layout: auto;
}

.hover\:table-fixed:hover {
  table-layout: fixed;
}

.table-auto\! {
  table-layout: auto !important;
}

.table-fixed\! {
  table-layout: fixed !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.even\:text-left:nth-child(even) {
  text-align: left;
}

.even\:text-center:nth-child(even) {
  text-align: center;
}

.even\:text-right:nth-child(even) {
  text-align: right;
}

.even\:text-justify:nth-child(even) {
  text-align: justify;
}

.odd\:text-left:nth-child(odd) {
  text-align: left;
}

.odd\:text-center:nth-child(odd) {
  text-align: center;
}

.odd\:text-right:nth-child(odd) {
  text-align: right;
}

.odd\:text-justify:nth-child(odd) {
  text-align: justify;
}

.children\:text-left > * {
  text-align: left;
}

.children\:text-center > * {
  text-align: center;
}

.children\:text-right > * {
  text-align: right;
}

.children\:text-justify > * {
  text-align: justify;
}

.first\:text-left:first-child {
  text-align: left;
}

.first\:text-center:first-child {
  text-align: center;
}

.first\:text-right:first-child {
  text-align: right;
}

.first\:text-justify:first-child {
  text-align: justify;
}

.last\:text-left:last-child {
  text-align: left;
}

.last\:text-center:last-child {
  text-align: center;
}

.last\:text-right:last-child {
  text-align: right;
}

.last\:text-justify:last-child {
  text-align: justify;
}

.hover\:text-left:hover {
  text-align: left;
}

.hover\:text-center:hover {
  text-align: center;
}

.hover\:text-right:hover {
  text-align: right;
}

.hover\:text-justify:hover {
  text-align: justify;
}

.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;
}

.text-current {
  color: currentColor;
}

.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-gray-100 {
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.text-gray-200 {
  --text-opacity: 1;
  color: #f0f2f7;
  color: rgba(240, 242, 247, var(--text-opacity));
}

.text-gray-300 {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.text-gray-400 {
  --text-opacity: 1;
  color: #e3e8f0;
  color: rgba(227, 232, 240, var(--text-opacity));
}

.text-gray-450 {
  --text-opacity: 1;
  color: #B0B5CC;
  color: rgba(176, 181, 204, var(--text-opacity));
}

.text-gray-500 {
  --text-opacity: 1;
  color: #B9BED1;
  color: rgba(185, 190, 209, var(--text-opacity));
}

.text-gray-550 {
  --text-opacity: 1;
  color: #9597a6;
  color: rgba(149, 151, 166, var(--text-opacity));
}

.text-gray-600 {
  --text-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--text-opacity));
}

.text-gray-700 {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.text-gray-800 {
  --text-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--text-opacity));
}

.text-gray-900 {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.text-gray {
  --text-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--text-opacity));
}

.text-red-100 {
  --text-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--text-opacity));
}

.text-red-200 {
  --text-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--text-opacity));
}

.text-red-300 {
  --text-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--text-opacity));
}

.text-red-400 {
  --text-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--text-opacity));
}

.text-red-500 {
  --text-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--text-opacity));
}

.text-red-600 {
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity));
}

.text-red-700 {
  --text-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--text-opacity));
}

.text-red-800 {
  --text-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--text-opacity));
}

.text-red-900 {
  --text-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--text-opacity));
}

.text-orange-100 {
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}

.text-orange-200 {
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}

.text-orange-300 {
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}

.text-orange-400 {
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}

.text-orange-500 {
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}

.text-orange-600 {
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}

.text-orange-700 {
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}

.text-orange-800 {
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}

.text-orange-900 {
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}

.text-yellow-100 {
  --text-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--text-opacity));
}

.text-yellow-200 {
  --text-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--text-opacity));
}

.text-yellow-300 {
  --text-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--text-opacity));
}

.text-yellow-400 {
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity));
}

.text-yellow-500 {
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity));
}

.text-yellow-600 {
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}

.text-yellow-700 {
  --text-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--text-opacity));
}

.text-yellow-800 {
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity));
}

.text-yellow-900 {
  --text-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--text-opacity));
}

.text-green-100 {
  --text-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--text-opacity));
}

.text-green-200 {
  --text-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--text-opacity));
}

.text-green-300 {
  --text-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--text-opacity));
}

.text-green-400 {
  --text-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--text-opacity));
}

.text-green-500 {
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity));
}

.text-green-600 {
  --text-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--text-opacity));
}

.text-green-700 {
  --text-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--text-opacity));
}

.text-green-800 {
  --text-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--text-opacity));
}

.text-green-900 {
  --text-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--text-opacity));
}

.text-teal-100 {
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.text-teal-200 {
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.text-teal-300 {
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.text-teal-400 {
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.text-teal-500 {
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.text-teal-600 {
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.text-teal-700 {
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.text-teal-800 {
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.text-teal-900 {
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.text-blue-100 {
  --text-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--text-opacity));
}

.text-blue-200 {
  --text-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--text-opacity));
}

.text-blue-300 {
  --text-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--text-opacity));
}

.text-blue-400 {
  --text-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--text-opacity));
}

.text-blue-500 {
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity));
}

.text-blue-600 {
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity));
}

.text-blue-700 {
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
}

.text-blue-800 {
  --text-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--text-opacity));
}

.text-blue-900 {
  --text-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--text-opacity));
}

.text-indigo-100 {
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.text-indigo-200 {
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.text-indigo-300 {
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.text-indigo-400 {
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.text-indigo-500 {
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.text-indigo-600 {
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.text-indigo-700 {
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.text-indigo-800 {
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.text-indigo-900 {
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.text-purple-100 {
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}

.text-purple-200 {
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}

.text-purple-300 {
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}

.text-purple-400 {
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}

.text-purple-500 {
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}

.text-purple-600 {
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}

.text-purple-700 {
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}

.text-purple-800 {
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}

.text-purple-900 {
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}

.text-pink-100 {
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.text-pink-200 {
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.text-pink-300 {
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.text-pink-400 {
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.text-pink-500 {
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.text-pink-600 {
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.text-pink-700 {
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.text-pink-800 {
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.text-pink-900 {
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.text-dark-blue {
  --text-opacity: 1;
  color: #000142;
  color: rgba(0, 1, 66, var(--text-opacity));
}

.text-light-blue {
  --text-opacity: 1;
  color: #3B55E6;
  color: rgba(59, 85, 230, var(--text-opacity));
}

.text-pale-yellow {
  --text-opacity: 1;
  color: #FBAF4E;
  color: rgba(251, 175, 78, var(--text-opacity));
}

.text-success {
  --text-opacity: 1;
  color: #007E62;
  color: rgba(0, 126, 98, var(--text-opacity));
}

.text-error {
  --text-opacity: 1;
  color: #F60139;
  color: rgba(246, 1, 57, var(--text-opacity));
}

.even\:text-transparent:nth-child(even) {
  color: transparent;
}

.even\:text-current:nth-child(even) {
  color: currentColor;
}

.even\:text-black:nth-child(even) {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.even\:text-white:nth-child(even) {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.even\:text-gray-100:nth-child(even) {
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.even\:text-gray-200:nth-child(even) {
  --text-opacity: 1;
  color: #f0f2f7;
  color: rgba(240, 242, 247, var(--text-opacity));
}

.even\:text-gray-300:nth-child(even) {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.even\:text-gray-400:nth-child(even) {
  --text-opacity: 1;
  color: #e3e8f0;
  color: rgba(227, 232, 240, var(--text-opacity));
}

.even\:text-gray-450:nth-child(even) {
  --text-opacity: 1;
  color: #B0B5CC;
  color: rgba(176, 181, 204, var(--text-opacity));
}

.even\:text-gray-500:nth-child(even) {
  --text-opacity: 1;
  color: #B9BED1;
  color: rgba(185, 190, 209, var(--text-opacity));
}

.even\:text-gray-550:nth-child(even) {
  --text-opacity: 1;
  color: #9597a6;
  color: rgba(149, 151, 166, var(--text-opacity));
}

.even\:text-gray-600:nth-child(even) {
  --text-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--text-opacity));
}

.even\:text-gray-700:nth-child(even) {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.even\:text-gray-800:nth-child(even) {
  --text-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--text-opacity));
}

.even\:text-gray-900:nth-child(even) {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.even\:text-gray:nth-child(even) {
  --text-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--text-opacity));
}

.even\:text-red-100:nth-child(even) {
  --text-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--text-opacity));
}

.even\:text-red-200:nth-child(even) {
  --text-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--text-opacity));
}

.even\:text-red-300:nth-child(even) {
  --text-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--text-opacity));
}

.even\:text-red-400:nth-child(even) {
  --text-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--text-opacity));
}

.even\:text-red-500:nth-child(even) {
  --text-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--text-opacity));
}

.even\:text-red-600:nth-child(even) {
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity));
}

.even\:text-red-700:nth-child(even) {
  --text-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--text-opacity));
}

.even\:text-red-800:nth-child(even) {
  --text-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--text-opacity));
}

.even\:text-red-900:nth-child(even) {
  --text-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--text-opacity));
}

.even\:text-orange-100:nth-child(even) {
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}

.even\:text-orange-200:nth-child(even) {
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}

.even\:text-orange-300:nth-child(even) {
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}

.even\:text-orange-400:nth-child(even) {
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}

.even\:text-orange-500:nth-child(even) {
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}

.even\:text-orange-600:nth-child(even) {
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}

.even\:text-orange-700:nth-child(even) {
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}

.even\:text-orange-800:nth-child(even) {
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}

.even\:text-orange-900:nth-child(even) {
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}

.even\:text-yellow-100:nth-child(even) {
  --text-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--text-opacity));
}

.even\:text-yellow-200:nth-child(even) {
  --text-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--text-opacity));
}

.even\:text-yellow-300:nth-child(even) {
  --text-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--text-opacity));
}

.even\:text-yellow-400:nth-child(even) {
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity));
}

.even\:text-yellow-500:nth-child(even) {
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity));
}

.even\:text-yellow-600:nth-child(even) {
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}

.even\:text-yellow-700:nth-child(even) {
  --text-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--text-opacity));
}

.even\:text-yellow-800:nth-child(even) {
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity));
}

.even\:text-yellow-900:nth-child(even) {
  --text-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--text-opacity));
}

.even\:text-green-100:nth-child(even) {
  --text-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--text-opacity));
}

.even\:text-green-200:nth-child(even) {
  --text-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--text-opacity));
}

.even\:text-green-300:nth-child(even) {
  --text-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--text-opacity));
}

.even\:text-green-400:nth-child(even) {
  --text-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--text-opacity));
}

.even\:text-green-500:nth-child(even) {
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity));
}

.even\:text-green-600:nth-child(even) {
  --text-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--text-opacity));
}

.even\:text-green-700:nth-child(even) {
  --text-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--text-opacity));
}

.even\:text-green-800:nth-child(even) {
  --text-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--text-opacity));
}

.even\:text-green-900:nth-child(even) {
  --text-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--text-opacity));
}

.even\:text-teal-100:nth-child(even) {
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.even\:text-teal-200:nth-child(even) {
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.even\:text-teal-300:nth-child(even) {
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.even\:text-teal-400:nth-child(even) {
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.even\:text-teal-500:nth-child(even) {
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.even\:text-teal-600:nth-child(even) {
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.even\:text-teal-700:nth-child(even) {
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.even\:text-teal-800:nth-child(even) {
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.even\:text-teal-900:nth-child(even) {
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.even\:text-blue-100:nth-child(even) {
  --text-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--text-opacity));
}

.even\:text-blue-200:nth-child(even) {
  --text-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--text-opacity));
}

.even\:text-blue-300:nth-child(even) {
  --text-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--text-opacity));
}

.even\:text-blue-400:nth-child(even) {
  --text-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--text-opacity));
}

.even\:text-blue-500:nth-child(even) {
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity));
}

.even\:text-blue-600:nth-child(even) {
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity));
}

.even\:text-blue-700:nth-child(even) {
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
}

.even\:text-blue-800:nth-child(even) {
  --text-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--text-opacity));
}

.even\:text-blue-900:nth-child(even) {
  --text-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--text-opacity));
}

.even\:text-indigo-100:nth-child(even) {
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.even\:text-indigo-200:nth-child(even) {
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.even\:text-indigo-300:nth-child(even) {
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.even\:text-indigo-400:nth-child(even) {
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.even\:text-indigo-500:nth-child(even) {
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.even\:text-indigo-600:nth-child(even) {
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.even\:text-indigo-700:nth-child(even) {
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.even\:text-indigo-800:nth-child(even) {
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.even\:text-indigo-900:nth-child(even) {
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.even\:text-purple-100:nth-child(even) {
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}

.even\:text-purple-200:nth-child(even) {
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}

.even\:text-purple-300:nth-child(even) {
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}

.even\:text-purple-400:nth-child(even) {
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}

.even\:text-purple-500:nth-child(even) {
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}

.even\:text-purple-600:nth-child(even) {
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}

.even\:text-purple-700:nth-child(even) {
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}

.even\:text-purple-800:nth-child(even) {
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}

.even\:text-purple-900:nth-child(even) {
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}

.even\:text-pink-100:nth-child(even) {
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.even\:text-pink-200:nth-child(even) {
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.even\:text-pink-300:nth-child(even) {
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.even\:text-pink-400:nth-child(even) {
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.even\:text-pink-500:nth-child(even) {
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.even\:text-pink-600:nth-child(even) {
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.even\:text-pink-700:nth-child(even) {
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.even\:text-pink-800:nth-child(even) {
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.even\:text-pink-900:nth-child(even) {
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.even\:text-dark-blue:nth-child(even) {
  --text-opacity: 1;
  color: #000142;
  color: rgba(0, 1, 66, var(--text-opacity));
}

.even\:text-light-blue:nth-child(even) {
  --text-opacity: 1;
  color: #3B55E6;
  color: rgba(59, 85, 230, var(--text-opacity));
}

.even\:text-pale-yellow:nth-child(even) {
  --text-opacity: 1;
  color: #FBAF4E;
  color: rgba(251, 175, 78, var(--text-opacity));
}

.even\:text-success:nth-child(even) {
  --text-opacity: 1;
  color: #007E62;
  color: rgba(0, 126, 98, var(--text-opacity));
}

.even\:text-error:nth-child(even) {
  --text-opacity: 1;
  color: #F60139;
  color: rgba(246, 1, 57, var(--text-opacity));
}

.odd\:text-transparent:nth-child(odd) {
  color: transparent;
}

.odd\:text-current:nth-child(odd) {
  color: currentColor;
}

.odd\:text-black:nth-child(odd) {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.odd\:text-white:nth-child(odd) {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.odd\:text-gray-100:nth-child(odd) {
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.odd\:text-gray-200:nth-child(odd) {
  --text-opacity: 1;
  color: #f0f2f7;
  color: rgba(240, 242, 247, var(--text-opacity));
}

.odd\:text-gray-300:nth-child(odd) {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.odd\:text-gray-400:nth-child(odd) {
  --text-opacity: 1;
  color: #e3e8f0;
  color: rgba(227, 232, 240, var(--text-opacity));
}

.odd\:text-gray-450:nth-child(odd) {
  --text-opacity: 1;
  color: #B0B5CC;
  color: rgba(176, 181, 204, var(--text-opacity));
}

.odd\:text-gray-500:nth-child(odd) {
  --text-opacity: 1;
  color: #B9BED1;
  color: rgba(185, 190, 209, var(--text-opacity));
}

.odd\:text-gray-550:nth-child(odd) {
  --text-opacity: 1;
  color: #9597a6;
  color: rgba(149, 151, 166, var(--text-opacity));
}

.odd\:text-gray-600:nth-child(odd) {
  --text-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--text-opacity));
}

.odd\:text-gray-700:nth-child(odd) {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.odd\:text-gray-800:nth-child(odd) {
  --text-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--text-opacity));
}

.odd\:text-gray-900:nth-child(odd) {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.odd\:text-gray:nth-child(odd) {
  --text-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--text-opacity));
}

.odd\:text-red-100:nth-child(odd) {
  --text-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--text-opacity));
}

.odd\:text-red-200:nth-child(odd) {
  --text-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--text-opacity));
}

.odd\:text-red-300:nth-child(odd) {
  --text-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--text-opacity));
}

.odd\:text-red-400:nth-child(odd) {
  --text-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--text-opacity));
}

.odd\:text-red-500:nth-child(odd) {
  --text-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--text-opacity));
}

.odd\:text-red-600:nth-child(odd) {
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity));
}

.odd\:text-red-700:nth-child(odd) {
  --text-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--text-opacity));
}

.odd\:text-red-800:nth-child(odd) {
  --text-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--text-opacity));
}

.odd\:text-red-900:nth-child(odd) {
  --text-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--text-opacity));
}

.odd\:text-orange-100:nth-child(odd) {
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}

.odd\:text-orange-200:nth-child(odd) {
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}

.odd\:text-orange-300:nth-child(odd) {
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}

.odd\:text-orange-400:nth-child(odd) {
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}

.odd\:text-orange-500:nth-child(odd) {
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}

.odd\:text-orange-600:nth-child(odd) {
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}

.odd\:text-orange-700:nth-child(odd) {
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}

.odd\:text-orange-800:nth-child(odd) {
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}

.odd\:text-orange-900:nth-child(odd) {
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}

.odd\:text-yellow-100:nth-child(odd) {
  --text-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--text-opacity));
}

.odd\:text-yellow-200:nth-child(odd) {
  --text-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--text-opacity));
}

.odd\:text-yellow-300:nth-child(odd) {
  --text-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--text-opacity));
}

.odd\:text-yellow-400:nth-child(odd) {
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity));
}

.odd\:text-yellow-500:nth-child(odd) {
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity));
}

.odd\:text-yellow-600:nth-child(odd) {
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}

.odd\:text-yellow-700:nth-child(odd) {
  --text-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--text-opacity));
}

.odd\:text-yellow-800:nth-child(odd) {
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity));
}

.odd\:text-yellow-900:nth-child(odd) {
  --text-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--text-opacity));
}

.odd\:text-green-100:nth-child(odd) {
  --text-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--text-opacity));
}

.odd\:text-green-200:nth-child(odd) {
  --text-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--text-opacity));
}

.odd\:text-green-300:nth-child(odd) {
  --text-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--text-opacity));
}

.odd\:text-green-400:nth-child(odd) {
  --text-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--text-opacity));
}

.odd\:text-green-500:nth-child(odd) {
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity));
}

.odd\:text-green-600:nth-child(odd) {
  --text-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--text-opacity));
}

.odd\:text-green-700:nth-child(odd) {
  --text-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--text-opacity));
}

.odd\:text-green-800:nth-child(odd) {
  --text-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--text-opacity));
}

.odd\:text-green-900:nth-child(odd) {
  --text-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--text-opacity));
}

.odd\:text-teal-100:nth-child(odd) {
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.odd\:text-teal-200:nth-child(odd) {
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.odd\:text-teal-300:nth-child(odd) {
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.odd\:text-teal-400:nth-child(odd) {
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.odd\:text-teal-500:nth-child(odd) {
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.odd\:text-teal-600:nth-child(odd) {
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.odd\:text-teal-700:nth-child(odd) {
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.odd\:text-teal-800:nth-child(odd) {
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.odd\:text-teal-900:nth-child(odd) {
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.odd\:text-blue-100:nth-child(odd) {
  --text-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--text-opacity));
}

.odd\:text-blue-200:nth-child(odd) {
  --text-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--text-opacity));
}

.odd\:text-blue-300:nth-child(odd) {
  --text-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--text-opacity));
}

.odd\:text-blue-400:nth-child(odd) {
  --text-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--text-opacity));
}

.odd\:text-blue-500:nth-child(odd) {
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity));
}

.odd\:text-blue-600:nth-child(odd) {
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity));
}

.odd\:text-blue-700:nth-child(odd) {
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
}

.odd\:text-blue-800:nth-child(odd) {
  --text-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--text-opacity));
}

.odd\:text-blue-900:nth-child(odd) {
  --text-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--text-opacity));
}

.odd\:text-indigo-100:nth-child(odd) {
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.odd\:text-indigo-200:nth-child(odd) {
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.odd\:text-indigo-300:nth-child(odd) {
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.odd\:text-indigo-400:nth-child(odd) {
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.odd\:text-indigo-500:nth-child(odd) {
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.odd\:text-indigo-600:nth-child(odd) {
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.odd\:text-indigo-700:nth-child(odd) {
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.odd\:text-indigo-800:nth-child(odd) {
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.odd\:text-indigo-900:nth-child(odd) {
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.odd\:text-purple-100:nth-child(odd) {
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}

.odd\:text-purple-200:nth-child(odd) {
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}

.odd\:text-purple-300:nth-child(odd) {
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}

.odd\:text-purple-400:nth-child(odd) {
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}

.odd\:text-purple-500:nth-child(odd) {
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}

.odd\:text-purple-600:nth-child(odd) {
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}

.odd\:text-purple-700:nth-child(odd) {
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}

.odd\:text-purple-800:nth-child(odd) {
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}

.odd\:text-purple-900:nth-child(odd) {
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}

.odd\:text-pink-100:nth-child(odd) {
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.odd\:text-pink-200:nth-child(odd) {
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.odd\:text-pink-300:nth-child(odd) {
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.odd\:text-pink-400:nth-child(odd) {
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.odd\:text-pink-500:nth-child(odd) {
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.odd\:text-pink-600:nth-child(odd) {
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.odd\:text-pink-700:nth-child(odd) {
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.odd\:text-pink-800:nth-child(odd) {
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.odd\:text-pink-900:nth-child(odd) {
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.odd\:text-dark-blue:nth-child(odd) {
  --text-opacity: 1;
  color: #000142;
  color: rgba(0, 1, 66, var(--text-opacity));
}

.odd\:text-light-blue:nth-child(odd) {
  --text-opacity: 1;
  color: #3B55E6;
  color: rgba(59, 85, 230, var(--text-opacity));
}

.odd\:text-pale-yellow:nth-child(odd) {
  --text-opacity: 1;
  color: #FBAF4E;
  color: rgba(251, 175, 78, var(--text-opacity));
}

.odd\:text-success:nth-child(odd) {
  --text-opacity: 1;
  color: #007E62;
  color: rgba(0, 126, 98, var(--text-opacity));
}

.odd\:text-error:nth-child(odd) {
  --text-opacity: 1;
  color: #F60139;
  color: rgba(246, 1, 57, var(--text-opacity));
}

.children\:text-transparent > * {
  color: transparent;
}

.children\:text-current > * {
  color: currentColor;
}

.children\:text-black > * {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.children\:text-white > * {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.children\:text-gray-100 > * {
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.children\:text-gray-200 > * {
  --text-opacity: 1;
  color: #f0f2f7;
  color: rgba(240, 242, 247, var(--text-opacity));
}

.children\:text-gray-300 > * {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.children\:text-gray-400 > * {
  --text-opacity: 1;
  color: #e3e8f0;
  color: rgba(227, 232, 240, var(--text-opacity));
}

.children\:text-gray-450 > * {
  --text-opacity: 1;
  color: #B0B5CC;
  color: rgba(176, 181, 204, var(--text-opacity));
}

.children\:text-gray-500 > * {
  --text-opacity: 1;
  color: #B9BED1;
  color: rgba(185, 190, 209, var(--text-opacity));
}

.children\:text-gray-550 > * {
  --text-opacity: 1;
  color: #9597a6;
  color: rgba(149, 151, 166, var(--text-opacity));
}

.children\:text-gray-600 > * {
  --text-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--text-opacity));
}

.children\:text-gray-700 > * {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.children\:text-gray-800 > * {
  --text-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--text-opacity));
}

.children\:text-gray-900 > * {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.children\:text-gray > * {
  --text-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--text-opacity));
}

.children\:text-red-100 > * {
  --text-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--text-opacity));
}

.children\:text-red-200 > * {
  --text-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--text-opacity));
}

.children\:text-red-300 > * {
  --text-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--text-opacity));
}

.children\:text-red-400 > * {
  --text-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--text-opacity));
}

.children\:text-red-500 > * {
  --text-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--text-opacity));
}

.children\:text-red-600 > * {
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity));
}

.children\:text-red-700 > * {
  --text-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--text-opacity));
}

.children\:text-red-800 > * {
  --text-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--text-opacity));
}

.children\:text-red-900 > * {
  --text-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--text-opacity));
}

.children\:text-orange-100 > * {
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}

.children\:text-orange-200 > * {
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}

.children\:text-orange-300 > * {
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}

.children\:text-orange-400 > * {
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}

.children\:text-orange-500 > * {
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}

.children\:text-orange-600 > * {
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}

.children\:text-orange-700 > * {
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}

.children\:text-orange-800 > * {
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}

.children\:text-orange-900 > * {
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}

.children\:text-yellow-100 > * {
  --text-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--text-opacity));
}

.children\:text-yellow-200 > * {
  --text-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--text-opacity));
}

.children\:text-yellow-300 > * {
  --text-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--text-opacity));
}

.children\:text-yellow-400 > * {
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity));
}

.children\:text-yellow-500 > * {
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity));
}

.children\:text-yellow-600 > * {
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}

.children\:text-yellow-700 > * {
  --text-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--text-opacity));
}

.children\:text-yellow-800 > * {
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity));
}

.children\:text-yellow-900 > * {
  --text-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--text-opacity));
}

.children\:text-green-100 > * {
  --text-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--text-opacity));
}

.children\:text-green-200 > * {
  --text-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--text-opacity));
}

.children\:text-green-300 > * {
  --text-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--text-opacity));
}

.children\:text-green-400 > * {
  --text-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--text-opacity));
}

.children\:text-green-500 > * {
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity));
}

.children\:text-green-600 > * {
  --text-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--text-opacity));
}

.children\:text-green-700 > * {
  --text-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--text-opacity));
}

.children\:text-green-800 > * {
  --text-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--text-opacity));
}

.children\:text-green-900 > * {
  --text-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--text-opacity));
}

.children\:text-teal-100 > * {
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.children\:text-teal-200 > * {
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.children\:text-teal-300 > * {
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.children\:text-teal-400 > * {
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.children\:text-teal-500 > * {
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.children\:text-teal-600 > * {
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.children\:text-teal-700 > * {
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.children\:text-teal-800 > * {
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.children\:text-teal-900 > * {
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.children\:text-blue-100 > * {
  --text-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--text-opacity));
}

.children\:text-blue-200 > * {
  --text-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--text-opacity));
}

.children\:text-blue-300 > * {
  --text-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--text-opacity));
}

.children\:text-blue-400 > * {
  --text-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--text-opacity));
}

.children\:text-blue-500 > * {
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity));
}

.children\:text-blue-600 > * {
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity));
}

.children\:text-blue-700 > * {
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
}

.children\:text-blue-800 > * {
  --text-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--text-opacity));
}

.children\:text-blue-900 > * {
  --text-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--text-opacity));
}

.children\:text-indigo-100 > * {
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.children\:text-indigo-200 > * {
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.children\:text-indigo-300 > * {
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.children\:text-indigo-400 > * {
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.children\:text-indigo-500 > * {
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.children\:text-indigo-600 > * {
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.children\:text-indigo-700 > * {
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.children\:text-indigo-800 > * {
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.children\:text-indigo-900 > * {
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.children\:text-purple-100 > * {
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}

.children\:text-purple-200 > * {
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}

.children\:text-purple-300 > * {
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}

.children\:text-purple-400 > * {
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}

.children\:text-purple-500 > * {
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}

.children\:text-purple-600 > * {
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}

.children\:text-purple-700 > * {
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}

.children\:text-purple-800 > * {
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}

.children\:text-purple-900 > * {
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}

.children\:text-pink-100 > * {
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.children\:text-pink-200 > * {
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.children\:text-pink-300 > * {
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.children\:text-pink-400 > * {
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.children\:text-pink-500 > * {
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.children\:text-pink-600 > * {
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.children\:text-pink-700 > * {
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.children\:text-pink-800 > * {
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.children\:text-pink-900 > * {
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.children\:text-dark-blue > * {
  --text-opacity: 1;
  color: #000142;
  color: rgba(0, 1, 66, var(--text-opacity));
}

.children\:text-light-blue > * {
  --text-opacity: 1;
  color: #3B55E6;
  color: rgba(59, 85, 230, var(--text-opacity));
}

.children\:text-pale-yellow > * {
  --text-opacity: 1;
  color: #FBAF4E;
  color: rgba(251, 175, 78, var(--text-opacity));
}

.children\:text-success > * {
  --text-opacity: 1;
  color: #007E62;
  color: rgba(0, 126, 98, var(--text-opacity));
}

.children\:text-error > * {
  --text-opacity: 1;
  color: #F60139;
  color: rgba(246, 1, 57, var(--text-opacity));
}

.first\:text-transparent:first-child {
  color: transparent;
}

.first\:text-current:first-child {
  color: currentColor;
}

.first\:text-black:first-child {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.first\:text-white:first-child {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.first\:text-gray-100:first-child {
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.first\:text-gray-200:first-child {
  --text-opacity: 1;
  color: #f0f2f7;
  color: rgba(240, 242, 247, var(--text-opacity));
}

.first\:text-gray-300:first-child {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.first\:text-gray-400:first-child {
  --text-opacity: 1;
  color: #e3e8f0;
  color: rgba(227, 232, 240, var(--text-opacity));
}

.first\:text-gray-450:first-child {
  --text-opacity: 1;
  color: #B0B5CC;
  color: rgba(176, 181, 204, var(--text-opacity));
}

.first\:text-gray-500:first-child {
  --text-opacity: 1;
  color: #B9BED1;
  color: rgba(185, 190, 209, var(--text-opacity));
}

.first\:text-gray-550:first-child {
  --text-opacity: 1;
  color: #9597a6;
  color: rgba(149, 151, 166, var(--text-opacity));
}

.first\:text-gray-600:first-child {
  --text-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--text-opacity));
}

.first\:text-gray-700:first-child {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.first\:text-gray-800:first-child {
  --text-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--text-opacity));
}

.first\:text-gray-900:first-child {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.first\:text-gray:first-child {
  --text-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--text-opacity));
}

.first\:text-red-100:first-child {
  --text-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--text-opacity));
}

.first\:text-red-200:first-child {
  --text-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--text-opacity));
}

.first\:text-red-300:first-child {
  --text-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--text-opacity));
}

.first\:text-red-400:first-child {
  --text-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--text-opacity));
}

.first\:text-red-500:first-child {
  --text-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--text-opacity));
}

.first\:text-red-600:first-child {
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity));
}

.first\:text-red-700:first-child {
  --text-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--text-opacity));
}

.first\:text-red-800:first-child {
  --text-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--text-opacity));
}

.first\:text-red-900:first-child {
  --text-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--text-opacity));
}

.first\:text-orange-100:first-child {
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}

.first\:text-orange-200:first-child {
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}

.first\:text-orange-300:first-child {
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}

.first\:text-orange-400:first-child {
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}

.first\:text-orange-500:first-child {
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}

.first\:text-orange-600:first-child {
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}

.first\:text-orange-700:first-child {
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}

.first\:text-orange-800:first-child {
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}

.first\:text-orange-900:first-child {
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}

.first\:text-yellow-100:first-child {
  --text-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--text-opacity));
}

.first\:text-yellow-200:first-child {
  --text-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--text-opacity));
}

.first\:text-yellow-300:first-child {
  --text-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--text-opacity));
}

.first\:text-yellow-400:first-child {
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity));
}

.first\:text-yellow-500:first-child {
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity));
}

.first\:text-yellow-600:first-child {
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}

.first\:text-yellow-700:first-child {
  --text-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--text-opacity));
}

.first\:text-yellow-800:first-child {
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity));
}

.first\:text-yellow-900:first-child {
  --text-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--text-opacity));
}

.first\:text-green-100:first-child {
  --text-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--text-opacity));
}

.first\:text-green-200:first-child {
  --text-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--text-opacity));
}

.first\:text-green-300:first-child {
  --text-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--text-opacity));
}

.first\:text-green-400:first-child {
  --text-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--text-opacity));
}

.first\:text-green-500:first-child {
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity));
}

.first\:text-green-600:first-child {
  --text-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--text-opacity));
}

.first\:text-green-700:first-child {
  --text-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--text-opacity));
}

.first\:text-green-800:first-child {
  --text-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--text-opacity));
}

.first\:text-green-900:first-child {
  --text-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--text-opacity));
}

.first\:text-teal-100:first-child {
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.first\:text-teal-200:first-child {
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.first\:text-teal-300:first-child {
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.first\:text-teal-400:first-child {
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.first\:text-teal-500:first-child {
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.first\:text-teal-600:first-child {
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.first\:text-teal-700:first-child {
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.first\:text-teal-800:first-child {
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.first\:text-teal-900:first-child {
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.first\:text-blue-100:first-child {
  --text-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--text-opacity));
}

.first\:text-blue-200:first-child {
  --text-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--text-opacity));
}

.first\:text-blue-300:first-child {
  --text-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--text-opacity));
}

.first\:text-blue-400:first-child {
  --text-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--text-opacity));
}

.first\:text-blue-500:first-child {
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity));
}

.first\:text-blue-600:first-child {
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity));
}

.first\:text-blue-700:first-child {
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
}

.first\:text-blue-800:first-child {
  --text-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--text-opacity));
}

.first\:text-blue-900:first-child {
  --text-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--text-opacity));
}

.first\:text-indigo-100:first-child {
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.first\:text-indigo-200:first-child {
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.first\:text-indigo-300:first-child {
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.first\:text-indigo-400:first-child {
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.first\:text-indigo-500:first-child {
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.first\:text-indigo-600:first-child {
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.first\:text-indigo-700:first-child {
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.first\:text-indigo-800:first-child {
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.first\:text-indigo-900:first-child {
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.first\:text-purple-100:first-child {
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}

.first\:text-purple-200:first-child {
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}

.first\:text-purple-300:first-child {
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}

.first\:text-purple-400:first-child {
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}

.first\:text-purple-500:first-child {
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}

.first\:text-purple-600:first-child {
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}

.first\:text-purple-700:first-child {
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}

.first\:text-purple-800:first-child {
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}

.first\:text-purple-900:first-child {
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}

.first\:text-pink-100:first-child {
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.first\:text-pink-200:first-child {
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.first\:text-pink-300:first-child {
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.first\:text-pink-400:first-child {
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.first\:text-pink-500:first-child {
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.first\:text-pink-600:first-child {
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.first\:text-pink-700:first-child {
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.first\:text-pink-800:first-child {
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.first\:text-pink-900:first-child {
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.first\:text-dark-blue:first-child {
  --text-opacity: 1;
  color: #000142;
  color: rgba(0, 1, 66, var(--text-opacity));
}

.first\:text-light-blue:first-child {
  --text-opacity: 1;
  color: #3B55E6;
  color: rgba(59, 85, 230, var(--text-opacity));
}

.first\:text-pale-yellow:first-child {
  --text-opacity: 1;
  color: #FBAF4E;
  color: rgba(251, 175, 78, var(--text-opacity));
}

.first\:text-success:first-child {
  --text-opacity: 1;
  color: #007E62;
  color: rgba(0, 126, 98, var(--text-opacity));
}

.first\:text-error:first-child {
  --text-opacity: 1;
  color: #F60139;
  color: rgba(246, 1, 57, var(--text-opacity));
}

.last\:text-transparent:last-child {
  color: transparent;
}

.last\:text-current:last-child {
  color: currentColor;
}

.last\:text-black:last-child {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.last\:text-white:last-child {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.last\:text-gray-100:last-child {
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.last\:text-gray-200:last-child {
  --text-opacity: 1;
  color: #f0f2f7;
  color: rgba(240, 242, 247, var(--text-opacity));
}

.last\:text-gray-300:last-child {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.last\:text-gray-400:last-child {
  --text-opacity: 1;
  color: #e3e8f0;
  color: rgba(227, 232, 240, var(--text-opacity));
}

.last\:text-gray-450:last-child {
  --text-opacity: 1;
  color: #B0B5CC;
  color: rgba(176, 181, 204, var(--text-opacity));
}

.last\:text-gray-500:last-child {
  --text-opacity: 1;
  color: #B9BED1;
  color: rgba(185, 190, 209, var(--text-opacity));
}

.last\:text-gray-550:last-child {
  --text-opacity: 1;
  color: #9597a6;
  color: rgba(149, 151, 166, var(--text-opacity));
}

.last\:text-gray-600:last-child {
  --text-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--text-opacity));
}

.last\:text-gray-700:last-child {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.last\:text-gray-800:last-child {
  --text-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--text-opacity));
}

.last\:text-gray-900:last-child {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.last\:text-gray:last-child {
  --text-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--text-opacity));
}

.last\:text-red-100:last-child {
  --text-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--text-opacity));
}

.last\:text-red-200:last-child {
  --text-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--text-opacity));
}

.last\:text-red-300:last-child {
  --text-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--text-opacity));
}

.last\:text-red-400:last-child {
  --text-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--text-opacity));
}

.last\:text-red-500:last-child {
  --text-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--text-opacity));
}

.last\:text-red-600:last-child {
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity));
}

.last\:text-red-700:last-child {
  --text-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--text-opacity));
}

.last\:text-red-800:last-child {
  --text-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--text-opacity));
}

.last\:text-red-900:last-child {
  --text-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--text-opacity));
}

.last\:text-orange-100:last-child {
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}

.last\:text-orange-200:last-child {
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}

.last\:text-orange-300:last-child {
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}

.last\:text-orange-400:last-child {
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}

.last\:text-orange-500:last-child {
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}

.last\:text-orange-600:last-child {
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}

.last\:text-orange-700:last-child {
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}

.last\:text-orange-800:last-child {
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}

.last\:text-orange-900:last-child {
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}

.last\:text-yellow-100:last-child {
  --text-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--text-opacity));
}

.last\:text-yellow-200:last-child {
  --text-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--text-opacity));
}

.last\:text-yellow-300:last-child {
  --text-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--text-opacity));
}

.last\:text-yellow-400:last-child {
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity));
}

.last\:text-yellow-500:last-child {
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity));
}

.last\:text-yellow-600:last-child {
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}

.last\:text-yellow-700:last-child {
  --text-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--text-opacity));
}

.last\:text-yellow-800:last-child {
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity));
}

.last\:text-yellow-900:last-child {
  --text-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--text-opacity));
}

.last\:text-green-100:last-child {
  --text-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--text-opacity));
}

.last\:text-green-200:last-child {
  --text-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--text-opacity));
}

.last\:text-green-300:last-child {
  --text-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--text-opacity));
}

.last\:text-green-400:last-child {
  --text-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--text-opacity));
}

.last\:text-green-500:last-child {
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity));
}

.last\:text-green-600:last-child {
  --text-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--text-opacity));
}

.last\:text-green-700:last-child {
  --text-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--text-opacity));
}

.last\:text-green-800:last-child {
  --text-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--text-opacity));
}

.last\:text-green-900:last-child {
  --text-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--text-opacity));
}

.last\:text-teal-100:last-child {
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.last\:text-teal-200:last-child {
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.last\:text-teal-300:last-child {
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.last\:text-teal-400:last-child {
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.last\:text-teal-500:last-child {
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.last\:text-teal-600:last-child {
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.last\:text-teal-700:last-child {
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.last\:text-teal-800:last-child {
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.last\:text-teal-900:last-child {
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.last\:text-blue-100:last-child {
  --text-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--text-opacity));
}

.last\:text-blue-200:last-child {
  --text-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--text-opacity));
}

.last\:text-blue-300:last-child {
  --text-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--text-opacity));
}

.last\:text-blue-400:last-child {
  --text-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--text-opacity));
}

.last\:text-blue-500:last-child {
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity));
}

.last\:text-blue-600:last-child {
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity));
}

.last\:text-blue-700:last-child {
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
}

.last\:text-blue-800:last-child {
  --text-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--text-opacity));
}

.last\:text-blue-900:last-child {
  --text-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--text-opacity));
}

.last\:text-indigo-100:last-child {
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.last\:text-indigo-200:last-child {
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.last\:text-indigo-300:last-child {
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.last\:text-indigo-400:last-child {
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.last\:text-indigo-500:last-child {
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.last\:text-indigo-600:last-child {
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.last\:text-indigo-700:last-child {
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.last\:text-indigo-800:last-child {
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.last\:text-indigo-900:last-child {
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.last\:text-purple-100:last-child {
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}

.last\:text-purple-200:last-child {
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}

.last\:text-purple-300:last-child {
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}

.last\:text-purple-400:last-child {
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}

.last\:text-purple-500:last-child {
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}

.last\:text-purple-600:last-child {
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}

.last\:text-purple-700:last-child {
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}

.last\:text-purple-800:last-child {
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}

.last\:text-purple-900:last-child {
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}

.last\:text-pink-100:last-child {
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.last\:text-pink-200:last-child {
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.last\:text-pink-300:last-child {
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.last\:text-pink-400:last-child {
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.last\:text-pink-500:last-child {
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.last\:text-pink-600:last-child {
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.last\:text-pink-700:last-child {
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.last\:text-pink-800:last-child {
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.last\:text-pink-900:last-child {
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.last\:text-dark-blue:last-child {
  --text-opacity: 1;
  color: #000142;
  color: rgba(0, 1, 66, var(--text-opacity));
}

.last\:text-light-blue:last-child {
  --text-opacity: 1;
  color: #3B55E6;
  color: rgba(59, 85, 230, var(--text-opacity));
}

.last\:text-pale-yellow:last-child {
  --text-opacity: 1;
  color: #FBAF4E;
  color: rgba(251, 175, 78, var(--text-opacity));
}

.last\:text-success:last-child {
  --text-opacity: 1;
  color: #007E62;
  color: rgba(0, 126, 98, var(--text-opacity));
}

.last\:text-error:last-child {
  --text-opacity: 1;
  color: #F60139;
  color: rgba(246, 1, 57, var(--text-opacity));
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-current:hover {
  color: currentColor;
}

.hover\:text-black:hover {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.hover\:text-white:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.hover\:text-gray-100:hover {
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.hover\:text-gray-200:hover {
  --text-opacity: 1;
  color: #f0f2f7;
  color: rgba(240, 242, 247, var(--text-opacity));
}

.hover\:text-gray-300:hover {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.hover\:text-gray-400:hover {
  --text-opacity: 1;
  color: #e3e8f0;
  color: rgba(227, 232, 240, var(--text-opacity));
}

.hover\:text-gray-450:hover {
  --text-opacity: 1;
  color: #B0B5CC;
  color: rgba(176, 181, 204, var(--text-opacity));
}

.hover\:text-gray-500:hover {
  --text-opacity: 1;
  color: #B9BED1;
  color: rgba(185, 190, 209, var(--text-opacity));
}

.hover\:text-gray-550:hover {
  --text-opacity: 1;
  color: #9597a6;
  color: rgba(149, 151, 166, var(--text-opacity));
}

.hover\:text-gray-600:hover {
  --text-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--text-opacity));
}

.hover\:text-gray-700:hover {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.hover\:text-gray-800:hover {
  --text-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--text-opacity));
}

.hover\:text-gray-900:hover {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.hover\:text-gray:hover {
  --text-opacity: 1;
  color: #454545;
  color: rgba(69, 69, 69, var(--text-opacity));
}

.hover\:text-red-100:hover {
  --text-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--text-opacity));
}

.hover\:text-red-200:hover {
  --text-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--text-opacity));
}

.hover\:text-red-300:hover {
  --text-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--text-opacity));
}

.hover\:text-red-400:hover {
  --text-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--text-opacity));
}

.hover\:text-red-500:hover {
  --text-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--text-opacity));
}

.hover\:text-red-600:hover {
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity));
}

.hover\:text-red-700:hover {
  --text-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--text-opacity));
}

.hover\:text-red-800:hover {
  --text-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--text-opacity));
}

.hover\:text-red-900:hover {
  --text-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--text-opacity));
}

.hover\:text-orange-100:hover {
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}

.hover\:text-orange-200:hover {
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}

.hover\:text-orange-300:hover {
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}

.hover\:text-orange-400:hover {
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}

.hover\:text-orange-500:hover {
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}

.hover\:text-orange-600:hover {
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}

.hover\:text-orange-700:hover {
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}

.hover\:text-orange-800:hover {
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}

.hover\:text-orange-900:hover {
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}

.hover\:text-yellow-100:hover {
  --text-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--text-opacity));
}

.hover\:text-yellow-200:hover {
  --text-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--text-opacity));
}

.hover\:text-yellow-300:hover {
  --text-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--text-opacity));
}

.hover\:text-yellow-400:hover {
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity));
}

.hover\:text-yellow-500:hover {
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity));
}

.hover\:text-yellow-600:hover {
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}

.hover\:text-yellow-700:hover {
  --text-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--text-opacity));
}

.hover\:text-yellow-800:hover {
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity));
}

.hover\:text-yellow-900:hover {
  --text-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--text-opacity));
}

.hover\:text-green-100:hover {
  --text-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--text-opacity));
}

.hover\:text-green-200:hover {
  --text-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--text-opacity));
}

.hover\:text-green-300:hover {
  --text-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--text-opacity));
}

.hover\:text-green-400:hover {
  --text-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--text-opacity));
}

.hover\:text-green-500:hover {
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity));
}

.hover\:text-green-600:hover {
  --text-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--text-opacity));
}

.hover\:text-green-700:hover {
  --text-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--text-opacity));
}

.hover\:text-green-800:hover {
  --text-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--text-opacity));
}

.hover\:text-green-900:hover {
  --text-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--text-opacity));
}

.hover\:text-teal-100:hover {
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.hover\:text-teal-200:hover {
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.hover\:text-teal-300:hover {
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.hover\:text-teal-400:hover {
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.hover\:text-teal-500:hover {
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.hover\:text-teal-600:hover {
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.hover\:text-teal-700:hover {
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.hover\:text-teal-800:hover {
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.hover\:text-teal-900:hover {
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.hover\:text-blue-100:hover {
  --text-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--text-opacity));
}

.hover\:text-blue-200:hover {
  --text-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--text-opacity));
}

.hover\:text-blue-300:hover {
  --text-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--text-opacity));
}

.hover\:text-blue-400:hover {
  --text-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--text-opacity));
}

.hover\:text-blue-500:hover {
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity));
}

.hover\:text-blue-600:hover {
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity));
}

.hover\:text-blue-700:hover {
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
}

.hover\:text-blue-800:hover {
  --text-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--text-opacity));
}

.hover\:text-blue-900:hover {
  --text-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--text-opacity));
}

.hover\:text-indigo-100:hover {
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.hover\:text-indigo-200:hover {
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.hover\:text-indigo-300:hover {
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.hover\:text-indigo-400:hover {
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.hover\:text-indigo-500:hover {
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.hover\:text-indigo-600:hover {
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.hover\:text-indigo-700:hover {
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.hover\:text-indigo-800:hover {
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.hover\:text-indigo-900:hover {
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.hover\:text-purple-100:hover {
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}

.hover\:text-purple-200:hover {
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}

.hover\:text-purple-300:hover {
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}

.hover\:text-purple-400:hover {
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}

.hover\:text-purple-500:hover {
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}

.hover\:text-purple-600:hover {
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}

.hover\:text-purple-700:hover {
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}

.hover\:text-purple-800:hover {
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}

.hover\:text-purple-900:hover {
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}

.hover\:text-pink-100:hover {
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.hover\:text-pink-200:hover {
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.hover\:text-pink-300:hover {
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.hover\:text-pink-400:hover {
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.hover\:text-pink-500:hover {
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.hover\:text-pink-600:hover {
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.hover\:text-pink-700:hover {
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.hover\:text-pink-800:hover {
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.hover\:text-pink-900:hover {
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.hover\:text-dark-blue:hover {
  --text-opacity: 1;
  color: #000142;
  color: rgba(0, 1, 66, var(--text-opacity));
}

.hover\:text-light-blue:hover {
  --text-opacity: 1;
  color: #3B55E6;
  color: rgba(59, 85, 230, var(--text-opacity));
}

.hover\:text-pale-yellow:hover {
  --text-opacity: 1;
  color: #FBAF4E;
  color: rgba(251, 175, 78, var(--text-opacity));
}

.hover\:text-success:hover {
  --text-opacity: 1;
  color: #007E62;
  color: rgba(0, 126, 98, var(--text-opacity));
}

.hover\:text-error:hover {
  --text-opacity: 1;
  color: #F60139;
  color: rgba(246, 1, 57, var(--text-opacity));
}

.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: #f0f2f7 !important;
  color: rgba(240, 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: #e3e8f0 !important;
  color: rgba(227, 232, 240, var(--text-opacity)) !important;
}

.text-gray-450\! {
  --text-opacity: 1 !important;
  color: #B0B5CC !important;
  color: rgba(176, 181, 204, var(--text-opacity)) !important;
}

.text-gray-500\! {
  --text-opacity: 1 !important;
  color: #B9BED1 !important;
  color: rgba(185, 190, 209, var(--text-opacity)) !important;
}

.text-gray-550\! {
  --text-opacity: 1 !important;
  color: #9597a6 !important;
  color: rgba(149, 151, 166, var(--text-opacity)) !important;
}

.text-gray-600\! {
  --text-opacity: 1 !important;
  color: #707070 !important;
  color: rgba(112, 112, 112, 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: #454545 !important;
  color: rgba(69, 69, 69, var(--text-opacity)) !important;
}

.text-gray-900\! {
  --text-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--text-opacity)) !important;
}

.text-gray\! {
  --text-opacity: 1 !important;
  color: #454545 !important;
  color: rgba(69, 69, 69, 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-dark-blue\! {
  --text-opacity: 1 !important;
  color: #000142 !important;
  color: rgba(0, 1, 66, var(--text-opacity)) !important;
}

.text-light-blue\! {
  --text-opacity: 1 !important;
  color: #3B55E6 !important;
  color: rgba(59, 85, 230, var(--text-opacity)) !important;
}

.text-pale-yellow\! {
  --text-opacity: 1 !important;
  color: #FBAF4E !important;
  color: rgba(251, 175, 78, var(--text-opacity)) !important;
}

.text-success\! {
  --text-opacity: 1 !important;
  color: #007E62 !important;
  color: rgba(0, 126, 98, var(--text-opacity)) !important;
}

.text-error\! {
  --text-opacity: 1 !important;
  color: #F60139 !important;
  color: rgba(246, 1, 57, var(--text-opacity)) !important;
}

.text-opacity-0 {
  --text-opacity: 0;
}

.text-opacity-25 {
  --text-opacity: 0.25;
}

.text-opacity-50 {
  --text-opacity: 0.5;
}

.text-opacity-75 {
  --text-opacity: 0.75;
}

.text-opacity-100 {
  --text-opacity: 1;
}

.even\:text-opacity-0:nth-child(even) {
  --text-opacity: 0;
}

.even\:text-opacity-25:nth-child(even) {
  --text-opacity: 0.25;
}

.even\:text-opacity-50:nth-child(even) {
  --text-opacity: 0.5;
}

.even\:text-opacity-75:nth-child(even) {
  --text-opacity: 0.75;
}

.even\:text-opacity-100:nth-child(even) {
  --text-opacity: 1;
}

.odd\:text-opacity-0:nth-child(odd) {
  --text-opacity: 0;
}

.odd\:text-opacity-25:nth-child(odd) {
  --text-opacity: 0.25;
}

.odd\:text-opacity-50:nth-child(odd) {
  --text-opacity: 0.5;
}

.odd\:text-opacity-75:nth-child(odd) {
  --text-opacity: 0.75;
}

.odd\:text-opacity-100:nth-child(odd) {
  --text-opacity: 1;
}

.children\:text-opacity-0 > * {
  --text-opacity: 0;
}

.children\:text-opacity-25 > * {
  --text-opacity: 0.25;
}

.children\:text-opacity-50 > * {
  --text-opacity: 0.5;
}

.children\:text-opacity-75 > * {
  --text-opacity: 0.75;
}

.children\:text-opacity-100 > * {
  --text-opacity: 1;
}

.first\:text-opacity-0:first-child {
  --text-opacity: 0;
}

.first\:text-opacity-25:first-child {
  --text-opacity: 0.25;
}

.first\:text-opacity-50:first-child {
  --text-opacity: 0.5;
}

.first\:text-opacity-75:first-child {
  --text-opacity: 0.75;
}

.first\:text-opacity-100:first-child {
  --text-opacity: 1;
}

.last\:text-opacity-0:last-child {
  --text-opacity: 0;
}

.last\:text-opacity-25:last-child {
  --text-opacity: 0.25;
}

.last\:text-opacity-50:last-child {
  --text-opacity: 0.5;
}

.last\:text-opacity-75:last-child {
  --text-opacity: 0.75;
}

.last\:text-opacity-100:last-child {
  --text-opacity: 1;
}

.hover\:text-opacity-0:hover {
  --text-opacity: 0;
}

.hover\:text-opacity-25:hover {
  --text-opacity: 0.25;
}

.hover\:text-opacity-50:hover {
  --text-opacity: 0.5;
}

.hover\:text-opacity-75:hover {
  --text-opacity: 0.75;
}

.hover\:text-opacity-100:hover {
  --text-opacity: 1;
}

.text-opacity-0\! {
  --text-opacity: 0 !important;
}

.text-opacity-25\! {
  --text-opacity: 0.25 !important;
}

.text-opacity-50\! {
  --text-opacity: 0.5 !important;
}

.text-opacity-75\! {
  --text-opacity: 0.75 !important;
}

.text-opacity-100\! {
  --text-opacity: 1 !important;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.even\:italic:nth-child(even) {
  font-style: italic;
}

.even\:not-italic:nth-child(even) {
  font-style: normal;
}

.odd\:italic:nth-child(odd) {
  font-style: italic;
}

.odd\:not-italic:nth-child(odd) {
  font-style: normal;
}

.children\:italic > * {
  font-style: italic;
}

.children\:not-italic > * {
  font-style: normal;
}

.first\:italic:first-child {
  font-style: italic;
}

.first\:not-italic:first-child {
  font-style: normal;
}

.last\:italic:last-child {
  font-style: italic;
}

.last\:not-italic:last-child {
  font-style: normal;
}

.hover\:italic:hover {
  font-style: italic;
}

.hover\:not-italic:hover {
  font-style: normal;
}

.italic\! {
  font-style: italic !important;
}

.not-italic\! {
  font-style: normal !important;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.even\:uppercase:nth-child(even) {
  text-transform: uppercase;
}

.even\:lowercase:nth-child(even) {
  text-transform: lowercase;
}

.even\:capitalize:nth-child(even) {
  text-transform: capitalize;
}

.even\:normal-case:nth-child(even) {
  text-transform: none;
}

.odd\:uppercase:nth-child(odd) {
  text-transform: uppercase;
}

.odd\:lowercase:nth-child(odd) {
  text-transform: lowercase;
}

.odd\:capitalize:nth-child(odd) {
  text-transform: capitalize;
}

.odd\:normal-case:nth-child(odd) {
  text-transform: none;
}

.children\:uppercase > * {
  text-transform: uppercase;
}

.children\:lowercase > * {
  text-transform: lowercase;
}

.children\:capitalize > * {
  text-transform: capitalize;
}

.children\:normal-case > * {
  text-transform: none;
}

.first\:uppercase:first-child {
  text-transform: uppercase;
}

.first\:lowercase:first-child {
  text-transform: lowercase;
}

.first\:capitalize:first-child {
  text-transform: capitalize;
}

.first\:normal-case:first-child {
  text-transform: none;
}

.last\:uppercase:last-child {
  text-transform: uppercase;
}

.last\:lowercase:last-child {
  text-transform: lowercase;
}

.last\:capitalize:last-child {
  text-transform: capitalize;
}

.last\:normal-case:last-child {
  text-transform: none;
}

.hover\:uppercase:hover {
  text-transform: uppercase;
}

.hover\:lowercase:hover {
  text-transform: lowercase;
}

.hover\:capitalize:hover {
  text-transform: capitalize;
}

.hover\:normal-case:hover {
  text-transform: none;
}

.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;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.even\:underline:nth-child(even) {
  text-decoration: underline;
}

.even\:line-through:nth-child(even) {
  text-decoration: line-through;
}

.even\:no-underline:nth-child(even) {
  text-decoration: none;
}

.odd\:underline:nth-child(odd) {
  text-decoration: underline;
}

.odd\:line-through:nth-child(odd) {
  text-decoration: line-through;
}

.odd\:no-underline:nth-child(odd) {
  text-decoration: none;
}

.children\:underline > * {
  text-decoration: underline;
}

.children\:line-through > * {
  text-decoration: line-through;
}

.children\:no-underline > * {
  text-decoration: none;
}

.first\:underline:first-child {
  text-decoration: underline;
}

.first\:line-through:first-child {
  text-decoration: line-through;
}

.first\:no-underline:first-child {
  text-decoration: none;
}

.last\:underline:last-child {
  text-decoration: underline;
}

.last\:line-through:last-child {
  text-decoration: line-through;
}

.last\:no-underline:last-child {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.underline\! {
  text-decoration: underline !important;
}

.line-through\! {
  text-decoration: line-through !important;
}

.no-underline\! {
  text-decoration: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.even\:antialiased:nth-child(even) {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.even\:subpixel-antialiased:nth-child(even) {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.odd\:antialiased:nth-child(odd) {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.odd\:subpixel-antialiased:nth-child(odd) {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.children\:antialiased > * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.children\:subpixel-antialiased > * {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.first\:antialiased:first-child {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.first\:subpixel-antialiased:first-child {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.last\:antialiased:last-child {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.last\:subpixel-antialiased:last-child {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.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;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.even\:tracking-tighter:nth-child(even) {
  letter-spacing: -0.05em;
}

.even\:tracking-tight:nth-child(even) {
  letter-spacing: -0.025em;
}

.even\:tracking-normal:nth-child(even) {
  letter-spacing: 0;
}

.even\:tracking-wide:nth-child(even) {
  letter-spacing: 0.025em;
}

.even\:tracking-wider:nth-child(even) {
  letter-spacing: 0.05em;
}

.even\:tracking-widest:nth-child(even) {
  letter-spacing: 0.1em;
}

.odd\:tracking-tighter:nth-child(odd) {
  letter-spacing: -0.05em;
}

.odd\:tracking-tight:nth-child(odd) {
  letter-spacing: -0.025em;
}

.odd\:tracking-normal:nth-child(odd) {
  letter-spacing: 0;
}

.odd\:tracking-wide:nth-child(odd) {
  letter-spacing: 0.025em;
}

.odd\:tracking-wider:nth-child(odd) {
  letter-spacing: 0.05em;
}

.odd\:tracking-widest:nth-child(odd) {
  letter-spacing: 0.1em;
}

.children\:tracking-tighter > * {
  letter-spacing: -0.05em;
}

.children\:tracking-tight > * {
  letter-spacing: -0.025em;
}

.children\:tracking-normal > * {
  letter-spacing: 0;
}

.children\:tracking-wide > * {
  letter-spacing: 0.025em;
}

.children\:tracking-wider > * {
  letter-spacing: 0.05em;
}

.children\:tracking-widest > * {
  letter-spacing: 0.1em;
}

.first\:tracking-tighter:first-child {
  letter-spacing: -0.05em;
}

.first\:tracking-tight:first-child {
  letter-spacing: -0.025em;
}

.first\:tracking-normal:first-child {
  letter-spacing: 0;
}

.first\:tracking-wide:first-child {
  letter-spacing: 0.025em;
}

.first\:tracking-wider:first-child {
  letter-spacing: 0.05em;
}

.first\:tracking-widest:first-child {
  letter-spacing: 0.1em;
}

.last\:tracking-tighter:last-child {
  letter-spacing: -0.05em;
}

.last\:tracking-tight:last-child {
  letter-spacing: -0.025em;
}

.last\:tracking-normal:last-child {
  letter-spacing: 0;
}

.last\:tracking-wide:last-child {
  letter-spacing: 0.025em;
}

.last\:tracking-wider:last-child {
  letter-spacing: 0.05em;
}

.last\:tracking-widest:last-child {
  letter-spacing: 0.1em;
}

.hover\:tracking-tighter:hover {
  letter-spacing: -0.05em;
}

.hover\:tracking-tight:hover {
  letter-spacing: -0.025em;
}

.hover\:tracking-normal:hover {
  letter-spacing: 0;
}

.hover\:tracking-wide:hover {
  letter-spacing: 0.025em;
}

.hover\:tracking-wider:hover {
  letter-spacing: 0.05em;
}

.hover\:tracking-widest:hover {
  letter-spacing: 0.1em;
}

.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;
}

.select-none {
  user-select: none;
}

.select-text {
  user-select: text;
}

.select-all {
  user-select: all;
}

.select-auto {
  user-select: auto;
}

.even\:select-none:nth-child(even) {
  user-select: none;
}

.even\:select-text:nth-child(even) {
  user-select: text;
}

.even\:select-all:nth-child(even) {
  user-select: all;
}

.even\:select-auto:nth-child(even) {
  user-select: auto;
}

.odd\:select-none:nth-child(odd) {
  user-select: none;
}

.odd\:select-text:nth-child(odd) {
  user-select: text;
}

.odd\:select-all:nth-child(odd) {
  user-select: all;
}

.odd\:select-auto:nth-child(odd) {
  user-select: auto;
}

.children\:select-none > * {
  user-select: none;
}

.children\:select-text > * {
  user-select: text;
}

.children\:select-all > * {
  user-select: all;
}

.children\:select-auto > * {
  user-select: auto;
}

.first\:select-none:first-child {
  user-select: none;
}

.first\:select-text:first-child {
  user-select: text;
}

.first\:select-all:first-child {
  user-select: all;
}

.first\:select-auto:first-child {
  user-select: auto;
}

.last\:select-none:last-child {
  user-select: none;
}

.last\:select-text:last-child {
  user-select: text;
}

.last\:select-all:last-child {
  user-select: all;
}

.last\:select-auto:last-child {
  user-select: auto;
}

.hover\:select-none:hover {
  user-select: none;
}

.hover\:select-text:hover {
  user-select: text;
}

.hover\:select-all:hover {
  user-select: all;
}

.hover\:select-auto:hover {
  user-select: auto;
}

.select-none\! {
  user-select: none !important;
}

.select-text\! {
  user-select: text !important;
}

.select-all\! {
  user-select: all !important;
}

.select-auto\! {
  user-select: auto !important;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.even\:align-baseline:nth-child(even) {
  vertical-align: baseline;
}

.even\:align-top:nth-child(even) {
  vertical-align: top;
}

.even\:align-middle:nth-child(even) {
  vertical-align: middle;
}

.even\:align-bottom:nth-child(even) {
  vertical-align: bottom;
}

.even\:align-text-top:nth-child(even) {
  vertical-align: text-top;
}

.even\:align-text-bottom:nth-child(even) {
  vertical-align: text-bottom;
}

.odd\:align-baseline:nth-child(odd) {
  vertical-align: baseline;
}

.odd\:align-top:nth-child(odd) {
  vertical-align: top;
}

.odd\:align-middle:nth-child(odd) {
  vertical-align: middle;
}

.odd\:align-bottom:nth-child(odd) {
  vertical-align: bottom;
}

.odd\:align-text-top:nth-child(odd) {
  vertical-align: text-top;
}

.odd\:align-text-bottom:nth-child(odd) {
  vertical-align: text-bottom;
}

.children\:align-baseline > * {
  vertical-align: baseline;
}

.children\:align-top > * {
  vertical-align: top;
}

.children\:align-middle > * {
  vertical-align: middle;
}

.children\:align-bottom > * {
  vertical-align: bottom;
}

.children\:align-text-top > * {
  vertical-align: text-top;
}

.children\:align-text-bottom > * {
  vertical-align: text-bottom;
}

.first\:align-baseline:first-child {
  vertical-align: baseline;
}

.first\:align-top:first-child {
  vertical-align: top;
}

.first\:align-middle:first-child {
  vertical-align: middle;
}

.first\:align-bottom:first-child {
  vertical-align: bottom;
}

.first\:align-text-top:first-child {
  vertical-align: text-top;
}

.first\:align-text-bottom:first-child {
  vertical-align: text-bottom;
}

.last\:align-baseline:last-child {
  vertical-align: baseline;
}

.last\:align-top:last-child {
  vertical-align: top;
}

.last\:align-middle:last-child {
  vertical-align: middle;
}

.last\:align-bottom:last-child {
  vertical-align: bottom;
}

.last\:align-text-top:last-child {
  vertical-align: text-top;
}

.last\:align-text-bottom:last-child {
  vertical-align: text-bottom;
}

.hover\:align-baseline:hover {
  vertical-align: baseline;
}

.hover\:align-top:hover {
  vertical-align: top;
}

.hover\:align-middle:hover {
  vertical-align: middle;
}

.hover\:align-bottom:hover {
  vertical-align: bottom;
}

.hover\:align-text-top:hover {
  vertical-align: text-top;
}

.hover\:align-text-bottom:hover {
  vertical-align: text-bottom;
}

.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;
}

.invisible {
  visibility: hidden;
}

.even\:visible:nth-child(even) {
  visibility: visible;
}

.even\:invisible:nth-child(even) {
  visibility: hidden;
}

.odd\:visible:nth-child(odd) {
  visibility: visible;
}

.odd\:invisible:nth-child(odd) {
  visibility: hidden;
}

.children\:visible > * {
  visibility: visible;
}

.children\:invisible > * {
  visibility: hidden;
}

.first\:visible:first-child {
  visibility: visible;
}

.first\:invisible:first-child {
  visibility: hidden;
}

.last\:visible:last-child {
  visibility: visible;
}

.last\:invisible:last-child {
  visibility: hidden;
}

.hover\:visible:hover {
  visibility: visible;
}

.hover\:invisible:hover {
  visibility: hidden;
}

.visible\! {
  visibility: visible !important;
}

.invisible\! {
  visibility: hidden !important;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.even\:whitespace-normal:nth-child(even) {
  white-space: normal;
}

.even\:whitespace-no-wrap:nth-child(even) {
  white-space: nowrap;
}

.even\:whitespace-pre:nth-child(even) {
  white-space: pre;
}

.even\:whitespace-pre-line:nth-child(even) {
  white-space: pre-line;
}

.even\:whitespace-pre-wrap:nth-child(even) {
  white-space: pre-wrap;
}

.odd\:whitespace-normal:nth-child(odd) {
  white-space: normal;
}

.odd\:whitespace-no-wrap:nth-child(odd) {
  white-space: nowrap;
}

.odd\:whitespace-pre:nth-child(odd) {
  white-space: pre;
}

.odd\:whitespace-pre-line:nth-child(odd) {
  white-space: pre-line;
}

.odd\:whitespace-pre-wrap:nth-child(odd) {
  white-space: pre-wrap;
}

.children\:whitespace-normal > * {
  white-space: normal;
}

.children\:whitespace-no-wrap > * {
  white-space: nowrap;
}

.children\:whitespace-pre > * {
  white-space: pre;
}

.children\:whitespace-pre-line > * {
  white-space: pre-line;
}

.children\:whitespace-pre-wrap > * {
  white-space: pre-wrap;
}

.first\:whitespace-normal:first-child {
  white-space: normal;
}

.first\:whitespace-no-wrap:first-child {
  white-space: nowrap;
}

.first\:whitespace-pre:first-child {
  white-space: pre;
}

.first\:whitespace-pre-line:first-child {
  white-space: pre-line;
}

.first\:whitespace-pre-wrap:first-child {
  white-space: pre-wrap;
}

.last\:whitespace-normal:last-child {
  white-space: normal;
}

.last\:whitespace-no-wrap:last-child {
  white-space: nowrap;
}

.last\:whitespace-pre:last-child {
  white-space: pre;
}

.last\:whitespace-pre-line:last-child {
  white-space: pre-line;
}

.last\:whitespace-pre-wrap:last-child {
  white-space: pre-wrap;
}

.hover\:whitespace-normal:hover {
  white-space: normal;
}

.hover\:whitespace-no-wrap:hover {
  white-space: nowrap;
}

.hover\:whitespace-pre:hover {
  white-space: pre;
}

.hover\:whitespace-pre-line:hover {
  white-space: pre-line;
}

.hover\:whitespace-pre-wrap:hover {
  white-space: pre-wrap;
}

.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 {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.even\:break-normal:nth-child(even) {
  overflow-wrap: normal;
  word-break: normal;
}

.even\:break-words:nth-child(even) {
  overflow-wrap: break-word;
}

.even\:break-all:nth-child(even) {
  word-break: break-all;
}

.even\:truncate:nth-child(even) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.odd\:break-normal:nth-child(odd) {
  overflow-wrap: normal;
  word-break: normal;
}

.odd\:break-words:nth-child(odd) {
  overflow-wrap: break-word;
}

.odd\:break-all:nth-child(odd) {
  word-break: break-all;
}

.odd\:truncate:nth-child(odd) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.children\:break-normal > * {
  overflow-wrap: normal;
  word-break: normal;
}

.children\:break-words > * {
  overflow-wrap: break-word;
}

.children\:break-all > * {
  word-break: break-all;
}

.children\:truncate > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.first\:break-normal:first-child {
  overflow-wrap: normal;
  word-break: normal;
}

.first\:break-words:first-child {
  overflow-wrap: break-word;
}

.first\:break-all:first-child {
  word-break: break-all;
}

.first\:truncate:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.last\:break-normal:last-child {
  overflow-wrap: normal;
  word-break: normal;
}

.last\:break-words:last-child {
  overflow-wrap: break-word;
}

.last\:break-all:last-child {
  word-break: break-all;
}

.last\:truncate:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hover\:break-normal:hover {
  overflow-wrap: normal;
  word-break: normal;
}

.hover\:break-words:hover {
  overflow-wrap: break-word;
}

.hover\:break-all:hover {
  word-break: break-all;
}

.hover\:truncate:hover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.break-normal\! {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words\! {
  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;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-13 {
  width: 3.25rem;
}

.w-14 {
  width: 3.5rem;
}

.w-15 {
  width: 3.75rem;
}

.w-16 {
  width: 4rem;
}

.w-17 {
  width: 4.25rem;
}

.w-18 {
  width: 4.5rem;
}

.w-19 {
  width: 4.75rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-75 {
  width: 18.75rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.even\:w-0:nth-child(even) {
  width: 0;
}

.even\:w-1:nth-child(even) {
  width: 0.25rem;
}

.even\:w-2:nth-child(even) {
  width: 0.5rem;
}

.even\:w-3:nth-child(even) {
  width: 0.75rem;
}

.even\:w-4:nth-child(even) {
  width: 1rem;
}

.even\:w-5:nth-child(even) {
  width: 1.25rem;
}

.even\:w-6:nth-child(even) {
  width: 1.5rem;
}

.even\:w-7:nth-child(even) {
  width: 1.75rem;
}

.even\:w-8:nth-child(even) {
  width: 2rem;
}

.even\:w-9:nth-child(even) {
  width: 2.25rem;
}

.even\:w-10:nth-child(even) {
  width: 2.5rem;
}

.even\:w-11:nth-child(even) {
  width: 2.75rem;
}

.even\:w-12:nth-child(even) {
  width: 3rem;
}

.even\:w-13:nth-child(even) {
  width: 3.25rem;
}

.even\:w-14:nth-child(even) {
  width: 3.5rem;
}

.even\:w-15:nth-child(even) {
  width: 3.75rem;
}

.even\:w-16:nth-child(even) {
  width: 4rem;
}

.even\:w-17:nth-child(even) {
  width: 4.25rem;
}

.even\:w-18:nth-child(even) {
  width: 4.5rem;
}

.even\:w-19:nth-child(even) {
  width: 4.75rem;
}

.even\:w-20:nth-child(even) {
  width: 5rem;
}

.even\:w-24:nth-child(even) {
  width: 6rem;
}

.even\:w-32:nth-child(even) {
  width: 8rem;
}

.even\:w-40:nth-child(even) {
  width: 10rem;
}

.even\:w-48:nth-child(even) {
  width: 12rem;
}

.even\:w-56:nth-child(even) {
  width: 14rem;
}

.even\:w-64:nth-child(even) {
  width: 16rem;
}

.even\:w-75:nth-child(even) {
  width: 18.75rem;
}

.even\:w-auto:nth-child(even) {
  width: auto;
}

.even\:w-px:nth-child(even) {
  width: 1px;
}

.even\:w-1\/2:nth-child(even) {
  width: 50%;
}

.even\:w-1\/3:nth-child(even) {
  width: 33.333333%;
}

.even\:w-2\/3:nth-child(even) {
  width: 66.666667%;
}

.even\:w-1\/4:nth-child(even) {
  width: 25%;
}

.even\:w-2\/4:nth-child(even) {
  width: 50%;
}

.even\:w-3\/4:nth-child(even) {
  width: 75%;
}

.even\:w-1\/5:nth-child(even) {
  width: 20%;
}

.even\:w-2\/5:nth-child(even) {
  width: 40%;
}

.even\:w-3\/5:nth-child(even) {
  width: 60%;
}

.even\:w-4\/5:nth-child(even) {
  width: 80%;
}

.even\:w-1\/6:nth-child(even) {
  width: 16.666667%;
}

.even\:w-2\/6:nth-child(even) {
  width: 33.333333%;
}

.even\:w-3\/6:nth-child(even) {
  width: 50%;
}

.even\:w-4\/6:nth-child(even) {
  width: 66.666667%;
}

.even\:w-5\/6:nth-child(even) {
  width: 83.333333%;
}

.even\:w-1\/12:nth-child(even) {
  width: 8.333333%;
}

.even\:w-2\/12:nth-child(even) {
  width: 16.666667%;
}

.even\:w-3\/12:nth-child(even) {
  width: 25%;
}

.even\:w-4\/12:nth-child(even) {
  width: 33.333333%;
}

.even\:w-5\/12:nth-child(even) {
  width: 41.666667%;
}

.even\:w-6\/12:nth-child(even) {
  width: 50%;
}

.even\:w-7\/12:nth-child(even) {
  width: 58.333333%;
}

.even\:w-8\/12:nth-child(even) {
  width: 66.666667%;
}

.even\:w-9\/12:nth-child(even) {
  width: 75%;
}

.even\:w-10\/12:nth-child(even) {
  width: 83.333333%;
}

.even\:w-11\/12:nth-child(even) {
  width: 91.666667%;
}

.even\:w-full:nth-child(even) {
  width: 100%;
}

.even\:w-screen:nth-child(even) {
  width: 100vw;
}

.odd\:w-0:nth-child(odd) {
  width: 0;
}

.odd\:w-1:nth-child(odd) {
  width: 0.25rem;
}

.odd\:w-2:nth-child(odd) {
  width: 0.5rem;
}

.odd\:w-3:nth-child(odd) {
  width: 0.75rem;
}

.odd\:w-4:nth-child(odd) {
  width: 1rem;
}

.odd\:w-5:nth-child(odd) {
  width: 1.25rem;
}

.odd\:w-6:nth-child(odd) {
  width: 1.5rem;
}

.odd\:w-7:nth-child(odd) {
  width: 1.75rem;
}

.odd\:w-8:nth-child(odd) {
  width: 2rem;
}

.odd\:w-9:nth-child(odd) {
  width: 2.25rem;
}

.odd\:w-10:nth-child(odd) {
  width: 2.5rem;
}

.odd\:w-11:nth-child(odd) {
  width: 2.75rem;
}

.odd\:w-12:nth-child(odd) {
  width: 3rem;
}

.odd\:w-13:nth-child(odd) {
  width: 3.25rem;
}

.odd\:w-14:nth-child(odd) {
  width: 3.5rem;
}

.odd\:w-15:nth-child(odd) {
  width: 3.75rem;
}

.odd\:w-16:nth-child(odd) {
  width: 4rem;
}

.odd\:w-17:nth-child(odd) {
  width: 4.25rem;
}

.odd\:w-18:nth-child(odd) {
  width: 4.5rem;
}

.odd\:w-19:nth-child(odd) {
  width: 4.75rem;
}

.odd\:w-20:nth-child(odd) {
  width: 5rem;
}

.odd\:w-24:nth-child(odd) {
  width: 6rem;
}

.odd\:w-32:nth-child(odd) {
  width: 8rem;
}

.odd\:w-40:nth-child(odd) {
  width: 10rem;
}

.odd\:w-48:nth-child(odd) {
  width: 12rem;
}

.odd\:w-56:nth-child(odd) {
  width: 14rem;
}

.odd\:w-64:nth-child(odd) {
  width: 16rem;
}

.odd\:w-75:nth-child(odd) {
  width: 18.75rem;
}

.odd\:w-auto:nth-child(odd) {
  width: auto;
}

.odd\:w-px:nth-child(odd) {
  width: 1px;
}

.odd\:w-1\/2:nth-child(odd) {
  width: 50%;
}

.odd\:w-1\/3:nth-child(odd) {
  width: 33.333333%;
}

.odd\:w-2\/3:nth-child(odd) {
  width: 66.666667%;
}

.odd\:w-1\/4:nth-child(odd) {
  width: 25%;
}

.odd\:w-2\/4:nth-child(odd) {
  width: 50%;
}

.odd\:w-3\/4:nth-child(odd) {
  width: 75%;
}

.odd\:w-1\/5:nth-child(odd) {
  width: 20%;
}

.odd\:w-2\/5:nth-child(odd) {
  width: 40%;
}

.odd\:w-3\/5:nth-child(odd) {
  width: 60%;
}

.odd\:w-4\/5:nth-child(odd) {
  width: 80%;
}

.odd\:w-1\/6:nth-child(odd) {
  width: 16.666667%;
}

.odd\:w-2\/6:nth-child(odd) {
  width: 33.333333%;
}

.odd\:w-3\/6:nth-child(odd) {
  width: 50%;
}

.odd\:w-4\/6:nth-child(odd) {
  width: 66.666667%;
}

.odd\:w-5\/6:nth-child(odd) {
  width: 83.333333%;
}

.odd\:w-1\/12:nth-child(odd) {
  width: 8.333333%;
}

.odd\:w-2\/12:nth-child(odd) {
  width: 16.666667%;
}

.odd\:w-3\/12:nth-child(odd) {
  width: 25%;
}

.odd\:w-4\/12:nth-child(odd) {
  width: 33.333333%;
}

.odd\:w-5\/12:nth-child(odd) {
  width: 41.666667%;
}

.odd\:w-6\/12:nth-child(odd) {
  width: 50%;
}

.odd\:w-7\/12:nth-child(odd) {
  width: 58.333333%;
}

.odd\:w-8\/12:nth-child(odd) {
  width: 66.666667%;
}

.odd\:w-9\/12:nth-child(odd) {
  width: 75%;
}

.odd\:w-10\/12:nth-child(odd) {
  width: 83.333333%;
}

.odd\:w-11\/12:nth-child(odd) {
  width: 91.666667%;
}

.odd\:w-full:nth-child(odd) {
  width: 100%;
}

.odd\:w-screen:nth-child(odd) {
  width: 100vw;
}

.children\:w-0 > * {
  width: 0;
}

.children\:w-1 > * {
  width: 0.25rem;
}

.children\:w-2 > * {
  width: 0.5rem;
}

.children\:w-3 > * {
  width: 0.75rem;
}

.children\:w-4 > * {
  width: 1rem;
}

.children\:w-5 > * {
  width: 1.25rem;
}

.children\:w-6 > * {
  width: 1.5rem;
}

.children\:w-7 > * {
  width: 1.75rem;
}

.children\:w-8 > * {
  width: 2rem;
}

.children\:w-9 > * {
  width: 2.25rem;
}

.children\:w-10 > * {
  width: 2.5rem;
}

.children\:w-11 > * {
  width: 2.75rem;
}

.children\:w-12 > * {
  width: 3rem;
}

.children\:w-13 > * {
  width: 3.25rem;
}

.children\:w-14 > * {
  width: 3.5rem;
}

.children\:w-15 > * {
  width: 3.75rem;
}

.children\:w-16 > * {
  width: 4rem;
}

.children\:w-17 > * {
  width: 4.25rem;
}

.children\:w-18 > * {
  width: 4.5rem;
}

.children\:w-19 > * {
  width: 4.75rem;
}

.children\:w-20 > * {
  width: 5rem;
}

.children\:w-24 > * {
  width: 6rem;
}

.children\:w-32 > * {
  width: 8rem;
}

.children\:w-40 > * {
  width: 10rem;
}

.children\:w-48 > * {
  width: 12rem;
}

.children\:w-56 > * {
  width: 14rem;
}

.children\:w-64 > * {
  width: 16rem;
}

.children\:w-75 > * {
  width: 18.75rem;
}

.children\:w-auto > * {
  width: auto;
}

.children\:w-px > * {
  width: 1px;
}

.children\:w-1\/2 > * {
  width: 50%;
}

.children\:w-1\/3 > * {
  width: 33.333333%;
}

.children\:w-2\/3 > * {
  width: 66.666667%;
}

.children\:w-1\/4 > * {
  width: 25%;
}

.children\:w-2\/4 > * {
  width: 50%;
}

.children\:w-3\/4 > * {
  width: 75%;
}

.children\:w-1\/5 > * {
  width: 20%;
}

.children\:w-2\/5 > * {
  width: 40%;
}

.children\:w-3\/5 > * {
  width: 60%;
}

.children\:w-4\/5 > * {
  width: 80%;
}

.children\:w-1\/6 > * {
  width: 16.666667%;
}

.children\:w-2\/6 > * {
  width: 33.333333%;
}

.children\:w-3\/6 > * {
  width: 50%;
}

.children\:w-4\/6 > * {
  width: 66.666667%;
}

.children\:w-5\/6 > * {
  width: 83.333333%;
}

.children\:w-1\/12 > * {
  width: 8.333333%;
}

.children\:w-2\/12 > * {
  width: 16.666667%;
}

.children\:w-3\/12 > * {
  width: 25%;
}

.children\:w-4\/12 > * {
  width: 33.333333%;
}

.children\:w-5\/12 > * {
  width: 41.666667%;
}

.children\:w-6\/12 > * {
  width: 50%;
}

.children\:w-7\/12 > * {
  width: 58.333333%;
}

.children\:w-8\/12 > * {
  width: 66.666667%;
}

.children\:w-9\/12 > * {
  width: 75%;
}

.children\:w-10\/12 > * {
  width: 83.333333%;
}

.children\:w-11\/12 > * {
  width: 91.666667%;
}

.children\:w-full > * {
  width: 100%;
}

.children\:w-screen > * {
  width: 100vw;
}

.first\:w-0:first-child {
  width: 0;
}

.first\:w-1:first-child {
  width: 0.25rem;
}

.first\:w-2:first-child {
  width: 0.5rem;
}

.first\:w-3:first-child {
  width: 0.75rem;
}

.first\:w-4:first-child {
  width: 1rem;
}

.first\:w-5:first-child {
  width: 1.25rem;
}

.first\:w-6:first-child {
  width: 1.5rem;
}

.first\:w-7:first-child {
  width: 1.75rem;
}

.first\:w-8:first-child {
  width: 2rem;
}

.first\:w-9:first-child {
  width: 2.25rem;
}

.first\:w-10:first-child {
  width: 2.5rem;
}

.first\:w-11:first-child {
  width: 2.75rem;
}

.first\:w-12:first-child {
  width: 3rem;
}

.first\:w-13:first-child {
  width: 3.25rem;
}

.first\:w-14:first-child {
  width: 3.5rem;
}

.first\:w-15:first-child {
  width: 3.75rem;
}

.first\:w-16:first-child {
  width: 4rem;
}

.first\:w-17:first-child {
  width: 4.25rem;
}

.first\:w-18:first-child {
  width: 4.5rem;
}

.first\:w-19:first-child {
  width: 4.75rem;
}

.first\:w-20:first-child {
  width: 5rem;
}

.first\:w-24:first-child {
  width: 6rem;
}

.first\:w-32:first-child {
  width: 8rem;
}

.first\:w-40:first-child {
  width: 10rem;
}

.first\:w-48:first-child {
  width: 12rem;
}

.first\:w-56:first-child {
  width: 14rem;
}

.first\:w-64:first-child {
  width: 16rem;
}

.first\:w-75:first-child {
  width: 18.75rem;
}

.first\:w-auto:first-child {
  width: auto;
}

.first\:w-px:first-child {
  width: 1px;
}

.first\:w-1\/2:first-child {
  width: 50%;
}

.first\:w-1\/3:first-child {
  width: 33.333333%;
}

.first\:w-2\/3:first-child {
  width: 66.666667%;
}

.first\:w-1\/4:first-child {
  width: 25%;
}

.first\:w-2\/4:first-child {
  width: 50%;
}

.first\:w-3\/4:first-child {
  width: 75%;
}

.first\:w-1\/5:first-child {
  width: 20%;
}

.first\:w-2\/5:first-child {
  width: 40%;
}

.first\:w-3\/5:first-child {
  width: 60%;
}

.first\:w-4\/5:first-child {
  width: 80%;
}

.first\:w-1\/6:first-child {
  width: 16.666667%;
}

.first\:w-2\/6:first-child {
  width: 33.333333%;
}

.first\:w-3\/6:first-child {
  width: 50%;
}

.first\:w-4\/6:first-child {
  width: 66.666667%;
}

.first\:w-5\/6:first-child {
  width: 83.333333%;
}

.first\:w-1\/12:first-child {
  width: 8.333333%;
}

.first\:w-2\/12:first-child {
  width: 16.666667%;
}

.first\:w-3\/12:first-child {
  width: 25%;
}

.first\:w-4\/12:first-child {
  width: 33.333333%;
}

.first\:w-5\/12:first-child {
  width: 41.666667%;
}

.first\:w-6\/12:first-child {
  width: 50%;
}

.first\:w-7\/12:first-child {
  width: 58.333333%;
}

.first\:w-8\/12:first-child {
  width: 66.666667%;
}

.first\:w-9\/12:first-child {
  width: 75%;
}

.first\:w-10\/12:first-child {
  width: 83.333333%;
}

.first\:w-11\/12:first-child {
  width: 91.666667%;
}

.first\:w-full:first-child {
  width: 100%;
}

.first\:w-screen:first-child {
  width: 100vw;
}

.last\:w-0:last-child {
  width: 0;
}

.last\:w-1:last-child {
  width: 0.25rem;
}

.last\:w-2:last-child {
  width: 0.5rem;
}

.last\:w-3:last-child {
  width: 0.75rem;
}

.last\:w-4:last-child {
  width: 1rem;
}

.last\:w-5:last-child {
  width: 1.25rem;
}

.last\:w-6:last-child {
  width: 1.5rem;
}

.last\:w-7:last-child {
  width: 1.75rem;
}

.last\:w-8:last-child {
  width: 2rem;
}

.last\:w-9:last-child {
  width: 2.25rem;
}

.last\:w-10:last-child {
  width: 2.5rem;
}

.last\:w-11:last-child {
  width: 2.75rem;
}

.last\:w-12:last-child {
  width: 3rem;
}

.last\:w-13:last-child {
  width: 3.25rem;
}

.last\:w-14:last-child {
  width: 3.5rem;
}

.last\:w-15:last-child {
  width: 3.75rem;
}

.last\:w-16:last-child {
  width: 4rem;
}

.last\:w-17:last-child {
  width: 4.25rem;
}

.last\:w-18:last-child {
  width: 4.5rem;
}

.last\:w-19:last-child {
  width: 4.75rem;
}

.last\:w-20:last-child {
  width: 5rem;
}

.last\:w-24:last-child {
  width: 6rem;
}

.last\:w-32:last-child {
  width: 8rem;
}

.last\:w-40:last-child {
  width: 10rem;
}

.last\:w-48:last-child {
  width: 12rem;
}

.last\:w-56:last-child {
  width: 14rem;
}

.last\:w-64:last-child {
  width: 16rem;
}

.last\:w-75:last-child {
  width: 18.75rem;
}

.last\:w-auto:last-child {
  width: auto;
}

.last\:w-px:last-child {
  width: 1px;
}

.last\:w-1\/2:last-child {
  width: 50%;
}

.last\:w-1\/3:last-child {
  width: 33.333333%;
}

.last\:w-2\/3:last-child {
  width: 66.666667%;
}

.last\:w-1\/4:last-child {
  width: 25%;
}

.last\:w-2\/4:last-child {
  width: 50%;
}

.last\:w-3\/4:last-child {
  width: 75%;
}

.last\:w-1\/5:last-child {
  width: 20%;
}

.last\:w-2\/5:last-child {
  width: 40%;
}

.last\:w-3\/5:last-child {
  width: 60%;
}

.last\:w-4\/5:last-child {
  width: 80%;
}

.last\:w-1\/6:last-child {
  width: 16.666667%;
}

.last\:w-2\/6:last-child {
  width: 33.333333%;
}

.last\:w-3\/6:last-child {
  width: 50%;
}

.last\:w-4\/6:last-child {
  width: 66.666667%;
}

.last\:w-5\/6:last-child {
  width: 83.333333%;
}

.last\:w-1\/12:last-child {
  width: 8.333333%;
}

.last\:w-2\/12:last-child {
  width: 16.666667%;
}

.last\:w-3\/12:last-child {
  width: 25%;
}

.last\:w-4\/12:last-child {
  width: 33.333333%;
}

.last\:w-5\/12:last-child {
  width: 41.666667%;
}

.last\:w-6\/12:last-child {
  width: 50%;
}

.last\:w-7\/12:last-child {
  width: 58.333333%;
}

.last\:w-8\/12:last-child {
  width: 66.666667%;
}

.last\:w-9\/12:last-child {
  width: 75%;
}

.last\:w-10\/12:last-child {
  width: 83.333333%;
}

.last\:w-11\/12:last-child {
  width: 91.666667%;
}

.last\:w-full:last-child {
  width: 100%;
}

.last\:w-screen:last-child {
  width: 100vw;
}

.hover\:w-0:hover {
  width: 0;
}

.hover\:w-1:hover {
  width: 0.25rem;
}

.hover\:w-2:hover {
  width: 0.5rem;
}

.hover\:w-3:hover {
  width: 0.75rem;
}

.hover\:w-4:hover {
  width: 1rem;
}

.hover\:w-5:hover {
  width: 1.25rem;
}

.hover\:w-6:hover {
  width: 1.5rem;
}

.hover\:w-7:hover {
  width: 1.75rem;
}

.hover\:w-8:hover {
  width: 2rem;
}

.hover\:w-9:hover {
  width: 2.25rem;
}

.hover\:w-10:hover {
  width: 2.5rem;
}

.hover\:w-11:hover {
  width: 2.75rem;
}

.hover\:w-12:hover {
  width: 3rem;
}

.hover\:w-13:hover {
  width: 3.25rem;
}

.hover\:w-14:hover {
  width: 3.5rem;
}

.hover\:w-15:hover {
  width: 3.75rem;
}

.hover\:w-16:hover {
  width: 4rem;
}

.hover\:w-17:hover {
  width: 4.25rem;
}

.hover\:w-18:hover {
  width: 4.5rem;
}

.hover\:w-19:hover {
  width: 4.75rem;
}

.hover\:w-20:hover {
  width: 5rem;
}

.hover\:w-24:hover {
  width: 6rem;
}

.hover\:w-32:hover {
  width: 8rem;
}

.hover\:w-40:hover {
  width: 10rem;
}

.hover\:w-48:hover {
  width: 12rem;
}

.hover\:w-56:hover {
  width: 14rem;
}

.hover\:w-64:hover {
  width: 16rem;
}

.hover\:w-75:hover {
  width: 18.75rem;
}

.hover\:w-auto:hover {
  width: auto;
}

.hover\:w-px:hover {
  width: 1px;
}

.hover\:w-1\/2:hover {
  width: 50%;
}

.hover\:w-1\/3:hover {
  width: 33.333333%;
}

.hover\:w-2\/3:hover {
  width: 66.666667%;
}

.hover\:w-1\/4:hover {
  width: 25%;
}

.hover\:w-2\/4:hover {
  width: 50%;
}

.hover\:w-3\/4:hover {
  width: 75%;
}

.hover\:w-1\/5:hover {
  width: 20%;
}

.hover\:w-2\/5:hover {
  width: 40%;
}

.hover\:w-3\/5:hover {
  width: 60%;
}

.hover\:w-4\/5:hover {
  width: 80%;
}

.hover\:w-1\/6:hover {
  width: 16.666667%;
}

.hover\:w-2\/6:hover {
  width: 33.333333%;
}

.hover\:w-3\/6:hover {
  width: 50%;
}

.hover\:w-4\/6:hover {
  width: 66.666667%;
}

.hover\:w-5\/6:hover {
  width: 83.333333%;
}

.hover\:w-1\/12:hover {
  width: 8.333333%;
}

.hover\:w-2\/12:hover {
  width: 16.666667%;
}

.hover\:w-3\/12:hover {
  width: 25%;
}

.hover\:w-4\/12:hover {
  width: 33.333333%;
}

.hover\:w-5\/12:hover {
  width: 41.666667%;
}

.hover\:w-6\/12:hover {
  width: 50%;
}

.hover\:w-7\/12:hover {
  width: 58.333333%;
}

.hover\:w-8\/12:hover {
  width: 66.666667%;
}

.hover\:w-9\/12:hover {
  width: 75%;
}

.hover\:w-10\/12:hover {
  width: 83.333333%;
}

.hover\:w-11\/12:hover {
  width: 91.666667%;
}

.hover\:w-full:hover {
  width: 100%;
}

.hover\:w-screen:hover {
  width: 100vw;
}

.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-9\! {
  width: 2.25rem !important;
}

.w-10\! {
  width: 2.5rem !important;
}

.w-11\! {
  width: 2.75rem !important;
}

.w-12\! {
  width: 3rem !important;
}

.w-13\! {
  width: 3.25rem !important;
}

.w-14\! {
  width: 3.5rem !important;
}

.w-15\! {
  width: 3.75rem !important;
}

.w-16\! {
  width: 4rem !important;
}

.w-17\! {
  width: 4.25rem !important;
}

.w-18\! {
  width: 4.5rem !important;
}

.w-19\! {
  width: 4.75rem !important;
}

.w-20\! {
  width: 5rem !important;
}

.w-24\! {
  width: 6rem !important;
}

.w-32\! {
  width: 8rem !important;
}

.w-40\! {
  width: 10rem !important;
}

.w-48\! {
  width: 12rem !important;
}

.w-56\! {
  width: 14rem !important;
}

.w-64\! {
  width: 16rem !important;
}

.w-75\! {
  width: 18.75rem !important;
}

.w-auto\! {
  width: auto !important;
}

.w-px\! {
  width: 1px !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;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.even\:z-0:nth-child(even) {
  z-index: 0;
}

.even\:z-10:nth-child(even) {
  z-index: 10;
}

.even\:z-20:nth-child(even) {
  z-index: 20;
}

.even\:z-30:nth-child(even) {
  z-index: 30;
}

.even\:z-40:nth-child(even) {
  z-index: 40;
}

.even\:z-50:nth-child(even) {
  z-index: 50;
}

.even\:z-auto:nth-child(even) {
  z-index: auto;
}

.odd\:z-0:nth-child(odd) {
  z-index: 0;
}

.odd\:z-10:nth-child(odd) {
  z-index: 10;
}

.odd\:z-20:nth-child(odd) {
  z-index: 20;
}

.odd\:z-30:nth-child(odd) {
  z-index: 30;
}

.odd\:z-40:nth-child(odd) {
  z-index: 40;
}

.odd\:z-50:nth-child(odd) {
  z-index: 50;
}

.odd\:z-auto:nth-child(odd) {
  z-index: auto;
}

.children\:z-0 > * {
  z-index: 0;
}

.children\:z-10 > * {
  z-index: 10;
}

.children\:z-20 > * {
  z-index: 20;
}

.children\:z-30 > * {
  z-index: 30;
}

.children\:z-40 > * {
  z-index: 40;
}

.children\:z-50 > * {
  z-index: 50;
}

.children\:z-auto > * {
  z-index: auto;
}

.first\:z-0:first-child {
  z-index: 0;
}

.first\:z-10:first-child {
  z-index: 10;
}

.first\:z-20:first-child {
  z-index: 20;
}

.first\:z-30:first-child {
  z-index: 30;
}

.first\:z-40:first-child {
  z-index: 40;
}

.first\:z-50:first-child {
  z-index: 50;
}

.first\:z-auto:first-child {
  z-index: auto;
}

.last\:z-0:last-child {
  z-index: 0;
}

.last\:z-10:last-child {
  z-index: 10;
}

.last\:z-20:last-child {
  z-index: 20;
}

.last\:z-30:last-child {
  z-index: 30;
}

.last\:z-40:last-child {
  z-index: 40;
}

.last\:z-50:last-child {
  z-index: 50;
}

.last\:z-auto:last-child {
  z-index: auto;
}

.hover\:z-0:hover {
  z-index: 0;
}

.hover\:z-10:hover {
  z-index: 10;
}

.hover\:z-20:hover {
  z-index: 20;
}

.hover\:z-30:hover {
  z-index: 30;
}

.hover\:z-40:hover {
  z-index: 40;
}

.hover\:z-50:hover {
  z-index: 50;
}

.hover\:z-auto:hover {
  z-index: auto;
}

.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;
  gap: 0;
}

.gap-1 {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.gap-3 {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.gap-4 {
  grid-gap: 1rem;
  gap: 1rem;
}

.gap-5 {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.gap-7 {
  grid-gap: 1.75rem;
  gap: 1.75rem;
}

.gap-8 {
  grid-gap: 2rem;
  gap: 2rem;
}

.gap-9 {
  grid-gap: 2.25rem;
  gap: 2.25rem;
}

.gap-10 {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.gap-11 {
  grid-gap: 2.75rem;
  gap: 2.75rem;
}

.gap-12 {
  grid-gap: 3rem;
  gap: 3rem;
}

.gap-13 {
  grid-gap: 3.25rem;
  gap: 3.25rem;
}

.gap-14 {
  grid-gap: 3.5rem;
  gap: 3.5rem;
}

.gap-15 {
  grid-gap: 3.75rem;
  gap: 3.75rem;
}

.gap-16 {
  grid-gap: 4rem;
  gap: 4rem;
}

.gap-17 {
  grid-gap: 4.25rem;
  gap: 4.25rem;
}

.gap-18 {
  grid-gap: 4.5rem;
  gap: 4.5rem;
}

.gap-19 {
  grid-gap: 4.75rem;
  gap: 4.75rem;
}

.gap-20 {
  grid-gap: 5rem;
  gap: 5rem;
}

.gap-24 {
  grid-gap: 6rem;
  gap: 6rem;
}

.gap-32 {
  grid-gap: 8rem;
  gap: 8rem;
}

.gap-40 {
  grid-gap: 10rem;
  gap: 10rem;
}

.gap-48 {
  grid-gap: 12rem;
  gap: 12rem;
}

.gap-56 {
  grid-gap: 14rem;
  gap: 14rem;
}

.gap-64 {
  grid-gap: 16rem;
  gap: 16rem;
}

.gap-75 {
  grid-gap: 18.75rem;
  gap: 18.75rem;
}

.gap-px {
  grid-gap: 1px;
  gap: 1px;
}

.col-gap-0 {
  grid-column-gap: 0;
  column-gap: 0;
}

.col-gap-1 {
  grid-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.col-gap-2 {
  grid-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.col-gap-3 {
  grid-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.col-gap-4 {
  grid-column-gap: 1rem;
  column-gap: 1rem;
}

.col-gap-5 {
  grid-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.col-gap-6 {
  grid-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.col-gap-7 {
  grid-column-gap: 1.75rem;
  column-gap: 1.75rem;
}

.col-gap-8 {
  grid-column-gap: 2rem;
  column-gap: 2rem;
}

.col-gap-9 {
  grid-column-gap: 2.25rem;
  column-gap: 2.25rem;
}

.col-gap-10 {
  grid-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

.col-gap-11 {
  grid-column-gap: 2.75rem;
  column-gap: 2.75rem;
}

.col-gap-12 {
  grid-column-gap: 3rem;
  column-gap: 3rem;
}

.col-gap-13 {
  grid-column-gap: 3.25rem;
  column-gap: 3.25rem;
}

.col-gap-14 {
  grid-column-gap: 3.5rem;
  column-gap: 3.5rem;
}

.col-gap-15 {
  grid-column-gap: 3.75rem;
  column-gap: 3.75rem;
}

.col-gap-16 {
  grid-column-gap: 4rem;
  column-gap: 4rem;
}

.col-gap-17 {
  grid-column-gap: 4.25rem;
  column-gap: 4.25rem;
}

.col-gap-18 {
  grid-column-gap: 4.5rem;
  column-gap: 4.5rem;
}

.col-gap-19 {
  grid-column-gap: 4.75rem;
  column-gap: 4.75rem;
}

.col-gap-20 {
  grid-column-gap: 5rem;
  column-gap: 5rem;
}

.col-gap-24 {
  grid-column-gap: 6rem;
  column-gap: 6rem;
}

.col-gap-32 {
  grid-column-gap: 8rem;
  column-gap: 8rem;
}

.col-gap-40 {
  grid-column-gap: 10rem;
  column-gap: 10rem;
}

.col-gap-48 {
  grid-column-gap: 12rem;
  column-gap: 12rem;
}

.col-gap-56 {
  grid-column-gap: 14rem;
  column-gap: 14rem;
}

.col-gap-64 {
  grid-column-gap: 16rem;
  column-gap: 16rem;
}

.col-gap-75 {
  grid-column-gap: 18.75rem;
  column-gap: 18.75rem;
}

.col-gap-px {
  grid-column-gap: 1px;
  column-gap: 1px;
}

.row-gap-0 {
  grid-row-gap: 0;
  row-gap: 0;
}

.row-gap-1 {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.row-gap-2 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.row-gap-3 {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

.row-gap-4 {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.row-gap-5 {
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

.row-gap-6 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.row-gap-7 {
  grid-row-gap: 1.75rem;
  row-gap: 1.75rem;
}

.row-gap-8 {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.row-gap-9 {
  grid-row-gap: 2.25rem;
  row-gap: 2.25rem;
}

.row-gap-10 {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}

.row-gap-11 {
  grid-row-gap: 2.75rem;
  row-gap: 2.75rem;
}

.row-gap-12 {
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

.row-gap-13 {
  grid-row-gap: 3.25rem;
  row-gap: 3.25rem;
}

.row-gap-14 {
  grid-row-gap: 3.5rem;
  row-gap: 3.5rem;
}

.row-gap-15 {
  grid-row-gap: 3.75rem;
  row-gap: 3.75rem;
}

.row-gap-16 {
  grid-row-gap: 4rem;
  row-gap: 4rem;
}

.row-gap-17 {
  grid-row-gap: 4.25rem;
  row-gap: 4.25rem;
}

.row-gap-18 {
  grid-row-gap: 4.5rem;
  row-gap: 4.5rem;
}

.row-gap-19 {
  grid-row-gap: 4.75rem;
  row-gap: 4.75rem;
}

.row-gap-20 {
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

.row-gap-24 {
  grid-row-gap: 6rem;
  row-gap: 6rem;
}

.row-gap-32 {
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

.row-gap-40 {
  grid-row-gap: 10rem;
  row-gap: 10rem;
}

.row-gap-48 {
  grid-row-gap: 12rem;
  row-gap: 12rem;
}

.row-gap-56 {
  grid-row-gap: 14rem;
  row-gap: 14rem;
}

.row-gap-64 {
  grid-row-gap: 16rem;
  row-gap: 16rem;
}

.row-gap-75 {
  grid-row-gap: 18.75rem;
  row-gap: 18.75rem;
}

.row-gap-px {
  grid-row-gap: 1px;
  row-gap: 1px;
}

.even\:gap-0:nth-child(even) {
  grid-gap: 0;
  gap: 0;
}

.even\:gap-1:nth-child(even) {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.even\:gap-2:nth-child(even) {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.even\:gap-3:nth-child(even) {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.even\:gap-4:nth-child(even) {
  grid-gap: 1rem;
  gap: 1rem;
}

.even\:gap-5:nth-child(even) {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.even\:gap-6:nth-child(even) {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.even\:gap-7:nth-child(even) {
  grid-gap: 1.75rem;
  gap: 1.75rem;
}

.even\:gap-8:nth-child(even) {
  grid-gap: 2rem;
  gap: 2rem;
}

.even\:gap-9:nth-child(even) {
  grid-gap: 2.25rem;
  gap: 2.25rem;
}

.even\:gap-10:nth-child(even) {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.even\:gap-11:nth-child(even) {
  grid-gap: 2.75rem;
  gap: 2.75rem;
}

.even\:gap-12:nth-child(even) {
  grid-gap: 3rem;
  gap: 3rem;
}

.even\:gap-13:nth-child(even) {
  grid-gap: 3.25rem;
  gap: 3.25rem;
}

.even\:gap-14:nth-child(even) {
  grid-gap: 3.5rem;
  gap: 3.5rem;
}

.even\:gap-15:nth-child(even) {
  grid-gap: 3.75rem;
  gap: 3.75rem;
}

.even\:gap-16:nth-child(even) {
  grid-gap: 4rem;
  gap: 4rem;
}

.even\:gap-17:nth-child(even) {
  grid-gap: 4.25rem;
  gap: 4.25rem;
}

.even\:gap-18:nth-child(even) {
  grid-gap: 4.5rem;
  gap: 4.5rem;
}

.even\:gap-19:nth-child(even) {
  grid-gap: 4.75rem;
  gap: 4.75rem;
}

.even\:gap-20:nth-child(even) {
  grid-gap: 5rem;
  gap: 5rem;
}

.even\:gap-24:nth-child(even) {
  grid-gap: 6rem;
  gap: 6rem;
}

.even\:gap-32:nth-child(even) {
  grid-gap: 8rem;
  gap: 8rem;
}

.even\:gap-40:nth-child(even) {
  grid-gap: 10rem;
  gap: 10rem;
}

.even\:gap-48:nth-child(even) {
  grid-gap: 12rem;
  gap: 12rem;
}

.even\:gap-56:nth-child(even) {
  grid-gap: 14rem;
  gap: 14rem;
}

.even\:gap-64:nth-child(even) {
  grid-gap: 16rem;
  gap: 16rem;
}

.even\:gap-75:nth-child(even) {
  grid-gap: 18.75rem;
  gap: 18.75rem;
}

.even\:gap-px:nth-child(even) {
  grid-gap: 1px;
  gap: 1px;
}

.even\:col-gap-0:nth-child(even) {
  grid-column-gap: 0;
  column-gap: 0;
}

.even\:col-gap-1:nth-child(even) {
  grid-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.even\:col-gap-2:nth-child(even) {
  grid-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.even\:col-gap-3:nth-child(even) {
  grid-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.even\:col-gap-4:nth-child(even) {
  grid-column-gap: 1rem;
  column-gap: 1rem;
}

.even\:col-gap-5:nth-child(even) {
  grid-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.even\:col-gap-6:nth-child(even) {
  grid-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.even\:col-gap-7:nth-child(even) {
  grid-column-gap: 1.75rem;
  column-gap: 1.75rem;
}

.even\:col-gap-8:nth-child(even) {
  grid-column-gap: 2rem;
  column-gap: 2rem;
}

.even\:col-gap-9:nth-child(even) {
  grid-column-gap: 2.25rem;
  column-gap: 2.25rem;
}

.even\:col-gap-10:nth-child(even) {
  grid-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

.even\:col-gap-11:nth-child(even) {
  grid-column-gap: 2.75rem;
  column-gap: 2.75rem;
}

.even\:col-gap-12:nth-child(even) {
  grid-column-gap: 3rem;
  column-gap: 3rem;
}

.even\:col-gap-13:nth-child(even) {
  grid-column-gap: 3.25rem;
  column-gap: 3.25rem;
}

.even\:col-gap-14:nth-child(even) {
  grid-column-gap: 3.5rem;
  column-gap: 3.5rem;
}

.even\:col-gap-15:nth-child(even) {
  grid-column-gap: 3.75rem;
  column-gap: 3.75rem;
}

.even\:col-gap-16:nth-child(even) {
  grid-column-gap: 4rem;
  column-gap: 4rem;
}

.even\:col-gap-17:nth-child(even) {
  grid-column-gap: 4.25rem;
  column-gap: 4.25rem;
}

.even\:col-gap-18:nth-child(even) {
  grid-column-gap: 4.5rem;
  column-gap: 4.5rem;
}

.even\:col-gap-19:nth-child(even) {
  grid-column-gap: 4.75rem;
  column-gap: 4.75rem;
}

.even\:col-gap-20:nth-child(even) {
  grid-column-gap: 5rem;
  column-gap: 5rem;
}

.even\:col-gap-24:nth-child(even) {
  grid-column-gap: 6rem;
  column-gap: 6rem;
}

.even\:col-gap-32:nth-child(even) {
  grid-column-gap: 8rem;
  column-gap: 8rem;
}

.even\:col-gap-40:nth-child(even) {
  grid-column-gap: 10rem;
  column-gap: 10rem;
}

.even\:col-gap-48:nth-child(even) {
  grid-column-gap: 12rem;
  column-gap: 12rem;
}

.even\:col-gap-56:nth-child(even) {
  grid-column-gap: 14rem;
  column-gap: 14rem;
}

.even\:col-gap-64:nth-child(even) {
  grid-column-gap: 16rem;
  column-gap: 16rem;
}

.even\:col-gap-75:nth-child(even) {
  grid-column-gap: 18.75rem;
  column-gap: 18.75rem;
}

.even\:col-gap-px:nth-child(even) {
  grid-column-gap: 1px;
  column-gap: 1px;
}

.even\:row-gap-0:nth-child(even) {
  grid-row-gap: 0;
  row-gap: 0;
}

.even\:row-gap-1:nth-child(even) {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.even\:row-gap-2:nth-child(even) {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.even\:row-gap-3:nth-child(even) {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

.even\:row-gap-4:nth-child(even) {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.even\:row-gap-5:nth-child(even) {
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

.even\:row-gap-6:nth-child(even) {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.even\:row-gap-7:nth-child(even) {
  grid-row-gap: 1.75rem;
  row-gap: 1.75rem;
}

.even\:row-gap-8:nth-child(even) {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.even\:row-gap-9:nth-child(even) {
  grid-row-gap: 2.25rem;
  row-gap: 2.25rem;
}

.even\:row-gap-10:nth-child(even) {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}

.even\:row-gap-11:nth-child(even) {
  grid-row-gap: 2.75rem;
  row-gap: 2.75rem;
}

.even\:row-gap-12:nth-child(even) {
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

.even\:row-gap-13:nth-child(even) {
  grid-row-gap: 3.25rem;
  row-gap: 3.25rem;
}

.even\:row-gap-14:nth-child(even) {
  grid-row-gap: 3.5rem;
  row-gap: 3.5rem;
}

.even\:row-gap-15:nth-child(even) {
  grid-row-gap: 3.75rem;
  row-gap: 3.75rem;
}

.even\:row-gap-16:nth-child(even) {
  grid-row-gap: 4rem;
  row-gap: 4rem;
}

.even\:row-gap-17:nth-child(even) {
  grid-row-gap: 4.25rem;
  row-gap: 4.25rem;
}

.even\:row-gap-18:nth-child(even) {
  grid-row-gap: 4.5rem;
  row-gap: 4.5rem;
}

.even\:row-gap-19:nth-child(even) {
  grid-row-gap: 4.75rem;
  row-gap: 4.75rem;
}

.even\:row-gap-20:nth-child(even) {
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

.even\:row-gap-24:nth-child(even) {
  grid-row-gap: 6rem;
  row-gap: 6rem;
}

.even\:row-gap-32:nth-child(even) {
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

.even\:row-gap-40:nth-child(even) {
  grid-row-gap: 10rem;
  row-gap: 10rem;
}

.even\:row-gap-48:nth-child(even) {
  grid-row-gap: 12rem;
  row-gap: 12rem;
}

.even\:row-gap-56:nth-child(even) {
  grid-row-gap: 14rem;
  row-gap: 14rem;
}

.even\:row-gap-64:nth-child(even) {
  grid-row-gap: 16rem;
  row-gap: 16rem;
}

.even\:row-gap-75:nth-child(even) {
  grid-row-gap: 18.75rem;
  row-gap: 18.75rem;
}

.even\:row-gap-px:nth-child(even) {
  grid-row-gap: 1px;
  row-gap: 1px;
}

.odd\:gap-0:nth-child(odd) {
  grid-gap: 0;
  gap: 0;
}

.odd\:gap-1:nth-child(odd) {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.odd\:gap-2:nth-child(odd) {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.odd\:gap-3:nth-child(odd) {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.odd\:gap-4:nth-child(odd) {
  grid-gap: 1rem;
  gap: 1rem;
}

.odd\:gap-5:nth-child(odd) {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.odd\:gap-6:nth-child(odd) {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.odd\:gap-7:nth-child(odd) {
  grid-gap: 1.75rem;
  gap: 1.75rem;
}

.odd\:gap-8:nth-child(odd) {
  grid-gap: 2rem;
  gap: 2rem;
}

.odd\:gap-9:nth-child(odd) {
  grid-gap: 2.25rem;
  gap: 2.25rem;
}

.odd\:gap-10:nth-child(odd) {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.odd\:gap-11:nth-child(odd) {
  grid-gap: 2.75rem;
  gap: 2.75rem;
}

.odd\:gap-12:nth-child(odd) {
  grid-gap: 3rem;
  gap: 3rem;
}

.odd\:gap-13:nth-child(odd) {
  grid-gap: 3.25rem;
  gap: 3.25rem;
}

.odd\:gap-14:nth-child(odd) {
  grid-gap: 3.5rem;
  gap: 3.5rem;
}

.odd\:gap-15:nth-child(odd) {
  grid-gap: 3.75rem;
  gap: 3.75rem;
}

.odd\:gap-16:nth-child(odd) {
  grid-gap: 4rem;
  gap: 4rem;
}

.odd\:gap-17:nth-child(odd) {
  grid-gap: 4.25rem;
  gap: 4.25rem;
}

.odd\:gap-18:nth-child(odd) {
  grid-gap: 4.5rem;
  gap: 4.5rem;
}

.odd\:gap-19:nth-child(odd) {
  grid-gap: 4.75rem;
  gap: 4.75rem;
}

.odd\:gap-20:nth-child(odd) {
  grid-gap: 5rem;
  gap: 5rem;
}

.odd\:gap-24:nth-child(odd) {
  grid-gap: 6rem;
  gap: 6rem;
}

.odd\:gap-32:nth-child(odd) {
  grid-gap: 8rem;
  gap: 8rem;
}

.odd\:gap-40:nth-child(odd) {
  grid-gap: 10rem;
  gap: 10rem;
}

.odd\:gap-48:nth-child(odd) {
  grid-gap: 12rem;
  gap: 12rem;
}

.odd\:gap-56:nth-child(odd) {
  grid-gap: 14rem;
  gap: 14rem;
}

.odd\:gap-64:nth-child(odd) {
  grid-gap: 16rem;
  gap: 16rem;
}

.odd\:gap-75:nth-child(odd) {
  grid-gap: 18.75rem;
  gap: 18.75rem;
}

.odd\:gap-px:nth-child(odd) {
  grid-gap: 1px;
  gap: 1px;
}

.odd\:col-gap-0:nth-child(odd) {
  grid-column-gap: 0;
  column-gap: 0;
}

.odd\:col-gap-1:nth-child(odd) {
  grid-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.odd\:col-gap-2:nth-child(odd) {
  grid-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.odd\:col-gap-3:nth-child(odd) {
  grid-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.odd\:col-gap-4:nth-child(odd) {
  grid-column-gap: 1rem;
  column-gap: 1rem;
}

.odd\:col-gap-5:nth-child(odd) {
  grid-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.odd\:col-gap-6:nth-child(odd) {
  grid-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.odd\:col-gap-7:nth-child(odd) {
  grid-column-gap: 1.75rem;
  column-gap: 1.75rem;
}

.odd\:col-gap-8:nth-child(odd) {
  grid-column-gap: 2rem;
  column-gap: 2rem;
}

.odd\:col-gap-9:nth-child(odd) {
  grid-column-gap: 2.25rem;
  column-gap: 2.25rem;
}

.odd\:col-gap-10:nth-child(odd) {
  grid-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

.odd\:col-gap-11:nth-child(odd) {
  grid-column-gap: 2.75rem;
  column-gap: 2.75rem;
}

.odd\:col-gap-12:nth-child(odd) {
  grid-column-gap: 3rem;
  column-gap: 3rem;
}

.odd\:col-gap-13:nth-child(odd) {
  grid-column-gap: 3.25rem;
  column-gap: 3.25rem;
}

.odd\:col-gap-14:nth-child(odd) {
  grid-column-gap: 3.5rem;
  column-gap: 3.5rem;
}

.odd\:col-gap-15:nth-child(odd) {
  grid-column-gap: 3.75rem;
  column-gap: 3.75rem;
}

.odd\:col-gap-16:nth-child(odd) {
  grid-column-gap: 4rem;
  column-gap: 4rem;
}

.odd\:col-gap-17:nth-child(odd) {
  grid-column-gap: 4.25rem;
  column-gap: 4.25rem;
}

.odd\:col-gap-18:nth-child(odd) {
  grid-column-gap: 4.5rem;
  column-gap: 4.5rem;
}

.odd\:col-gap-19:nth-child(odd) {
  grid-column-gap: 4.75rem;
  column-gap: 4.75rem;
}

.odd\:col-gap-20:nth-child(odd) {
  grid-column-gap: 5rem;
  column-gap: 5rem;
}

.odd\:col-gap-24:nth-child(odd) {
  grid-column-gap: 6rem;
  column-gap: 6rem;
}

.odd\:col-gap-32:nth-child(odd) {
  grid-column-gap: 8rem;
  column-gap: 8rem;
}

.odd\:col-gap-40:nth-child(odd) {
  grid-column-gap: 10rem;
  column-gap: 10rem;
}

.odd\:col-gap-48:nth-child(odd) {
  grid-column-gap: 12rem;
  column-gap: 12rem;
}

.odd\:col-gap-56:nth-child(odd) {
  grid-column-gap: 14rem;
  column-gap: 14rem;
}

.odd\:col-gap-64:nth-child(odd) {
  grid-column-gap: 16rem;
  column-gap: 16rem;
}

.odd\:col-gap-75:nth-child(odd) {
  grid-column-gap: 18.75rem;
  column-gap: 18.75rem;
}

.odd\:col-gap-px:nth-child(odd) {
  grid-column-gap: 1px;
  column-gap: 1px;
}

.odd\:row-gap-0:nth-child(odd) {
  grid-row-gap: 0;
  row-gap: 0;
}

.odd\:row-gap-1:nth-child(odd) {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.odd\:row-gap-2:nth-child(odd) {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.odd\:row-gap-3:nth-child(odd) {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

.odd\:row-gap-4:nth-child(odd) {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.odd\:row-gap-5:nth-child(odd) {
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

.odd\:row-gap-6:nth-child(odd) {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.odd\:row-gap-7:nth-child(odd) {
  grid-row-gap: 1.75rem;
  row-gap: 1.75rem;
}

.odd\:row-gap-8:nth-child(odd) {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.odd\:row-gap-9:nth-child(odd) {
  grid-row-gap: 2.25rem;
  row-gap: 2.25rem;
}

.odd\:row-gap-10:nth-child(odd) {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}

.odd\:row-gap-11:nth-child(odd) {
  grid-row-gap: 2.75rem;
  row-gap: 2.75rem;
}

.odd\:row-gap-12:nth-child(odd) {
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

.odd\:row-gap-13:nth-child(odd) {
  grid-row-gap: 3.25rem;
  row-gap: 3.25rem;
}

.odd\:row-gap-14:nth-child(odd) {
  grid-row-gap: 3.5rem;
  row-gap: 3.5rem;
}

.odd\:row-gap-15:nth-child(odd) {
  grid-row-gap: 3.75rem;
  row-gap: 3.75rem;
}

.odd\:row-gap-16:nth-child(odd) {
  grid-row-gap: 4rem;
  row-gap: 4rem;
}

.odd\:row-gap-17:nth-child(odd) {
  grid-row-gap: 4.25rem;
  row-gap: 4.25rem;
}

.odd\:row-gap-18:nth-child(odd) {
  grid-row-gap: 4.5rem;
  row-gap: 4.5rem;
}

.odd\:row-gap-19:nth-child(odd) {
  grid-row-gap: 4.75rem;
  row-gap: 4.75rem;
}

.odd\:row-gap-20:nth-child(odd) {
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

.odd\:row-gap-24:nth-child(odd) {
  grid-row-gap: 6rem;
  row-gap: 6rem;
}

.odd\:row-gap-32:nth-child(odd) {
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

.odd\:row-gap-40:nth-child(odd) {
  grid-row-gap: 10rem;
  row-gap: 10rem;
}

.odd\:row-gap-48:nth-child(odd) {
  grid-row-gap: 12rem;
  row-gap: 12rem;
}

.odd\:row-gap-56:nth-child(odd) {
  grid-row-gap: 14rem;
  row-gap: 14rem;
}

.odd\:row-gap-64:nth-child(odd) {
  grid-row-gap: 16rem;
  row-gap: 16rem;
}

.odd\:row-gap-75:nth-child(odd) {
  grid-row-gap: 18.75rem;
  row-gap: 18.75rem;
}

.odd\:row-gap-px:nth-child(odd) {
  grid-row-gap: 1px;
  row-gap: 1px;
}

.children\:gap-0 > * {
  grid-gap: 0;
  gap: 0;
}

.children\:gap-1 > * {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.children\:gap-2 > * {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.children\:gap-3 > * {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.children\:gap-4 > * {
  grid-gap: 1rem;
  gap: 1rem;
}

.children\:gap-5 > * {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.children\:gap-6 > * {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.children\:gap-7 > * {
  grid-gap: 1.75rem;
  gap: 1.75rem;
}

.children\:gap-8 > * {
  grid-gap: 2rem;
  gap: 2rem;
}

.children\:gap-9 > * {
  grid-gap: 2.25rem;
  gap: 2.25rem;
}

.children\:gap-10 > * {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.children\:gap-11 > * {
  grid-gap: 2.75rem;
  gap: 2.75rem;
}

.children\:gap-12 > * {
  grid-gap: 3rem;
  gap: 3rem;
}

.children\:gap-13 > * {
  grid-gap: 3.25rem;
  gap: 3.25rem;
}

.children\:gap-14 > * {
  grid-gap: 3.5rem;
  gap: 3.5rem;
}

.children\:gap-15 > * {
  grid-gap: 3.75rem;
  gap: 3.75rem;
}

.children\:gap-16 > * {
  grid-gap: 4rem;
  gap: 4rem;
}

.children\:gap-17 > * {
  grid-gap: 4.25rem;
  gap: 4.25rem;
}

.children\:gap-18 > * {
  grid-gap: 4.5rem;
  gap: 4.5rem;
}

.children\:gap-19 > * {
  grid-gap: 4.75rem;
  gap: 4.75rem;
}

.children\:gap-20 > * {
  grid-gap: 5rem;
  gap: 5rem;
}

.children\:gap-24 > * {
  grid-gap: 6rem;
  gap: 6rem;
}

.children\:gap-32 > * {
  grid-gap: 8rem;
  gap: 8rem;
}

.children\:gap-40 > * {
  grid-gap: 10rem;
  gap: 10rem;
}

.children\:gap-48 > * {
  grid-gap: 12rem;
  gap: 12rem;
}

.children\:gap-56 > * {
  grid-gap: 14rem;
  gap: 14rem;
}

.children\:gap-64 > * {
  grid-gap: 16rem;
  gap: 16rem;
}

.children\:gap-75 > * {
  grid-gap: 18.75rem;
  gap: 18.75rem;
}

.children\:gap-px > * {
  grid-gap: 1px;
  gap: 1px;
}

.children\:col-gap-0 > * {
  grid-column-gap: 0;
  column-gap: 0;
}

.children\:col-gap-1 > * {
  grid-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.children\:col-gap-2 > * {
  grid-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.children\:col-gap-3 > * {
  grid-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.children\:col-gap-4 > * {
  grid-column-gap: 1rem;
  column-gap: 1rem;
}

.children\:col-gap-5 > * {
  grid-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.children\:col-gap-6 > * {
  grid-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.children\:col-gap-7 > * {
  grid-column-gap: 1.75rem;
  column-gap: 1.75rem;
}

.children\:col-gap-8 > * {
  grid-column-gap: 2rem;
  column-gap: 2rem;
}

.children\:col-gap-9 > * {
  grid-column-gap: 2.25rem;
  column-gap: 2.25rem;
}

.children\:col-gap-10 > * {
  grid-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

.children\:col-gap-11 > * {
  grid-column-gap: 2.75rem;
  column-gap: 2.75rem;
}

.children\:col-gap-12 > * {
  grid-column-gap: 3rem;
  column-gap: 3rem;
}

.children\:col-gap-13 > * {
  grid-column-gap: 3.25rem;
  column-gap: 3.25rem;
}

.children\:col-gap-14 > * {
  grid-column-gap: 3.5rem;
  column-gap: 3.5rem;
}

.children\:col-gap-15 > * {
  grid-column-gap: 3.75rem;
  column-gap: 3.75rem;
}

.children\:col-gap-16 > * {
  grid-column-gap: 4rem;
  column-gap: 4rem;
}

.children\:col-gap-17 > * {
  grid-column-gap: 4.25rem;
  column-gap: 4.25rem;
}

.children\:col-gap-18 > * {
  grid-column-gap: 4.5rem;
  column-gap: 4.5rem;
}

.children\:col-gap-19 > * {
  grid-column-gap: 4.75rem;
  column-gap: 4.75rem;
}

.children\:col-gap-20 > * {
  grid-column-gap: 5rem;
  column-gap: 5rem;
}

.children\:col-gap-24 > * {
  grid-column-gap: 6rem;
  column-gap: 6rem;
}

.children\:col-gap-32 > * {
  grid-column-gap: 8rem;
  column-gap: 8rem;
}

.children\:col-gap-40 > * {
  grid-column-gap: 10rem;
  column-gap: 10rem;
}

.children\:col-gap-48 > * {
  grid-column-gap: 12rem;
  column-gap: 12rem;
}

.children\:col-gap-56 > * {
  grid-column-gap: 14rem;
  column-gap: 14rem;
}

.children\:col-gap-64 > * {
  grid-column-gap: 16rem;
  column-gap: 16rem;
}

.children\:col-gap-75 > * {
  grid-column-gap: 18.75rem;
  column-gap: 18.75rem;
}

.children\:col-gap-px > * {
  grid-column-gap: 1px;
  column-gap: 1px;
}

.children\:row-gap-0 > * {
  grid-row-gap: 0;
  row-gap: 0;
}

.children\:row-gap-1 > * {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.children\:row-gap-2 > * {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.children\:row-gap-3 > * {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

.children\:row-gap-4 > * {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.children\:row-gap-5 > * {
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

.children\:row-gap-6 > * {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.children\:row-gap-7 > * {
  grid-row-gap: 1.75rem;
  row-gap: 1.75rem;
}

.children\:row-gap-8 > * {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.children\:row-gap-9 > * {
  grid-row-gap: 2.25rem;
  row-gap: 2.25rem;
}

.children\:row-gap-10 > * {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}

.children\:row-gap-11 > * {
  grid-row-gap: 2.75rem;
  row-gap: 2.75rem;
}

.children\:row-gap-12 > * {
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

.children\:row-gap-13 > * {
  grid-row-gap: 3.25rem;
  row-gap: 3.25rem;
}

.children\:row-gap-14 > * {
  grid-row-gap: 3.5rem;
  row-gap: 3.5rem;
}

.children\:row-gap-15 > * {
  grid-row-gap: 3.75rem;
  row-gap: 3.75rem;
}

.children\:row-gap-16 > * {
  grid-row-gap: 4rem;
  row-gap: 4rem;
}

.children\:row-gap-17 > * {
  grid-row-gap: 4.25rem;
  row-gap: 4.25rem;
}

.children\:row-gap-18 > * {
  grid-row-gap: 4.5rem;
  row-gap: 4.5rem;
}

.children\:row-gap-19 > * {
  grid-row-gap: 4.75rem;
  row-gap: 4.75rem;
}

.children\:row-gap-20 > * {
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

.children\:row-gap-24 > * {
  grid-row-gap: 6rem;
  row-gap: 6rem;
}

.children\:row-gap-32 > * {
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

.children\:row-gap-40 > * {
  grid-row-gap: 10rem;
  row-gap: 10rem;
}

.children\:row-gap-48 > * {
  grid-row-gap: 12rem;
  row-gap: 12rem;
}

.children\:row-gap-56 > * {
  grid-row-gap: 14rem;
  row-gap: 14rem;
}

.children\:row-gap-64 > * {
  grid-row-gap: 16rem;
  row-gap: 16rem;
}

.children\:row-gap-75 > * {
  grid-row-gap: 18.75rem;
  row-gap: 18.75rem;
}

.children\:row-gap-px > * {
  grid-row-gap: 1px;
  row-gap: 1px;
}

.first\:gap-0:first-child {
  grid-gap: 0;
  gap: 0;
}

.first\:gap-1:first-child {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.first\:gap-2:first-child {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.first\:gap-3:first-child {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.first\:gap-4:first-child {
  grid-gap: 1rem;
  gap: 1rem;
}

.first\:gap-5:first-child {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.first\:gap-6:first-child {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.first\:gap-7:first-child {
  grid-gap: 1.75rem;
  gap: 1.75rem;
}

.first\:gap-8:first-child {
  grid-gap: 2rem;
  gap: 2rem;
}

.first\:gap-9:first-child {
  grid-gap: 2.25rem;
  gap: 2.25rem;
}

.first\:gap-10:first-child {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.first\:gap-11:first-child {
  grid-gap: 2.75rem;
  gap: 2.75rem;
}

.first\:gap-12:first-child {
  grid-gap: 3rem;
  gap: 3rem;
}

.first\:gap-13:first-child {
  grid-gap: 3.25rem;
  gap: 3.25rem;
}

.first\:gap-14:first-child {
  grid-gap: 3.5rem;
  gap: 3.5rem;
}

.first\:gap-15:first-child {
  grid-gap: 3.75rem;
  gap: 3.75rem;
}

.first\:gap-16:first-child {
  grid-gap: 4rem;
  gap: 4rem;
}

.first\:gap-17:first-child {
  grid-gap: 4.25rem;
  gap: 4.25rem;
}

.first\:gap-18:first-child {
  grid-gap: 4.5rem;
  gap: 4.5rem;
}

.first\:gap-19:first-child {
  grid-gap: 4.75rem;
  gap: 4.75rem;
}

.first\:gap-20:first-child {
  grid-gap: 5rem;
  gap: 5rem;
}

.first\:gap-24:first-child {
  grid-gap: 6rem;
  gap: 6rem;
}

.first\:gap-32:first-child {
  grid-gap: 8rem;
  gap: 8rem;
}

.first\:gap-40:first-child {
  grid-gap: 10rem;
  gap: 10rem;
}

.first\:gap-48:first-child {
  grid-gap: 12rem;
  gap: 12rem;
}

.first\:gap-56:first-child {
  grid-gap: 14rem;
  gap: 14rem;
}

.first\:gap-64:first-child {
  grid-gap: 16rem;
  gap: 16rem;
}

.first\:gap-75:first-child {
  grid-gap: 18.75rem;
  gap: 18.75rem;
}

.first\:gap-px:first-child {
  grid-gap: 1px;
  gap: 1px;
}

.first\:col-gap-0:first-child {
  grid-column-gap: 0;
  column-gap: 0;
}

.first\:col-gap-1:first-child {
  grid-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.first\:col-gap-2:first-child {
  grid-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.first\:col-gap-3:first-child {
  grid-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.first\:col-gap-4:first-child {
  grid-column-gap: 1rem;
  column-gap: 1rem;
}

.first\:col-gap-5:first-child {
  grid-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.first\:col-gap-6:first-child {
  grid-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.first\:col-gap-7:first-child {
  grid-column-gap: 1.75rem;
  column-gap: 1.75rem;
}

.first\:col-gap-8:first-child {
  grid-column-gap: 2rem;
  column-gap: 2rem;
}

.first\:col-gap-9:first-child {
  grid-column-gap: 2.25rem;
  column-gap: 2.25rem;
}

.first\:col-gap-10:first-child {
  grid-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

.first\:col-gap-11:first-child {
  grid-column-gap: 2.75rem;
  column-gap: 2.75rem;
}

.first\:col-gap-12:first-child {
  grid-column-gap: 3rem;
  column-gap: 3rem;
}

.first\:col-gap-13:first-child {
  grid-column-gap: 3.25rem;
  column-gap: 3.25rem;
}

.first\:col-gap-14:first-child {
  grid-column-gap: 3.5rem;
  column-gap: 3.5rem;
}

.first\:col-gap-15:first-child {
  grid-column-gap: 3.75rem;
  column-gap: 3.75rem;
}

.first\:col-gap-16:first-child {
  grid-column-gap: 4rem;
  column-gap: 4rem;
}

.first\:col-gap-17:first-child {
  grid-column-gap: 4.25rem;
  column-gap: 4.25rem;
}

.first\:col-gap-18:first-child {
  grid-column-gap: 4.5rem;
  column-gap: 4.5rem;
}

.first\:col-gap-19:first-child {
  grid-column-gap: 4.75rem;
  column-gap: 4.75rem;
}

.first\:col-gap-20:first-child {
  grid-column-gap: 5rem;
  column-gap: 5rem;
}

.first\:col-gap-24:first-child {
  grid-column-gap: 6rem;
  column-gap: 6rem;
}

.first\:col-gap-32:first-child {
  grid-column-gap: 8rem;
  column-gap: 8rem;
}

.first\:col-gap-40:first-child {
  grid-column-gap: 10rem;
  column-gap: 10rem;
}

.first\:col-gap-48:first-child {
  grid-column-gap: 12rem;
  column-gap: 12rem;
}

.first\:col-gap-56:first-child {
  grid-column-gap: 14rem;
  column-gap: 14rem;
}

.first\:col-gap-64:first-child {
  grid-column-gap: 16rem;
  column-gap: 16rem;
}

.first\:col-gap-75:first-child {
  grid-column-gap: 18.75rem;
  column-gap: 18.75rem;
}

.first\:col-gap-px:first-child {
  grid-column-gap: 1px;
  column-gap: 1px;
}

.first\:row-gap-0:first-child {
  grid-row-gap: 0;
  row-gap: 0;
}

.first\:row-gap-1:first-child {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.first\:row-gap-2:first-child {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.first\:row-gap-3:first-child {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

.first\:row-gap-4:first-child {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.first\:row-gap-5:first-child {
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

.first\:row-gap-6:first-child {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.first\:row-gap-7:first-child {
  grid-row-gap: 1.75rem;
  row-gap: 1.75rem;
}

.first\:row-gap-8:first-child {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.first\:row-gap-9:first-child {
  grid-row-gap: 2.25rem;
  row-gap: 2.25rem;
}

.first\:row-gap-10:first-child {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}

.first\:row-gap-11:first-child {
  grid-row-gap: 2.75rem;
  row-gap: 2.75rem;
}

.first\:row-gap-12:first-child {
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

.first\:row-gap-13:first-child {
  grid-row-gap: 3.25rem;
  row-gap: 3.25rem;
}

.first\:row-gap-14:first-child {
  grid-row-gap: 3.5rem;
  row-gap: 3.5rem;
}

.first\:row-gap-15:first-child {
  grid-row-gap: 3.75rem;
  row-gap: 3.75rem;
}

.first\:row-gap-16:first-child {
  grid-row-gap: 4rem;
  row-gap: 4rem;
}

.first\:row-gap-17:first-child {
  grid-row-gap: 4.25rem;
  row-gap: 4.25rem;
}

.first\:row-gap-18:first-child {
  grid-row-gap: 4.5rem;
  row-gap: 4.5rem;
}

.first\:row-gap-19:first-child {
  grid-row-gap: 4.75rem;
  row-gap: 4.75rem;
}

.first\:row-gap-20:first-child {
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

.first\:row-gap-24:first-child {
  grid-row-gap: 6rem;
  row-gap: 6rem;
}

.first\:row-gap-32:first-child {
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

.first\:row-gap-40:first-child {
  grid-row-gap: 10rem;
  row-gap: 10rem;
}

.first\:row-gap-48:first-child {
  grid-row-gap: 12rem;
  row-gap: 12rem;
}

.first\:row-gap-56:first-child {
  grid-row-gap: 14rem;
  row-gap: 14rem;
}

.first\:row-gap-64:first-child {
  grid-row-gap: 16rem;
  row-gap: 16rem;
}

.first\:row-gap-75:first-child {
  grid-row-gap: 18.75rem;
  row-gap: 18.75rem;
}

.first\:row-gap-px:first-child {
  grid-row-gap: 1px;
  row-gap: 1px;
}

.last\:gap-0:last-child {
  grid-gap: 0;
  gap: 0;
}

.last\:gap-1:last-child {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.last\:gap-2:last-child {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.last\:gap-3:last-child {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.last\:gap-4:last-child {
  grid-gap: 1rem;
  gap: 1rem;
}

.last\:gap-5:last-child {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.last\:gap-6:last-child {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.last\:gap-7:last-child {
  grid-gap: 1.75rem;
  gap: 1.75rem;
}

.last\:gap-8:last-child {
  grid-gap: 2rem;
  gap: 2rem;
}

.last\:gap-9:last-child {
  grid-gap: 2.25rem;
  gap: 2.25rem;
}

.last\:gap-10:last-child {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.last\:gap-11:last-child {
  grid-gap: 2.75rem;
  gap: 2.75rem;
}

.last\:gap-12:last-child {
  grid-gap: 3rem;
  gap: 3rem;
}

.last\:gap-13:last-child {
  grid-gap: 3.25rem;
  gap: 3.25rem;
}

.last\:gap-14:last-child {
  grid-gap: 3.5rem;
  gap: 3.5rem;
}

.last\:gap-15:last-child {
  grid-gap: 3.75rem;
  gap: 3.75rem;
}

.last\:gap-16:last-child {
  grid-gap: 4rem;
  gap: 4rem;
}

.last\:gap-17:last-child {
  grid-gap: 4.25rem;
  gap: 4.25rem;
}

.last\:gap-18:last-child {
  grid-gap: 4.5rem;
  gap: 4.5rem;
}

.last\:gap-19:last-child {
  grid-gap: 4.75rem;
  gap: 4.75rem;
}

.last\:gap-20:last-child {
  grid-gap: 5rem;
  gap: 5rem;
}

.last\:gap-24:last-child {
  grid-gap: 6rem;
  gap: 6rem;
}

.last\:gap-32:last-child {
  grid-gap: 8rem;
  gap: 8rem;
}

.last\:gap-40:last-child {
  grid-gap: 10rem;
  gap: 10rem;
}

.last\:gap-48:last-child {
  grid-gap: 12rem;
  gap: 12rem;
}

.last\:gap-56:last-child {
  grid-gap: 14rem;
  gap: 14rem;
}

.last\:gap-64:last-child {
  grid-gap: 16rem;
  gap: 16rem;
}

.last\:gap-75:last-child {
  grid-gap: 18.75rem;
  gap: 18.75rem;
}

.last\:gap-px:last-child {
  grid-gap: 1px;
  gap: 1px;
}

.last\:col-gap-0:last-child {
  grid-column-gap: 0;
  column-gap: 0;
}

.last\:col-gap-1:last-child {
  grid-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.last\:col-gap-2:last-child {
  grid-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.last\:col-gap-3:last-child {
  grid-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.last\:col-gap-4:last-child {
  grid-column-gap: 1rem;
  column-gap: 1rem;
}

.last\:col-gap-5:last-child {
  grid-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.last\:col-gap-6:last-child {
  grid-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.last\:col-gap-7:last-child {
  grid-column-gap: 1.75rem;
  column-gap: 1.75rem;
}

.last\:col-gap-8:last-child {
  grid-column-gap: 2rem;
  column-gap: 2rem;
}

.last\:col-gap-9:last-child {
  grid-column-gap: 2.25rem;
  column-gap: 2.25rem;
}

.last\:col-gap-10:last-child {
  grid-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

.last\:col-gap-11:last-child {
  grid-column-gap: 2.75rem;
  column-gap: 2.75rem;
}

.last\:col-gap-12:last-child {
  grid-column-gap: 3rem;
  column-gap: 3rem;
}

.last\:col-gap-13:last-child {
  grid-column-gap: 3.25rem;
  column-gap: 3.25rem;
}

.last\:col-gap-14:last-child {
  grid-column-gap: 3.5rem;
  column-gap: 3.5rem;
}

.last\:col-gap-15:last-child {
  grid-column-gap: 3.75rem;
  column-gap: 3.75rem;
}

.last\:col-gap-16:last-child {
  grid-column-gap: 4rem;
  column-gap: 4rem;
}

.last\:col-gap-17:last-child {
  grid-column-gap: 4.25rem;
  column-gap: 4.25rem;
}

.last\:col-gap-18:last-child {
  grid-column-gap: 4.5rem;
  column-gap: 4.5rem;
}

.last\:col-gap-19:last-child {
  grid-column-gap: 4.75rem;
  column-gap: 4.75rem;
}

.last\:col-gap-20:last-child {
  grid-column-gap: 5rem;
  column-gap: 5rem;
}

.last\:col-gap-24:last-child {
  grid-column-gap: 6rem;
  column-gap: 6rem;
}

.last\:col-gap-32:last-child {
  grid-column-gap: 8rem;
  column-gap: 8rem;
}

.last\:col-gap-40:last-child {
  grid-column-gap: 10rem;
  column-gap: 10rem;
}

.last\:col-gap-48:last-child {
  grid-column-gap: 12rem;
  column-gap: 12rem;
}

.last\:col-gap-56:last-child {
  grid-column-gap: 14rem;
  column-gap: 14rem;
}

.last\:col-gap-64:last-child {
  grid-column-gap: 16rem;
  column-gap: 16rem;
}

.last\:col-gap-75:last-child {
  grid-column-gap: 18.75rem;
  column-gap: 18.75rem;
}

.last\:col-gap-px:last-child {
  grid-column-gap: 1px;
  column-gap: 1px;
}

.last\:row-gap-0:last-child {
  grid-row-gap: 0;
  row-gap: 0;
}

.last\:row-gap-1:last-child {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.last\:row-gap-2:last-child {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.last\:row-gap-3:last-child {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

.last\:row-gap-4:last-child {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.last\:row-gap-5:last-child {
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

.last\:row-gap-6:last-child {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.last\:row-gap-7:last-child {
  grid-row-gap: 1.75rem;
  row-gap: 1.75rem;
}

.last\:row-gap-8:last-child {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.last\:row-gap-9:last-child {
  grid-row-gap: 2.25rem;
  row-gap: 2.25rem;
}

.last\:row-gap-10:last-child {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}

.last\:row-gap-11:last-child {
  grid-row-gap: 2.75rem;
  row-gap: 2.75rem;
}

.last\:row-gap-12:last-child {
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

.last\:row-gap-13:last-child {
  grid-row-gap: 3.25rem;
  row-gap: 3.25rem;
}

.last\:row-gap-14:last-child {
  grid-row-gap: 3.5rem;
  row-gap: 3.5rem;
}

.last\:row-gap-15:last-child {
  grid-row-gap: 3.75rem;
  row-gap: 3.75rem;
}

.last\:row-gap-16:last-child {
  grid-row-gap: 4rem;
  row-gap: 4rem;
}

.last\:row-gap-17:last-child {
  grid-row-gap: 4.25rem;
  row-gap: 4.25rem;
}

.last\:row-gap-18:last-child {
  grid-row-gap: 4.5rem;
  row-gap: 4.5rem;
}

.last\:row-gap-19:last-child {
  grid-row-gap: 4.75rem;
  row-gap: 4.75rem;
}

.last\:row-gap-20:last-child {
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

.last\:row-gap-24:last-child {
  grid-row-gap: 6rem;
  row-gap: 6rem;
}

.last\:row-gap-32:last-child {
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

.last\:row-gap-40:last-child {
  grid-row-gap: 10rem;
  row-gap: 10rem;
}

.last\:row-gap-48:last-child {
  grid-row-gap: 12rem;
  row-gap: 12rem;
}

.last\:row-gap-56:last-child {
  grid-row-gap: 14rem;
  row-gap: 14rem;
}

.last\:row-gap-64:last-child {
  grid-row-gap: 16rem;
  row-gap: 16rem;
}

.last\:row-gap-75:last-child {
  grid-row-gap: 18.75rem;
  row-gap: 18.75rem;
}

.last\:row-gap-px:last-child {
  grid-row-gap: 1px;
  row-gap: 1px;
}

.hover\:gap-0:hover {
  grid-gap: 0;
  gap: 0;
}

.hover\:gap-1:hover {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.hover\:gap-2:hover {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.hover\:gap-3:hover {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.hover\:gap-4:hover {
  grid-gap: 1rem;
  gap: 1rem;
}

.hover\:gap-5:hover {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.hover\:gap-6:hover {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.hover\:gap-7:hover {
  grid-gap: 1.75rem;
  gap: 1.75rem;
}

.hover\:gap-8:hover {
  grid-gap: 2rem;
  gap: 2rem;
}

.hover\:gap-9:hover {
  grid-gap: 2.25rem;
  gap: 2.25rem;
}

.hover\:gap-10:hover {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.hover\:gap-11:hover {
  grid-gap: 2.75rem;
  gap: 2.75rem;
}

.hover\:gap-12:hover {
  grid-gap: 3rem;
  gap: 3rem;
}

.hover\:gap-13:hover {
  grid-gap: 3.25rem;
  gap: 3.25rem;
}

.hover\:gap-14:hover {
  grid-gap: 3.5rem;
  gap: 3.5rem;
}

.hover\:gap-15:hover {
  grid-gap: 3.75rem;
  gap: 3.75rem;
}

.hover\:gap-16:hover {
  grid-gap: 4rem;
  gap: 4rem;
}

.hover\:gap-17:hover {
  grid-gap: 4.25rem;
  gap: 4.25rem;
}

.hover\:gap-18:hover {
  grid-gap: 4.5rem;
  gap: 4.5rem;
}

.hover\:gap-19:hover {
  grid-gap: 4.75rem;
  gap: 4.75rem;
}

.hover\:gap-20:hover {
  grid-gap: 5rem;
  gap: 5rem;
}

.hover\:gap-24:hover {
  grid-gap: 6rem;
  gap: 6rem;
}

.hover\:gap-32:hover {
  grid-gap: 8rem;
  gap: 8rem;
}

.hover\:gap-40:hover {
  grid-gap: 10rem;
  gap: 10rem;
}

.hover\:gap-48:hover {
  grid-gap: 12rem;
  gap: 12rem;
}

.hover\:gap-56:hover {
  grid-gap: 14rem;
  gap: 14rem;
}

.hover\:gap-64:hover {
  grid-gap: 16rem;
  gap: 16rem;
}

.hover\:gap-75:hover {
  grid-gap: 18.75rem;
  gap: 18.75rem;
}

.hover\:gap-px:hover {
  grid-gap: 1px;
  gap: 1px;
}

.hover\:col-gap-0:hover {
  grid-column-gap: 0;
  column-gap: 0;
}

.hover\:col-gap-1:hover {
  grid-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.hover\:col-gap-2:hover {
  grid-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.hover\:col-gap-3:hover {
  grid-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.hover\:col-gap-4:hover {
  grid-column-gap: 1rem;
  column-gap: 1rem;
}

.hover\:col-gap-5:hover {
  grid-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.hover\:col-gap-6:hover {
  grid-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.hover\:col-gap-7:hover {
  grid-column-gap: 1.75rem;
  column-gap: 1.75rem;
}

.hover\:col-gap-8:hover {
  grid-column-gap: 2rem;
  column-gap: 2rem;
}

.hover\:col-gap-9:hover {
  grid-column-gap: 2.25rem;
  column-gap: 2.25rem;
}

.hover\:col-gap-10:hover {
  grid-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

.hover\:col-gap-11:hover {
  grid-column-gap: 2.75rem;
  column-gap: 2.75rem;
}

.hover\:col-gap-12:hover {
  grid-column-gap: 3rem;
  column-gap: 3rem;
}

.hover\:col-gap-13:hover {
  grid-column-gap: 3.25rem;
  column-gap: 3.25rem;
}

.hover\:col-gap-14:hover {
  grid-column-gap: 3.5rem;
  column-gap: 3.5rem;
}

.hover\:col-gap-15:hover {
  grid-column-gap: 3.75rem;
  column-gap: 3.75rem;
}

.hover\:col-gap-16:hover {
  grid-column-gap: 4rem;
  column-gap: 4rem;
}

.hover\:col-gap-17:hover {
  grid-column-gap: 4.25rem;
  column-gap: 4.25rem;
}

.hover\:col-gap-18:hover {
  grid-column-gap: 4.5rem;
  column-gap: 4.5rem;
}

.hover\:col-gap-19:hover {
  grid-column-gap: 4.75rem;
  column-gap: 4.75rem;
}

.hover\:col-gap-20:hover {
  grid-column-gap: 5rem;
  column-gap: 5rem;
}

.hover\:col-gap-24:hover {
  grid-column-gap: 6rem;
  column-gap: 6rem;
}

.hover\:col-gap-32:hover {
  grid-column-gap: 8rem;
  column-gap: 8rem;
}

.hover\:col-gap-40:hover {
  grid-column-gap: 10rem;
  column-gap: 10rem;
}

.hover\:col-gap-48:hover {
  grid-column-gap: 12rem;
  column-gap: 12rem;
}

.hover\:col-gap-56:hover {
  grid-column-gap: 14rem;
  column-gap: 14rem;
}

.hover\:col-gap-64:hover {
  grid-column-gap: 16rem;
  column-gap: 16rem;
}

.hover\:col-gap-75:hover {
  grid-column-gap: 18.75rem;
  column-gap: 18.75rem;
}

.hover\:col-gap-px:hover {
  grid-column-gap: 1px;
  column-gap: 1px;
}

.hover\:row-gap-0:hover {
  grid-row-gap: 0;
  row-gap: 0;
}

.hover\:row-gap-1:hover {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.hover\:row-gap-2:hover {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.hover\:row-gap-3:hover {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

.hover\:row-gap-4:hover {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.hover\:row-gap-5:hover {
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

.hover\:row-gap-6:hover {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.hover\:row-gap-7:hover {
  grid-row-gap: 1.75rem;
  row-gap: 1.75rem;
}

.hover\:row-gap-8:hover {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.hover\:row-gap-9:hover {
  grid-row-gap: 2.25rem;
  row-gap: 2.25rem;
}

.hover\:row-gap-10:hover {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}

.hover\:row-gap-11:hover {
  grid-row-gap: 2.75rem;
  row-gap: 2.75rem;
}

.hover\:row-gap-12:hover {
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

.hover\:row-gap-13:hover {
  grid-row-gap: 3.25rem;
  row-gap: 3.25rem;
}

.hover\:row-gap-14:hover {
  grid-row-gap: 3.5rem;
  row-gap: 3.5rem;
}

.hover\:row-gap-15:hover {
  grid-row-gap: 3.75rem;
  row-gap: 3.75rem;
}

.hover\:row-gap-16:hover {
  grid-row-gap: 4rem;
  row-gap: 4rem;
}

.hover\:row-gap-17:hover {
  grid-row-gap: 4.25rem;
  row-gap: 4.25rem;
}

.hover\:row-gap-18:hover {
  grid-row-gap: 4.5rem;
  row-gap: 4.5rem;
}

.hover\:row-gap-19:hover {
  grid-row-gap: 4.75rem;
  row-gap: 4.75rem;
}

.hover\:row-gap-20:hover {
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

.hover\:row-gap-24:hover {
  grid-row-gap: 6rem;
  row-gap: 6rem;
}

.hover\:row-gap-32:hover {
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

.hover\:row-gap-40:hover {
  grid-row-gap: 10rem;
  row-gap: 10rem;
}

.hover\:row-gap-48:hover {
  grid-row-gap: 12rem;
  row-gap: 12rem;
}

.hover\:row-gap-56:hover {
  grid-row-gap: 14rem;
  row-gap: 14rem;
}

.hover\:row-gap-64:hover {
  grid-row-gap: 16rem;
  row-gap: 16rem;
}

.hover\:row-gap-75:hover {
  grid-row-gap: 18.75rem;
  row-gap: 18.75rem;
}

.hover\:row-gap-px:hover {
  grid-row-gap: 1px;
  row-gap: 1px;
}

.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-9\! {
  grid-gap: 2.25rem !important;
  gap: 2.25rem !important;
}

.gap-10\! {
  grid-gap: 2.5rem !important;
  gap: 2.5rem !important;
}

.gap-11\! {
  grid-gap: 2.75rem !important;
  gap: 2.75rem !important;
}

.gap-12\! {
  grid-gap: 3rem !important;
  gap: 3rem !important;
}

.gap-13\! {
  grid-gap: 3.25rem !important;
  gap: 3.25rem !important;
}

.gap-14\! {
  grid-gap: 3.5rem !important;
  gap: 3.5rem !important;
}

.gap-15\! {
  grid-gap: 3.75rem !important;
  gap: 3.75rem !important;
}

.gap-16\! {
  grid-gap: 4rem !important;
  gap: 4rem !important;
}

.gap-17\! {
  grid-gap: 4.25rem !important;
  gap: 4.25rem !important;
}

.gap-18\! {
  grid-gap: 4.5rem !important;
  gap: 4.5rem !important;
}

.gap-19\! {
  grid-gap: 4.75rem !important;
  gap: 4.75rem !important;
}

.gap-20\! {
  grid-gap: 5rem !important;
  gap: 5rem !important;
}

.gap-24\! {
  grid-gap: 6rem !important;
  gap: 6rem !important;
}

.gap-32\! {
  grid-gap: 8rem !important;
  gap: 8rem !important;
}

.gap-40\! {
  grid-gap: 10rem !important;
  gap: 10rem !important;
}

.gap-48\! {
  grid-gap: 12rem !important;
  gap: 12rem !important;
}

.gap-56\! {
  grid-gap: 14rem !important;
  gap: 14rem !important;
}

.gap-64\! {
  grid-gap: 16rem !important;
  gap: 16rem !important;
}

.gap-75\! {
  grid-gap: 18.75rem !important;
  gap: 18.75rem !important;
}

.gap-px\! {
  grid-gap: 1px !important;
  gap: 1px !important;
}

.col-gap-0\! {
  grid-column-gap: 0 !important;
  column-gap: 0 !important;
}

.col-gap-1\! {
  grid-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.col-gap-2\! {
  grid-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.col-gap-3\! {
  grid-column-gap: 0.75rem !important;
  column-gap: 0.75rem !important;
}

.col-gap-4\! {
  grid-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.col-gap-5\! {
  grid-column-gap: 1.25rem !important;
  column-gap: 1.25rem !important;
}

.col-gap-6\! {
  grid-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.col-gap-7\! {
  grid-column-gap: 1.75rem !important;
  column-gap: 1.75rem !important;
}

.col-gap-8\! {
  grid-column-gap: 2rem !important;
  column-gap: 2rem !important;
}

.col-gap-9\! {
  grid-column-gap: 2.25rem !important;
  column-gap: 2.25rem !important;
}

.col-gap-10\! {
  grid-column-gap: 2.5rem !important;
  column-gap: 2.5rem !important;
}

.col-gap-11\! {
  grid-column-gap: 2.75rem !important;
  column-gap: 2.75rem !important;
}

.col-gap-12\! {
  grid-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.col-gap-13\! {
  grid-column-gap: 3.25rem !important;
  column-gap: 3.25rem !important;
}

.col-gap-14\! {
  grid-column-gap: 3.5rem !important;
  column-gap: 3.5rem !important;
}

.col-gap-15\! {
  grid-column-gap: 3.75rem !important;
  column-gap: 3.75rem !important;
}

.col-gap-16\! {
  grid-column-gap: 4rem !important;
  column-gap: 4rem !important;
}

.col-gap-17\! {
  grid-column-gap: 4.25rem !important;
  column-gap: 4.25rem !important;
}

.col-gap-18\! {
  grid-column-gap: 4.5rem !important;
  column-gap: 4.5rem !important;
}

.col-gap-19\! {
  grid-column-gap: 4.75rem !important;
  column-gap: 4.75rem !important;
}

.col-gap-20\! {
  grid-column-gap: 5rem !important;
  column-gap: 5rem !important;
}

.col-gap-24\! {
  grid-column-gap: 6rem !important;
  column-gap: 6rem !important;
}

.col-gap-32\! {
  grid-column-gap: 8rem !important;
  column-gap: 8rem !important;
}

.col-gap-40\! {
  grid-column-gap: 10rem !important;
  column-gap: 10rem !important;
}

.col-gap-48\! {
  grid-column-gap: 12rem !important;
  column-gap: 12rem !important;
}

.col-gap-56\! {
  grid-column-gap: 14rem !important;
  column-gap: 14rem !important;
}

.col-gap-64\! {
  grid-column-gap: 16rem !important;
  column-gap: 16rem !important;
}

.col-gap-75\! {
  grid-column-gap: 18.75rem !important;
  column-gap: 18.75rem !important;
}

.col-gap-px\! {
  grid-column-gap: 1px !important;
  column-gap: 1px !important;
}

.row-gap-0\! {
  grid-row-gap: 0 !important;
  row-gap: 0 !important;
}

.row-gap-1\! {
  grid-row-gap: 0.25rem !important;
  row-gap: 0.25rem !important;
}

.row-gap-2\! {
  grid-row-gap: 0.5rem !important;
  row-gap: 0.5rem !important;
}

.row-gap-3\! {
  grid-row-gap: 0.75rem !important;
  row-gap: 0.75rem !important;
}

.row-gap-4\! {
  grid-row-gap: 1rem !important;
  row-gap: 1rem !important;
}

.row-gap-5\! {
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important;
}

.row-gap-6\! {
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important;
}

.row-gap-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-9\! {
  grid-row-gap: 2.25rem !important;
  row-gap: 2.25rem !important;
}

.row-gap-10\! {
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

.row-gap-11\! {
  grid-row-gap: 2.75rem !important;
  row-gap: 2.75rem !important;
}

.row-gap-12\! {
  grid-row-gap: 3rem !important;
  row-gap: 3rem !important;
}

.row-gap-13\! {
  grid-row-gap: 3.25rem !important;
  row-gap: 3.25rem !important;
}

.row-gap-14\! {
  grid-row-gap: 3.5rem !important;
  row-gap: 3.5rem !important;
}

.row-gap-15\! {
  grid-row-gap: 3.75rem !important;
  row-gap: 3.75rem !important;
}

.row-gap-16\! {
  grid-row-gap: 4rem !important;
  row-gap: 4rem !important;
}

.row-gap-17\! {
  grid-row-gap: 4.25rem !important;
  row-gap: 4.25rem !important;
}

.row-gap-18\! {
  grid-row-gap: 4.5rem !important;
  row-gap: 4.5rem !important;
}

.row-gap-19\! {
  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-24\! {
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.row-gap-32\! {
  grid-row-gap: 8rem !important;
  row-gap: 8rem !important;
}

.row-gap-40\! {
  grid-row-gap: 10rem !important;
  row-gap: 10rem !important;
}

.row-gap-48\! {
  grid-row-gap: 12rem !important;
  row-gap: 12rem !important;
}

.row-gap-56\! {
  grid-row-gap: 14rem !important;
  row-gap: 14rem !important;
}

.row-gap-64\! {
  grid-row-gap: 16rem !important;
  row-gap: 16rem !important;
}

.row-gap-75\! {
  grid-row-gap: 18.75rem !important;
  row-gap: 18.75rem !important;
}

.row-gap-px\! {
  grid-row-gap: 1px !important;
  row-gap: 1px !important;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.even\:grid-flow-row:nth-child(even) {
  grid-auto-flow: row;
}

.even\:grid-flow-col:nth-child(even) {
  grid-auto-flow: column;
}

.even\:grid-flow-row-dense:nth-child(even) {
  grid-auto-flow: row dense;
}

.even\:grid-flow-col-dense:nth-child(even) {
  grid-auto-flow: column dense;
}

.odd\:grid-flow-row:nth-child(odd) {
  grid-auto-flow: row;
}

.odd\:grid-flow-col:nth-child(odd) {
  grid-auto-flow: column;
}

.odd\:grid-flow-row-dense:nth-child(odd) {
  grid-auto-flow: row dense;
}

.odd\:grid-flow-col-dense:nth-child(odd) {
  grid-auto-flow: column dense;
}

.children\:grid-flow-row > * {
  grid-auto-flow: row;
}

.children\:grid-flow-col > * {
  grid-auto-flow: column;
}

.children\:grid-flow-row-dense > * {
  grid-auto-flow: row dense;
}

.children\:grid-flow-col-dense > * {
  grid-auto-flow: column dense;
}

.first\:grid-flow-row:first-child {
  grid-auto-flow: row;
}

.first\:grid-flow-col:first-child {
  grid-auto-flow: column;
}

.first\:grid-flow-row-dense:first-child {
  grid-auto-flow: row dense;
}

.first\:grid-flow-col-dense:first-child {
  grid-auto-flow: column dense;
}

.last\:grid-flow-row:last-child {
  grid-auto-flow: row;
}

.last\:grid-flow-col:last-child {
  grid-auto-flow: column;
}

.last\:grid-flow-row-dense:last-child {
  grid-auto-flow: row dense;
}

.last\:grid-flow-col-dense:last-child {
  grid-auto-flow: column dense;
}

.hover\:grid-flow-row:hover {
  grid-auto-flow: row;
}

.hover\:grid-flow-col:hover {
  grid-auto-flow: column;
}

.hover\:grid-flow-row-dense:hover {
  grid-auto-flow: row dense;
}

.hover\:grid-flow-col-dense:hover {
  grid-auto-flow: column dense;
}

.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));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.even\:grid-cols-1:nth-child(even) {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.even\:grid-cols-2:nth-child(even) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.even\:grid-cols-3:nth-child(even) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.even\:grid-cols-4:nth-child(even) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.even\:grid-cols-5:nth-child(even) {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.even\:grid-cols-6:nth-child(even) {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.even\:grid-cols-7:nth-child(even) {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.even\:grid-cols-8:nth-child(even) {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.even\:grid-cols-9:nth-child(even) {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.even\:grid-cols-10:nth-child(even) {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.even\:grid-cols-11:nth-child(even) {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.even\:grid-cols-12:nth-child(even) {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.even\:grid-cols-none:nth-child(even) {
  grid-template-columns: none;
}

.odd\:grid-cols-1:nth-child(odd) {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.odd\:grid-cols-2:nth-child(odd) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.odd\:grid-cols-3:nth-child(odd) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.odd\:grid-cols-4:nth-child(odd) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.odd\:grid-cols-5:nth-child(odd) {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.odd\:grid-cols-6:nth-child(odd) {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.odd\:grid-cols-7:nth-child(odd) {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.odd\:grid-cols-8:nth-child(odd) {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.odd\:grid-cols-9:nth-child(odd) {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.odd\:grid-cols-10:nth-child(odd) {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.odd\:grid-cols-11:nth-child(odd) {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.odd\:grid-cols-12:nth-child(odd) {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.odd\:grid-cols-none:nth-child(odd) {
  grid-template-columns: none;
}

.children\:grid-cols-1 > * {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.children\:grid-cols-2 > * {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.children\:grid-cols-3 > * {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.children\:grid-cols-4 > * {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.children\:grid-cols-5 > * {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.children\:grid-cols-6 > * {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.children\:grid-cols-7 > * {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.children\:grid-cols-8 > * {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.children\:grid-cols-9 > * {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.children\:grid-cols-10 > * {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.children\:grid-cols-11 > * {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.children\:grid-cols-12 > * {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.children\:grid-cols-none > * {
  grid-template-columns: none;
}

.first\:grid-cols-1:first-child {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.first\:grid-cols-2:first-child {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.first\:grid-cols-3:first-child {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.first\:grid-cols-4:first-child {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.first\:grid-cols-5:first-child {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.first\:grid-cols-6:first-child {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.first\:grid-cols-7:first-child {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.first\:grid-cols-8:first-child {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.first\:grid-cols-9:first-child {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.first\:grid-cols-10:first-child {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.first\:grid-cols-11:first-child {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.first\:grid-cols-12:first-child {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.first\:grid-cols-none:first-child {
  grid-template-columns: none;
}

.last\:grid-cols-1:last-child {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.last\:grid-cols-2:last-child {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.last\:grid-cols-3:last-child {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.last\:grid-cols-4:last-child {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.last\:grid-cols-5:last-child {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.last\:grid-cols-6:last-child {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.last\:grid-cols-7:last-child {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.last\:grid-cols-8:last-child {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.last\:grid-cols-9:last-child {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.last\:grid-cols-10:last-child {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.last\:grid-cols-11:last-child {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.last\:grid-cols-12:last-child {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.last\:grid-cols-none:last-child {
  grid-template-columns: none;
}

.hover\:grid-cols-1:hover {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.hover\:grid-cols-2:hover {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hover\:grid-cols-3:hover {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hover\:grid-cols-4:hover {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hover\:grid-cols-5:hover {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hover\:grid-cols-6:hover {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.hover\:grid-cols-7:hover {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.hover\:grid-cols-8:hover {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.hover\:grid-cols-9:hover {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.hover\:grid-cols-10:hover {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.hover\:grid-cols-11:hover {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.hover\:grid-cols-12:hover {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.hover\:grid-cols-none:hover {
  grid-template-columns: none;
}

.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;
}

.col-auto {
  grid-column: auto;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.even\:col-auto:nth-child(even) {
  grid-column: auto;
}

.even\:col-span-1:nth-child(even) {
  grid-column: span 1 / span 1;
}

.even\:col-span-2:nth-child(even) {
  grid-column: span 2 / span 2;
}

.even\:col-span-3:nth-child(even) {
  grid-column: span 3 / span 3;
}

.even\:col-span-4:nth-child(even) {
  grid-column: span 4 / span 4;
}

.even\:col-span-5:nth-child(even) {
  grid-column: span 5 / span 5;
}

.even\:col-span-6:nth-child(even) {
  grid-column: span 6 / span 6;
}

.even\:col-span-7:nth-child(even) {
  grid-column: span 7 / span 7;
}

.even\:col-span-8:nth-child(even) {
  grid-column: span 8 / span 8;
}

.even\:col-span-9:nth-child(even) {
  grid-column: span 9 / span 9;
}

.even\:col-span-10:nth-child(even) {
  grid-column: span 10 / span 10;
}

.even\:col-span-11:nth-child(even) {
  grid-column: span 11 / span 11;
}

.even\:col-span-12:nth-child(even) {
  grid-column: span 12 / span 12;
}

.odd\:col-auto:nth-child(odd) {
  grid-column: auto;
}

.odd\:col-span-1:nth-child(odd) {
  grid-column: span 1 / span 1;
}

.odd\:col-span-2:nth-child(odd) {
  grid-column: span 2 / span 2;
}

.odd\:col-span-3:nth-child(odd) {
  grid-column: span 3 / span 3;
}

.odd\:col-span-4:nth-child(odd) {
  grid-column: span 4 / span 4;
}

.odd\:col-span-5:nth-child(odd) {
  grid-column: span 5 / span 5;
}

.odd\:col-span-6:nth-child(odd) {
  grid-column: span 6 / span 6;
}

.odd\:col-span-7:nth-child(odd) {
  grid-column: span 7 / span 7;
}

.odd\:col-span-8:nth-child(odd) {
  grid-column: span 8 / span 8;
}

.odd\:col-span-9:nth-child(odd) {
  grid-column: span 9 / span 9;
}

.odd\:col-span-10:nth-child(odd) {
  grid-column: span 10 / span 10;
}

.odd\:col-span-11:nth-child(odd) {
  grid-column: span 11 / span 11;
}

.odd\:col-span-12:nth-child(odd) {
  grid-column: span 12 / span 12;
}

.children\:col-auto > * {
  grid-column: auto;
}

.children\:col-span-1 > * {
  grid-column: span 1 / span 1;
}

.children\:col-span-2 > * {
  grid-column: span 2 / span 2;
}

.children\:col-span-3 > * {
  grid-column: span 3 / span 3;
}

.children\:col-span-4 > * {
  grid-column: span 4 / span 4;
}

.children\:col-span-5 > * {
  grid-column: span 5 / span 5;
}

.children\:col-span-6 > * {
  grid-column: span 6 / span 6;
}

.children\:col-span-7 > * {
  grid-column: span 7 / span 7;
}

.children\:col-span-8 > * {
  grid-column: span 8 / span 8;
}

.children\:col-span-9 > * {
  grid-column: span 9 / span 9;
}

.children\:col-span-10 > * {
  grid-column: span 10 / span 10;
}

.children\:col-span-11 > * {
  grid-column: span 11 / span 11;
}

.children\:col-span-12 > * {
  grid-column: span 12 / span 12;
}

.first\:col-auto:first-child {
  grid-column: auto;
}

.first\:col-span-1:first-child {
  grid-column: span 1 / span 1;
}

.first\:col-span-2:first-child {
  grid-column: span 2 / span 2;
}

.first\:col-span-3:first-child {
  grid-column: span 3 / span 3;
}

.first\:col-span-4:first-child {
  grid-column: span 4 / span 4;
}

.first\:col-span-5:first-child {
  grid-column: span 5 / span 5;
}

.first\:col-span-6:first-child {
  grid-column: span 6 / span 6;
}

.first\:col-span-7:first-child {
  grid-column: span 7 / span 7;
}

.first\:col-span-8:first-child {
  grid-column: span 8 / span 8;
}

.first\:col-span-9:first-child {
  grid-column: span 9 / span 9;
}

.first\:col-span-10:first-child {
  grid-column: span 10 / span 10;
}

.first\:col-span-11:first-child {
  grid-column: span 11 / span 11;
}

.first\:col-span-12:first-child {
  grid-column: span 12 / span 12;
}

.last\:col-auto:last-child {
  grid-column: auto;
}

.last\:col-span-1:last-child {
  grid-column: span 1 / span 1;
}

.last\:col-span-2:last-child {
  grid-column: span 2 / span 2;
}

.last\:col-span-3:last-child {
  grid-column: span 3 / span 3;
}

.last\:col-span-4:last-child {
  grid-column: span 4 / span 4;
}

.last\:col-span-5:last-child {
  grid-column: span 5 / span 5;
}

.last\:col-span-6:last-child {
  grid-column: span 6 / span 6;
}

.last\:col-span-7:last-child {
  grid-column: span 7 / span 7;
}

.last\:col-span-8:last-child {
  grid-column: span 8 / span 8;
}

.last\:col-span-9:last-child {
  grid-column: span 9 / span 9;
}

.last\:col-span-10:last-child {
  grid-column: span 10 / span 10;
}

.last\:col-span-11:last-child {
  grid-column: span 11 / span 11;
}

.last\:col-span-12:last-child {
  grid-column: span 12 / span 12;
}

.hover\:col-auto:hover {
  grid-column: auto;
}

.hover\:col-span-1:hover {
  grid-column: span 1 / span 1;
}

.hover\:col-span-2:hover {
  grid-column: span 2 / span 2;
}

.hover\:col-span-3:hover {
  grid-column: span 3 / span 3;
}

.hover\:col-span-4:hover {
  grid-column: span 4 / span 4;
}

.hover\:col-span-5:hover {
  grid-column: span 5 / span 5;
}

.hover\:col-span-6:hover {
  grid-column: span 6 / span 6;
}

.hover\:col-span-7:hover {
  grid-column: span 7 / span 7;
}

.hover\:col-span-8:hover {
  grid-column: span 8 / span 8;
}

.hover\:col-span-9:hover {
  grid-column: span 9 / span 9;
}

.hover\:col-span-10:hover {
  grid-column: span 10 / span 10;
}

.hover\:col-span-11:hover {
  grid-column: span 11 / span 11;
}

.hover\:col-span-12:hover {
  grid-column: span 12 / span 12;
}

.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-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-start-auto {
  grid-column-start: auto;
}

.even\:col-start-1:nth-child(even) {
  grid-column-start: 1;
}

.even\:col-start-2:nth-child(even) {
  grid-column-start: 2;
}

.even\:col-start-3:nth-child(even) {
  grid-column-start: 3;
}

.even\:col-start-4:nth-child(even) {
  grid-column-start: 4;
}

.even\:col-start-5:nth-child(even) {
  grid-column-start: 5;
}

.even\:col-start-6:nth-child(even) {
  grid-column-start: 6;
}

.even\:col-start-7:nth-child(even) {
  grid-column-start: 7;
}

.even\:col-start-8:nth-child(even) {
  grid-column-start: 8;
}

.even\:col-start-9:nth-child(even) {
  grid-column-start: 9;
}

.even\:col-start-10:nth-child(even) {
  grid-column-start: 10;
}

.even\:col-start-11:nth-child(even) {
  grid-column-start: 11;
}

.even\:col-start-12:nth-child(even) {
  grid-column-start: 12;
}

.even\:col-start-13:nth-child(even) {
  grid-column-start: 13;
}

.even\:col-start-auto:nth-child(even) {
  grid-column-start: auto;
}

.odd\:col-start-1:nth-child(odd) {
  grid-column-start: 1;
}

.odd\:col-start-2:nth-child(odd) {
  grid-column-start: 2;
}

.odd\:col-start-3:nth-child(odd) {
  grid-column-start: 3;
}

.odd\:col-start-4:nth-child(odd) {
  grid-column-start: 4;
}

.odd\:col-start-5:nth-child(odd) {
  grid-column-start: 5;
}

.odd\:col-start-6:nth-child(odd) {
  grid-column-start: 6;
}

.odd\:col-start-7:nth-child(odd) {
  grid-column-start: 7;
}

.odd\:col-start-8:nth-child(odd) {
  grid-column-start: 8;
}

.odd\:col-start-9:nth-child(odd) {
  grid-column-start: 9;
}

.odd\:col-start-10:nth-child(odd) {
  grid-column-start: 10;
}

.odd\:col-start-11:nth-child(odd) {
  grid-column-start: 11;
}

.odd\:col-start-12:nth-child(odd) {
  grid-column-start: 12;
}

.odd\:col-start-13:nth-child(odd) {
  grid-column-start: 13;
}

.odd\:col-start-auto:nth-child(odd) {
  grid-column-start: auto;
}

.children\:col-start-1 > * {
  grid-column-start: 1;
}

.children\:col-start-2 > * {
  grid-column-start: 2;
}

.children\:col-start-3 > * {
  grid-column-start: 3;
}

.children\:col-start-4 > * {
  grid-column-start: 4;
}

.children\:col-start-5 > * {
  grid-column-start: 5;
}

.children\:col-start-6 > * {
  grid-column-start: 6;
}

.children\:col-start-7 > * {
  grid-column-start: 7;
}

.children\:col-start-8 > * {
  grid-column-start: 8;
}

.children\:col-start-9 > * {
  grid-column-start: 9;
}

.children\:col-start-10 > * {
  grid-column-start: 10;
}

.children\:col-start-11 > * {
  grid-column-start: 11;
}

.children\:col-start-12 > * {
  grid-column-start: 12;
}

.children\:col-start-13 > * {
  grid-column-start: 13;
}

.children\:col-start-auto > * {
  grid-column-start: auto;
}

.first\:col-start-1:first-child {
  grid-column-start: 1;
}

.first\:col-start-2:first-child {
  grid-column-start: 2;
}

.first\:col-start-3:first-child {
  grid-column-start: 3;
}

.first\:col-start-4:first-child {
  grid-column-start: 4;
}

.first\:col-start-5:first-child {
  grid-column-start: 5;
}

.first\:col-start-6:first-child {
  grid-column-start: 6;
}

.first\:col-start-7:first-child {
  grid-column-start: 7;
}

.first\:col-start-8:first-child {
  grid-column-start: 8;
}

.first\:col-start-9:first-child {
  grid-column-start: 9;
}

.first\:col-start-10:first-child {
  grid-column-start: 10;
}

.first\:col-start-11:first-child {
  grid-column-start: 11;
}

.first\:col-start-12:first-child {
  grid-column-start: 12;
}

.first\:col-start-13:first-child {
  grid-column-start: 13;
}

.first\:col-start-auto:first-child {
  grid-column-start: auto;
}

.last\:col-start-1:last-child {
  grid-column-start: 1;
}

.last\:col-start-2:last-child {
  grid-column-start: 2;
}

.last\:col-start-3:last-child {
  grid-column-start: 3;
}

.last\:col-start-4:last-child {
  grid-column-start: 4;
}

.last\:col-start-5:last-child {
  grid-column-start: 5;
}

.last\:col-start-6:last-child {
  grid-column-start: 6;
}

.last\:col-start-7:last-child {
  grid-column-start: 7;
}

.last\:col-start-8:last-child {
  grid-column-start: 8;
}

.last\:col-start-9:last-child {
  grid-column-start: 9;
}

.last\:col-start-10:last-child {
  grid-column-start: 10;
}

.last\:col-start-11:last-child {
  grid-column-start: 11;
}

.last\:col-start-12:last-child {
  grid-column-start: 12;
}

.last\:col-start-13:last-child {
  grid-column-start: 13;
}

.last\:col-start-auto:last-child {
  grid-column-start: auto;
}

.hover\:col-start-1:hover {
  grid-column-start: 1;
}

.hover\:col-start-2:hover {
  grid-column-start: 2;
}

.hover\:col-start-3:hover {
  grid-column-start: 3;
}

.hover\:col-start-4:hover {
  grid-column-start: 4;
}

.hover\:col-start-5:hover {
  grid-column-start: 5;
}

.hover\:col-start-6:hover {
  grid-column-start: 6;
}

.hover\:col-start-7:hover {
  grid-column-start: 7;
}

.hover\:col-start-8:hover {
  grid-column-start: 8;
}

.hover\:col-start-9:hover {
  grid-column-start: 9;
}

.hover\:col-start-10:hover {
  grid-column-start: 10;
}

.hover\:col-start-11:hover {
  grid-column-start: 11;
}

.hover\:col-start-12:hover {
  grid-column-start: 12;
}

.hover\:col-start-13:hover {
  grid-column-start: 13;
}

.hover\:col-start-auto:hover {
  grid-column-start: auto;
}

.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;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-end-auto {
  grid-column-end: auto;
}

.even\:col-end-1:nth-child(even) {
  grid-column-end: 1;
}

.even\:col-end-2:nth-child(even) {
  grid-column-end: 2;
}

.even\:col-end-3:nth-child(even) {
  grid-column-end: 3;
}

.even\:col-end-4:nth-child(even) {
  grid-column-end: 4;
}

.even\:col-end-5:nth-child(even) {
  grid-column-end: 5;
}

.even\:col-end-6:nth-child(even) {
  grid-column-end: 6;
}

.even\:col-end-7:nth-child(even) {
  grid-column-end: 7;
}

.even\:col-end-8:nth-child(even) {
  grid-column-end: 8;
}

.even\:col-end-9:nth-child(even) {
  grid-column-end: 9;
}

.even\:col-end-10:nth-child(even) {
  grid-column-end: 10;
}

.even\:col-end-11:nth-child(even) {
  grid-column-end: 11;
}

.even\:col-end-12:nth-child(even) {
  grid-column-end: 12;
}

.even\:col-end-13:nth-child(even) {
  grid-column-end: 13;
}

.even\:col-end-auto:nth-child(even) {
  grid-column-end: auto;
}

.odd\:col-end-1:nth-child(odd) {
  grid-column-end: 1;
}

.odd\:col-end-2:nth-child(odd) {
  grid-column-end: 2;
}

.odd\:col-end-3:nth-child(odd) {
  grid-column-end: 3;
}

.odd\:col-end-4:nth-child(odd) {
  grid-column-end: 4;
}

.odd\:col-end-5:nth-child(odd) {
  grid-column-end: 5;
}

.odd\:col-end-6:nth-child(odd) {
  grid-column-end: 6;
}

.odd\:col-end-7:nth-child(odd) {
  grid-column-end: 7;
}

.odd\:col-end-8:nth-child(odd) {
  grid-column-end: 8;
}

.odd\:col-end-9:nth-child(odd) {
  grid-column-end: 9;
}

.odd\:col-end-10:nth-child(odd) {
  grid-column-end: 10;
}

.odd\:col-end-11:nth-child(odd) {
  grid-column-end: 11;
}

.odd\:col-end-12:nth-child(odd) {
  grid-column-end: 12;
}

.odd\:col-end-13:nth-child(odd) {
  grid-column-end: 13;
}

.odd\:col-end-auto:nth-child(odd) {
  grid-column-end: auto;
}

.children\:col-end-1 > * {
  grid-column-end: 1;
}

.children\:col-end-2 > * {
  grid-column-end: 2;
}

.children\:col-end-3 > * {
  grid-column-end: 3;
}

.children\:col-end-4 > * {
  grid-column-end: 4;
}

.children\:col-end-5 > * {
  grid-column-end: 5;
}

.children\:col-end-6 > * {
  grid-column-end: 6;
}

.children\:col-end-7 > * {
  grid-column-end: 7;
}

.children\:col-end-8 > * {
  grid-column-end: 8;
}

.children\:col-end-9 > * {
  grid-column-end: 9;
}

.children\:col-end-10 > * {
  grid-column-end: 10;
}

.children\:col-end-11 > * {
  grid-column-end: 11;
}

.children\:col-end-12 > * {
  grid-column-end: 12;
}

.children\:col-end-13 > * {
  grid-column-end: 13;
}

.children\:col-end-auto > * {
  grid-column-end: auto;
}

.first\:col-end-1:first-child {
  grid-column-end: 1;
}

.first\:col-end-2:first-child {
  grid-column-end: 2;
}

.first\:col-end-3:first-child {
  grid-column-end: 3;
}

.first\:col-end-4:first-child {
  grid-column-end: 4;
}

.first\:col-end-5:first-child {
  grid-column-end: 5;
}

.first\:col-end-6:first-child {
  grid-column-end: 6;
}

.first\:col-end-7:first-child {
  grid-column-end: 7;
}

.first\:col-end-8:first-child {
  grid-column-end: 8;
}

.first\:col-end-9:first-child {
  grid-column-end: 9;
}

.first\:col-end-10:first-child {
  grid-column-end: 10;
}

.first\:col-end-11:first-child {
  grid-column-end: 11;
}

.first\:col-end-12:first-child {
  grid-column-end: 12;
}

.first\:col-end-13:first-child {
  grid-column-end: 13;
}

.first\:col-end-auto:first-child {
  grid-column-end: auto;
}

.last\:col-end-1:last-child {
  grid-column-end: 1;
}

.last\:col-end-2:last-child {
  grid-column-end: 2;
}

.last\:col-end-3:last-child {
  grid-column-end: 3;
}

.last\:col-end-4:last-child {
  grid-column-end: 4;
}

.last\:col-end-5:last-child {
  grid-column-end: 5;
}

.last\:col-end-6:last-child {
  grid-column-end: 6;
}

.last\:col-end-7:last-child {
  grid-column-end: 7;
}

.last\:col-end-8:last-child {
  grid-column-end: 8;
}

.last\:col-end-9:last-child {
  grid-column-end: 9;
}

.last\:col-end-10:last-child {
  grid-column-end: 10;
}

.last\:col-end-11:last-child {
  grid-column-end: 11;
}

.last\:col-end-12:last-child {
  grid-column-end: 12;
}

.last\:col-end-13:last-child {
  grid-column-end: 13;
}

.last\:col-end-auto:last-child {
  grid-column-end: auto;
}

.hover\:col-end-1:hover {
  grid-column-end: 1;
}

.hover\:col-end-2:hover {
  grid-column-end: 2;
}

.hover\:col-end-3:hover {
  grid-column-end: 3;
}

.hover\:col-end-4:hover {
  grid-column-end: 4;
}

.hover\:col-end-5:hover {
  grid-column-end: 5;
}

.hover\:col-end-6:hover {
  grid-column-end: 6;
}

.hover\:col-end-7:hover {
  grid-column-end: 7;
}

.hover\:col-end-8:hover {
  grid-column-end: 8;
}

.hover\:col-end-9:hover {
  grid-column-end: 9;
}

.hover\:col-end-10:hover {
  grid-column-end: 10;
}

.hover\:col-end-11:hover {
  grid-column-end: 11;
}

.hover\:col-end-12:hover {
  grid-column-end: 12;
}

.hover\:col-end-13:hover {
  grid-column-end: 13;
}

.hover\:col-end-auto:hover {
  grid-column-end: auto;
}

.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));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

.even\:grid-rows-1:nth-child(even) {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.even\:grid-rows-2:nth-child(even) {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.even\:grid-rows-3:nth-child(even) {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.even\:grid-rows-4:nth-child(even) {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.even\:grid-rows-5:nth-child(even) {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.even\:grid-rows-6:nth-child(even) {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.even\:grid-rows-none:nth-child(even) {
  grid-template-rows: none;
}

.odd\:grid-rows-1:nth-child(odd) {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.odd\:grid-rows-2:nth-child(odd) {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.odd\:grid-rows-3:nth-child(odd) {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.odd\:grid-rows-4:nth-child(odd) {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.odd\:grid-rows-5:nth-child(odd) {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.odd\:grid-rows-6:nth-child(odd) {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.odd\:grid-rows-none:nth-child(odd) {
  grid-template-rows: none;
}

.children\:grid-rows-1 > * {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.children\:grid-rows-2 > * {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.children\:grid-rows-3 > * {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.children\:grid-rows-4 > * {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.children\:grid-rows-5 > * {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.children\:grid-rows-6 > * {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.children\:grid-rows-none > * {
  grid-template-rows: none;
}

.first\:grid-rows-1:first-child {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.first\:grid-rows-2:first-child {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.first\:grid-rows-3:first-child {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.first\:grid-rows-4:first-child {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.first\:grid-rows-5:first-child {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.first\:grid-rows-6:first-child {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.first\:grid-rows-none:first-child {
  grid-template-rows: none;
}

.last\:grid-rows-1:last-child {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.last\:grid-rows-2:last-child {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.last\:grid-rows-3:last-child {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.last\:grid-rows-4:last-child {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.last\:grid-rows-5:last-child {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.last\:grid-rows-6:last-child {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.last\:grid-rows-none:last-child {
  grid-template-rows: none;
}

.hover\:grid-rows-1:hover {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.hover\:grid-rows-2:hover {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.hover\:grid-rows-3:hover {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.hover\:grid-rows-4:hover {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.hover\:grid-rows-5:hover {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.hover\:grid-rows-6:hover {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.hover\:grid-rows-none:hover {
  grid-template-rows: none;
}

.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;
}

.row-auto {
  grid-row: auto;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.row-span-5 {
  grid-row: span 5 / span 5;
}

.row-span-6 {
  grid-row: span 6 / span 6;
}

.even\:row-auto:nth-child(even) {
  grid-row: auto;
}

.even\:row-span-1:nth-child(even) {
  grid-row: span 1 / span 1;
}

.even\:row-span-2:nth-child(even) {
  grid-row: span 2 / span 2;
}

.even\:row-span-3:nth-child(even) {
  grid-row: span 3 / span 3;
}

.even\:row-span-4:nth-child(even) {
  grid-row: span 4 / span 4;
}

.even\:row-span-5:nth-child(even) {
  grid-row: span 5 / span 5;
}

.even\:row-span-6:nth-child(even) {
  grid-row: span 6 / span 6;
}

.odd\:row-auto:nth-child(odd) {
  grid-row: auto;
}

.odd\:row-span-1:nth-child(odd) {
  grid-row: span 1 / span 1;
}

.odd\:row-span-2:nth-child(odd) {
  grid-row: span 2 / span 2;
}

.odd\:row-span-3:nth-child(odd) {
  grid-row: span 3 / span 3;
}

.odd\:row-span-4:nth-child(odd) {
  grid-row: span 4 / span 4;
}

.odd\:row-span-5:nth-child(odd) {
  grid-row: span 5 / span 5;
}

.odd\:row-span-6:nth-child(odd) {
  grid-row: span 6 / span 6;
}

.children\:row-auto > * {
  grid-row: auto;
}

.children\:row-span-1 > * {
  grid-row: span 1 / span 1;
}

.children\:row-span-2 > * {
  grid-row: span 2 / span 2;
}

.children\:row-span-3 > * {
  grid-row: span 3 / span 3;
}

.children\:row-span-4 > * {
  grid-row: span 4 / span 4;
}

.children\:row-span-5 > * {
  grid-row: span 5 / span 5;
}

.children\:row-span-6 > * {
  grid-row: span 6 / span 6;
}

.first\:row-auto:first-child {
  grid-row: auto;
}

.first\:row-span-1:first-child {
  grid-row: span 1 / span 1;
}

.first\:row-span-2:first-child {
  grid-row: span 2 / span 2;
}

.first\:row-span-3:first-child {
  grid-row: span 3 / span 3;
}

.first\:row-span-4:first-child {
  grid-row: span 4 / span 4;
}

.first\:row-span-5:first-child {
  grid-row: span 5 / span 5;
}

.first\:row-span-6:first-child {
  grid-row: span 6 / span 6;
}

.last\:row-auto:last-child {
  grid-row: auto;
}

.last\:row-span-1:last-child {
  grid-row: span 1 / span 1;
}

.last\:row-span-2:last-child {
  grid-row: span 2 / span 2;
}

.last\:row-span-3:last-child {
  grid-row: span 3 / span 3;
}

.last\:row-span-4:last-child {
  grid-row: span 4 / span 4;
}

.last\:row-span-5:last-child {
  grid-row: span 5 / span 5;
}

.last\:row-span-6:last-child {
  grid-row: span 6 / span 6;
}

.hover\:row-auto:hover {
  grid-row: auto;
}

.hover\:row-span-1:hover {
  grid-row: span 1 / span 1;
}

.hover\:row-span-2:hover {
  grid-row: span 2 / span 2;
}

.hover\:row-span-3:hover {
  grid-row: span 3 / span 3;
}

.hover\:row-span-4:hover {
  grid-row: span 4 / span 4;
}

.hover\:row-span-5:hover {
  grid-row: span 5 / span 5;
}

.hover\:row-span-6:hover {
  grid-row: span 6 / span 6;
}

.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-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-start-auto {
  grid-row-start: auto;
}

.even\:row-start-1:nth-child(even) {
  grid-row-start: 1;
}

.even\:row-start-2:nth-child(even) {
  grid-row-start: 2;
}

.even\:row-start-3:nth-child(even) {
  grid-row-start: 3;
}

.even\:row-start-4:nth-child(even) {
  grid-row-start: 4;
}

.even\:row-start-5:nth-child(even) {
  grid-row-start: 5;
}

.even\:row-start-6:nth-child(even) {
  grid-row-start: 6;
}

.even\:row-start-7:nth-child(even) {
  grid-row-start: 7;
}

.even\:row-start-auto:nth-child(even) {
  grid-row-start: auto;
}

.odd\:row-start-1:nth-child(odd) {
  grid-row-start: 1;
}

.odd\:row-start-2:nth-child(odd) {
  grid-row-start: 2;
}

.odd\:row-start-3:nth-child(odd) {
  grid-row-start: 3;
}

.odd\:row-start-4:nth-child(odd) {
  grid-row-start: 4;
}

.odd\:row-start-5:nth-child(odd) {
  grid-row-start: 5;
}

.odd\:row-start-6:nth-child(odd) {
  grid-row-start: 6;
}

.odd\:row-start-7:nth-child(odd) {
  grid-row-start: 7;
}

.odd\:row-start-auto:nth-child(odd) {
  grid-row-start: auto;
}

.children\:row-start-1 > * {
  grid-row-start: 1;
}

.children\:row-start-2 > * {
  grid-row-start: 2;
}

.children\:row-start-3 > * {
  grid-row-start: 3;
}

.children\:row-start-4 > * {
  grid-row-start: 4;
}

.children\:row-start-5 > * {
  grid-row-start: 5;
}

.children\:row-start-6 > * {
  grid-row-start: 6;
}

.children\:row-start-7 > * {
  grid-row-start: 7;
}

.children\:row-start-auto > * {
  grid-row-start: auto;
}

.first\:row-start-1:first-child {
  grid-row-start: 1;
}

.first\:row-start-2:first-child {
  grid-row-start: 2;
}

.first\:row-start-3:first-child {
  grid-row-start: 3;
}

.first\:row-start-4:first-child {
  grid-row-start: 4;
}

.first\:row-start-5:first-child {
  grid-row-start: 5;
}

.first\:row-start-6:first-child {
  grid-row-start: 6;
}

.first\:row-start-7:first-child {
  grid-row-start: 7;
}

.first\:row-start-auto:first-child {
  grid-row-start: auto;
}

.last\:row-start-1:last-child {
  grid-row-start: 1;
}

.last\:row-start-2:last-child {
  grid-row-start: 2;
}

.last\:row-start-3:last-child {
  grid-row-start: 3;
}

.last\:row-start-4:last-child {
  grid-row-start: 4;
}

.last\:row-start-5:last-child {
  grid-row-start: 5;
}

.last\:row-start-6:last-child {
  grid-row-start: 6;
}

.last\:row-start-7:last-child {
  grid-row-start: 7;
}

.last\:row-start-auto:last-child {
  grid-row-start: auto;
}

.hover\:row-start-1:hover {
  grid-row-start: 1;
}

.hover\:row-start-2:hover {
  grid-row-start: 2;
}

.hover\:row-start-3:hover {
  grid-row-start: 3;
}

.hover\:row-start-4:hover {
  grid-row-start: 4;
}

.hover\:row-start-5:hover {
  grid-row-start: 5;
}

.hover\:row-start-6:hover {
  grid-row-start: 6;
}

.hover\:row-start-7:hover {
  grid-row-start: 7;
}

.hover\:row-start-auto:hover {
  grid-row-start: auto;
}

.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;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-end-7 {
  grid-row-end: 7;
}

.row-end-auto {
  grid-row-end: auto;
}

.even\:row-end-1:nth-child(even) {
  grid-row-end: 1;
}

.even\:row-end-2:nth-child(even) {
  grid-row-end: 2;
}

.even\:row-end-3:nth-child(even) {
  grid-row-end: 3;
}

.even\:row-end-4:nth-child(even) {
  grid-row-end: 4;
}

.even\:row-end-5:nth-child(even) {
  grid-row-end: 5;
}

.even\:row-end-6:nth-child(even) {
  grid-row-end: 6;
}

.even\:row-end-7:nth-child(even) {
  grid-row-end: 7;
}

.even\:row-end-auto:nth-child(even) {
  grid-row-end: auto;
}

.odd\:row-end-1:nth-child(odd) {
  grid-row-end: 1;
}

.odd\:row-end-2:nth-child(odd) {
  grid-row-end: 2;
}

.odd\:row-end-3:nth-child(odd) {
  grid-row-end: 3;
}

.odd\:row-end-4:nth-child(odd) {
  grid-row-end: 4;
}

.odd\:row-end-5:nth-child(odd) {
  grid-row-end: 5;
}

.odd\:row-end-6:nth-child(odd) {
  grid-row-end: 6;
}

.odd\:row-end-7:nth-child(odd) {
  grid-row-end: 7;
}

.odd\:row-end-auto:nth-child(odd) {
  grid-row-end: auto;
}

.children\:row-end-1 > * {
  grid-row-end: 1;
}

.children\:row-end-2 > * {
  grid-row-end: 2;
}

.children\:row-end-3 > * {
  grid-row-end: 3;
}

.children\:row-end-4 > * {
  grid-row-end: 4;
}

.children\:row-end-5 > * {
  grid-row-end: 5;
}

.children\:row-end-6 > * {
  grid-row-end: 6;
}

.children\:row-end-7 > * {
  grid-row-end: 7;
}

.children\:row-end-auto > * {
  grid-row-end: auto;
}

.first\:row-end-1:first-child {
  grid-row-end: 1;
}

.first\:row-end-2:first-child {
  grid-row-end: 2;
}

.first\:row-end-3:first-child {
  grid-row-end: 3;
}

.first\:row-end-4:first-child {
  grid-row-end: 4;
}

.first\:row-end-5:first-child {
  grid-row-end: 5;
}

.first\:row-end-6:first-child {
  grid-row-end: 6;
}

.first\:row-end-7:first-child {
  grid-row-end: 7;
}

.first\:row-end-auto:first-child {
  grid-row-end: auto;
}

.last\:row-end-1:last-child {
  grid-row-end: 1;
}

.last\:row-end-2:last-child {
  grid-row-end: 2;
}

.last\:row-end-3:last-child {
  grid-row-end: 3;
}

.last\:row-end-4:last-child {
  grid-row-end: 4;
}

.last\:row-end-5:last-child {
  grid-row-end: 5;
}

.last\:row-end-6:last-child {
  grid-row-end: 6;
}

.last\:row-end-7:last-child {
  grid-row-end: 7;
}

.last\:row-end-auto:last-child {
  grid-row-end: auto;
}

.hover\:row-end-1:hover {
  grid-row-end: 1;
}

.hover\:row-end-2:hover {
  grid-row-end: 2;
}

.hover\:row-end-3:hover {
  grid-row-end: 3;
}

.hover\:row-end-4:hover {
  grid-row-end: 4;
}

.hover\:row-end-5:hover {
  grid-row-end: 5;
}

.hover\:row-end-6:hover {
  grid-row-end: 6;
}

.hover\:row-end-7:hover {
  grid-row-end: 7;
}

.hover\:row-end-auto:hover {
  grid-row-end: auto;
}

.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;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  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));
}

.transform-none {
  transform: none;
}

.even\:transform:nth-child(even) {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  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));
}

.even\:transform-none:nth-child(even) {
  transform: none;
}

.odd\:transform:nth-child(odd) {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  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));
}

.odd\:transform-none:nth-child(odd) {
  transform: none;
}

.children\:transform > * {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  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));
}

.children\:transform-none > * {
  transform: none;
}

.first\:transform:first-child {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  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));
}

.first\:transform-none:first-child {
  transform: none;
}

.last\:transform:last-child {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  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));
}

.last\:transform-none:last-child {
  transform: none;
}

.hover\:transform:hover {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  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));
}

.hover\:transform-none:hover {
  transform: none;
}

.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;
  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\! {
  transform: none !important;
}

.origin-center {
  transform-origin: center;
}

.origin-top {
  transform-origin: top;
}

.origin-top-right {
  transform-origin: top right;
}

.origin-right {
  transform-origin: right;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.origin-bottom {
  transform-origin: bottom;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-left {
  transform-origin: left;
}

.origin-top-left {
  transform-origin: top left;
}

.even\:origin-center:nth-child(even) {
  transform-origin: center;
}

.even\:origin-top:nth-child(even) {
  transform-origin: top;
}

.even\:origin-top-right:nth-child(even) {
  transform-origin: top right;
}

.even\:origin-right:nth-child(even) {
  transform-origin: right;
}

.even\:origin-bottom-right:nth-child(even) {
  transform-origin: bottom right;
}

.even\:origin-bottom:nth-child(even) {
  transform-origin: bottom;
}

.even\:origin-bottom-left:nth-child(even) {
  transform-origin: bottom left;
}

.even\:origin-left:nth-child(even) {
  transform-origin: left;
}

.even\:origin-top-left:nth-child(even) {
  transform-origin: top left;
}

.odd\:origin-center:nth-child(odd) {
  transform-origin: center;
}

.odd\:origin-top:nth-child(odd) {
  transform-origin: top;
}

.odd\:origin-top-right:nth-child(odd) {
  transform-origin: top right;
}

.odd\:origin-right:nth-child(odd) {
  transform-origin: right;
}

.odd\:origin-bottom-right:nth-child(odd) {
  transform-origin: bottom right;
}

.odd\:origin-bottom:nth-child(odd) {
  transform-origin: bottom;
}

.odd\:origin-bottom-left:nth-child(odd) {
  transform-origin: bottom left;
}

.odd\:origin-left:nth-child(odd) {
  transform-origin: left;
}

.odd\:origin-top-left:nth-child(odd) {
  transform-origin: top left;
}

.children\:origin-center > * {
  transform-origin: center;
}

.children\:origin-top > * {
  transform-origin: top;
}

.children\:origin-top-right > * {
  transform-origin: top right;
}

.children\:origin-right > * {
  transform-origin: right;
}

.children\:origin-bottom-right > * {
  transform-origin: bottom right;
}

.children\:origin-bottom > * {
  transform-origin: bottom;
}

.children\:origin-bottom-left > * {
  transform-origin: bottom left;
}

.children\:origin-left > * {
  transform-origin: left;
}

.children\:origin-top-left > * {
  transform-origin: top left;
}

.first\:origin-center:first-child {
  transform-origin: center;
}

.first\:origin-top:first-child {
  transform-origin: top;
}

.first\:origin-top-right:first-child {
  transform-origin: top right;
}

.first\:origin-right:first-child {
  transform-origin: right;
}

.first\:origin-bottom-right:first-child {
  transform-origin: bottom right;
}

.first\:origin-bottom:first-child {
  transform-origin: bottom;
}

.first\:origin-bottom-left:first-child {
  transform-origin: bottom left;
}

.first\:origin-left:first-child {
  transform-origin: left;
}

.first\:origin-top-left:first-child {
  transform-origin: top left;
}

.last\:origin-center:last-child {
  transform-origin: center;
}

.last\:origin-top:last-child {
  transform-origin: top;
}

.last\:origin-top-right:last-child {
  transform-origin: top right;
}

.last\:origin-right:last-child {
  transform-origin: right;
}

.last\:origin-bottom-right:last-child {
  transform-origin: bottom right;
}

.last\:origin-bottom:last-child {
  transform-origin: bottom;
}

.last\:origin-bottom-left:last-child {
  transform-origin: bottom left;
}

.last\:origin-left:last-child {
  transform-origin: left;
}

.last\:origin-top-left:last-child {
  transform-origin: top left;
}

.hover\:origin-center:hover {
  transform-origin: center;
}

.hover\:origin-top:hover {
  transform-origin: top;
}

.hover\:origin-top-right:hover {
  transform-origin: top right;
}

.hover\:origin-right:hover {
  transform-origin: right;
}

.hover\:origin-bottom-right:hover {
  transform-origin: bottom right;
}

.hover\:origin-bottom:hover {
  transform-origin: bottom;
}

.hover\:origin-bottom-left:hover {
  transform-origin: bottom left;
}

.hover\:origin-left:hover {
  transform-origin: left;
}

.hover\:origin-top-left:hover {
  transform-origin: top left;
}

.origin-center\! {
  transform-origin: center !important;
}

.origin-top\! {
  transform-origin: top !important;
}

.origin-top-right\! {
  transform-origin: top right !important;
}

.origin-right\! {
  transform-origin: right !important;
}

.origin-bottom-right\! {
  transform-origin: bottom right !important;
}

.origin-bottom\! {
  transform-origin: bottom !important;
}

.origin-bottom-left\! {
  transform-origin: bottom left !important;
}

.origin-left\! {
  transform-origin: left !important;
}

.origin-top-left\! {
  transform-origin: top left !important;
}

.scale-0 {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.scale-50 {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.scale-75 {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.scale-90 {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.scale-95 {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.scale-100 {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.scale-105 {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.scale-110 {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.scale-125 {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.scale-150 {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.scale-x-0 {
  --transform-scale-x: 0;
}

.scale-x-50 {
  --transform-scale-x: .5;
}

.scale-x-75 {
  --transform-scale-x: .75;
}

.scale-x-90 {
  --transform-scale-x: .9;
}

.scale-x-95 {
  --transform-scale-x: .95;
}

.scale-x-100 {
  --transform-scale-x: 1;
}

.scale-x-105 {
  --transform-scale-x: 1.05;
}

.scale-x-110 {
  --transform-scale-x: 1.1;
}

.scale-x-125 {
  --transform-scale-x: 1.25;
}

.scale-x-150 {
  --transform-scale-x: 1.5;
}

.scale-y-0 {
  --transform-scale-y: 0;
}

.scale-y-50 {
  --transform-scale-y: .5;
}

.scale-y-75 {
  --transform-scale-y: .75;
}

.scale-y-90 {
  --transform-scale-y: .9;
}

.scale-y-95 {
  --transform-scale-y: .95;
}

.scale-y-100 {
  --transform-scale-y: 1;
}

.scale-y-105 {
  --transform-scale-y: 1.05;
}

.scale-y-110 {
  --transform-scale-y: 1.1;
}

.scale-y-125 {
  --transform-scale-y: 1.25;
}

.scale-y-150 {
  --transform-scale-y: 1.5;
}

.even\:scale-0:nth-child(even) {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.even\:scale-50:nth-child(even) {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.even\:scale-75:nth-child(even) {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.even\:scale-90:nth-child(even) {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.even\:scale-95:nth-child(even) {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.even\:scale-100:nth-child(even) {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.even\:scale-105:nth-child(even) {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.even\:scale-110:nth-child(even) {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.even\:scale-125:nth-child(even) {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.even\:scale-150:nth-child(even) {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.even\:scale-x-0:nth-child(even) {
  --transform-scale-x: 0;
}

.even\:scale-x-50:nth-child(even) {
  --transform-scale-x: .5;
}

.even\:scale-x-75:nth-child(even) {
  --transform-scale-x: .75;
}

.even\:scale-x-90:nth-child(even) {
  --transform-scale-x: .9;
}

.even\:scale-x-95:nth-child(even) {
  --transform-scale-x: .95;
}

.even\:scale-x-100:nth-child(even) {
  --transform-scale-x: 1;
}

.even\:scale-x-105:nth-child(even) {
  --transform-scale-x: 1.05;
}

.even\:scale-x-110:nth-child(even) {
  --transform-scale-x: 1.1;
}

.even\:scale-x-125:nth-child(even) {
  --transform-scale-x: 1.25;
}

.even\:scale-x-150:nth-child(even) {
  --transform-scale-x: 1.5;
}

.even\:scale-y-0:nth-child(even) {
  --transform-scale-y: 0;
}

.even\:scale-y-50:nth-child(even) {
  --transform-scale-y: .5;
}

.even\:scale-y-75:nth-child(even) {
  --transform-scale-y: .75;
}

.even\:scale-y-90:nth-child(even) {
  --transform-scale-y: .9;
}

.even\:scale-y-95:nth-child(even) {
  --transform-scale-y: .95;
}

.even\:scale-y-100:nth-child(even) {
  --transform-scale-y: 1;
}

.even\:scale-y-105:nth-child(even) {
  --transform-scale-y: 1.05;
}

.even\:scale-y-110:nth-child(even) {
  --transform-scale-y: 1.1;
}

.even\:scale-y-125:nth-child(even) {
  --transform-scale-y: 1.25;
}

.even\:scale-y-150:nth-child(even) {
  --transform-scale-y: 1.5;
}

.odd\:scale-0:nth-child(odd) {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.odd\:scale-50:nth-child(odd) {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.odd\:scale-75:nth-child(odd) {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.odd\:scale-90:nth-child(odd) {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.odd\:scale-95:nth-child(odd) {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.odd\:scale-100:nth-child(odd) {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.odd\:scale-105:nth-child(odd) {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.odd\:scale-110:nth-child(odd) {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.odd\:scale-125:nth-child(odd) {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.odd\:scale-150:nth-child(odd) {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.odd\:scale-x-0:nth-child(odd) {
  --transform-scale-x: 0;
}

.odd\:scale-x-50:nth-child(odd) {
  --transform-scale-x: .5;
}

.odd\:scale-x-75:nth-child(odd) {
  --transform-scale-x: .75;
}

.odd\:scale-x-90:nth-child(odd) {
  --transform-scale-x: .9;
}

.odd\:scale-x-95:nth-child(odd) {
  --transform-scale-x: .95;
}

.odd\:scale-x-100:nth-child(odd) {
  --transform-scale-x: 1;
}

.odd\:scale-x-105:nth-child(odd) {
  --transform-scale-x: 1.05;
}

.odd\:scale-x-110:nth-child(odd) {
  --transform-scale-x: 1.1;
}

.odd\:scale-x-125:nth-child(odd) {
  --transform-scale-x: 1.25;
}

.odd\:scale-x-150:nth-child(odd) {
  --transform-scale-x: 1.5;
}

.odd\:scale-y-0:nth-child(odd) {
  --transform-scale-y: 0;
}

.odd\:scale-y-50:nth-child(odd) {
  --transform-scale-y: .5;
}

.odd\:scale-y-75:nth-child(odd) {
  --transform-scale-y: .75;
}

.odd\:scale-y-90:nth-child(odd) {
  --transform-scale-y: .9;
}

.odd\:scale-y-95:nth-child(odd) {
  --transform-scale-y: .95;
}

.odd\:scale-y-100:nth-child(odd) {
  --transform-scale-y: 1;
}

.odd\:scale-y-105:nth-child(odd) {
  --transform-scale-y: 1.05;
}

.odd\:scale-y-110:nth-child(odd) {
  --transform-scale-y: 1.1;
}

.odd\:scale-y-125:nth-child(odd) {
  --transform-scale-y: 1.25;
}

.odd\:scale-y-150:nth-child(odd) {
  --transform-scale-y: 1.5;
}

.children\:scale-0 > * {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.children\:scale-50 > * {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.children\:scale-75 > * {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.children\:scale-90 > * {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.children\:scale-95 > * {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.children\:scale-100 > * {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.children\:scale-105 > * {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.children\:scale-110 > * {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.children\:scale-125 > * {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.children\:scale-150 > * {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.children\:scale-x-0 > * {
  --transform-scale-x: 0;
}

.children\:scale-x-50 > * {
  --transform-scale-x: .5;
}

.children\:scale-x-75 > * {
  --transform-scale-x: .75;
}

.children\:scale-x-90 > * {
  --transform-scale-x: .9;
}

.children\:scale-x-95 > * {
  --transform-scale-x: .95;
}

.children\:scale-x-100 > * {
  --transform-scale-x: 1;
}

.children\:scale-x-105 > * {
  --transform-scale-x: 1.05;
}

.children\:scale-x-110 > * {
  --transform-scale-x: 1.1;
}

.children\:scale-x-125 > * {
  --transform-scale-x: 1.25;
}

.children\:scale-x-150 > * {
  --transform-scale-x: 1.5;
}

.children\:scale-y-0 > * {
  --transform-scale-y: 0;
}

.children\:scale-y-50 > * {
  --transform-scale-y: .5;
}

.children\:scale-y-75 > * {
  --transform-scale-y: .75;
}

.children\:scale-y-90 > * {
  --transform-scale-y: .9;
}

.children\:scale-y-95 > * {
  --transform-scale-y: .95;
}

.children\:scale-y-100 > * {
  --transform-scale-y: 1;
}

.children\:scale-y-105 > * {
  --transform-scale-y: 1.05;
}

.children\:scale-y-110 > * {
  --transform-scale-y: 1.1;
}

.children\:scale-y-125 > * {
  --transform-scale-y: 1.25;
}

.children\:scale-y-150 > * {
  --transform-scale-y: 1.5;
}

.first\:scale-0:first-child {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.first\:scale-50:first-child {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.first\:scale-75:first-child {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.first\:scale-90:first-child {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.first\:scale-95:first-child {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.first\:scale-100:first-child {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.first\:scale-105:first-child {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.first\:scale-110:first-child {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.first\:scale-125:first-child {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.first\:scale-150:first-child {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.first\:scale-x-0:first-child {
  --transform-scale-x: 0;
}

.first\:scale-x-50:first-child {
  --transform-scale-x: .5;
}

.first\:scale-x-75:first-child {
  --transform-scale-x: .75;
}

.first\:scale-x-90:first-child {
  --transform-scale-x: .9;
}

.first\:scale-x-95:first-child {
  --transform-scale-x: .95;
}

.first\:scale-x-100:first-child {
  --transform-scale-x: 1;
}

.first\:scale-x-105:first-child {
  --transform-scale-x: 1.05;
}

.first\:scale-x-110:first-child {
  --transform-scale-x: 1.1;
}

.first\:scale-x-125:first-child {
  --transform-scale-x: 1.25;
}

.first\:scale-x-150:first-child {
  --transform-scale-x: 1.5;
}

.first\:scale-y-0:first-child {
  --transform-scale-y: 0;
}

.first\:scale-y-50:first-child {
  --transform-scale-y: .5;
}

.first\:scale-y-75:first-child {
  --transform-scale-y: .75;
}

.first\:scale-y-90:first-child {
  --transform-scale-y: .9;
}

.first\:scale-y-95:first-child {
  --transform-scale-y: .95;
}

.first\:scale-y-100:first-child {
  --transform-scale-y: 1;
}

.first\:scale-y-105:first-child {
  --transform-scale-y: 1.05;
}

.first\:scale-y-110:first-child {
  --transform-scale-y: 1.1;
}

.first\:scale-y-125:first-child {
  --transform-scale-y: 1.25;
}

.first\:scale-y-150:first-child {
  --transform-scale-y: 1.5;
}

.last\:scale-0:last-child {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.last\:scale-50:last-child {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.last\:scale-75:last-child {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.last\:scale-90:last-child {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.last\:scale-95:last-child {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.last\:scale-100:last-child {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.last\:scale-105:last-child {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.last\:scale-110:last-child {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.last\:scale-125:last-child {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.last\:scale-150:last-child {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.last\:scale-x-0:last-child {
  --transform-scale-x: 0;
}

.last\:scale-x-50:last-child {
  --transform-scale-x: .5;
}

.last\:scale-x-75:last-child {
  --transform-scale-x: .75;
}

.last\:scale-x-90:last-child {
  --transform-scale-x: .9;
}

.last\:scale-x-95:last-child {
  --transform-scale-x: .95;
}

.last\:scale-x-100:last-child {
  --transform-scale-x: 1;
}

.last\:scale-x-105:last-child {
  --transform-scale-x: 1.05;
}

.last\:scale-x-110:last-child {
  --transform-scale-x: 1.1;
}

.last\:scale-x-125:last-child {
  --transform-scale-x: 1.25;
}

.last\:scale-x-150:last-child {
  --transform-scale-x: 1.5;
}

.last\:scale-y-0:last-child {
  --transform-scale-y: 0;
}

.last\:scale-y-50:last-child {
  --transform-scale-y: .5;
}

.last\:scale-y-75:last-child {
  --transform-scale-y: .75;
}

.last\:scale-y-90:last-child {
  --transform-scale-y: .9;
}

.last\:scale-y-95:last-child {
  --transform-scale-y: .95;
}

.last\:scale-y-100:last-child {
  --transform-scale-y: 1;
}

.last\:scale-y-105:last-child {
  --transform-scale-y: 1.05;
}

.last\:scale-y-110:last-child {
  --transform-scale-y: 1.1;
}

.last\:scale-y-125:last-child {
  --transform-scale-y: 1.25;
}

.last\:scale-y-150:last-child {
  --transform-scale-y: 1.5;
}

.hover\:scale-0:hover {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.hover\:scale-50:hover {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.hover\:scale-75:hover {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.hover\:scale-90:hover {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.hover\:scale-95:hover {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.hover\:scale-100:hover {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.hover\:scale-105:hover {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.hover\:scale-110:hover {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.hover\:scale-125:hover {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.hover\:scale-150:hover {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.hover\:scale-x-0:hover {
  --transform-scale-x: 0;
}

.hover\:scale-x-50:hover {
  --transform-scale-x: .5;
}

.hover\:scale-x-75:hover {
  --transform-scale-x: .75;
}

.hover\:scale-x-90:hover {
  --transform-scale-x: .9;
}

.hover\:scale-x-95:hover {
  --transform-scale-x: .95;
}

.hover\:scale-x-100:hover {
  --transform-scale-x: 1;
}

.hover\:scale-x-105:hover {
  --transform-scale-x: 1.05;
}

.hover\:scale-x-110:hover {
  --transform-scale-x: 1.1;
}

.hover\:scale-x-125:hover {
  --transform-scale-x: 1.25;
}

.hover\:scale-x-150:hover {
  --transform-scale-x: 1.5;
}

.hover\:scale-y-0:hover {
  --transform-scale-y: 0;
}

.hover\:scale-y-50:hover {
  --transform-scale-y: .5;
}

.hover\:scale-y-75:hover {
  --transform-scale-y: .75;
}

.hover\:scale-y-90:hover {
  --transform-scale-y: .9;
}

.hover\:scale-y-95:hover {
  --transform-scale-y: .95;
}

.hover\:scale-y-100:hover {
  --transform-scale-y: 1;
}

.hover\:scale-y-105:hover {
  --transform-scale-y: 1.05;
}

.hover\:scale-y-110:hover {
  --transform-scale-y: 1.1;
}

.hover\:scale-y-125:hover {
  --transform-scale-y: 1.25;
}

.hover\:scale-y-150:hover {
  --transform-scale-y: 1.5;
}

.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;
}

.rotate-0 {
  --transform-rotate: 0;
}

.rotate-45 {
  --transform-rotate: 45deg;
}

.rotate-90 {
  --transform-rotate: 90deg;
}

.rotate-180 {
  --transform-rotate: 180deg;
}

.-rotate-180 {
  --transform-rotate: -180deg;
}

.-rotate-90 {
  --transform-rotate: -90deg;
}

.-rotate-45 {
  --transform-rotate: -45deg;
}

.even\:rotate-0:nth-child(even) {
  --transform-rotate: 0;
}

.even\:rotate-45:nth-child(even) {
  --transform-rotate: 45deg;
}

.even\:rotate-90:nth-child(even) {
  --transform-rotate: 90deg;
}

.even\:rotate-180:nth-child(even) {
  --transform-rotate: 180deg;
}

.even\:-rotate-180:nth-child(even) {
  --transform-rotate: -180deg;
}

.even\:-rotate-90:nth-child(even) {
  --transform-rotate: -90deg;
}

.even\:-rotate-45:nth-child(even) {
  --transform-rotate: -45deg;
}

.odd\:rotate-0:nth-child(odd) {
  --transform-rotate: 0;
}

.odd\:rotate-45:nth-child(odd) {
  --transform-rotate: 45deg;
}

.odd\:rotate-90:nth-child(odd) {
  --transform-rotate: 90deg;
}

.odd\:rotate-180:nth-child(odd) {
  --transform-rotate: 180deg;
}

.odd\:-rotate-180:nth-child(odd) {
  --transform-rotate: -180deg;
}

.odd\:-rotate-90:nth-child(odd) {
  --transform-rotate: -90deg;
}

.odd\:-rotate-45:nth-child(odd) {
  --transform-rotate: -45deg;
}

.children\:rotate-0 > * {
  --transform-rotate: 0;
}

.children\:rotate-45 > * {
  --transform-rotate: 45deg;
}

.children\:rotate-90 > * {
  --transform-rotate: 90deg;
}

.children\:rotate-180 > * {
  --transform-rotate: 180deg;
}

.children\:-rotate-180 > * {
  --transform-rotate: -180deg;
}

.children\:-rotate-90 > * {
  --transform-rotate: -90deg;
}

.children\:-rotate-45 > * {
  --transform-rotate: -45deg;
}

.first\:rotate-0:first-child {
  --transform-rotate: 0;
}

.first\:rotate-45:first-child {
  --transform-rotate: 45deg;
}

.first\:rotate-90:first-child {
  --transform-rotate: 90deg;
}

.first\:rotate-180:first-child {
  --transform-rotate: 180deg;
}

.first\:-rotate-180:first-child {
  --transform-rotate: -180deg;
}

.first\:-rotate-90:first-child {
  --transform-rotate: -90deg;
}

.first\:-rotate-45:first-child {
  --transform-rotate: -45deg;
}

.last\:rotate-0:last-child {
  --transform-rotate: 0;
}

.last\:rotate-45:last-child {
  --transform-rotate: 45deg;
}

.last\:rotate-90:last-child {
  --transform-rotate: 90deg;
}

.last\:rotate-180:last-child {
  --transform-rotate: 180deg;
}

.last\:-rotate-180:last-child {
  --transform-rotate: -180deg;
}

.last\:-rotate-90:last-child {
  --transform-rotate: -90deg;
}

.last\:-rotate-45:last-child {
  --transform-rotate: -45deg;
}

.hover\:rotate-0:hover {
  --transform-rotate: 0;
}

.hover\:rotate-45:hover {
  --transform-rotate: 45deg;
}

.hover\:rotate-90:hover {
  --transform-rotate: 90deg;
}

.hover\:rotate-180:hover {
  --transform-rotate: 180deg;
}

.hover\:-rotate-180:hover {
  --transform-rotate: -180deg;
}

.hover\:-rotate-90:hover {
  --transform-rotate: -90deg;
}

.hover\:-rotate-45:hover {
  --transform-rotate: -45deg;
}

.rotate-0\! {
  --transform-rotate: 0 !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;
}

.translate-x-0 {
  --transform-translate-x: 0;
}

.translate-x-1 {
  --transform-translate-x: 0.25rem;
}

.translate-x-2 {
  --transform-translate-x: 0.5rem;
}

.translate-x-3 {
  --transform-translate-x: 0.75rem;
}

.translate-x-4 {
  --transform-translate-x: 1rem;
}

.translate-x-5 {
  --transform-translate-x: 1.25rem;
}

.translate-x-6 {
  --transform-translate-x: 1.5rem;
}

.translate-x-7 {
  --transform-translate-x: 1.75rem;
}

.translate-x-8 {
  --transform-translate-x: 2rem;
}

.translate-x-9 {
  --transform-translate-x: 2.25rem;
}

.translate-x-10 {
  --transform-translate-x: 2.5rem;
}

.translate-x-11 {
  --transform-translate-x: 2.75rem;
}

.translate-x-12 {
  --transform-translate-x: 3rem;
}

.translate-x-13 {
  --transform-translate-x: 3.25rem;
}

.translate-x-14 {
  --transform-translate-x: 3.5rem;
}

.translate-x-15 {
  --transform-translate-x: 3.75rem;
}

.translate-x-16 {
  --transform-translate-x: 4rem;
}

.translate-x-17 {
  --transform-translate-x: 4.25rem;
}

.translate-x-18 {
  --transform-translate-x: 4.5rem;
}

.translate-x-19 {
  --transform-translate-x: 4.75rem;
}

.translate-x-20 {
  --transform-translate-x: 5rem;
}

.translate-x-24 {
  --transform-translate-x: 6rem;
}

.translate-x-32 {
  --transform-translate-x: 8rem;
}

.translate-x-40 {
  --transform-translate-x: 10rem;
}

.translate-x-48 {
  --transform-translate-x: 12rem;
}

.translate-x-56 {
  --transform-translate-x: 14rem;
}

.translate-x-64 {
  --transform-translate-x: 16rem;
}

.translate-x-75 {
  --transform-translate-x: 18.75rem;
}

.translate-x-px {
  --transform-translate-x: 1px;
}

.-translate-x-1 {
  --transform-translate-x: -0.25rem;
}

.-translate-x-2 {
  --transform-translate-x: -0.5rem;
}

.-translate-x-3 {
  --transform-translate-x: -0.75rem;
}

.-translate-x-4 {
  --transform-translate-x: -1rem;
}

.-translate-x-5 {
  --transform-translate-x: -1.25rem;
}

.-translate-x-6 {
  --transform-translate-x: -1.5rem;
}

.-translate-x-7 {
  --transform-translate-x: -1.75rem;
}

.-translate-x-8 {
  --transform-translate-x: -2rem;
}

.-translate-x-9 {
  --transform-translate-x: -2.25rem;
}

.-translate-x-10 {
  --transform-translate-x: -2.5rem;
}

.-translate-x-11 {
  --transform-translate-x: -2.75rem;
}

.-translate-x-12 {
  --transform-translate-x: -3rem;
}

.-translate-x-13 {
  --transform-translate-x: -3.25rem;
}

.-translate-x-14 {
  --transform-translate-x: -3.5rem;
}

.-translate-x-15 {
  --transform-translate-x: -3.75rem;
}

.-translate-x-16 {
  --transform-translate-x: -4rem;
}

.-translate-x-17 {
  --transform-translate-x: -4.25rem;
}

.-translate-x-18 {
  --transform-translate-x: -4.5rem;
}

.-translate-x-19 {
  --transform-translate-x: -4.75rem;
}

.-translate-x-20 {
  --transform-translate-x: -5rem;
}

.-translate-x-24 {
  --transform-translate-x: -6rem;
}

.-translate-x-32 {
  --transform-translate-x: -8rem;
}

.-translate-x-40 {
  --transform-translate-x: -10rem;
}

.-translate-x-48 {
  --transform-translate-x: -12rem;
}

.-translate-x-56 {
  --transform-translate-x: -14rem;
}

.-translate-x-64 {
  --transform-translate-x: -16rem;
}

.-translate-x-75 {
  --transform-translate-x: -18.75rem;
}

.-translate-x-px {
  --transform-translate-x: -1px;
}

.-translate-x-full {
  --transform-translate-x: -100%;
}

.-translate-x-1\/2 {
  --transform-translate-x: -50%;
}

.translate-x-1\/2 {
  --transform-translate-x: 50%;
}

.translate-x-full {
  --transform-translate-x: 100%;
}

.translate-y-0 {
  --transform-translate-y: 0;
}

.translate-y-1 {
  --transform-translate-y: 0.25rem;
}

.translate-y-2 {
  --transform-translate-y: 0.5rem;
}

.translate-y-3 {
  --transform-translate-y: 0.75rem;
}

.translate-y-4 {
  --transform-translate-y: 1rem;
}

.translate-y-5 {
  --transform-translate-y: 1.25rem;
}

.translate-y-6 {
  --transform-translate-y: 1.5rem;
}

.translate-y-7 {
  --transform-translate-y: 1.75rem;
}

.translate-y-8 {
  --transform-translate-y: 2rem;
}

.translate-y-9 {
  --transform-translate-y: 2.25rem;
}

.translate-y-10 {
  --transform-translate-y: 2.5rem;
}

.translate-y-11 {
  --transform-translate-y: 2.75rem;
}

.translate-y-12 {
  --transform-translate-y: 3rem;
}

.translate-y-13 {
  --transform-translate-y: 3.25rem;
}

.translate-y-14 {
  --transform-translate-y: 3.5rem;
}

.translate-y-15 {
  --transform-translate-y: 3.75rem;
}

.translate-y-16 {
  --transform-translate-y: 4rem;
}

.translate-y-17 {
  --transform-translate-y: 4.25rem;
}

.translate-y-18 {
  --transform-translate-y: 4.5rem;
}

.translate-y-19 {
  --transform-translate-y: 4.75rem;
}

.translate-y-20 {
  --transform-translate-y: 5rem;
}

.translate-y-24 {
  --transform-translate-y: 6rem;
}

.translate-y-32 {
  --transform-translate-y: 8rem;
}

.translate-y-40 {
  --transform-translate-y: 10rem;
}

.translate-y-48 {
  --transform-translate-y: 12rem;
}

.translate-y-56 {
  --transform-translate-y: 14rem;
}

.translate-y-64 {
  --transform-translate-y: 16rem;
}

.translate-y-75 {
  --transform-translate-y: 18.75rem;
}

.translate-y-px {
  --transform-translate-y: 1px;
}

.-translate-y-1 {
  --transform-translate-y: -0.25rem;
}

.-translate-y-2 {
  --transform-translate-y: -0.5rem;
}

.-translate-y-3 {
  --transform-translate-y: -0.75rem;
}

.-translate-y-4 {
  --transform-translate-y: -1rem;
}

.-translate-y-5 {
  --transform-translate-y: -1.25rem;
}

.-translate-y-6 {
  --transform-translate-y: -1.5rem;
}

.-translate-y-7 {
  --transform-translate-y: -1.75rem;
}

.-translate-y-8 {
  --transform-translate-y: -2rem;
}

.-translate-y-9 {
  --transform-translate-y: -2.25rem;
}

.-translate-y-10 {
  --transform-translate-y: -2.5rem;
}

.-translate-y-11 {
  --transform-translate-y: -2.75rem;
}

.-translate-y-12 {
  --transform-translate-y: -3rem;
}

.-translate-y-13 {
  --transform-translate-y: -3.25rem;
}

.-translate-y-14 {
  --transform-translate-y: -3.5rem;
}

.-translate-y-15 {
  --transform-translate-y: -3.75rem;
}

.-translate-y-16 {
  --transform-translate-y: -4rem;
}

.-translate-y-17 {
  --transform-translate-y: -4.25rem;
}

.-translate-y-18 {
  --transform-translate-y: -4.5rem;
}

.-translate-y-19 {
  --transform-translate-y: -4.75rem;
}

.-translate-y-20 {
  --transform-translate-y: -5rem;
}

.-translate-y-24 {
  --transform-translate-y: -6rem;
}

.-translate-y-32 {
  --transform-translate-y: -8rem;
}

.-translate-y-40 {
  --transform-translate-y: -10rem;
}

.-translate-y-48 {
  --transform-translate-y: -12rem;
}

.-translate-y-56 {
  --transform-translate-y: -14rem;
}

.-translate-y-64 {
  --transform-translate-y: -16rem;
}

.-translate-y-75 {
  --transform-translate-y: -18.75rem;
}

.-translate-y-px {
  --transform-translate-y: -1px;
}

.-translate-y-full {
  --transform-translate-y: -100%;
}

.-translate-y-1\/2 {
  --transform-translate-y: -50%;
}

.translate-y-1\/2 {
  --transform-translate-y: 50%;
}

.translate-y-full {
  --transform-translate-y: 100%;
}

.even\:translate-x-0:nth-child(even) {
  --transform-translate-x: 0;
}

.even\:translate-x-1:nth-child(even) {
  --transform-translate-x: 0.25rem;
}

.even\:translate-x-2:nth-child(even) {
  --transform-translate-x: 0.5rem;
}

.even\:translate-x-3:nth-child(even) {
  --transform-translate-x: 0.75rem;
}

.even\:translate-x-4:nth-child(even) {
  --transform-translate-x: 1rem;
}

.even\:translate-x-5:nth-child(even) {
  --transform-translate-x: 1.25rem;
}

.even\:translate-x-6:nth-child(even) {
  --transform-translate-x: 1.5rem;
}

.even\:translate-x-7:nth-child(even) {
  --transform-translate-x: 1.75rem;
}

.even\:translate-x-8:nth-child(even) {
  --transform-translate-x: 2rem;
}

.even\:translate-x-9:nth-child(even) {
  --transform-translate-x: 2.25rem;
}

.even\:translate-x-10:nth-child(even) {
  --transform-translate-x: 2.5rem;
}

.even\:translate-x-11:nth-child(even) {
  --transform-translate-x: 2.75rem;
}

.even\:translate-x-12:nth-child(even) {
  --transform-translate-x: 3rem;
}

.even\:translate-x-13:nth-child(even) {
  --transform-translate-x: 3.25rem;
}

.even\:translate-x-14:nth-child(even) {
  --transform-translate-x: 3.5rem;
}

.even\:translate-x-15:nth-child(even) {
  --transform-translate-x: 3.75rem;
}

.even\:translate-x-16:nth-child(even) {
  --transform-translate-x: 4rem;
}

.even\:translate-x-17:nth-child(even) {
  --transform-translate-x: 4.25rem;
}

.even\:translate-x-18:nth-child(even) {
  --transform-translate-x: 4.5rem;
}

.even\:translate-x-19:nth-child(even) {
  --transform-translate-x: 4.75rem;
}

.even\:translate-x-20:nth-child(even) {
  --transform-translate-x: 5rem;
}

.even\:translate-x-24:nth-child(even) {
  --transform-translate-x: 6rem;
}

.even\:translate-x-32:nth-child(even) {
  --transform-translate-x: 8rem;
}

.even\:translate-x-40:nth-child(even) {
  --transform-translate-x: 10rem;
}

.even\:translate-x-48:nth-child(even) {
  --transform-translate-x: 12rem;
}

.even\:translate-x-56:nth-child(even) {
  --transform-translate-x: 14rem;
}

.even\:translate-x-64:nth-child(even) {
  --transform-translate-x: 16rem;
}

.even\:translate-x-75:nth-child(even) {
  --transform-translate-x: 18.75rem;
}

.even\:translate-x-px:nth-child(even) {
  --transform-translate-x: 1px;
}

.even\:-translate-x-1:nth-child(even) {
  --transform-translate-x: -0.25rem;
}

.even\:-translate-x-2:nth-child(even) {
  --transform-translate-x: -0.5rem;
}

.even\:-translate-x-3:nth-child(even) {
  --transform-translate-x: -0.75rem;
}

.even\:-translate-x-4:nth-child(even) {
  --transform-translate-x: -1rem;
}

.even\:-translate-x-5:nth-child(even) {
  --transform-translate-x: -1.25rem;
}

.even\:-translate-x-6:nth-child(even) {
  --transform-translate-x: -1.5rem;
}

.even\:-translate-x-7:nth-child(even) {
  --transform-translate-x: -1.75rem;
}

.even\:-translate-x-8:nth-child(even) {
  --transform-translate-x: -2rem;
}

.even\:-translate-x-9:nth-child(even) {
  --transform-translate-x: -2.25rem;
}

.even\:-translate-x-10:nth-child(even) {
  --transform-translate-x: -2.5rem;
}

.even\:-translate-x-11:nth-child(even) {
  --transform-translate-x: -2.75rem;
}

.even\:-translate-x-12:nth-child(even) {
  --transform-translate-x: -3rem;
}

.even\:-translate-x-13:nth-child(even) {
  --transform-translate-x: -3.25rem;
}

.even\:-translate-x-14:nth-child(even) {
  --transform-translate-x: -3.5rem;
}

.even\:-translate-x-15:nth-child(even) {
  --transform-translate-x: -3.75rem;
}

.even\:-translate-x-16:nth-child(even) {
  --transform-translate-x: -4rem;
}

.even\:-translate-x-17:nth-child(even) {
  --transform-translate-x: -4.25rem;
}

.even\:-translate-x-18:nth-child(even) {
  --transform-translate-x: -4.5rem;
}

.even\:-translate-x-19:nth-child(even) {
  --transform-translate-x: -4.75rem;
}

.even\:-translate-x-20:nth-child(even) {
  --transform-translate-x: -5rem;
}

.even\:-translate-x-24:nth-child(even) {
  --transform-translate-x: -6rem;
}

.even\:-translate-x-32:nth-child(even) {
  --transform-translate-x: -8rem;
}

.even\:-translate-x-40:nth-child(even) {
  --transform-translate-x: -10rem;
}

.even\:-translate-x-48:nth-child(even) {
  --transform-translate-x: -12rem;
}

.even\:-translate-x-56:nth-child(even) {
  --transform-translate-x: -14rem;
}

.even\:-translate-x-64:nth-child(even) {
  --transform-translate-x: -16rem;
}

.even\:-translate-x-75:nth-child(even) {
  --transform-translate-x: -18.75rem;
}

.even\:-translate-x-px:nth-child(even) {
  --transform-translate-x: -1px;
}

.even\:-translate-x-full:nth-child(even) {
  --transform-translate-x: -100%;
}

.even\:-translate-x-1\/2:nth-child(even) {
  --transform-translate-x: -50%;
}

.even\:translate-x-1\/2:nth-child(even) {
  --transform-translate-x: 50%;
}

.even\:translate-x-full:nth-child(even) {
  --transform-translate-x: 100%;
}

.even\:translate-y-0:nth-child(even) {
  --transform-translate-y: 0;
}

.even\:translate-y-1:nth-child(even) {
  --transform-translate-y: 0.25rem;
}

.even\:translate-y-2:nth-child(even) {
  --transform-translate-y: 0.5rem;
}

.even\:translate-y-3:nth-child(even) {
  --transform-translate-y: 0.75rem;
}

.even\:translate-y-4:nth-child(even) {
  --transform-translate-y: 1rem;
}

.even\:translate-y-5:nth-child(even) {
  --transform-translate-y: 1.25rem;
}

.even\:translate-y-6:nth-child(even) {
  --transform-translate-y: 1.5rem;
}

.even\:translate-y-7:nth-child(even) {
  --transform-translate-y: 1.75rem;
}

.even\:translate-y-8:nth-child(even) {
  --transform-translate-y: 2rem;
}

.even\:translate-y-9:nth-child(even) {
  --transform-translate-y: 2.25rem;
}

.even\:translate-y-10:nth-child(even) {
  --transform-translate-y: 2.5rem;
}

.even\:translate-y-11:nth-child(even) {
  --transform-translate-y: 2.75rem;
}

.even\:translate-y-12:nth-child(even) {
  --transform-translate-y: 3rem;
}

.even\:translate-y-13:nth-child(even) {
  --transform-translate-y: 3.25rem;
}

.even\:translate-y-14:nth-child(even) {
  --transform-translate-y: 3.5rem;
}

.even\:translate-y-15:nth-child(even) {
  --transform-translate-y: 3.75rem;
}

.even\:translate-y-16:nth-child(even) {
  --transform-translate-y: 4rem;
}

.even\:translate-y-17:nth-child(even) {
  --transform-translate-y: 4.25rem;
}

.even\:translate-y-18:nth-child(even) {
  --transform-translate-y: 4.5rem;
}

.even\:translate-y-19:nth-child(even) {
  --transform-translate-y: 4.75rem;
}

.even\:translate-y-20:nth-child(even) {
  --transform-translate-y: 5rem;
}

.even\:translate-y-24:nth-child(even) {
  --transform-translate-y: 6rem;
}

.even\:translate-y-32:nth-child(even) {
  --transform-translate-y: 8rem;
}

.even\:translate-y-40:nth-child(even) {
  --transform-translate-y: 10rem;
}

.even\:translate-y-48:nth-child(even) {
  --transform-translate-y: 12rem;
}

.even\:translate-y-56:nth-child(even) {
  --transform-translate-y: 14rem;
}

.even\:translate-y-64:nth-child(even) {
  --transform-translate-y: 16rem;
}

.even\:translate-y-75:nth-child(even) {
  --transform-translate-y: 18.75rem;
}

.even\:translate-y-px:nth-child(even) {
  --transform-translate-y: 1px;
}

.even\:-translate-y-1:nth-child(even) {
  --transform-translate-y: -0.25rem;
}

.even\:-translate-y-2:nth-child(even) {
  --transform-translate-y: -0.5rem;
}

.even\:-translate-y-3:nth-child(even) {
  --transform-translate-y: -0.75rem;
}

.even\:-translate-y-4:nth-child(even) {
  --transform-translate-y: -1rem;
}

.even\:-translate-y-5:nth-child(even) {
  --transform-translate-y: -1.25rem;
}

.even\:-translate-y-6:nth-child(even) {
  --transform-translate-y: -1.5rem;
}

.even\:-translate-y-7:nth-child(even) {
  --transform-translate-y: -1.75rem;
}

.even\:-translate-y-8:nth-child(even) {
  --transform-translate-y: -2rem;
}

.even\:-translate-y-9:nth-child(even) {
  --transform-translate-y: -2.25rem;
}

.even\:-translate-y-10:nth-child(even) {
  --transform-translate-y: -2.5rem;
}

.even\:-translate-y-11:nth-child(even) {
  --transform-translate-y: -2.75rem;
}

.even\:-translate-y-12:nth-child(even) {
  --transform-translate-y: -3rem;
}

.even\:-translate-y-13:nth-child(even) {
  --transform-translate-y: -3.25rem;
}

.even\:-translate-y-14:nth-child(even) {
  --transform-translate-y: -3.5rem;
}

.even\:-translate-y-15:nth-child(even) {
  --transform-translate-y: -3.75rem;
}

.even\:-translate-y-16:nth-child(even) {
  --transform-translate-y: -4rem;
}

.even\:-translate-y-17:nth-child(even) {
  --transform-translate-y: -4.25rem;
}

.even\:-translate-y-18:nth-child(even) {
  --transform-translate-y: -4.5rem;
}

.even\:-translate-y-19:nth-child(even) {
  --transform-translate-y: -4.75rem;
}

.even\:-translate-y-20:nth-child(even) {
  --transform-translate-y: -5rem;
}

.even\:-translate-y-24:nth-child(even) {
  --transform-translate-y: -6rem;
}

.even\:-translate-y-32:nth-child(even) {
  --transform-translate-y: -8rem;
}

.even\:-translate-y-40:nth-child(even) {
  --transform-translate-y: -10rem;
}

.even\:-translate-y-48:nth-child(even) {
  --transform-translate-y: -12rem;
}

.even\:-translate-y-56:nth-child(even) {
  --transform-translate-y: -14rem;
}

.even\:-translate-y-64:nth-child(even) {
  --transform-translate-y: -16rem;
}

.even\:-translate-y-75:nth-child(even) {
  --transform-translate-y: -18.75rem;
}

.even\:-translate-y-px:nth-child(even) {
  --transform-translate-y: -1px;
}

.even\:-translate-y-full:nth-child(even) {
  --transform-translate-y: -100%;
}

.even\:-translate-y-1\/2:nth-child(even) {
  --transform-translate-y: -50%;
}

.even\:translate-y-1\/2:nth-child(even) {
  --transform-translate-y: 50%;
}

.even\:translate-y-full:nth-child(even) {
  --transform-translate-y: 100%;
}

.odd\:translate-x-0:nth-child(odd) {
  --transform-translate-x: 0;
}

.odd\:translate-x-1:nth-child(odd) {
  --transform-translate-x: 0.25rem;
}

.odd\:translate-x-2:nth-child(odd) {
  --transform-translate-x: 0.5rem;
}

.odd\:translate-x-3:nth-child(odd) {
  --transform-translate-x: 0.75rem;
}

.odd\:translate-x-4:nth-child(odd) {
  --transform-translate-x: 1rem;
}

.odd\:translate-x-5:nth-child(odd) {
  --transform-translate-x: 1.25rem;
}

.odd\:translate-x-6:nth-child(odd) {
  --transform-translate-x: 1.5rem;
}

.odd\:translate-x-7:nth-child(odd) {
  --transform-translate-x: 1.75rem;
}

.odd\:translate-x-8:nth-child(odd) {
  --transform-translate-x: 2rem;
}

.odd\:translate-x-9:nth-child(odd) {
  --transform-translate-x: 2.25rem;
}

.odd\:translate-x-10:nth-child(odd) {
  --transform-translate-x: 2.5rem;
}

.odd\:translate-x-11:nth-child(odd) {
  --transform-translate-x: 2.75rem;
}

.odd\:translate-x-12:nth-child(odd) {
  --transform-translate-x: 3rem;
}

.odd\:translate-x-13:nth-child(odd) {
  --transform-translate-x: 3.25rem;
}

.odd\:translate-x-14:nth-child(odd) {
  --transform-translate-x: 3.5rem;
}

.odd\:translate-x-15:nth-child(odd) {
  --transform-translate-x: 3.75rem;
}

.odd\:translate-x-16:nth-child(odd) {
  --transform-translate-x: 4rem;
}

.odd\:translate-x-17:nth-child(odd) {
  --transform-translate-x: 4.25rem;
}

.odd\:translate-x-18:nth-child(odd) {
  --transform-translate-x: 4.5rem;
}

.odd\:translate-x-19:nth-child(odd) {
  --transform-translate-x: 4.75rem;
}

.odd\:translate-x-20:nth-child(odd) {
  --transform-translate-x: 5rem;
}

.odd\:translate-x-24:nth-child(odd) {
  --transform-translate-x: 6rem;
}

.odd\:translate-x-32:nth-child(odd) {
  --transform-translate-x: 8rem;
}

.odd\:translate-x-40:nth-child(odd) {
  --transform-translate-x: 10rem;
}

.odd\:translate-x-48:nth-child(odd) {
  --transform-translate-x: 12rem;
}

.odd\:translate-x-56:nth-child(odd) {
  --transform-translate-x: 14rem;
}

.odd\:translate-x-64:nth-child(odd) {
  --transform-translate-x: 16rem;
}

.odd\:translate-x-75:nth-child(odd) {
  --transform-translate-x: 18.75rem;
}

.odd\:translate-x-px:nth-child(odd) {
  --transform-translate-x: 1px;
}

.odd\:-translate-x-1:nth-child(odd) {
  --transform-translate-x: -0.25rem;
}

.odd\:-translate-x-2:nth-child(odd) {
  --transform-translate-x: -0.5rem;
}

.odd\:-translate-x-3:nth-child(odd) {
  --transform-translate-x: -0.75rem;
}

.odd\:-translate-x-4:nth-child(odd) {
  --transform-translate-x: -1rem;
}

.odd\:-translate-x-5:nth-child(odd) {
  --transform-translate-x: -1.25rem;
}

.odd\:-translate-x-6:nth-child(odd) {
  --transform-translate-x: -1.5rem;
}

.odd\:-translate-x-7:nth-child(odd) {
  --transform-translate-x: -1.75rem;
}

.odd\:-translate-x-8:nth-child(odd) {
  --transform-translate-x: -2rem;
}

.odd\:-translate-x-9:nth-child(odd) {
  --transform-translate-x: -2.25rem;
}

.odd\:-translate-x-10:nth-child(odd) {
  --transform-translate-x: -2.5rem;
}

.odd\:-translate-x-11:nth-child(odd) {
  --transform-translate-x: -2.75rem;
}

.odd\:-translate-x-12:nth-child(odd) {
  --transform-translate-x: -3rem;
}

.odd\:-translate-x-13:nth-child(odd) {
  --transform-translate-x: -3.25rem;
}

.odd\:-translate-x-14:nth-child(odd) {
  --transform-translate-x: -3.5rem;
}

.odd\:-translate-x-15:nth-child(odd) {
  --transform-translate-x: -3.75rem;
}

.odd\:-translate-x-16:nth-child(odd) {
  --transform-translate-x: -4rem;
}

.odd\:-translate-x-17:nth-child(odd) {
  --transform-translate-x: -4.25rem;
}

.odd\:-translate-x-18:nth-child(odd) {
  --transform-translate-x: -4.5rem;
}

.odd\:-translate-x-19:nth-child(odd) {
  --transform-translate-x: -4.75rem;
}

.odd\:-translate-x-20:nth-child(odd) {
  --transform-translate-x: -5rem;
}

.odd\:-translate-x-24:nth-child(odd) {
  --transform-translate-x: -6rem;
}

.odd\:-translate-x-32:nth-child(odd) {
  --transform-translate-x: -8rem;
}

.odd\:-translate-x-40:nth-child(odd) {
  --transform-translate-x: -10rem;
}

.odd\:-translate-x-48:nth-child(odd) {
  --transform-translate-x: -12rem;
}

.odd\:-translate-x-56:nth-child(odd) {
  --transform-translate-x: -14rem;
}

.odd\:-translate-x-64:nth-child(odd) {
  --transform-translate-x: -16rem;
}

.odd\:-translate-x-75:nth-child(odd) {
  --transform-translate-x: -18.75rem;
}

.odd\:-translate-x-px:nth-child(odd) {
  --transform-translate-x: -1px;
}

.odd\:-translate-x-full:nth-child(odd) {
  --transform-translate-x: -100%;
}

.odd\:-translate-x-1\/2:nth-child(odd) {
  --transform-translate-x: -50%;
}

.odd\:translate-x-1\/2:nth-child(odd) {
  --transform-translate-x: 50%;
}

.odd\:translate-x-full:nth-child(odd) {
  --transform-translate-x: 100%;
}

.odd\:translate-y-0:nth-child(odd) {
  --transform-translate-y: 0;
}

.odd\:translate-y-1:nth-child(odd) {
  --transform-translate-y: 0.25rem;
}

.odd\:translate-y-2:nth-child(odd) {
  --transform-translate-y: 0.5rem;
}

.odd\:translate-y-3:nth-child(odd) {
  --transform-translate-y: 0.75rem;
}

.odd\:translate-y-4:nth-child(odd) {
  --transform-translate-y: 1rem;
}

.odd\:translate-y-5:nth-child(odd) {
  --transform-translate-y: 1.25rem;
}

.odd\:translate-y-6:nth-child(odd) {
  --transform-translate-y: 1.5rem;
}

.odd\:translate-y-7:nth-child(odd) {
  --transform-translate-y: 1.75rem;
}

.odd\:translate-y-8:nth-child(odd) {
  --transform-translate-y: 2rem;
}

.odd\:translate-y-9:nth-child(odd) {
  --transform-translate-y: 2.25rem;
}

.odd\:translate-y-10:nth-child(odd) {
  --transform-translate-y: 2.5rem;
}

.odd\:translate-y-11:nth-child(odd) {
  --transform-translate-y: 2.75rem;
}

.odd\:translate-y-12:nth-child(odd) {
  --transform-translate-y: 3rem;
}

.odd\:translate-y-13:nth-child(odd) {
  --transform-translate-y: 3.25rem;
}

.odd\:translate-y-14:nth-child(odd) {
  --transform-translate-y: 3.5rem;
}

.odd\:translate-y-15:nth-child(odd) {
  --transform-translate-y: 3.75rem;
}

.odd\:translate-y-16:nth-child(odd) {
  --transform-translate-y: 4rem;
}

.odd\:translate-y-17:nth-child(odd) {
  --transform-translate-y: 4.25rem;
}

.odd\:translate-y-18:nth-child(odd) {
  --transform-translate-y: 4.5rem;
}

.odd\:translate-y-19:nth-child(odd) {
  --transform-translate-y: 4.75rem;
}

.odd\:translate-y-20:nth-child(odd) {
  --transform-translate-y: 5rem;
}

.odd\:translate-y-24:nth-child(odd) {
  --transform-translate-y: 6rem;
}

.odd\:translate-y-32:nth-child(odd) {
  --transform-translate-y: 8rem;
}

.odd\:translate-y-40:nth-child(odd) {
  --transform-translate-y: 10rem;
}

.odd\:translate-y-48:nth-child(odd) {
  --transform-translate-y: 12rem;
}

.odd\:translate-y-56:nth-child(odd) {
  --transform-translate-y: 14rem;
}

.odd\:translate-y-64:nth-child(odd) {
  --transform-translate-y: 16rem;
}

.odd\:translate-y-75:nth-child(odd) {
  --transform-translate-y: 18.75rem;
}

.odd\:translate-y-px:nth-child(odd) {
  --transform-translate-y: 1px;
}

.odd\:-translate-y-1:nth-child(odd) {
  --transform-translate-y: -0.25rem;
}

.odd\:-translate-y-2:nth-child(odd) {
  --transform-translate-y: -0.5rem;
}

.odd\:-translate-y-3:nth-child(odd) {
  --transform-translate-y: -0.75rem;
}

.odd\:-translate-y-4:nth-child(odd) {
  --transform-translate-y: -1rem;
}

.odd\:-translate-y-5:nth-child(odd) {
  --transform-translate-y: -1.25rem;
}

.odd\:-translate-y-6:nth-child(odd) {
  --transform-translate-y: -1.5rem;
}

.odd\:-translate-y-7:nth-child(odd) {
  --transform-translate-y: -1.75rem;
}

.odd\:-translate-y-8:nth-child(odd) {
  --transform-translate-y: -2rem;
}

.odd\:-translate-y-9:nth-child(odd) {
  --transform-translate-y: -2.25rem;
}

.odd\:-translate-y-10:nth-child(odd) {
  --transform-translate-y: -2.5rem;
}

.odd\:-translate-y-11:nth-child(odd) {
  --transform-translate-y: -2.75rem;
}

.odd\:-translate-y-12:nth-child(odd) {
  --transform-translate-y: -3rem;
}

.odd\:-translate-y-13:nth-child(odd) {
  --transform-translate-y: -3.25rem;
}

.odd\:-translate-y-14:nth-child(odd) {
  --transform-translate-y: -3.5rem;
}

.odd\:-translate-y-15:nth-child(odd) {
  --transform-translate-y: -3.75rem;
}

.odd\:-translate-y-16:nth-child(odd) {
  --transform-translate-y: -4rem;
}

.odd\:-translate-y-17:nth-child(odd) {
  --transform-translate-y: -4.25rem;
}

.odd\:-translate-y-18:nth-child(odd) {
  --transform-translate-y: -4.5rem;
}

.odd\:-translate-y-19:nth-child(odd) {
  --transform-translate-y: -4.75rem;
}

.odd\:-translate-y-20:nth-child(odd) {
  --transform-translate-y: -5rem;
}

.odd\:-translate-y-24:nth-child(odd) {
  --transform-translate-y: -6rem;
}

.odd\:-translate-y-32:nth-child(odd) {
  --transform-translate-y: -8rem;
}

.odd\:-translate-y-40:nth-child(odd) {
  --transform-translate-y: -10rem;
}

.odd\:-translate-y-48:nth-child(odd) {
  --transform-translate-y: -12rem;
}

.odd\:-translate-y-56:nth-child(odd) {
  --transform-translate-y: -14rem;
}

.odd\:-translate-y-64:nth-child(odd) {
  --transform-translate-y: -16rem;
}

.odd\:-translate-y-75:nth-child(odd) {
  --transform-translate-y: -18.75rem;
}

.odd\:-translate-y-px:nth-child(odd) {
  --transform-translate-y: -1px;
}

.odd\:-translate-y-full:nth-child(odd) {
  --transform-translate-y: -100%;
}

.odd\:-translate-y-1\/2:nth-child(odd) {
  --transform-translate-y: -50%;
}

.odd\:translate-y-1\/2:nth-child(odd) {
  --transform-translate-y: 50%;
}

.odd\:translate-y-full:nth-child(odd) {
  --transform-translate-y: 100%;
}

.children\:translate-x-0 > * {
  --transform-translate-x: 0;
}

.children\:translate-x-1 > * {
  --transform-translate-x: 0.25rem;
}

.children\:translate-x-2 > * {
  --transform-translate-x: 0.5rem;
}

.children\:translate-x-3 > * {
  --transform-translate-x: 0.75rem;
}

.children\:translate-x-4 > * {
  --transform-translate-x: 1rem;
}

.children\:translate-x-5 > * {
  --transform-translate-x: 1.25rem;
}

.children\:translate-x-6 > * {
  --transform-translate-x: 1.5rem;
}

.children\:translate-x-7 > * {
  --transform-translate-x: 1.75rem;
}

.children\:translate-x-8 > * {
  --transform-translate-x: 2rem;
}

.children\:translate-x-9 > * {
  --transform-translate-x: 2.25rem;
}

.children\:translate-x-10 > * {
  --transform-translate-x: 2.5rem;
}

.children\:translate-x-11 > * {
  --transform-translate-x: 2.75rem;
}

.children\:translate-x-12 > * {
  --transform-translate-x: 3rem;
}

.children\:translate-x-13 > * {
  --transform-translate-x: 3.25rem;
}

.children\:translate-x-14 > * {
  --transform-translate-x: 3.5rem;
}

.children\:translate-x-15 > * {
  --transform-translate-x: 3.75rem;
}

.children\:translate-x-16 > * {
  --transform-translate-x: 4rem;
}

.children\:translate-x-17 > * {
  --transform-translate-x: 4.25rem;
}

.children\:translate-x-18 > * {
  --transform-translate-x: 4.5rem;
}

.children\:translate-x-19 > * {
  --transform-translate-x: 4.75rem;
}

.children\:translate-x-20 > * {
  --transform-translate-x: 5rem;
}

.children\:translate-x-24 > * {
  --transform-translate-x: 6rem;
}

.children\:translate-x-32 > * {
  --transform-translate-x: 8rem;
}

.children\:translate-x-40 > * {
  --transform-translate-x: 10rem;
}

.children\:translate-x-48 > * {
  --transform-translate-x: 12rem;
}

.children\:translate-x-56 > * {
  --transform-translate-x: 14rem;
}

.children\:translate-x-64 > * {
  --transform-translate-x: 16rem;
}

.children\:translate-x-75 > * {
  --transform-translate-x: 18.75rem;
}

.children\:translate-x-px > * {
  --transform-translate-x: 1px;
}

.children\:-translate-x-1 > * {
  --transform-translate-x: -0.25rem;
}

.children\:-translate-x-2 > * {
  --transform-translate-x: -0.5rem;
}

.children\:-translate-x-3 > * {
  --transform-translate-x: -0.75rem;
}

.children\:-translate-x-4 > * {
  --transform-translate-x: -1rem;
}

.children\:-translate-x-5 > * {
  --transform-translate-x: -1.25rem;
}

.children\:-translate-x-6 > * {
  --transform-translate-x: -1.5rem;
}

.children\:-translate-x-7 > * {
  --transform-translate-x: -1.75rem;
}

.children\:-translate-x-8 > * {
  --transform-translate-x: -2rem;
}

.children\:-translate-x-9 > * {
  --transform-translate-x: -2.25rem;
}

.children\:-translate-x-10 > * {
  --transform-translate-x: -2.5rem;
}

.children\:-translate-x-11 > * {
  --transform-translate-x: -2.75rem;
}

.children\:-translate-x-12 > * {
  --transform-translate-x: -3rem;
}

.children\:-translate-x-13 > * {
  --transform-translate-x: -3.25rem;
}

.children\:-translate-x-14 > * {
  --transform-translate-x: -3.5rem;
}

.children\:-translate-x-15 > * {
  --transform-translate-x: -3.75rem;
}

.children\:-translate-x-16 > * {
  --transform-translate-x: -4rem;
}

.children\:-translate-x-17 > * {
  --transform-translate-x: -4.25rem;
}

.children\:-translate-x-18 > * {
  --transform-translate-x: -4.5rem;
}

.children\:-translate-x-19 > * {
  --transform-translate-x: -4.75rem;
}

.children\:-translate-x-20 > * {
  --transform-translate-x: -5rem;
}

.children\:-translate-x-24 > * {
  --transform-translate-x: -6rem;
}

.children\:-translate-x-32 > * {
  --transform-translate-x: -8rem;
}

.children\:-translate-x-40 > * {
  --transform-translate-x: -10rem;
}

.children\:-translate-x-48 > * {
  --transform-translate-x: -12rem;
}

.children\:-translate-x-56 > * {
  --transform-translate-x: -14rem;
}

.children\:-translate-x-64 > * {
  --transform-translate-x: -16rem;
}

.children\:-translate-x-75 > * {
  --transform-translate-x: -18.75rem;
}

.children\:-translate-x-px > * {
  --transform-translate-x: -1px;
}

.children\:-translate-x-full > * {
  --transform-translate-x: -100%;
}

.children\:-translate-x-1\/2 > * {
  --transform-translate-x: -50%;
}

.children\:translate-x-1\/2 > * {
  --transform-translate-x: 50%;
}

.children\:translate-x-full > * {
  --transform-translate-x: 100%;
}

.children\:translate-y-0 > * {
  --transform-translate-y: 0;
}

.children\:translate-y-1 > * {
  --transform-translate-y: 0.25rem;
}

.children\:translate-y-2 > * {
  --transform-translate-y: 0.5rem;
}

.children\:translate-y-3 > * {
  --transform-translate-y: 0.75rem;
}

.children\:translate-y-4 > * {
  --transform-translate-y: 1rem;
}

.children\:translate-y-5 > * {
  --transform-translate-y: 1.25rem;
}

.children\:translate-y-6 > * {
  --transform-translate-y: 1.5rem;
}

.children\:translate-y-7 > * {
  --transform-translate-y: 1.75rem;
}

.children\:translate-y-8 > * {
  --transform-translate-y: 2rem;
}

.children\:translate-y-9 > * {
  --transform-translate-y: 2.25rem;
}

.children\:translate-y-10 > * {
  --transform-translate-y: 2.5rem;
}

.children\:translate-y-11 > * {
  --transform-translate-y: 2.75rem;
}

.children\:translate-y-12 > * {
  --transform-translate-y: 3rem;
}

.children\:translate-y-13 > * {
  --transform-translate-y: 3.25rem;
}

.children\:translate-y-14 > * {
  --transform-translate-y: 3.5rem;
}

.children\:translate-y-15 > * {
  --transform-translate-y: 3.75rem;
}

.children\:translate-y-16 > * {
  --transform-translate-y: 4rem;
}

.children\:translate-y-17 > * {
  --transform-translate-y: 4.25rem;
}

.children\:translate-y-18 > * {
  --transform-translate-y: 4.5rem;
}

.children\:translate-y-19 > * {
  --transform-translate-y: 4.75rem;
}

.children\:translate-y-20 > * {
  --transform-translate-y: 5rem;
}

.children\:translate-y-24 > * {
  --transform-translate-y: 6rem;
}

.children\:translate-y-32 > * {
  --transform-translate-y: 8rem;
}

.children\:translate-y-40 > * {
  --transform-translate-y: 10rem;
}

.children\:translate-y-48 > * {
  --transform-translate-y: 12rem;
}

.children\:translate-y-56 > * {
  --transform-translate-y: 14rem;
}

.children\:translate-y-64 > * {
  --transform-translate-y: 16rem;
}

.children\:translate-y-75 > * {
  --transform-translate-y: 18.75rem;
}

.children\:translate-y-px > * {
  --transform-translate-y: 1px;
}

.children\:-translate-y-1 > * {
  --transform-translate-y: -0.25rem;
}

.children\:-translate-y-2 > * {
  --transform-translate-y: -0.5rem;
}

.children\:-translate-y-3 > * {
  --transform-translate-y: -0.75rem;
}

.children\:-translate-y-4 > * {
  --transform-translate-y: -1rem;
}

.children\:-translate-y-5 > * {
  --transform-translate-y: -1.25rem;
}

.children\:-translate-y-6 > * {
  --transform-translate-y: -1.5rem;
}

.children\:-translate-y-7 > * {
  --transform-translate-y: -1.75rem;
}

.children\:-translate-y-8 > * {
  --transform-translate-y: -2rem;
}

.children\:-translate-y-9 > * {
  --transform-translate-y: -2.25rem;
}

.children\:-translate-y-10 > * {
  --transform-translate-y: -2.5rem;
}

.children\:-translate-y-11 > * {
  --transform-translate-y: -2.75rem;
}

.children\:-translate-y-12 > * {
  --transform-translate-y: -3rem;
}

.children\:-translate-y-13 > * {
  --transform-translate-y: -3.25rem;
}

.children\:-translate-y-14 > * {
  --transform-translate-y: -3.5rem;
}

.children\:-translate-y-15 > * {
  --transform-translate-y: -3.75rem;
}

.children\:-translate-y-16 > * {
  --transform-translate-y: -4rem;
}

.children\:-translate-y-17 > * {
  --transform-translate-y: -4.25rem;
}

.children\:-translate-y-18 > * {
  --transform-translate-y: -4.5rem;
}

.children\:-translate-y-19 > * {
  --transform-translate-y: -4.75rem;
}

.children\:-translate-y-20 > * {
  --transform-translate-y: -5rem;
}

.children\:-translate-y-24 > * {
  --transform-translate-y: -6rem;
}

.children\:-translate-y-32 > * {
  --transform-translate-y: -8rem;
}

.children\:-translate-y-40 > * {
  --transform-translate-y: -10rem;
}

.children\:-translate-y-48 > * {
  --transform-translate-y: -12rem;
}

.children\:-translate-y-56 > * {
  --transform-translate-y: -14rem;
}

.children\:-translate-y-64 > * {
  --transform-translate-y: -16rem;
}

.children\:-translate-y-75 > * {
  --transform-translate-y: -18.75rem;
}

.children\:-translate-y-px > * {
  --transform-translate-y: -1px;
}

.children\:-translate-y-full > * {
  --transform-translate-y: -100%;
}

.children\:-translate-y-1\/2 > * {
  --transform-translate-y: -50%;
}

.children\:translate-y-1\/2 > * {
  --transform-translate-y: 50%;
}

.children\:translate-y-full > * {
  --transform-translate-y: 100%;
}

.first\:translate-x-0:first-child {
  --transform-translate-x: 0;
}

.first\:translate-x-1:first-child {
  --transform-translate-x: 0.25rem;
}

.first\:translate-x-2:first-child {
  --transform-translate-x: 0.5rem;
}

.first\:translate-x-3:first-child {
  --transform-translate-x: 0.75rem;
}

.first\:translate-x-4:first-child {
  --transform-translate-x: 1rem;
}

.first\:translate-x-5:first-child {
  --transform-translate-x: 1.25rem;
}

.first\:translate-x-6:first-child {
  --transform-translate-x: 1.5rem;
}

.first\:translate-x-7:first-child {
  --transform-translate-x: 1.75rem;
}

.first\:translate-x-8:first-child {
  --transform-translate-x: 2rem;
}

.first\:translate-x-9:first-child {
  --transform-translate-x: 2.25rem;
}

.first\:translate-x-10:first-child {
  --transform-translate-x: 2.5rem;
}

.first\:translate-x-11:first-child {
  --transform-translate-x: 2.75rem;
}

.first\:translate-x-12:first-child {
  --transform-translate-x: 3rem;
}

.first\:translate-x-13:first-child {
  --transform-translate-x: 3.25rem;
}

.first\:translate-x-14:first-child {
  --transform-translate-x: 3.5rem;
}

.first\:translate-x-15:first-child {
  --transform-translate-x: 3.75rem;
}

.first\:translate-x-16:first-child {
  --transform-translate-x: 4rem;
}

.first\:translate-x-17:first-child {
  --transform-translate-x: 4.25rem;
}

.first\:translate-x-18:first-child {
  --transform-translate-x: 4.5rem;
}

.first\:translate-x-19:first-child {
  --transform-translate-x: 4.75rem;
}

.first\:translate-x-20:first-child {
  --transform-translate-x: 5rem;
}

.first\:translate-x-24:first-child {
  --transform-translate-x: 6rem;
}

.first\:translate-x-32:first-child {
  --transform-translate-x: 8rem;
}

.first\:translate-x-40:first-child {
  --transform-translate-x: 10rem;
}

.first\:translate-x-48:first-child {
  --transform-translate-x: 12rem;
}

.first\:translate-x-56:first-child {
  --transform-translate-x: 14rem;
}

.first\:translate-x-64:first-child {
  --transform-translate-x: 16rem;
}

.first\:translate-x-75:first-child {
  --transform-translate-x: 18.75rem;
}

.first\:translate-x-px:first-child {
  --transform-translate-x: 1px;
}

.first\:-translate-x-1:first-child {
  --transform-translate-x: -0.25rem;
}

.first\:-translate-x-2:first-child {
  --transform-translate-x: -0.5rem;
}

.first\:-translate-x-3:first-child {
  --transform-translate-x: -0.75rem;
}

.first\:-translate-x-4:first-child {
  --transform-translate-x: -1rem;
}

.first\:-translate-x-5:first-child {
  --transform-translate-x: -1.25rem;
}

.first\:-translate-x-6:first-child {
  --transform-translate-x: -1.5rem;
}

.first\:-translate-x-7:first-child {
  --transform-translate-x: -1.75rem;
}

.first\:-translate-x-8:first-child {
  --transform-translate-x: -2rem;
}

.first\:-translate-x-9:first-child {
  --transform-translate-x: -2.25rem;
}

.first\:-translate-x-10:first-child {
  --transform-translate-x: -2.5rem;
}

.first\:-translate-x-11:first-child {
  --transform-translate-x: -2.75rem;
}

.first\:-translate-x-12:first-child {
  --transform-translate-x: -3rem;
}

.first\:-translate-x-13:first-child {
  --transform-translate-x: -3.25rem;
}

.first\:-translate-x-14:first-child {
  --transform-translate-x: -3.5rem;
}

.first\:-translate-x-15:first-child {
  --transform-translate-x: -3.75rem;
}

.first\:-translate-x-16:first-child {
  --transform-translate-x: -4rem;
}

.first\:-translate-x-17:first-child {
  --transform-translate-x: -4.25rem;
}

.first\:-translate-x-18:first-child {
  --transform-translate-x: -4.5rem;
}

.first\:-translate-x-19:first-child {
  --transform-translate-x: -4.75rem;
}

.first\:-translate-x-20:first-child {
  --transform-translate-x: -5rem;
}

.first\:-translate-x-24:first-child {
  --transform-translate-x: -6rem;
}

.first\:-translate-x-32:first-child {
  --transform-translate-x: -8rem;
}

.first\:-translate-x-40:first-child {
  --transform-translate-x: -10rem;
}

.first\:-translate-x-48:first-child {
  --transform-translate-x: -12rem;
}

.first\:-translate-x-56:first-child {
  --transform-translate-x: -14rem;
}

.first\:-translate-x-64:first-child {
  --transform-translate-x: -16rem;
}

.first\:-translate-x-75:first-child {
  --transform-translate-x: -18.75rem;
}

.first\:-translate-x-px:first-child {
  --transform-translate-x: -1px;
}

.first\:-translate-x-full:first-child {
  --transform-translate-x: -100%;
}

.first\:-translate-x-1\/2:first-child {
  --transform-translate-x: -50%;
}

.first\:translate-x-1\/2:first-child {
  --transform-translate-x: 50%;
}

.first\:translate-x-full:first-child {
  --transform-translate-x: 100%;
}

.first\:translate-y-0:first-child {
  --transform-translate-y: 0;
}

.first\:translate-y-1:first-child {
  --transform-translate-y: 0.25rem;
}

.first\:translate-y-2:first-child {
  --transform-translate-y: 0.5rem;
}

.first\:translate-y-3:first-child {
  --transform-translate-y: 0.75rem;
}

.first\:translate-y-4:first-child {
  --transform-translate-y: 1rem;
}

.first\:translate-y-5:first-child {
  --transform-translate-y: 1.25rem;
}

.first\:translate-y-6:first-child {
  --transform-translate-y: 1.5rem;
}

.first\:translate-y-7:first-child {
  --transform-translate-y: 1.75rem;
}

.first\:translate-y-8:first-child {
  --transform-translate-y: 2rem;
}

.first\:translate-y-9:first-child {
  --transform-translate-y: 2.25rem;
}

.first\:translate-y-10:first-child {
  --transform-translate-y: 2.5rem;
}

.first\:translate-y-11:first-child {
  --transform-translate-y: 2.75rem;
}

.first\:translate-y-12:first-child {
  --transform-translate-y: 3rem;
}

.first\:translate-y-13:first-child {
  --transform-translate-y: 3.25rem;
}

.first\:translate-y-14:first-child {
  --transform-translate-y: 3.5rem;
}

.first\:translate-y-15:first-child {
  --transform-translate-y: 3.75rem;
}

.first\:translate-y-16:first-child {
  --transform-translate-y: 4rem;
}

.first\:translate-y-17:first-child {
  --transform-translate-y: 4.25rem;
}

.first\:translate-y-18:first-child {
  --transform-translate-y: 4.5rem;
}

.first\:translate-y-19:first-child {
  --transform-translate-y: 4.75rem;
}

.first\:translate-y-20:first-child {
  --transform-translate-y: 5rem;
}

.first\:translate-y-24:first-child {
  --transform-translate-y: 6rem;
}

.first\:translate-y-32:first-child {
  --transform-translate-y: 8rem;
}

.first\:translate-y-40:first-child {
  --transform-translate-y: 10rem;
}

.first\:translate-y-48:first-child {
  --transform-translate-y: 12rem;
}

.first\:translate-y-56:first-child {
  --transform-translate-y: 14rem;
}

.first\:translate-y-64:first-child {
  --transform-translate-y: 16rem;
}

.first\:translate-y-75:first-child {
  --transform-translate-y: 18.75rem;
}

.first\:translate-y-px:first-child {
  --transform-translate-y: 1px;
}

.first\:-translate-y-1:first-child {
  --transform-translate-y: -0.25rem;
}

.first\:-translate-y-2:first-child {
  --transform-translate-y: -0.5rem;
}

.first\:-translate-y-3:first-child {
  --transform-translate-y: -0.75rem;
}

.first\:-translate-y-4:first-child {
  --transform-translate-y: -1rem;
}

.first\:-translate-y-5:first-child {
  --transform-translate-y: -1.25rem;
}

.first\:-translate-y-6:first-child {
  --transform-translate-y: -1.5rem;
}

.first\:-translate-y-7:first-child {
  --transform-translate-y: -1.75rem;
}

.first\:-translate-y-8:first-child {
  --transform-translate-y: -2rem;
}

.first\:-translate-y-9:first-child {
  --transform-translate-y: -2.25rem;
}

.first\:-translate-y-10:first-child {
  --transform-translate-y: -2.5rem;
}

.first\:-translate-y-11:first-child {
  --transform-translate-y: -2.75rem;
}

.first\:-translate-y-12:first-child {
  --transform-translate-y: -3rem;
}

.first\:-translate-y-13:first-child {
  --transform-translate-y: -3.25rem;
}

.first\:-translate-y-14:first-child {
  --transform-translate-y: -3.5rem;
}

.first\:-translate-y-15:first-child {
  --transform-translate-y: -3.75rem;
}

.first\:-translate-y-16:first-child {
  --transform-translate-y: -4rem;
}

.first\:-translate-y-17:first-child {
  --transform-translate-y: -4.25rem;
}

.first\:-translate-y-18:first-child {
  --transform-translate-y: -4.5rem;
}

.first\:-translate-y-19:first-child {
  --transform-translate-y: -4.75rem;
}

.first\:-translate-y-20:first-child {
  --transform-translate-y: -5rem;
}

.first\:-translate-y-24:first-child {
  --transform-translate-y: -6rem;
}

.first\:-translate-y-32:first-child {
  --transform-translate-y: -8rem;
}

.first\:-translate-y-40:first-child {
  --transform-translate-y: -10rem;
}

.first\:-translate-y-48:first-child {
  --transform-translate-y: -12rem;
}

.first\:-translate-y-56:first-child {
  --transform-translate-y: -14rem;
}

.first\:-translate-y-64:first-child {
  --transform-translate-y: -16rem;
}

.first\:-translate-y-75:first-child {
  --transform-translate-y: -18.75rem;
}

.first\:-translate-y-px:first-child {
  --transform-translate-y: -1px;
}

.first\:-translate-y-full:first-child {
  --transform-translate-y: -100%;
}

.first\:-translate-y-1\/2:first-child {
  --transform-translate-y: -50%;
}

.first\:translate-y-1\/2:first-child {
  --transform-translate-y: 50%;
}

.first\:translate-y-full:first-child {
  --transform-translate-y: 100%;
}

.last\:translate-x-0:last-child {
  --transform-translate-x: 0;
}

.last\:translate-x-1:last-child {
  --transform-translate-x: 0.25rem;
}

.last\:translate-x-2:last-child {
  --transform-translate-x: 0.5rem;
}

.last\:translate-x-3:last-child {
  --transform-translate-x: 0.75rem;
}

.last\:translate-x-4:last-child {
  --transform-translate-x: 1rem;
}

.last\:translate-x-5:last-child {
  --transform-translate-x: 1.25rem;
}

.last\:translate-x-6:last-child {
  --transform-translate-x: 1.5rem;
}

.last\:translate-x-7:last-child {
  --transform-translate-x: 1.75rem;
}

.last\:translate-x-8:last-child {
  --transform-translate-x: 2rem;
}

.last\:translate-x-9:last-child {
  --transform-translate-x: 2.25rem;
}

.last\:translate-x-10:last-child {
  --transform-translate-x: 2.5rem;
}

.last\:translate-x-11:last-child {
  --transform-translate-x: 2.75rem;
}

.last\:translate-x-12:last-child {
  --transform-translate-x: 3rem;
}

.last\:translate-x-13:last-child {
  --transform-translate-x: 3.25rem;
}

.last\:translate-x-14:last-child {
  --transform-translate-x: 3.5rem;
}

.last\:translate-x-15:last-child {
  --transform-translate-x: 3.75rem;
}

.last\:translate-x-16:last-child {
  --transform-translate-x: 4rem;
}

.last\:translate-x-17:last-child {
  --transform-translate-x: 4.25rem;
}

.last\:translate-x-18:last-child {
  --transform-translate-x: 4.5rem;
}

.last\:translate-x-19:last-child {
  --transform-translate-x: 4.75rem;
}

.last\:translate-x-20:last-child {
  --transform-translate-x: 5rem;
}

.last\:translate-x-24:last-child {
  --transform-translate-x: 6rem;
}

.last\:translate-x-32:last-child {
  --transform-translate-x: 8rem;
}

.last\:translate-x-40:last-child {
  --transform-translate-x: 10rem;
}

.last\:translate-x-48:last-child {
  --transform-translate-x: 12rem;
}

.last\:translate-x-56:last-child {
  --transform-translate-x: 14rem;
}

.last\:translate-x-64:last-child {
  --transform-translate-x: 16rem;
}

.last\:translate-x-75:last-child {
  --transform-translate-x: 18.75rem;
}

.last\:translate-x-px:last-child {
  --transform-translate-x: 1px;
}

.last\:-translate-x-1:last-child {
  --transform-translate-x: -0.25rem;
}

.last\:-translate-x-2:last-child {
  --transform-translate-x: -0.5rem;
}

.last\:-translate-x-3:last-child {
  --transform-translate-x: -0.75rem;
}

.last\:-translate-x-4:last-child {
  --transform-translate-x: -1rem;
}

.last\:-translate-x-5:last-child {
  --transform-translate-x: -1.25rem;
}

.last\:-translate-x-6:last-child {
  --transform-translate-x: -1.5rem;
}

.last\:-translate-x-7:last-child {
  --transform-translate-x: -1.75rem;
}

.last\:-translate-x-8:last-child {
  --transform-translate-x: -2rem;
}

.last\:-translate-x-9:last-child {
  --transform-translate-x: -2.25rem;
}

.last\:-translate-x-10:last-child {
  --transform-translate-x: -2.5rem;
}

.last\:-translate-x-11:last-child {
  --transform-translate-x: -2.75rem;
}

.last\:-translate-x-12:last-child {
  --transform-translate-x: -3rem;
}

.last\:-translate-x-13:last-child {
  --transform-translate-x: -3.25rem;
}

.last\:-translate-x-14:last-child {
  --transform-translate-x: -3.5rem;
}

.last\:-translate-x-15:last-child {
  --transform-translate-x: -3.75rem;
}

.last\:-translate-x-16:last-child {
  --transform-translate-x: -4rem;
}

.last\:-translate-x-17:last-child {
  --transform-translate-x: -4.25rem;
}

.last\:-translate-x-18:last-child {
  --transform-translate-x: -4.5rem;
}

.last\:-translate-x-19:last-child {
  --transform-translate-x: -4.75rem;
}

.last\:-translate-x-20:last-child {
  --transform-translate-x: -5rem;
}

.last\:-translate-x-24:last-child {
  --transform-translate-x: -6rem;
}

.last\:-translate-x-32:last-child {
  --transform-translate-x: -8rem;
}

.last\:-translate-x-40:last-child {
  --transform-translate-x: -10rem;
}

.last\:-translate-x-48:last-child {
  --transform-translate-x: -12rem;
}

.last\:-translate-x-56:last-child {
  --transform-translate-x: -14rem;
}

.last\:-translate-x-64:last-child {
  --transform-translate-x: -16rem;
}

.last\:-translate-x-75:last-child {
  --transform-translate-x: -18.75rem;
}

.last\:-translate-x-px:last-child {
  --transform-translate-x: -1px;
}

.last\:-translate-x-full:last-child {
  --transform-translate-x: -100%;
}

.last\:-translate-x-1\/2:last-child {
  --transform-translate-x: -50%;
}

.last\:translate-x-1\/2:last-child {
  --transform-translate-x: 50%;
}

.last\:translate-x-full:last-child {
  --transform-translate-x: 100%;
}

.last\:translate-y-0:last-child {
  --transform-translate-y: 0;
}

.last\:translate-y-1:last-child {
  --transform-translate-y: 0.25rem;
}

.last\:translate-y-2:last-child {
  --transform-translate-y: 0.5rem;
}

.last\:translate-y-3:last-child {
  --transform-translate-y: 0.75rem;
}

.last\:translate-y-4:last-child {
  --transform-translate-y: 1rem;
}

.last\:translate-y-5:last-child {
  --transform-translate-y: 1.25rem;
}

.last\:translate-y-6:last-child {
  --transform-translate-y: 1.5rem;
}

.last\:translate-y-7:last-child {
  --transform-translate-y: 1.75rem;
}

.last\:translate-y-8:last-child {
  --transform-translate-y: 2rem;
}

.last\:translate-y-9:last-child {
  --transform-translate-y: 2.25rem;
}

.last\:translate-y-10:last-child {
  --transform-translate-y: 2.5rem;
}

.last\:translate-y-11:last-child {
  --transform-translate-y: 2.75rem;
}

.last\:translate-y-12:last-child {
  --transform-translate-y: 3rem;
}

.last\:translate-y-13:last-child {
  --transform-translate-y: 3.25rem;
}

.last\:translate-y-14:last-child {
  --transform-translate-y: 3.5rem;
}

.last\:translate-y-15:last-child {
  --transform-translate-y: 3.75rem;
}

.last\:translate-y-16:last-child {
  --transform-translate-y: 4rem;
}

.last\:translate-y-17:last-child {
  --transform-translate-y: 4.25rem;
}

.last\:translate-y-18:last-child {
  --transform-translate-y: 4.5rem;
}

.last\:translate-y-19:last-child {
  --transform-translate-y: 4.75rem;
}

.last\:translate-y-20:last-child {
  --transform-translate-y: 5rem;
}

.last\:translate-y-24:last-child {
  --transform-translate-y: 6rem;
}

.last\:translate-y-32:last-child {
  --transform-translate-y: 8rem;
}

.last\:translate-y-40:last-child {
  --transform-translate-y: 10rem;
}

.last\:translate-y-48:last-child {
  --transform-translate-y: 12rem;
}

.last\:translate-y-56:last-child {
  --transform-translate-y: 14rem;
}

.last\:translate-y-64:last-child {
  --transform-translate-y: 16rem;
}

.last\:translate-y-75:last-child {
  --transform-translate-y: 18.75rem;
}

.last\:translate-y-px:last-child {
  --transform-translate-y: 1px;
}

.last\:-translate-y-1:last-child {
  --transform-translate-y: -0.25rem;
}

.last\:-translate-y-2:last-child {
  --transform-translate-y: -0.5rem;
}

.last\:-translate-y-3:last-child {
  --transform-translate-y: -0.75rem;
}

.last\:-translate-y-4:last-child {
  --transform-translate-y: -1rem;
}

.last\:-translate-y-5:last-child {
  --transform-translate-y: -1.25rem;
}

.last\:-translate-y-6:last-child {
  --transform-translate-y: -1.5rem;
}

.last\:-translate-y-7:last-child {
  --transform-translate-y: -1.75rem;
}

.last\:-translate-y-8:last-child {
  --transform-translate-y: -2rem;
}

.last\:-translate-y-9:last-child {
  --transform-translate-y: -2.25rem;
}

.last\:-translate-y-10:last-child {
  --transform-translate-y: -2.5rem;
}

.last\:-translate-y-11:last-child {
  --transform-translate-y: -2.75rem;
}

.last\:-translate-y-12:last-child {
  --transform-translate-y: -3rem;
}

.last\:-translate-y-13:last-child {
  --transform-translate-y: -3.25rem;
}

.last\:-translate-y-14:last-child {
  --transform-translate-y: -3.5rem;
}

.last\:-translate-y-15:last-child {
  --transform-translate-y: -3.75rem;
}

.last\:-translate-y-16:last-child {
  --transform-translate-y: -4rem;
}

.last\:-translate-y-17:last-child {
  --transform-translate-y: -4.25rem;
}

.last\:-translate-y-18:last-child {
  --transform-translate-y: -4.5rem;
}

.last\:-translate-y-19:last-child {
  --transform-translate-y: -4.75rem;
}

.last\:-translate-y-20:last-child {
  --transform-translate-y: -5rem;
}

.last\:-translate-y-24:last-child {
  --transform-translate-y: -6rem;
}

.last\:-translate-y-32:last-child {
  --transform-translate-y: -8rem;
}

.last\:-translate-y-40:last-child {
  --transform-translate-y: -10rem;
}

.last\:-translate-y-48:last-child {
  --transform-translate-y: -12rem;
}

.last\:-translate-y-56:last-child {
  --transform-translate-y: -14rem;
}

.last\:-translate-y-64:last-child {
  --transform-translate-y: -16rem;
}

.last\:-translate-y-75:last-child {
  --transform-translate-y: -18.75rem;
}

.last\:-translate-y-px:last-child {
  --transform-translate-y: -1px;
}

.last\:-translate-y-full:last-child {
  --transform-translate-y: -100%;
}

.last\:-translate-y-1\/2:last-child {
  --transform-translate-y: -50%;
}

.last\:translate-y-1\/2:last-child {
  --transform-translate-y: 50%;
}

.last\:translate-y-full:last-child {
  --transform-translate-y: 100%;
}

.hover\:translate-x-0:hover {
  --transform-translate-x: 0;
}

.hover\:translate-x-1:hover {
  --transform-translate-x: 0.25rem;
}

.hover\:translate-x-2:hover {
  --transform-translate-x: 0.5rem;
}

.hover\:translate-x-3:hover {
  --transform-translate-x: 0.75rem;
}

.hover\:translate-x-4:hover {
  --transform-translate-x: 1rem;
}

.hover\:translate-x-5:hover {
  --transform-translate-x: 1.25rem;
}

.hover\:translate-x-6:hover {
  --transform-translate-x: 1.5rem;
}

.hover\:translate-x-7:hover {
  --transform-translate-x: 1.75rem;
}

.hover\:translate-x-8:hover {
  --transform-translate-x: 2rem;
}

.hover\:translate-x-9:hover {
  --transform-translate-x: 2.25rem;
}

.hover\:translate-x-10:hover {
  --transform-translate-x: 2.5rem;
}

.hover\:translate-x-11:hover {
  --transform-translate-x: 2.75rem;
}

.hover\:translate-x-12:hover {
  --transform-translate-x: 3rem;
}

.hover\:translate-x-13:hover {
  --transform-translate-x: 3.25rem;
}

.hover\:translate-x-14:hover {
  --transform-translate-x: 3.5rem;
}

.hover\:translate-x-15:hover {
  --transform-translate-x: 3.75rem;
}

.hover\:translate-x-16:hover {
  --transform-translate-x: 4rem;
}

.hover\:translate-x-17:hover {
  --transform-translate-x: 4.25rem;
}

.hover\:translate-x-18:hover {
  --transform-translate-x: 4.5rem;
}

.hover\:translate-x-19:hover {
  --transform-translate-x: 4.75rem;
}

.hover\:translate-x-20:hover {
  --transform-translate-x: 5rem;
}

.hover\:translate-x-24:hover {
  --transform-translate-x: 6rem;
}

.hover\:translate-x-32:hover {
  --transform-translate-x: 8rem;
}

.hover\:translate-x-40:hover {
  --transform-translate-x: 10rem;
}

.hover\:translate-x-48:hover {
  --transform-translate-x: 12rem;
}

.hover\:translate-x-56:hover {
  --transform-translate-x: 14rem;
}

.hover\:translate-x-64:hover {
  --transform-translate-x: 16rem;
}

.hover\:translate-x-75:hover {
  --transform-translate-x: 18.75rem;
}

.hover\:translate-x-px:hover {
  --transform-translate-x: 1px;
}

.hover\:-translate-x-1:hover {
  --transform-translate-x: -0.25rem;
}

.hover\:-translate-x-2:hover {
  --transform-translate-x: -0.5rem;
}

.hover\:-translate-x-3:hover {
  --transform-translate-x: -0.75rem;
}

.hover\:-translate-x-4:hover {
  --transform-translate-x: -1rem;
}

.hover\:-translate-x-5:hover {
  --transform-translate-x: -1.25rem;
}

.hover\:-translate-x-6:hover {
  --transform-translate-x: -1.5rem;
}

.hover\:-translate-x-7:hover {
  --transform-translate-x: -1.75rem;
}

.hover\:-translate-x-8:hover {
  --transform-translate-x: -2rem;
}

.hover\:-translate-x-9:hover {
  --transform-translate-x: -2.25rem;
}

.hover\:-translate-x-10:hover {
  --transform-translate-x: -2.5rem;
}

.hover\:-translate-x-11:hover {
  --transform-translate-x: -2.75rem;
}

.hover\:-translate-x-12:hover {
  --transform-translate-x: -3rem;
}

.hover\:-translate-x-13:hover {
  --transform-translate-x: -3.25rem;
}

.hover\:-translate-x-14:hover {
  --transform-translate-x: -3.5rem;
}

.hover\:-translate-x-15:hover {
  --transform-translate-x: -3.75rem;
}

.hover\:-translate-x-16:hover {
  --transform-translate-x: -4rem;
}

.hover\:-translate-x-17:hover {
  --transform-translate-x: -4.25rem;
}

.hover\:-translate-x-18:hover {
  --transform-translate-x: -4.5rem;
}

.hover\:-translate-x-19:hover {
  --transform-translate-x: -4.75rem;
}

.hover\:-translate-x-20:hover {
  --transform-translate-x: -5rem;
}

.hover\:-translate-x-24:hover {
  --transform-translate-x: -6rem;
}

.hover\:-translate-x-32:hover {
  --transform-translate-x: -8rem;
}

.hover\:-translate-x-40:hover {
  --transform-translate-x: -10rem;
}

.hover\:-translate-x-48:hover {
  --transform-translate-x: -12rem;
}

.hover\:-translate-x-56:hover {
  --transform-translate-x: -14rem;
}

.hover\:-translate-x-64:hover {
  --transform-translate-x: -16rem;
}

.hover\:-translate-x-75:hover {
  --transform-translate-x: -18.75rem;
}

.hover\:-translate-x-px:hover {
  --transform-translate-x: -1px;
}

.hover\:-translate-x-full:hover {
  --transform-translate-x: -100%;
}

.hover\:-translate-x-1\/2:hover {
  --transform-translate-x: -50%;
}

.hover\:translate-x-1\/2:hover {
  --transform-translate-x: 50%;
}

.hover\:translate-x-full:hover {
  --transform-translate-x: 100%;
}

.hover\:translate-y-0:hover {
  --transform-translate-y: 0;
}

.hover\:translate-y-1:hover {
  --transform-translate-y: 0.25rem;
}

.hover\:translate-y-2:hover {
  --transform-translate-y: 0.5rem;
}

.hover\:translate-y-3:hover {
  --transform-translate-y: 0.75rem;
}

.hover\:translate-y-4:hover {
  --transform-translate-y: 1rem;
}

.hover\:translate-y-5:hover {
  --transform-translate-y: 1.25rem;
}

.hover\:translate-y-6:hover {
  --transform-translate-y: 1.5rem;
}

.hover\:translate-y-7:hover {
  --transform-translate-y: 1.75rem;
}

.hover\:translate-y-8:hover {
  --transform-translate-y: 2rem;
}

.hover\:translate-y-9:hover {
  --transform-translate-y: 2.25rem;
}

.hover\:translate-y-10:hover {
  --transform-translate-y: 2.5rem;
}

.hover\:translate-y-11:hover {
  --transform-translate-y: 2.75rem;
}

.hover\:translate-y-12:hover {
  --transform-translate-y: 3rem;
}

.hover\:translate-y-13:hover {
  --transform-translate-y: 3.25rem;
}

.hover\:translate-y-14:hover {
  --transform-translate-y: 3.5rem;
}

.hover\:translate-y-15:hover {
  --transform-translate-y: 3.75rem;
}

.hover\:translate-y-16:hover {
  --transform-translate-y: 4rem;
}

.hover\:translate-y-17:hover {
  --transform-translate-y: 4.25rem;
}

.hover\:translate-y-18:hover {
  --transform-translate-y: 4.5rem;
}

.hover\:translate-y-19:hover {
  --transform-translate-y: 4.75rem;
}

.hover\:translate-y-20:hover {
  --transform-translate-y: 5rem;
}

.hover\:translate-y-24:hover {
  --transform-translate-y: 6rem;
}

.hover\:translate-y-32:hover {
  --transform-translate-y: 8rem;
}

.hover\:translate-y-40:hover {
  --transform-translate-y: 10rem;
}

.hover\:translate-y-48:hover {
  --transform-translate-y: 12rem;
}

.hover\:translate-y-56:hover {
  --transform-translate-y: 14rem;
}

.hover\:translate-y-64:hover {
  --transform-translate-y: 16rem;
}

.hover\:translate-y-75:hover {
  --transform-translate-y: 18.75rem;
}

.hover\:translate-y-px:hover {
  --transform-translate-y: 1px;
}

.hover\:-translate-y-1:hover {
  --transform-translate-y: -0.25rem;
}

.hover\:-translate-y-2:hover {
  --transform-translate-y: -0.5rem;
}

.hover\:-translate-y-3:hover {
  --transform-translate-y: -0.75rem;
}

.hover\:-translate-y-4:hover {
  --transform-translate-y: -1rem;
}

.hover\:-translate-y-5:hover {
  --transform-translate-y: -1.25rem;
}

.hover\:-translate-y-6:hover {
  --transform-translate-y: -1.5rem;
}

.hover\:-translate-y-7:hover {
  --transform-translate-y: -1.75rem;
}

.hover\:-translate-y-8:hover {
  --transform-translate-y: -2rem;
}

.hover\:-translate-y-9:hover {
  --transform-translate-y: -2.25rem;
}

.hover\:-translate-y-10:hover {
  --transform-translate-y: -2.5rem;
}

.hover\:-translate-y-11:hover {
  --transform-translate-y: -2.75rem;
}

.hover\:-translate-y-12:hover {
  --transform-translate-y: -3rem;
}

.hover\:-translate-y-13:hover {
  --transform-translate-y: -3.25rem;
}

.hover\:-translate-y-14:hover {
  --transform-translate-y: -3.5rem;
}

.hover\:-translate-y-15:hover {
  --transform-translate-y: -3.75rem;
}

.hover\:-translate-y-16:hover {
  --transform-translate-y: -4rem;
}

.hover\:-translate-y-17:hover {
  --transform-translate-y: -4.25rem;
}

.hover\:-translate-y-18:hover {
  --transform-translate-y: -4.5rem;
}

.hover\:-translate-y-19:hover {
  --transform-translate-y: -4.75rem;
}

.hover\:-translate-y-20:hover {
  --transform-translate-y: -5rem;
}

.hover\:-translate-y-24:hover {
  --transform-translate-y: -6rem;
}

.hover\:-translate-y-32:hover {
  --transform-translate-y: -8rem;
}

.hover\:-translate-y-40:hover {
  --transform-translate-y: -10rem;
}

.hover\:-translate-y-48:hover {
  --transform-translate-y: -12rem;
}

.hover\:-translate-y-56:hover {
  --transform-translate-y: -14rem;
}

.hover\:-translate-y-64:hover {
  --transform-translate-y: -16rem;
}

.hover\:-translate-y-75:hover {
  --transform-translate-y: -18.75rem;
}

.hover\:-translate-y-px:hover {
  --transform-translate-y: -1px;
}

.hover\:-translate-y-full:hover {
  --transform-translate-y: -100%;
}

.hover\:-translate-y-1\/2:hover {
  --transform-translate-y: -50%;
}

.hover\:translate-y-1\/2:hover {
  --transform-translate-y: 50%;
}

.hover\:translate-y-full:hover {
  --transform-translate-y: 100%;
}

.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-9\! {
  --transform-translate-x: 2.25rem !important;
}

.translate-x-10\! {
  --transform-translate-x: 2.5rem !important;
}

.translate-x-11\! {
  --transform-translate-x: 2.75rem !important;
}

.translate-x-12\! {
  --transform-translate-x: 3rem !important;
}

.translate-x-13\! {
  --transform-translate-x: 3.25rem !important;
}

.translate-x-14\! {
  --transform-translate-x: 3.5rem !important;
}

.translate-x-15\! {
  --transform-translate-x: 3.75rem !important;
}

.translate-x-16\! {
  --transform-translate-x: 4rem !important;
}

.translate-x-17\! {
  --transform-translate-x: 4.25rem !important;
}

.translate-x-18\! {
  --transform-translate-x: 4.5rem !important;
}

.translate-x-19\! {
  --transform-translate-x: 4.75rem !important;
}

.translate-x-20\! {
  --transform-translate-x: 5rem !important;
}

.translate-x-24\! {
  --transform-translate-x: 6rem !important;
}

.translate-x-32\! {
  --transform-translate-x: 8rem !important;
}

.translate-x-40\! {
  --transform-translate-x: 10rem !important;
}

.translate-x-48\! {
  --transform-translate-x: 12rem !important;
}

.translate-x-56\! {
  --transform-translate-x: 14rem !important;
}

.translate-x-64\! {
  --transform-translate-x: 16rem !important;
}

.translate-x-75\! {
  --transform-translate-x: 18.75rem !important;
}

.translate-x-px\! {
  --transform-translate-x: 1px !important;
}

.-translate-x-1\! {
  --transform-translate-x: -0.25rem !important;
}

.-translate-x-2\! {
  --transform-translate-x: -0.5rem !important;
}

.-translate-x-3\! {
  --transform-translate-x: -0.75rem !important;
}

.-translate-x-4\! {
  --transform-translate-x: -1rem !important;
}

.-translate-x-5\! {
  --transform-translate-x: -1.25rem !important;
}

.-translate-x-6\! {
  --transform-translate-x: -1.5rem !important;
}

.-translate-x-7\! {
  --transform-translate-x: -1.75rem !important;
}

.-translate-x-8\! {
  --transform-translate-x: -2rem !important;
}

.-translate-x-9\! {
  --transform-translate-x: -2.25rem !important;
}

.-translate-x-10\! {
  --transform-translate-x: -2.5rem !important;
}

.-translate-x-11\! {
  --transform-translate-x: -2.75rem !important;
}

.-translate-x-12\! {
  --transform-translate-x: -3rem !important;
}

.-translate-x-13\! {
  --transform-translate-x: -3.25rem !important;
}

.-translate-x-14\! {
  --transform-translate-x: -3.5rem !important;
}

.-translate-x-15\! {
  --transform-translate-x: -3.75rem !important;
}

.-translate-x-16\! {
  --transform-translate-x: -4rem !important;
}

.-translate-x-17\! {
  --transform-translate-x: -4.25rem !important;
}

.-translate-x-18\! {
  --transform-translate-x: -4.5rem !important;
}

.-translate-x-19\! {
  --transform-translate-x: -4.75rem !important;
}

.-translate-x-20\! {
  --transform-translate-x: -5rem !important;
}

.-translate-x-24\! {
  --transform-translate-x: -6rem !important;
}

.-translate-x-32\! {
  --transform-translate-x: -8rem !important;
}

.-translate-x-40\! {
  --transform-translate-x: -10rem !important;
}

.-translate-x-48\! {
  --transform-translate-x: -12rem !important;
}

.-translate-x-56\! {
  --transform-translate-x: -14rem !important;
}

.-translate-x-64\! {
  --transform-translate-x: -16rem !important;
}

.-translate-x-75\! {
  --transform-translate-x: -18.75rem !important;
}

.-translate-x-px\! {
  --transform-translate-x: -1px !important;
}

.-translate-x-full\! {
  --transform-translate-x: -100% !important;
}

.-translate-x-1\/2\! {
  --transform-translate-x: -50% !important;
}

.translate-x-1\/2\! {
  --transform-translate-x: 50% !important;
}

.translate-x-full\! {
  --transform-translate-x: 100% !important;
}

.translate-y-0\! {
  --transform-translate-y: 0 !important;
}

.translate-y-1\! {
  --transform-translate-y: 0.25rem !important;
}

.translate-y-2\! {
  --transform-translate-y: 0.5rem !important;
}

.translate-y-3\! {
  --transform-translate-y: 0.75rem !important;
}

.translate-y-4\! {
  --transform-translate-y: 1rem !important;
}

.translate-y-5\! {
  --transform-translate-y: 1.25rem !important;
}

.translate-y-6\! {
  --transform-translate-y: 1.5rem !important;
}

.translate-y-7\! {
  --transform-translate-y: 1.75rem !important;
}

.translate-y-8\! {
  --transform-translate-y: 2rem !important;
}

.translate-y-9\! {
  --transform-translate-y: 2.25rem !important;
}

.translate-y-10\! {
  --transform-translate-y: 2.5rem !important;
}

.translate-y-11\! {
  --transform-translate-y: 2.75rem !important;
}

.translate-y-12\! {
  --transform-translate-y: 3rem !important;
}

.translate-y-13\! {
  --transform-translate-y: 3.25rem !important;
}

.translate-y-14\! {
  --transform-translate-y: 3.5rem !important;
}

.translate-y-15\! {
  --transform-translate-y: 3.75rem !important;
}

.translate-y-16\! {
  --transform-translate-y: 4rem !important;
}

.translate-y-17\! {
  --transform-translate-y: 4.25rem !important;
}

.translate-y-18\! {
  --transform-translate-y: 4.5rem !important;
}

.translate-y-19\! {
  --transform-translate-y: 4.75rem !important;
}

.translate-y-20\! {
  --transform-translate-y: 5rem !important;
}

.translate-y-24\! {
  --transform-translate-y: 6rem !important;
}

.translate-y-32\! {
  --transform-translate-y: 8rem !important;
}

.translate-y-40\! {
  --transform-translate-y: 10rem !important;
}

.translate-y-48\! {
  --transform-translate-y: 12rem !important;
}

.translate-y-56\! {
  --transform-translate-y: 14rem !important;
}

.translate-y-64\! {
  --transform-translate-y: 16rem !important;
}

.translate-y-75\! {
  --transform-translate-y: 18.75rem !important;
}

.translate-y-px\! {
  --transform-translate-y: 1px !important;
}

.-translate-y-1\! {
  --transform-translate-y: -0.25rem !important;
}

.-translate-y-2\! {
  --transform-translate-y: -0.5rem !important;
}

.-translate-y-3\! {
  --transform-translate-y: -0.75rem !important;
}

.-translate-y-4\! {
  --transform-translate-y: -1rem !important;
}

.-translate-y-5\! {
  --transform-translate-y: -1.25rem !important;
}

.-translate-y-6\! {
  --transform-translate-y: -1.5rem !important;
}

.-translate-y-7\! {
  --transform-translate-y: -1.75rem !important;
}

.-translate-y-8\! {
  --transform-translate-y: -2rem !important;
}

.-translate-y-9\! {
  --transform-translate-y: -2.25rem !important;
}

.-translate-y-10\! {
  --transform-translate-y: -2.5rem !important;
}

.-translate-y-11\! {
  --transform-translate-y: -2.75rem !important;
}

.-translate-y-12\! {
  --transform-translate-y: -3rem !important;
}

.-translate-y-13\! {
  --transform-translate-y: -3.25rem !important;
}

.-translate-y-14\! {
  --transform-translate-y: -3.5rem !important;
}

.-translate-y-15\! {
  --transform-translate-y: -3.75rem !important;
}

.-translate-y-16\! {
  --transform-translate-y: -4rem !important;
}

.-translate-y-17\! {
  --transform-translate-y: -4.25rem !important;
}

.-translate-y-18\! {
  --transform-translate-y: -4.5rem !important;
}

.-translate-y-19\! {
  --transform-translate-y: -4.75rem !important;
}

.-translate-y-20\! {
  --transform-translate-y: -5rem !important;
}

.-translate-y-24\! {
  --transform-translate-y: -6rem !important;
}

.-translate-y-32\! {
  --transform-translate-y: -8rem !important;
}

.-translate-y-40\! {
  --transform-translate-y: -10rem !important;
}

.-translate-y-48\! {
  --transform-translate-y: -12rem !important;
}

.-translate-y-56\! {
  --transform-translate-y: -14rem !important;
}

.-translate-y-64\! {
  --transform-translate-y: -16rem !important;
}

.-translate-y-75\! {
  --transform-translate-y: -18.75rem !important;
}

.-translate-y-px\! {
  --transform-translate-y: -1px !important;
}

.-translate-y-full\! {
  --transform-translate-y: -100% !important;
}

.-translate-y-1\/2\! {
  --transform-translate-y: -50% !important;
}

.translate-y-1\/2\! {
  --transform-translate-y: 50% !important;
}

.translate-y-full\! {
  --transform-translate-y: 100% !important;
}

.skew-x-0 {
  --transform-skew-x: 0;
}

.skew-x-3 {
  --transform-skew-x: 3deg;
}

.skew-x-6 {
  --transform-skew-x: 6deg;
}

.skew-x-12 {
  --transform-skew-x: 12deg;
}

.-skew-x-12 {
  --transform-skew-x: -12deg;
}

.-skew-x-6 {
  --transform-skew-x: -6deg;
}

.-skew-x-3 {
  --transform-skew-x: -3deg;
}

.skew-y-0 {
  --transform-skew-y: 0;
}

.skew-y-3 {
  --transform-skew-y: 3deg;
}

.skew-y-6 {
  --transform-skew-y: 6deg;
}

.skew-y-12 {
  --transform-skew-y: 12deg;
}

.-skew-y-12 {
  --transform-skew-y: -12deg;
}

.-skew-y-6 {
  --transform-skew-y: -6deg;
}

.-skew-y-3 {
  --transform-skew-y: -3deg;
}

.even\:skew-x-0:nth-child(even) {
  --transform-skew-x: 0;
}

.even\:skew-x-3:nth-child(even) {
  --transform-skew-x: 3deg;
}

.even\:skew-x-6:nth-child(even) {
  --transform-skew-x: 6deg;
}

.even\:skew-x-12:nth-child(even) {
  --transform-skew-x: 12deg;
}

.even\:-skew-x-12:nth-child(even) {
  --transform-skew-x: -12deg;
}

.even\:-skew-x-6:nth-child(even) {
  --transform-skew-x: -6deg;
}

.even\:-skew-x-3:nth-child(even) {
  --transform-skew-x: -3deg;
}

.even\:skew-y-0:nth-child(even) {
  --transform-skew-y: 0;
}

.even\:skew-y-3:nth-child(even) {
  --transform-skew-y: 3deg;
}

.even\:skew-y-6:nth-child(even) {
  --transform-skew-y: 6deg;
}

.even\:skew-y-12:nth-child(even) {
  --transform-skew-y: 12deg;
}

.even\:-skew-y-12:nth-child(even) {
  --transform-skew-y: -12deg;
}

.even\:-skew-y-6:nth-child(even) {
  --transform-skew-y: -6deg;
}

.even\:-skew-y-3:nth-child(even) {
  --transform-skew-y: -3deg;
}

.odd\:skew-x-0:nth-child(odd) {
  --transform-skew-x: 0;
}

.odd\:skew-x-3:nth-child(odd) {
  --transform-skew-x: 3deg;
}

.odd\:skew-x-6:nth-child(odd) {
  --transform-skew-x: 6deg;
}

.odd\:skew-x-12:nth-child(odd) {
  --transform-skew-x: 12deg;
}

.odd\:-skew-x-12:nth-child(odd) {
  --transform-skew-x: -12deg;
}

.odd\:-skew-x-6:nth-child(odd) {
  --transform-skew-x: -6deg;
}

.odd\:-skew-x-3:nth-child(odd) {
  --transform-skew-x: -3deg;
}

.odd\:skew-y-0:nth-child(odd) {
  --transform-skew-y: 0;
}

.odd\:skew-y-3:nth-child(odd) {
  --transform-skew-y: 3deg;
}

.odd\:skew-y-6:nth-child(odd) {
  --transform-skew-y: 6deg;
}

.odd\:skew-y-12:nth-child(odd) {
  --transform-skew-y: 12deg;
}

.odd\:-skew-y-12:nth-child(odd) {
  --transform-skew-y: -12deg;
}

.odd\:-skew-y-6:nth-child(odd) {
  --transform-skew-y: -6deg;
}

.odd\:-skew-y-3:nth-child(odd) {
  --transform-skew-y: -3deg;
}

.children\:skew-x-0 > * {
  --transform-skew-x: 0;
}

.children\:skew-x-3 > * {
  --transform-skew-x: 3deg;
}

.children\:skew-x-6 > * {
  --transform-skew-x: 6deg;
}

.children\:skew-x-12 > * {
  --transform-skew-x: 12deg;
}

.children\:-skew-x-12 > * {
  --transform-skew-x: -12deg;
}

.children\:-skew-x-6 > * {
  --transform-skew-x: -6deg;
}

.children\:-skew-x-3 > * {
  --transform-skew-x: -3deg;
}

.children\:skew-y-0 > * {
  --transform-skew-y: 0;
}

.children\:skew-y-3 > * {
  --transform-skew-y: 3deg;
}

.children\:skew-y-6 > * {
  --transform-skew-y: 6deg;
}

.children\:skew-y-12 > * {
  --transform-skew-y: 12deg;
}

.children\:-skew-y-12 > * {
  --transform-skew-y: -12deg;
}

.children\:-skew-y-6 > * {
  --transform-skew-y: -6deg;
}

.children\:-skew-y-3 > * {
  --transform-skew-y: -3deg;
}

.first\:skew-x-0:first-child {
  --transform-skew-x: 0;
}

.first\:skew-x-3:first-child {
  --transform-skew-x: 3deg;
}

.first\:skew-x-6:first-child {
  --transform-skew-x: 6deg;
}

.first\:skew-x-12:first-child {
  --transform-skew-x: 12deg;
}

.first\:-skew-x-12:first-child {
  --transform-skew-x: -12deg;
}

.first\:-skew-x-6:first-child {
  --transform-skew-x: -6deg;
}

.first\:-skew-x-3:first-child {
  --transform-skew-x: -3deg;
}

.first\:skew-y-0:first-child {
  --transform-skew-y: 0;
}

.first\:skew-y-3:first-child {
  --transform-skew-y: 3deg;
}

.first\:skew-y-6:first-child {
  --transform-skew-y: 6deg;
}

.first\:skew-y-12:first-child {
  --transform-skew-y: 12deg;
}

.first\:-skew-y-12:first-child {
  --transform-skew-y: -12deg;
}

.first\:-skew-y-6:first-child {
  --transform-skew-y: -6deg;
}

.first\:-skew-y-3:first-child {
  --transform-skew-y: -3deg;
}

.last\:skew-x-0:last-child {
  --transform-skew-x: 0;
}

.last\:skew-x-3:last-child {
  --transform-skew-x: 3deg;
}

.last\:skew-x-6:last-child {
  --transform-skew-x: 6deg;
}

.last\:skew-x-12:last-child {
  --transform-skew-x: 12deg;
}

.last\:-skew-x-12:last-child {
  --transform-skew-x: -12deg;
}

.last\:-skew-x-6:last-child {
  --transform-skew-x: -6deg;
}

.last\:-skew-x-3:last-child {
  --transform-skew-x: -3deg;
}

.last\:skew-y-0:last-child {
  --transform-skew-y: 0;
}

.last\:skew-y-3:last-child {
  --transform-skew-y: 3deg;
}

.last\:skew-y-6:last-child {
  --transform-skew-y: 6deg;
}

.last\:skew-y-12:last-child {
  --transform-skew-y: 12deg;
}

.last\:-skew-y-12:last-child {
  --transform-skew-y: -12deg;
}

.last\:-skew-y-6:last-child {
  --transform-skew-y: -6deg;
}

.last\:-skew-y-3:last-child {
  --transform-skew-y: -3deg;
}

.hover\:skew-x-0:hover {
  --transform-skew-x: 0;
}

.hover\:skew-x-3:hover {
  --transform-skew-x: 3deg;
}

.hover\:skew-x-6:hover {
  --transform-skew-x: 6deg;
}

.hover\:skew-x-12:hover {
  --transform-skew-x: 12deg;
}

.hover\:-skew-x-12:hover {
  --transform-skew-x: -12deg;
}

.hover\:-skew-x-6:hover {
  --transform-skew-x: -6deg;
}

.hover\:-skew-x-3:hover {
  --transform-skew-x: -3deg;
}

.hover\:skew-y-0:hover {
  --transform-skew-y: 0;
}

.hover\:skew-y-3:hover {
  --transform-skew-y: 3deg;
}

.hover\:skew-y-6:hover {
  --transform-skew-y: 6deg;
}

.hover\:skew-y-12:hover {
  --transform-skew-y: 12deg;
}

.hover\:-skew-y-12:hover {
  --transform-skew-y: -12deg;
}

.hover\:-skew-y-6:hover {
  --transform-skew-y: -6deg;
}

.hover\:-skew-y-3:hover {
  --transform-skew-y: -3deg;
}

.skew-x-0\! {
  --transform-skew-x: 0 !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-y-0\! {
  --transform-skew-y: 0 !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;
}

.transition-none {
  transition-property: none;
}

.transition-all {
  transition-property: all;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
}

.transition-opacity {
  transition-property: opacity;
}

.transition-shadow {
  transition-property: box-shadow;
}

.transition-transform {
  transition-property: transform;
}

.even\:transition-none:nth-child(even) {
  transition-property: none;
}

.even\:transition-all:nth-child(even) {
  transition-property: all;
}

.even\:transition:nth-child(even) {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.even\:transition-colors:nth-child(even) {
  transition-property: background-color, border-color, color, fill, stroke;
}

.even\:transition-opacity:nth-child(even) {
  transition-property: opacity;
}

.even\:transition-shadow:nth-child(even) {
  transition-property: box-shadow;
}

.even\:transition-transform:nth-child(even) {
  transition-property: transform;
}

.odd\:transition-none:nth-child(odd) {
  transition-property: none;
}

.odd\:transition-all:nth-child(odd) {
  transition-property: all;
}

.odd\:transition:nth-child(odd) {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.odd\:transition-colors:nth-child(odd) {
  transition-property: background-color, border-color, color, fill, stroke;
}

.odd\:transition-opacity:nth-child(odd) {
  transition-property: opacity;
}

.odd\:transition-shadow:nth-child(odd) {
  transition-property: box-shadow;
}

.odd\:transition-transform:nth-child(odd) {
  transition-property: transform;
}

.children\:transition-none > * {
  transition-property: none;
}

.children\:transition-all > * {
  transition-property: all;
}

.children\:transition > * {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.children\:transition-colors > * {
  transition-property: background-color, border-color, color, fill, stroke;
}

.children\:transition-opacity > * {
  transition-property: opacity;
}

.children\:transition-shadow > * {
  transition-property: box-shadow;
}

.children\:transition-transform > * {
  transition-property: transform;
}

.first\:transition-none:first-child {
  transition-property: none;
}

.first\:transition-all:first-child {
  transition-property: all;
}

.first\:transition:first-child {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.first\:transition-colors:first-child {
  transition-property: background-color, border-color, color, fill, stroke;
}

.first\:transition-opacity:first-child {
  transition-property: opacity;
}

.first\:transition-shadow:first-child {
  transition-property: box-shadow;
}

.first\:transition-transform:first-child {
  transition-property: transform;
}

.last\:transition-none:last-child {
  transition-property: none;
}

.last\:transition-all:last-child {
  transition-property: all;
}

.last\:transition:last-child {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.last\:transition-colors:last-child {
  transition-property: background-color, border-color, color, fill, stroke;
}

.last\:transition-opacity:last-child {
  transition-property: opacity;
}

.last\:transition-shadow:last-child {
  transition-property: box-shadow;
}

.last\:transition-transform:last-child {
  transition-property: transform;
}

.hover\:transition-none:hover {
  transition-property: none;
}

.hover\:transition-all:hover {
  transition-property: all;
}

.hover\:transition:hover {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.hover\:transition-colors:hover {
  transition-property: background-color, border-color, color, fill, stroke;
}

.hover\:transition-opacity:hover {
  transition-property: opacity;
}

.hover\:transition-shadow:hover {
  transition-property: box-shadow;
}

.hover\:transition-transform:hover {
  transition-property: transform;
}

.transition-none\! {
  transition-property: none !important;
}

.transition-all\! {
  transition-property: all !important;
}

.transition\! {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
}

.transition-colors\! {
  transition-property: background-color, border-color, color, fill, stroke !important;
}

.transition-opacity\! {
  transition-property: opacity !important;
}

.transition-shadow\! {
  transition-property: box-shadow !important;
}

.transition-transform\! {
  transition-property: transform !important;
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.even\:ease-linear:nth-child(even) {
  transition-timing-function: linear;
}

.even\:ease-in:nth-child(even) {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.even\:ease-out:nth-child(even) {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.even\:ease-in-out:nth-child(even) {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.odd\:ease-linear:nth-child(odd) {
  transition-timing-function: linear;
}

.odd\:ease-in:nth-child(odd) {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.odd\:ease-out:nth-child(odd) {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.odd\:ease-in-out:nth-child(odd) {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.children\:ease-linear > * {
  transition-timing-function: linear;
}

.children\:ease-in > * {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.children\:ease-out > * {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.children\:ease-in-out > * {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.first\:ease-linear:first-child {
  transition-timing-function: linear;
}

.first\:ease-in:first-child {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.first\:ease-out:first-child {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.first\:ease-in-out:first-child {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.last\:ease-linear:last-child {
  transition-timing-function: linear;
}

.last\:ease-in:last-child {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.last\:ease-out:last-child {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.last\:ease-in-out:last-child {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover\:ease-linear:hover {
  transition-timing-function: linear;
}

.hover\:ease-in:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.hover\:ease-out:hover {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.hover\:ease-in-out:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear\! {
  transition-timing-function: linear !important;
}

.ease-in\! {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-out\! {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in-out\! {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.even\:duration-75:nth-child(even) {
  transition-duration: 75ms;
}

.even\:duration-100:nth-child(even) {
  transition-duration: 100ms;
}

.even\:duration-150:nth-child(even) {
  transition-duration: 150ms;
}

.even\:duration-200:nth-child(even) {
  transition-duration: 200ms;
}

.even\:duration-300:nth-child(even) {
  transition-duration: 300ms;
}

.even\:duration-500:nth-child(even) {
  transition-duration: 500ms;
}

.even\:duration-700:nth-child(even) {
  transition-duration: 700ms;
}

.even\:duration-1000:nth-child(even) {
  transition-duration: 1000ms;
}

.odd\:duration-75:nth-child(odd) {
  transition-duration: 75ms;
}

.odd\:duration-100:nth-child(odd) {
  transition-duration: 100ms;
}

.odd\:duration-150:nth-child(odd) {
  transition-duration: 150ms;
}

.odd\:duration-200:nth-child(odd) {
  transition-duration: 200ms;
}

.odd\:duration-300:nth-child(odd) {
  transition-duration: 300ms;
}

.odd\:duration-500:nth-child(odd) {
  transition-duration: 500ms;
}

.odd\:duration-700:nth-child(odd) {
  transition-duration: 700ms;
}

.odd\:duration-1000:nth-child(odd) {
  transition-duration: 1000ms;
}

.children\:duration-75 > * {
  transition-duration: 75ms;
}

.children\:duration-100 > * {
  transition-duration: 100ms;
}

.children\:duration-150 > * {
  transition-duration: 150ms;
}

.children\:duration-200 > * {
  transition-duration: 200ms;
}

.children\:duration-300 > * {
  transition-duration: 300ms;
}

.children\:duration-500 > * {
  transition-duration: 500ms;
}

.children\:duration-700 > * {
  transition-duration: 700ms;
}

.children\:duration-1000 > * {
  transition-duration: 1000ms;
}

.first\:duration-75:first-child {
  transition-duration: 75ms;
}

.first\:duration-100:first-child {
  transition-duration: 100ms;
}

.first\:duration-150:first-child {
  transition-duration: 150ms;
}

.first\:duration-200:first-child {
  transition-duration: 200ms;
}

.first\:duration-300:first-child {
  transition-duration: 300ms;
}

.first\:duration-500:first-child {
  transition-duration: 500ms;
}

.first\:duration-700:first-child {
  transition-duration: 700ms;
}

.first\:duration-1000:first-child {
  transition-duration: 1000ms;
}

.last\:duration-75:last-child {
  transition-duration: 75ms;
}

.last\:duration-100:last-child {
  transition-duration: 100ms;
}

.last\:duration-150:last-child {
  transition-duration: 150ms;
}

.last\:duration-200:last-child {
  transition-duration: 200ms;
}

.last\:duration-300:last-child {
  transition-duration: 300ms;
}

.last\:duration-500:last-child {
  transition-duration: 500ms;
}

.last\:duration-700:last-child {
  transition-duration: 700ms;
}

.last\:duration-1000:last-child {
  transition-duration: 1000ms;
}

.hover\:duration-75:hover {
  transition-duration: 75ms;
}

.hover\:duration-100:hover {
  transition-duration: 100ms;
}

.hover\:duration-150:hover {
  transition-duration: 150ms;
}

.hover\:duration-200:hover {
  transition-duration: 200ms;
}

.hover\:duration-300:hover {
  transition-duration: 300ms;
}

.hover\:duration-500:hover {
  transition-duration: 500ms;
}

.hover\:duration-700:hover {
  transition-duration: 700ms;
}

.hover\:duration-1000:hover {
  transition-duration: 1000ms;
}

.duration-75\! {
  transition-duration: 75ms !important;
}

.duration-100\! {
  transition-duration: 100ms !important;
}

.duration-150\! {
  transition-duration: 150ms !important;
}

.duration-200\! {
  transition-duration: 200ms !important;
}

.duration-300\! {
  transition-duration: 300ms !important;
}

.duration-500\! {
  transition-duration: 500ms !important;
}

.duration-700\! {
  transition-duration: 700ms !important;
}

.duration-1000\! {
  transition-duration: 1000ms !important;
}

.delay-75 {
  transition-delay: 75ms;
}

.delay-100 {
  transition-delay: 100ms;
}

.delay-150 {
  transition-delay: 150ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.delay-500 {
  transition-delay: 500ms;
}

.delay-700 {
  transition-delay: 700ms;
}

.delay-1000 {
  transition-delay: 1000ms;
}

.even\:delay-75:nth-child(even) {
  transition-delay: 75ms;
}

.even\:delay-100:nth-child(even) {
  transition-delay: 100ms;
}

.even\:delay-150:nth-child(even) {
  transition-delay: 150ms;
}

.even\:delay-200:nth-child(even) {
  transition-delay: 200ms;
}

.even\:delay-300:nth-child(even) {
  transition-delay: 300ms;
}

.even\:delay-500:nth-child(even) {
  transition-delay: 500ms;
}

.even\:delay-700:nth-child(even) {
  transition-delay: 700ms;
}

.even\:delay-1000:nth-child(even) {
  transition-delay: 1000ms;
}

.odd\:delay-75:nth-child(odd) {
  transition-delay: 75ms;
}

.odd\:delay-100:nth-child(odd) {
  transition-delay: 100ms;
}

.odd\:delay-150:nth-child(odd) {
  transition-delay: 150ms;
}

.odd\:delay-200:nth-child(odd) {
  transition-delay: 200ms;
}

.odd\:delay-300:nth-child(odd) {
  transition-delay: 300ms;
}

.odd\:delay-500:nth-child(odd) {
  transition-delay: 500ms;
}

.odd\:delay-700:nth-child(odd) {
  transition-delay: 700ms;
}

.odd\:delay-1000:nth-child(odd) {
  transition-delay: 1000ms;
}

.children\:delay-75 > * {
  transition-delay: 75ms;
}

.children\:delay-100 > * {
  transition-delay: 100ms;
}

.children\:delay-150 > * {
  transition-delay: 150ms;
}

.children\:delay-200 > * {
  transition-delay: 200ms;
}

.children\:delay-300 > * {
  transition-delay: 300ms;
}

.children\:delay-500 > * {
  transition-delay: 500ms;
}

.children\:delay-700 > * {
  transition-delay: 700ms;
}

.children\:delay-1000 > * {
  transition-delay: 1000ms;
}

.first\:delay-75:first-child {
  transition-delay: 75ms;
}

.first\:delay-100:first-child {
  transition-delay: 100ms;
}

.first\:delay-150:first-child {
  transition-delay: 150ms;
}

.first\:delay-200:first-child {
  transition-delay: 200ms;
}

.first\:delay-300:first-child {
  transition-delay: 300ms;
}

.first\:delay-500:first-child {
  transition-delay: 500ms;
}

.first\:delay-700:first-child {
  transition-delay: 700ms;
}

.first\:delay-1000:first-child {
  transition-delay: 1000ms;
}

.last\:delay-75:last-child {
  transition-delay: 75ms;
}

.last\:delay-100:last-child {
  transition-delay: 100ms;
}

.last\:delay-150:last-child {
  transition-delay: 150ms;
}

.last\:delay-200:last-child {
  transition-delay: 200ms;
}

.last\:delay-300:last-child {
  transition-delay: 300ms;
}

.last\:delay-500:last-child {
  transition-delay: 500ms;
}

.last\:delay-700:last-child {
  transition-delay: 700ms;
}

.last\:delay-1000:last-child {
  transition-delay: 1000ms;
}

.hover\:delay-75:hover {
  transition-delay: 75ms;
}

.hover\:delay-100:hover {
  transition-delay: 100ms;
}

.hover\:delay-150:hover {
  transition-delay: 150ms;
}

.hover\:delay-200:hover {
  transition-delay: 200ms;
}

.hover\:delay-300:hover {
  transition-delay: 300ms;
}

.hover\:delay-500:hover {
  transition-delay: 500ms;
}

.hover\:delay-700:hover {
  transition-delay: 700ms;
}

.hover\:delay-1000:hover {
  transition-delay: 1000ms;
}

.delay-75\! {
  transition-delay: 75ms !important;
}

.delay-100\! {
  transition-delay: 100ms !important;
}

.delay-150\! {
  transition-delay: 150ms !important;
}

.delay-200\! {
  transition-delay: 200ms !important;
}

.delay-300\! {
  transition-delay: 300ms !important;
}

.delay-500\! {
  transition-delay: 500ms !important;
}

.delay-700\! {
  transition-delay: 700ms !important;
}

.delay-1000\! {
  transition-delay: 1000ms !important;
}

.aspect-ratio-square {
  padding-top: 100%;
}

.aspect-ratio-3\/2 {
  padding-top: 66.66666666666667%;
}

.aspect-ratio-2\/3 {
  padding-top: 150%;
}

.aspect-ratio-4\/3 {
  padding-top: 75%;
}

.aspect-ratio-5\/6 {
  padding-top: 120%;
}

.aspect-ratio-16\/9 {
  padding-top: 56.25%;
}

.aspect-ratio-21\/9 {
  padding-top: 42.86%;
}

.even\:aspect-ratio-square:nth-child(even) {
  padding-top: 100%;
}

.even\:aspect-ratio-3\/2:nth-child(even) {
  padding-top: 66.66666666666667%;
}

.even\:aspect-ratio-2\/3:nth-child(even) {
  padding-top: 150%;
}

.even\:aspect-ratio-4\/3:nth-child(even) {
  padding-top: 75%;
}

.even\:aspect-ratio-5\/6:nth-child(even) {
  padding-top: 120%;
}

.even\:aspect-ratio-16\/9:nth-child(even) {
  padding-top: 56.25%;
}

.even\:aspect-ratio-21\/9:nth-child(even) {
  padding-top: 42.86%;
}

.odd\:aspect-ratio-square:nth-child(odd) {
  padding-top: 100%;
}

.odd\:aspect-ratio-3\/2:nth-child(odd) {
  padding-top: 66.66666666666667%;
}

.odd\:aspect-ratio-2\/3:nth-child(odd) {
  padding-top: 150%;
}

.odd\:aspect-ratio-4\/3:nth-child(odd) {
  padding-top: 75%;
}

.odd\:aspect-ratio-5\/6:nth-child(odd) {
  padding-top: 120%;
}

.odd\:aspect-ratio-16\/9:nth-child(odd) {
  padding-top: 56.25%;
}

.odd\:aspect-ratio-21\/9:nth-child(odd) {
  padding-top: 42.86%;
}

.children\:aspect-ratio-square > * {
  padding-top: 100%;
}

.children\:aspect-ratio-3\/2 > * {
  padding-top: 66.66666666666667%;
}

.children\:aspect-ratio-2\/3 > * {
  padding-top: 150%;
}

.children\:aspect-ratio-4\/3 > * {
  padding-top: 75%;
}

.children\:aspect-ratio-5\/6 > * {
  padding-top: 120%;
}

.children\:aspect-ratio-16\/9 > * {
  padding-top: 56.25%;
}

.children\:aspect-ratio-21\/9 > * {
  padding-top: 42.86%;
}

.first\:aspect-ratio-square:first-child {
  padding-top: 100%;
}

.first\:aspect-ratio-3\/2:first-child {
  padding-top: 66.66666666666667%;
}

.first\:aspect-ratio-2\/3:first-child {
  padding-top: 150%;
}

.first\:aspect-ratio-4\/3:first-child {
  padding-top: 75%;
}

.first\:aspect-ratio-5\/6:first-child {
  padding-top: 120%;
}

.first\:aspect-ratio-16\/9:first-child {
  padding-top: 56.25%;
}

.first\:aspect-ratio-21\/9:first-child {
  padding-top: 42.86%;
}

.last\:aspect-ratio-square:last-child {
  padding-top: 100%;
}

.last\:aspect-ratio-3\/2:last-child {
  padding-top: 66.66666666666667%;
}

.last\:aspect-ratio-2\/3:last-child {
  padding-top: 150%;
}

.last\:aspect-ratio-4\/3:last-child {
  padding-top: 75%;
}

.last\:aspect-ratio-5\/6:last-child {
  padding-top: 120%;
}

.last\:aspect-ratio-16\/9:last-child {
  padding-top: 56.25%;
}

.last\:aspect-ratio-21\/9:last-child {
  padding-top: 42.86%;
}

.hover\:aspect-ratio-square:hover {
  padding-top: 100%;
}

.hover\:aspect-ratio-3\/2:hover {
  padding-top: 66.66666666666667%;
}

.hover\:aspect-ratio-2\/3:hover {
  padding-top: 150%;
}

.hover\:aspect-ratio-4\/3:hover {
  padding-top: 75%;
}

.hover\:aspect-ratio-5\/6:hover {
  padding-top: 120%;
}

.hover\:aspect-ratio-16\/9:hover {
  padding-top: 56.25%;
}

.hover\:aspect-ratio-21\/9:hover {
  padding-top: 42.86%;
}

.aspect-ratio-square\! {
  padding-top: 100% !important;
}

.aspect-ratio-3\/2\! {
  padding-top: 66.66666666666667% !important;
}

.aspect-ratio-2\/3\! {
  padding-top: 150% !important;
}

.aspect-ratio-4\/3\! {
  padding-top: 75% !important;
}

.aspect-ratio-5\/6\! {
  padding-top: 120% !important;
}

.aspect-ratio-16\/9\! {
  padding-top: 56.25% !important;
}

.aspect-ratio-21\/9\! {
  padding-top: 42.86% !important;
}

.border-box {
  box-sizing: border-box;
}

.content-box {
  box-sizing: content-box;
}

.even\:border-box:nth-child(even) {
  box-sizing: border-box;
}

.even\:content-box:nth-child(even) {
  box-sizing: content-box;
}

.odd\:border-box:nth-child(odd) {
  box-sizing: border-box;
}

.odd\:content-box:nth-child(odd) {
  box-sizing: content-box;
}

.children\:border-box > * {
  box-sizing: border-box;
}

.children\:content-box > * {
  box-sizing: content-box;
}

.first\:border-box:first-child {
  box-sizing: border-box;
}

.first\:content-box:first-child {
  box-sizing: content-box;
}

.last\:border-box:last-child {
  box-sizing: border-box;
}

.last\:content-box:last-child {
  box-sizing: content-box;
}

.hover\:border-box:hover {
  box-sizing: border-box;
}

.hover\:content-box:hover {
  box-sizing: content-box;
}

.border-box\! {
  box-sizing: border-box !important;
}

.content-box\! {
  box-sizing: content-box !important;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-10 {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.even\:line-clamp-1:nth-child(even) {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.even\:line-clamp-2:nth-child(even) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.even\:line-clamp-3:nth-child(even) {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.even\:line-clamp-4:nth-child(even) {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.even\:line-clamp-5:nth-child(even) {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.even\:line-clamp-6:nth-child(even) {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.even\:line-clamp-7:nth-child(even) {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.even\:line-clamp-8:nth-child(even) {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.even\:line-clamp-9:nth-child(even) {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.even\:line-clamp-10:nth-child(even) {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.odd\:line-clamp-1:nth-child(odd) {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.odd\:line-clamp-2:nth-child(odd) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.odd\:line-clamp-3:nth-child(odd) {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.odd\:line-clamp-4:nth-child(odd) {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.odd\:line-clamp-5:nth-child(odd) {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.odd\:line-clamp-6:nth-child(odd) {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.odd\:line-clamp-7:nth-child(odd) {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.odd\:line-clamp-8:nth-child(odd) {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.odd\:line-clamp-9:nth-child(odd) {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.odd\:line-clamp-10:nth-child(odd) {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.children\:line-clamp-1 > * {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.children\:line-clamp-2 > * {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.children\:line-clamp-3 > * {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.children\:line-clamp-4 > * {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.children\:line-clamp-5 > * {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.children\:line-clamp-6 > * {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.children\:line-clamp-7 > * {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.children\:line-clamp-8 > * {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.children\:line-clamp-9 > * {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.children\:line-clamp-10 > * {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.first\:line-clamp-1:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.first\:line-clamp-2:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.first\:line-clamp-3:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.first\:line-clamp-4:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.first\:line-clamp-5:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.first\:line-clamp-6:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.first\:line-clamp-7:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.first\:line-clamp-8:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.first\:line-clamp-9:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.first\:line-clamp-10:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.last\:line-clamp-1:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.last\:line-clamp-2:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.last\:line-clamp-3:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.last\:line-clamp-4:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.last\:line-clamp-5:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.last\:line-clamp-6:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.last\:line-clamp-7:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.last\:line-clamp-8:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.last\:line-clamp-9:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.last\:line-clamp-10:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hover\:line-clamp-1:hover {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hover\:line-clamp-2:hover {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hover\:line-clamp-3:hover {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hover\:line-clamp-4:hover {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hover\:line-clamp-5:hover {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hover\:line-clamp-6:hover {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hover\:line-clamp-7:hover {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hover\:line-clamp-8:hover {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hover\:line-clamp-9:hover {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hover\:line-clamp-10:hover {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-1\! {
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.line-clamp-2\! {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.line-clamp-3\! {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.line-clamp-4\! {
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.line-clamp-5\! {
  display: -webkit-box !important;
  -webkit-line-clamp: 5 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.line-clamp-6\! {
  display: -webkit-box !important;
  -webkit-line-clamp: 6 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.line-clamp-7\! {
  display: -webkit-box !important;
  -webkit-line-clamp: 7 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.line-clamp-8\! {
  display: -webkit-box !important;
  -webkit-line-clamp: 8 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.line-clamp-9\! {
  display: -webkit-box !important;
  -webkit-line-clamp: 9 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.line-clamp-10\! {
  display: -webkit-box !important;
  -webkit-line-clamp: 10 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.filter-blur-1 {
  filter: blur(1px);
}

.filter-blur-2 {
  filter: blur(2px);
}

.filter-blur-3 {
  filter: blur(3px);
}

.filter-blur-4 {
  filter: blur(4px);
}

.filter-blur-5 {
  filter: blur(5px);
}

.even\:filter-blur-1:nth-child(even) {
  filter: blur(1px);
}

.even\:filter-blur-2:nth-child(even) {
  filter: blur(2px);
}

.even\:filter-blur-3:nth-child(even) {
  filter: blur(3px);
}

.even\:filter-blur-4:nth-child(even) {
  filter: blur(4px);
}

.even\:filter-blur-5:nth-child(even) {
  filter: blur(5px);
}

.odd\:filter-blur-1:nth-child(odd) {
  filter: blur(1px);
}

.odd\:filter-blur-2:nth-child(odd) {
  filter: blur(2px);
}

.odd\:filter-blur-3:nth-child(odd) {
  filter: blur(3px);
}

.odd\:filter-blur-4:nth-child(odd) {
  filter: blur(4px);
}

.odd\:filter-blur-5:nth-child(odd) {
  filter: blur(5px);
}

.children\:filter-blur-1 > * {
  filter: blur(1px);
}

.children\:filter-blur-2 > * {
  filter: blur(2px);
}

.children\:filter-blur-3 > * {
  filter: blur(3px);
}

.children\:filter-blur-4 > * {
  filter: blur(4px);
}

.children\:filter-blur-5 > * {
  filter: blur(5px);
}

.first\:filter-blur-1:first-child {
  filter: blur(1px);
}

.first\:filter-blur-2:first-child {
  filter: blur(2px);
}

.first\:filter-blur-3:first-child {
  filter: blur(3px);
}

.first\:filter-blur-4:first-child {
  filter: blur(4px);
}

.first\:filter-blur-5:first-child {
  filter: blur(5px);
}

.last\:filter-blur-1:last-child {
  filter: blur(1px);
}

.last\:filter-blur-2:last-child {
  filter: blur(2px);
}

.last\:filter-blur-3:last-child {
  filter: blur(3px);
}

.last\:filter-blur-4:last-child {
  filter: blur(4px);
}

.last\:filter-blur-5:last-child {
  filter: blur(5px);
}

.hover\:filter-blur-1:hover {
  filter: blur(1px);
}

.hover\:filter-blur-2:hover {
  filter: blur(2px);
}

.hover\:filter-blur-3:hover {
  filter: blur(3px);
}

.hover\:filter-blur-4:hover {
  filter: blur(4px);
}

.hover\:filter-blur-5:hover {
  filter: blur(5px);
}

.filter-blur-1\! {
  filter: blur(1px) !important;
}

.filter-blur-2\! {
  filter: blur(2px) !important;
}

.filter-blur-3\! {
  filter: blur(3px) !important;
}

.filter-blur-4\! {
  filter: blur(4px) !important;
}

.filter-blur-5\! {
  filter: blur(5px) !important;
}

@media (min-width: 640px) {
  .sm\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .sm\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .sm\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .sm\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .sm\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .sm\:space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .sm\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .sm\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .sm\:space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .sm\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .sm\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .sm\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .sm\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .sm\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .sm\:space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .sm\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .sm\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .sm\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .sm\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .sm\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .sm\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .sm\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .sm\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .sm\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .sm\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .sm\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .sm\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .sm\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .sm\:-space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .sm\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .sm\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .sm\:-space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .sm\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .sm\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .sm\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .sm\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .sm\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .sm\:-space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .sm\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .sm\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .sm\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .sm\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .sm\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .sm\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .sm\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .sm\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .sm\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .sm\:even\:space-y-0:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm\:even\:space-x-0:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-1:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-1:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-2:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-2:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-3:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-3:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-4:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-4:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-5:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-5:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-6:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-6:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-7:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-7:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-8:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-8:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-9:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-9:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-10:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-10:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-11:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-11:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-12:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-12:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-13:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-13:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-14:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-14:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-15:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-15:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-16:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-16:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-17:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-17:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-18:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-18:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-19:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-19:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-20:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-20:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-24:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-24:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-32:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-32:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-40:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-40:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-48:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-48:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-56:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-56:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-64:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-64:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-75:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .sm\:even\:space-x-75:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-px:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .sm\:even\:space-x-px:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-1:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-1:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-2:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-2:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-3:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-3:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-4:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-4:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-5:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-5:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-6:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-6:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-7:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-7:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-8:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-8:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-9:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-9:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-10:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-10:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-11:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-11:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-12:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-12:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-13:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-13:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-14:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-14:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-15:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-15:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-16:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-16:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-17:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-17:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-18:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-18:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-19:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-19:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-20:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-20:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-24:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-24:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-32:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-32:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-40:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-40:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-48:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-48:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-56:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-56:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-64:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-64:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-75:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-75:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:-space-y-px:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .sm\:even\:-space-x-px:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:even\:space-y-reverse:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .sm\:even\:space-x-reverse:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .sm\:odd\:space-y-0:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-0:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-1:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-1:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-2:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-2:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-3:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-3:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-4:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-4:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-5:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-5:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-6:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-6:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-7:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-7:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-8:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-8:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-9:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-9:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-10:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-10:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-11:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-11:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-12:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-12:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-13:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-13:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-14:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-14:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-15:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-15:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-16:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-16:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-17:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-17:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-18:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-18:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-19:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-19:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-20:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-20:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-24:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-24:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-32:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-32:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-40:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-40:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-48:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-48:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-56:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-56:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-64:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-64:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-75:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-75:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-px:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .sm\:odd\:space-x-px:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-1:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-1:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-2:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-2:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-3:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-3:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-4:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-4:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-5:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-5:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-6:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-6:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-7:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-7:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-8:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-8:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-9:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-9:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-10:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-10:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-11:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-11:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-12:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-12:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-13:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-13:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-14:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-14:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-15:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-15:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-16:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-16:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-17:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-17:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-18:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-18:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-19:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-19:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-20:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-20:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-24:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-24:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-32:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-32:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-40:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-40:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-48:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-48:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-56:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-56:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-64:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-64:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-75:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-75:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:-space-y-px:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .sm\:odd\:-space-x-px:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:odd\:space-y-reverse:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .sm\:odd\:space-x-reverse:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .sm\:children\:space-y-0 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm\:children\:space-x-0 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-1 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-1 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-2 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-2 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-3 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-3 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-4 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-4 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-5 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-5 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-6 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-6 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-7 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-7 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-8 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-8 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-9 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-9 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-10 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-10 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-11 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-11 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-12 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-12 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-13 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-13 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-14 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-14 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-15 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-15 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-16 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-16 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-17 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-17 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-18 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-18 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-19 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-19 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-20 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-20 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-24 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-24 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-32 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-32 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-40 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-40 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-48 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-48 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-56 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-56 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-64 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-64 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-75 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .sm\:children\:space-x-75 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-px > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .sm\:children\:space-x-px > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-1 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-1 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-2 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-2 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-3 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-3 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-4 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-4 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-5 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-5 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-6 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-6 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-7 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-7 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-8 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-8 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-9 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-9 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-10 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-10 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-11 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-11 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-12 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-12 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-13 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-13 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-14 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-14 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-15 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-15 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-16 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-16 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-17 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-17 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-18 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-18 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-19 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-19 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-20 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-20 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-24 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-24 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-32 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-32 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-40 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-40 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-48 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-48 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-56 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-56 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-64 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-64 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-75 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-75 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:-space-y-px > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .sm\:children\:-space-x-px > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:children\:space-y-reverse > * > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .sm\:children\:space-x-reverse > * > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .sm\:first\:space-y-0:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm\:first\:space-x-0:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-7:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-7:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-11:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-11:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-19:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-19:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .sm\:first\:space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .sm\:first\:space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-7:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-7:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-11:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-11:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-19:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-19:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:-space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .sm\:first\:-space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:first\:space-y-reverse:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .sm\:first\:space-x-reverse:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .sm\:last\:space-y-0:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm\:last\:space-x-0:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-7:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-7:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-11:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-11:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-19:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-19:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .sm\:last\:space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .sm\:last\:space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-7:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-7:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-11:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-11:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-19:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-19:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:-space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .sm\:last\:-space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:last\:space-y-reverse:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .sm\:last\:space-x-reverse:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .sm\:hover\:space-y-0:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-0:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-7:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-7:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-11:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-11:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-19:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-19:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .sm\:hover\:space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-7:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-7:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-11:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-11:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-19:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-19:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:-space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .sm\:hover\:-space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:hover\:space-y-reverse:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .sm\:hover\:space-x-reverse:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .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-9 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-9 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.25rem * 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-11 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-11 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.75rem * 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-13 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-13 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-14 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-14 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-15 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-15 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.75rem * 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-17 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-17 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-18 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-18 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-19 > :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-19 > :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-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-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-48 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-48 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * 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-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-75 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-75 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(18.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(18.75rem * 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-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-9 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-9 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.25rem * 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-11 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-11 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.75rem * 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-13 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-13 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-14 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-14 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-15 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-15 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.75rem * 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-17 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-17 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-18 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-18 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-19 > :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-19 > :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-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-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-48 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-48 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * 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-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-75 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-75 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-18.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18.75rem * 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-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;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .sm\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .sm\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .sm\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .sm\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .sm\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .sm\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .sm\:even\:divide-y-0:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .sm\:even\:divide-x-0:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:even\:divide-y-2:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .sm\:even\:divide-x-2:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:even\:divide-y-4:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .sm\:even\:divide-x-4:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:even\:divide-y-8:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .sm\:even\:divide-x-8:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:even\:divide-y:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .sm\:even\:divide-x:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:even\:divide-y-reverse:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .sm\:even\:divide-x-reverse:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .sm\:odd\:divide-y-0:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .sm\:odd\:divide-x-0:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:odd\:divide-y-2:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .sm\:odd\:divide-x-2:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:odd\:divide-y-4:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .sm\:odd\:divide-x-4:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:odd\:divide-y-8:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .sm\:odd\:divide-x-8:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:odd\:divide-y:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .sm\:odd\:divide-x:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:odd\:divide-y-reverse:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .sm\:odd\:divide-x-reverse:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .sm\:children\:divide-y-0 > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .sm\:children\:divide-x-0 > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:children\:divide-y-2 > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .sm\:children\:divide-x-2 > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:children\:divide-y-4 > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .sm\:children\:divide-x-4 > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:children\:divide-y-8 > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .sm\:children\:divide-x-8 > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:children\:divide-y > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .sm\:children\:divide-x > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:children\:divide-y-reverse > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .sm\:children\:divide-x-reverse > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .sm\:first\:divide-y-0:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .sm\:first\:divide-x-0:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:first\:divide-y-2:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .sm\:first\:divide-x-2:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:first\:divide-y-4:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .sm\:first\:divide-x-4:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:first\:divide-y-8:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .sm\:first\:divide-x-8:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:first\:divide-y:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .sm\:first\:divide-x:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:first\:divide-y-reverse:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .sm\:first\:divide-x-reverse:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .sm\:last\:divide-y-0:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .sm\:last\:divide-x-0:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:last\:divide-y-2:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .sm\:last\:divide-x-2:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:last\:divide-y-4:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .sm\:last\:divide-x-4:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:last\:divide-y-8:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .sm\:last\:divide-x-8:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:last\:divide-y:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .sm\:last\:divide-x:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:last\:divide-y-reverse:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .sm\:last\:divide-x-reverse:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .sm\:hover\:divide-y-0:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .sm\:hover\:divide-x-0:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:hover\:divide-y-2:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .sm\:hover\:divide-x-2:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:hover\:divide-y-4:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .sm\:hover\:divide-x-4:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:hover\:divide-y-8:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .sm\:hover\:divide-x-8:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:hover\:divide-y:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .sm\:hover\:divide-x:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:hover\:divide-y-reverse:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .sm\:hover\:divide-x-reverse:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .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-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;
  }

  .sm\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .sm\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .sm\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .sm\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .sm\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .sm\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sm\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .sm\:divide-gray-450 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .sm\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .sm\:divide-gray-550 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .sm\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .sm\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .sm\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .sm\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .sm\:divide-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .sm\:divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .sm\:divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .sm\:divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .sm\:divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .sm\:divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .sm\:divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .sm\:divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .sm\:divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .sm\:divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .sm\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .sm\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .sm\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .sm\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .sm\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .sm\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .sm\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .sm\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .sm\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .sm\:divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .sm\:divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .sm\:divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .sm\:divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .sm\:divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .sm\:divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .sm\:divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .sm\:divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .sm\:divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .sm\:divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .sm\:divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .sm\:divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .sm\:divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .sm\:divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .sm\:divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .sm\:divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .sm\:divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .sm\:divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .sm\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .sm\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .sm\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .sm\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .sm\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .sm\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .sm\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .sm\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .sm\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .sm\:divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .sm\:divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .sm\:divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .sm\:divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .sm\:divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .sm\:divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .sm\:divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .sm\:divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .sm\:divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .sm\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .sm\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .sm\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .sm\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .sm\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .sm\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .sm\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .sm\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .sm\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .sm\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .sm\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .sm\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .sm\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .sm\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .sm\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .sm\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .sm\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .sm\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .sm\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .sm\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .sm\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .sm\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .sm\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .sm\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .sm\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .sm\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .sm\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .sm\:divide-dark-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .sm\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .sm\:divide-pale-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .sm\:divide-success > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .sm\:divide-error > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .sm\:even\:divide-transparent:nth-child(even) > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .sm\:even\:divide-current:nth-child(even) > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .sm\:even\:divide-black:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .sm\:even\:divide-white:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .sm\:even\:divide-gray-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .sm\:even\:divide-gray-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .sm\:even\:divide-gray-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sm\:even\:divide-gray-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .sm\:even\:divide-gray-450:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .sm\:even\:divide-gray-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .sm\:even\:divide-gray-550:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .sm\:even\:divide-gray-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .sm\:even\:divide-gray-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .sm\:even\:divide-gray-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .sm\:even\:divide-gray-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .sm\:even\:divide-gray:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .sm\:even\:divide-red-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .sm\:even\:divide-red-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .sm\:even\:divide-red-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .sm\:even\:divide-red-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .sm\:even\:divide-red-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .sm\:even\:divide-red-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .sm\:even\:divide-red-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .sm\:even\:divide-red-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .sm\:even\:divide-red-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .sm\:even\:divide-orange-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .sm\:even\:divide-orange-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .sm\:even\:divide-orange-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .sm\:even\:divide-orange-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .sm\:even\:divide-orange-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .sm\:even\:divide-orange-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .sm\:even\:divide-orange-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .sm\:even\:divide-orange-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .sm\:even\:divide-orange-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .sm\:even\:divide-yellow-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .sm\:even\:divide-yellow-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .sm\:even\:divide-yellow-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .sm\:even\:divide-yellow-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .sm\:even\:divide-yellow-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .sm\:even\:divide-yellow-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .sm\:even\:divide-yellow-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .sm\:even\:divide-yellow-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .sm\:even\:divide-yellow-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .sm\:even\:divide-green-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .sm\:even\:divide-green-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .sm\:even\:divide-green-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .sm\:even\:divide-green-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .sm\:even\:divide-green-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .sm\:even\:divide-green-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .sm\:even\:divide-green-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .sm\:even\:divide-green-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .sm\:even\:divide-green-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .sm\:even\:divide-teal-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .sm\:even\:divide-teal-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .sm\:even\:divide-teal-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .sm\:even\:divide-teal-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .sm\:even\:divide-teal-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .sm\:even\:divide-teal-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .sm\:even\:divide-teal-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .sm\:even\:divide-teal-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .sm\:even\:divide-teal-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .sm\:even\:divide-blue-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .sm\:even\:divide-blue-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .sm\:even\:divide-blue-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .sm\:even\:divide-blue-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .sm\:even\:divide-blue-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .sm\:even\:divide-blue-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .sm\:even\:divide-blue-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .sm\:even\:divide-blue-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .sm\:even\:divide-blue-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .sm\:even\:divide-indigo-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .sm\:even\:divide-indigo-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .sm\:even\:divide-indigo-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .sm\:even\:divide-indigo-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .sm\:even\:divide-indigo-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .sm\:even\:divide-indigo-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .sm\:even\:divide-indigo-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .sm\:even\:divide-indigo-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .sm\:even\:divide-indigo-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .sm\:even\:divide-purple-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .sm\:even\:divide-purple-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .sm\:even\:divide-purple-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .sm\:even\:divide-purple-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .sm\:even\:divide-purple-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .sm\:even\:divide-purple-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .sm\:even\:divide-purple-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .sm\:even\:divide-purple-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .sm\:even\:divide-purple-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .sm\:even\:divide-pink-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .sm\:even\:divide-pink-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .sm\:even\:divide-pink-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .sm\:even\:divide-pink-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .sm\:even\:divide-pink-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .sm\:even\:divide-pink-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .sm\:even\:divide-pink-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .sm\:even\:divide-pink-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .sm\:even\:divide-pink-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .sm\:even\:divide-dark-blue:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .sm\:even\:divide-light-blue:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .sm\:even\:divide-pale-yellow:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .sm\:even\:divide-success:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .sm\:even\:divide-error:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .sm\:odd\:divide-transparent:nth-child(odd) > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .sm\:odd\:divide-current:nth-child(odd) > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .sm\:odd\:divide-black:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .sm\:odd\:divide-white:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .sm\:odd\:divide-gray-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .sm\:odd\:divide-gray-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .sm\:odd\:divide-gray-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sm\:odd\:divide-gray-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .sm\:odd\:divide-gray-450:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .sm\:odd\:divide-gray-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .sm\:odd\:divide-gray-550:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .sm\:odd\:divide-gray-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .sm\:odd\:divide-gray-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .sm\:odd\:divide-gray-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .sm\:odd\:divide-gray-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .sm\:odd\:divide-gray:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .sm\:odd\:divide-red-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .sm\:odd\:divide-red-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .sm\:odd\:divide-red-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .sm\:odd\:divide-red-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .sm\:odd\:divide-red-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .sm\:odd\:divide-red-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .sm\:odd\:divide-red-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .sm\:odd\:divide-red-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .sm\:odd\:divide-red-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .sm\:odd\:divide-orange-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .sm\:odd\:divide-orange-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .sm\:odd\:divide-orange-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .sm\:odd\:divide-orange-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .sm\:odd\:divide-orange-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .sm\:odd\:divide-orange-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .sm\:odd\:divide-orange-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .sm\:odd\:divide-orange-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .sm\:odd\:divide-orange-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .sm\:odd\:divide-yellow-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .sm\:odd\:divide-yellow-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .sm\:odd\:divide-yellow-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .sm\:odd\:divide-yellow-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .sm\:odd\:divide-yellow-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .sm\:odd\:divide-yellow-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .sm\:odd\:divide-yellow-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .sm\:odd\:divide-yellow-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .sm\:odd\:divide-yellow-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .sm\:odd\:divide-green-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .sm\:odd\:divide-green-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .sm\:odd\:divide-green-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .sm\:odd\:divide-green-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .sm\:odd\:divide-green-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .sm\:odd\:divide-green-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .sm\:odd\:divide-green-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .sm\:odd\:divide-green-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .sm\:odd\:divide-green-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .sm\:odd\:divide-teal-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .sm\:odd\:divide-teal-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .sm\:odd\:divide-teal-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .sm\:odd\:divide-teal-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .sm\:odd\:divide-teal-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .sm\:odd\:divide-teal-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .sm\:odd\:divide-teal-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .sm\:odd\:divide-teal-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .sm\:odd\:divide-teal-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .sm\:odd\:divide-blue-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .sm\:odd\:divide-blue-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .sm\:odd\:divide-blue-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .sm\:odd\:divide-blue-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .sm\:odd\:divide-blue-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .sm\:odd\:divide-blue-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .sm\:odd\:divide-blue-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .sm\:odd\:divide-blue-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .sm\:odd\:divide-blue-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .sm\:odd\:divide-indigo-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .sm\:odd\:divide-indigo-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .sm\:odd\:divide-indigo-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .sm\:odd\:divide-indigo-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .sm\:odd\:divide-indigo-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .sm\:odd\:divide-indigo-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .sm\:odd\:divide-indigo-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .sm\:odd\:divide-indigo-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .sm\:odd\:divide-indigo-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .sm\:odd\:divide-purple-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .sm\:odd\:divide-purple-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .sm\:odd\:divide-purple-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .sm\:odd\:divide-purple-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .sm\:odd\:divide-purple-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .sm\:odd\:divide-purple-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .sm\:odd\:divide-purple-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .sm\:odd\:divide-purple-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .sm\:odd\:divide-purple-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .sm\:odd\:divide-pink-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .sm\:odd\:divide-pink-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .sm\:odd\:divide-pink-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .sm\:odd\:divide-pink-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .sm\:odd\:divide-pink-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .sm\:odd\:divide-pink-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .sm\:odd\:divide-pink-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .sm\:odd\:divide-pink-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .sm\:odd\:divide-pink-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .sm\:odd\:divide-dark-blue:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .sm\:odd\:divide-light-blue:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .sm\:odd\:divide-pale-yellow:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .sm\:odd\:divide-success:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .sm\:odd\:divide-error:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .sm\:children\:divide-transparent > * > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .sm\:children\:divide-current > * > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .sm\:children\:divide-black > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .sm\:children\:divide-white > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .sm\:children\:divide-gray-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .sm\:children\:divide-gray-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .sm\:children\:divide-gray-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sm\:children\:divide-gray-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .sm\:children\:divide-gray-450 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .sm\:children\:divide-gray-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .sm\:children\:divide-gray-550 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .sm\:children\:divide-gray-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .sm\:children\:divide-gray-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .sm\:children\:divide-gray-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .sm\:children\:divide-gray-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .sm\:children\:divide-gray > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .sm\:children\:divide-red-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .sm\:children\:divide-red-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .sm\:children\:divide-red-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .sm\:children\:divide-red-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .sm\:children\:divide-red-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .sm\:children\:divide-red-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .sm\:children\:divide-red-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .sm\:children\:divide-red-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .sm\:children\:divide-red-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .sm\:children\:divide-orange-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .sm\:children\:divide-orange-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .sm\:children\:divide-orange-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .sm\:children\:divide-orange-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .sm\:children\:divide-orange-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .sm\:children\:divide-orange-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .sm\:children\:divide-orange-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .sm\:children\:divide-orange-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .sm\:children\:divide-orange-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .sm\:children\:divide-yellow-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .sm\:children\:divide-yellow-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .sm\:children\:divide-yellow-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .sm\:children\:divide-yellow-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .sm\:children\:divide-yellow-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .sm\:children\:divide-yellow-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .sm\:children\:divide-yellow-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .sm\:children\:divide-yellow-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .sm\:children\:divide-yellow-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .sm\:children\:divide-green-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .sm\:children\:divide-green-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .sm\:children\:divide-green-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .sm\:children\:divide-green-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .sm\:children\:divide-green-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .sm\:children\:divide-green-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .sm\:children\:divide-green-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .sm\:children\:divide-green-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .sm\:children\:divide-green-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .sm\:children\:divide-teal-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .sm\:children\:divide-teal-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .sm\:children\:divide-teal-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .sm\:children\:divide-teal-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .sm\:children\:divide-teal-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .sm\:children\:divide-teal-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .sm\:children\:divide-teal-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .sm\:children\:divide-teal-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .sm\:children\:divide-teal-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .sm\:children\:divide-blue-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .sm\:children\:divide-blue-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .sm\:children\:divide-blue-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .sm\:children\:divide-blue-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .sm\:children\:divide-blue-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .sm\:children\:divide-blue-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .sm\:children\:divide-blue-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .sm\:children\:divide-blue-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .sm\:children\:divide-blue-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .sm\:children\:divide-indigo-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .sm\:children\:divide-indigo-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .sm\:children\:divide-indigo-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .sm\:children\:divide-indigo-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .sm\:children\:divide-indigo-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .sm\:children\:divide-indigo-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .sm\:children\:divide-indigo-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .sm\:children\:divide-indigo-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .sm\:children\:divide-indigo-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .sm\:children\:divide-purple-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .sm\:children\:divide-purple-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .sm\:children\:divide-purple-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .sm\:children\:divide-purple-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .sm\:children\:divide-purple-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .sm\:children\:divide-purple-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .sm\:children\:divide-purple-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .sm\:children\:divide-purple-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .sm\:children\:divide-purple-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .sm\:children\:divide-pink-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .sm\:children\:divide-pink-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .sm\:children\:divide-pink-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .sm\:children\:divide-pink-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .sm\:children\:divide-pink-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .sm\:children\:divide-pink-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .sm\:children\:divide-pink-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .sm\:children\:divide-pink-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .sm\:children\:divide-pink-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .sm\:children\:divide-dark-blue > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .sm\:children\:divide-light-blue > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .sm\:children\:divide-pale-yellow > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .sm\:children\:divide-success > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .sm\:children\:divide-error > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .sm\:first\:divide-transparent:first-child > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .sm\:first\:divide-current:first-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .sm\:first\:divide-black:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .sm\:first\:divide-white:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .sm\:first\:divide-gray-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .sm\:first\:divide-gray-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .sm\:first\:divide-gray-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sm\:first\:divide-gray-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .sm\:first\:divide-gray-450:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .sm\:first\:divide-gray-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .sm\:first\:divide-gray-550:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .sm\:first\:divide-gray-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .sm\:first\:divide-gray-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .sm\:first\:divide-gray-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .sm\:first\:divide-gray-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .sm\:first\:divide-gray:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .sm\:first\:divide-red-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .sm\:first\:divide-red-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .sm\:first\:divide-red-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .sm\:first\:divide-red-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .sm\:first\:divide-red-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .sm\:first\:divide-red-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .sm\:first\:divide-red-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .sm\:first\:divide-red-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .sm\:first\:divide-red-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .sm\:first\:divide-orange-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .sm\:first\:divide-orange-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .sm\:first\:divide-orange-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .sm\:first\:divide-orange-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .sm\:first\:divide-orange-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .sm\:first\:divide-orange-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .sm\:first\:divide-orange-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .sm\:first\:divide-orange-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .sm\:first\:divide-orange-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .sm\:first\:divide-yellow-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .sm\:first\:divide-yellow-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .sm\:first\:divide-yellow-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .sm\:first\:divide-yellow-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .sm\:first\:divide-yellow-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .sm\:first\:divide-yellow-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .sm\:first\:divide-yellow-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .sm\:first\:divide-yellow-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .sm\:first\:divide-yellow-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .sm\:first\:divide-green-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .sm\:first\:divide-green-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .sm\:first\:divide-green-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .sm\:first\:divide-green-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .sm\:first\:divide-green-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .sm\:first\:divide-green-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .sm\:first\:divide-green-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .sm\:first\:divide-green-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .sm\:first\:divide-green-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .sm\:first\:divide-teal-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .sm\:first\:divide-teal-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .sm\:first\:divide-teal-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .sm\:first\:divide-teal-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .sm\:first\:divide-teal-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .sm\:first\:divide-teal-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .sm\:first\:divide-teal-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .sm\:first\:divide-teal-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .sm\:first\:divide-teal-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .sm\:first\:divide-blue-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .sm\:first\:divide-blue-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .sm\:first\:divide-blue-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .sm\:first\:divide-blue-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .sm\:first\:divide-blue-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .sm\:first\:divide-blue-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .sm\:first\:divide-blue-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .sm\:first\:divide-blue-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .sm\:first\:divide-blue-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .sm\:first\:divide-indigo-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .sm\:first\:divide-indigo-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .sm\:first\:divide-indigo-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .sm\:first\:divide-indigo-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .sm\:first\:divide-indigo-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .sm\:first\:divide-indigo-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .sm\:first\:divide-indigo-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .sm\:first\:divide-indigo-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .sm\:first\:divide-indigo-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .sm\:first\:divide-purple-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .sm\:first\:divide-purple-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .sm\:first\:divide-purple-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .sm\:first\:divide-purple-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .sm\:first\:divide-purple-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .sm\:first\:divide-purple-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .sm\:first\:divide-purple-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .sm\:first\:divide-purple-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .sm\:first\:divide-purple-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .sm\:first\:divide-pink-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .sm\:first\:divide-pink-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .sm\:first\:divide-pink-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .sm\:first\:divide-pink-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .sm\:first\:divide-pink-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .sm\:first\:divide-pink-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .sm\:first\:divide-pink-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .sm\:first\:divide-pink-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .sm\:first\:divide-pink-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .sm\:first\:divide-dark-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .sm\:first\:divide-light-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .sm\:first\:divide-pale-yellow:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .sm\:first\:divide-success:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .sm\:first\:divide-error:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .sm\:last\:divide-transparent:last-child > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .sm\:last\:divide-current:last-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .sm\:last\:divide-black:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .sm\:last\:divide-white:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .sm\:last\:divide-gray-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .sm\:last\:divide-gray-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .sm\:last\:divide-gray-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sm\:last\:divide-gray-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .sm\:last\:divide-gray-450:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .sm\:last\:divide-gray-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .sm\:last\:divide-gray-550:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .sm\:last\:divide-gray-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .sm\:last\:divide-gray-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .sm\:last\:divide-gray-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .sm\:last\:divide-gray-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .sm\:last\:divide-gray:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .sm\:last\:divide-red-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .sm\:last\:divide-red-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .sm\:last\:divide-red-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .sm\:last\:divide-red-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .sm\:last\:divide-red-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .sm\:last\:divide-red-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .sm\:last\:divide-red-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .sm\:last\:divide-red-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .sm\:last\:divide-red-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .sm\:last\:divide-orange-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .sm\:last\:divide-orange-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .sm\:last\:divide-orange-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .sm\:last\:divide-orange-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .sm\:last\:divide-orange-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .sm\:last\:divide-orange-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .sm\:last\:divide-orange-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .sm\:last\:divide-orange-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .sm\:last\:divide-orange-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .sm\:last\:divide-yellow-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .sm\:last\:divide-yellow-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .sm\:last\:divide-yellow-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .sm\:last\:divide-yellow-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .sm\:last\:divide-yellow-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .sm\:last\:divide-yellow-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .sm\:last\:divide-yellow-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .sm\:last\:divide-yellow-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .sm\:last\:divide-yellow-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .sm\:last\:divide-green-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .sm\:last\:divide-green-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .sm\:last\:divide-green-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .sm\:last\:divide-green-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .sm\:last\:divide-green-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .sm\:last\:divide-green-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .sm\:last\:divide-green-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .sm\:last\:divide-green-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .sm\:last\:divide-green-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .sm\:last\:divide-teal-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .sm\:last\:divide-teal-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .sm\:last\:divide-teal-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .sm\:last\:divide-teal-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .sm\:last\:divide-teal-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .sm\:last\:divide-teal-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .sm\:last\:divide-teal-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .sm\:last\:divide-teal-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .sm\:last\:divide-teal-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .sm\:last\:divide-blue-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .sm\:last\:divide-blue-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .sm\:last\:divide-blue-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .sm\:last\:divide-blue-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .sm\:last\:divide-blue-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .sm\:last\:divide-blue-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .sm\:last\:divide-blue-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .sm\:last\:divide-blue-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .sm\:last\:divide-blue-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .sm\:last\:divide-indigo-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .sm\:last\:divide-indigo-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .sm\:last\:divide-indigo-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .sm\:last\:divide-indigo-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .sm\:last\:divide-indigo-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .sm\:last\:divide-indigo-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .sm\:last\:divide-indigo-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .sm\:last\:divide-indigo-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .sm\:last\:divide-indigo-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .sm\:last\:divide-purple-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .sm\:last\:divide-purple-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .sm\:last\:divide-purple-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .sm\:last\:divide-purple-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .sm\:last\:divide-purple-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .sm\:last\:divide-purple-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .sm\:last\:divide-purple-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .sm\:last\:divide-purple-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .sm\:last\:divide-purple-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .sm\:last\:divide-pink-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .sm\:last\:divide-pink-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .sm\:last\:divide-pink-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .sm\:last\:divide-pink-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .sm\:last\:divide-pink-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .sm\:last\:divide-pink-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .sm\:last\:divide-pink-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .sm\:last\:divide-pink-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .sm\:last\:divide-pink-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .sm\:last\:divide-dark-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .sm\:last\:divide-light-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .sm\:last\:divide-pale-yellow:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .sm\:last\:divide-success:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .sm\:last\:divide-error:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .sm\:hover\:divide-transparent:hover > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .sm\:hover\:divide-current:hover > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .sm\:hover\:divide-black:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .sm\:hover\:divide-white:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .sm\:hover\:divide-gray-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .sm\:hover\:divide-gray-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .sm\:hover\:divide-gray-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sm\:hover\:divide-gray-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .sm\:hover\:divide-gray-450:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .sm\:hover\:divide-gray-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .sm\:hover\:divide-gray-550:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .sm\:hover\:divide-gray-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .sm\:hover\:divide-gray-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .sm\:hover\:divide-gray-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .sm\:hover\:divide-gray-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .sm\:hover\:divide-gray:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .sm\:hover\:divide-red-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .sm\:hover\:divide-red-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .sm\:hover\:divide-red-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .sm\:hover\:divide-red-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .sm\:hover\:divide-red-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .sm\:hover\:divide-red-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .sm\:hover\:divide-red-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .sm\:hover\:divide-red-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .sm\:hover\:divide-red-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .sm\:hover\:divide-orange-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .sm\:hover\:divide-orange-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .sm\:hover\:divide-orange-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .sm\:hover\:divide-orange-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .sm\:hover\:divide-orange-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .sm\:hover\:divide-orange-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .sm\:hover\:divide-orange-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .sm\:hover\:divide-orange-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .sm\:hover\:divide-orange-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .sm\:hover\:divide-yellow-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .sm\:hover\:divide-yellow-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .sm\:hover\:divide-yellow-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .sm\:hover\:divide-yellow-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .sm\:hover\:divide-yellow-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .sm\:hover\:divide-yellow-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .sm\:hover\:divide-yellow-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .sm\:hover\:divide-yellow-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .sm\:hover\:divide-yellow-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .sm\:hover\:divide-green-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .sm\:hover\:divide-green-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .sm\:hover\:divide-green-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .sm\:hover\:divide-green-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .sm\:hover\:divide-green-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .sm\:hover\:divide-green-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .sm\:hover\:divide-green-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .sm\:hover\:divide-green-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .sm\:hover\:divide-green-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .sm\:hover\:divide-teal-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .sm\:hover\:divide-teal-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .sm\:hover\:divide-teal-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .sm\:hover\:divide-teal-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .sm\:hover\:divide-teal-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .sm\:hover\:divide-teal-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .sm\:hover\:divide-teal-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .sm\:hover\:divide-teal-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .sm\:hover\:divide-teal-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .sm\:hover\:divide-blue-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .sm\:hover\:divide-blue-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .sm\:hover\:divide-blue-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .sm\:hover\:divide-blue-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .sm\:hover\:divide-blue-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .sm\:hover\:divide-blue-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .sm\:hover\:divide-blue-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .sm\:hover\:divide-blue-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .sm\:hover\:divide-blue-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .sm\:hover\:divide-indigo-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .sm\:hover\:divide-indigo-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .sm\:hover\:divide-indigo-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .sm\:hover\:divide-indigo-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .sm\:hover\:divide-indigo-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .sm\:hover\:divide-indigo-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .sm\:hover\:divide-indigo-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .sm\:hover\:divide-indigo-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .sm\:hover\:divide-indigo-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .sm\:hover\:divide-purple-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .sm\:hover\:divide-purple-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .sm\:hover\:divide-purple-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .sm\:hover\:divide-purple-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .sm\:hover\:divide-purple-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .sm\:hover\:divide-purple-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .sm\:hover\:divide-purple-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .sm\:hover\:divide-purple-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .sm\:hover\:divide-purple-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .sm\:hover\:divide-pink-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .sm\:hover\:divide-pink-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .sm\:hover\:divide-pink-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .sm\:hover\:divide-pink-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .sm\:hover\:divide-pink-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .sm\:hover\:divide-pink-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .sm\:hover\:divide-pink-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .sm\:hover\:divide-pink-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .sm\:hover\:divide-pink-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .sm\:hover\:divide-dark-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .sm\:hover\:divide-light-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .sm\:hover\:divide-pale-yellow:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .sm\:hover\:divide-success:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .sm\:hover\:divide-error:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .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: #f0f2f7 !important;
    border-color: rgba(240, 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: #e3e8f0 !important;
    border-color: rgba(227, 232, 240, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-450 > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #B0B5CC !important;
    border-color: rgba(176, 181, 204, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-500 > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #B9BED1 !important;
    border-color: rgba(185, 190, 209, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-550 > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #9597a6 !important;
    border-color: rgba(149, 151, 166, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-600 > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #707070 !important;
    border-color: rgba(112, 112, 112, 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: #454545 !important;
    border-color: rgba(69, 69, 69, 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-gray > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #454545 !important;
    border-color: rgba(69, 69, 69, 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-dark-blue > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #000142 !important;
    border-color: rgba(0, 1, 66, var(--divide-opacity)) !important;
  }

  .sm\:divide-light-blue > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #3B55E6 !important;
    border-color: rgba(59, 85, 230, var(--divide-opacity)) !important;
  }

  .sm\:divide-pale-yellow > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #FBAF4E !important;
    border-color: rgba(251, 175, 78, var(--divide-opacity)) !important;
  }

  .sm\:divide-success > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #007E62 !important;
    border-color: rgba(0, 126, 98, var(--divide-opacity)) !important;
  }

  .sm\:divide-error > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #F60139 !important;
    border-color: rgba(246, 1, 57, var(--divide-opacity)) !important;
  }

  .sm\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .sm\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .sm\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .sm\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .sm\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .sm\:even\:divide-opacity-0:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .sm\:even\:divide-opacity-25:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .sm\:even\:divide-opacity-50:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .sm\:even\:divide-opacity-75:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .sm\:even\:divide-opacity-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .sm\:odd\:divide-opacity-0:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .sm\:odd\:divide-opacity-25:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .sm\:odd\:divide-opacity-50:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .sm\:odd\:divide-opacity-75:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .sm\:odd\:divide-opacity-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .sm\:children\:divide-opacity-0 > * > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .sm\:children\:divide-opacity-25 > * > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .sm\:children\:divide-opacity-50 > * > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .sm\:children\:divide-opacity-75 > * > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .sm\:children\:divide-opacity-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .sm\:first\:divide-opacity-0:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .sm\:first\:divide-opacity-25:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .sm\:first\:divide-opacity-50:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .sm\:first\:divide-opacity-75:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .sm\:first\:divide-opacity-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .sm\:last\:divide-opacity-0:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .sm\:last\:divide-opacity-25:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .sm\:last\:divide-opacity-50:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .sm\:last\:divide-opacity-75:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .sm\:last\:divide-opacity-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .sm\:hover\:divide-opacity-0:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .sm\:hover\:divide-opacity-25:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .sm\:hover\:divide-opacity-50:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .sm\:hover\:divide-opacity-75:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .sm\:hover\:divide-opacity-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .sm\:divide-opacity-0 > :not(template) ~ :not(template)\! {
    --divide-opacity: 0 !important;
  }

  .sm\:divide-opacity-25 > :not(template) ~ :not(template)\! {
    --divide-opacity: 0.25 !important;
  }

  .sm\:divide-opacity-50 > :not(template) ~ :not(template)\! {
    --divide-opacity: 0.5 !important;
  }

  .sm\:divide-opacity-75 > :not(template) ~ :not(template)\! {
    --divide-opacity: 0.75 !important;
  }

  .sm\:divide-opacity-100 > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
  }

  .sm\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:even\:sr-only:nth-child(even) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:even\:not-sr-only:nth-child(even) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:odd\:sr-only:nth-child(odd) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:odd\:not-sr-only:nth-child(odd) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:children\:sr-only > * {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:children\:not-sr-only > * {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:first\:sr-only:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:first\:not-sr-only:first-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:last\:sr-only:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:last\:not-sr-only:last-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:hover\:sr-only:hover {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:hover\:not-sr-only:hover {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .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\:appearance-none {
    appearance: none;
  }

  .sm\:even\:appearance-none:nth-child(even) {
    appearance: none;
  }

  .sm\:odd\:appearance-none:nth-child(odd) {
    appearance: none;
  }

  .sm\:children\:appearance-none > * {
    appearance: none;
  }

  .sm\:first\:appearance-none:first-child {
    appearance: none;
  }

  .sm\:last\:appearance-none:last-child {
    appearance: none;
  }

  .sm\:hover\:appearance-none:hover {
    appearance: none;
  }

  .sm\:appearance-none\! {
    appearance: none !important;
  }

  .sm\:bg-fixed {
    background-attachment: fixed;
  }

  .sm\:bg-local {
    background-attachment: local;
  }

  .sm\:bg-scroll {
    background-attachment: scroll;
  }

  .sm\:even\:bg-fixed:nth-child(even) {
    background-attachment: fixed;
  }

  .sm\:even\:bg-local:nth-child(even) {
    background-attachment: local;
  }

  .sm\:even\:bg-scroll:nth-child(even) {
    background-attachment: scroll;
  }

  .sm\:odd\:bg-fixed:nth-child(odd) {
    background-attachment: fixed;
  }

  .sm\:odd\:bg-local:nth-child(odd) {
    background-attachment: local;
  }

  .sm\:odd\:bg-scroll:nth-child(odd) {
    background-attachment: scroll;
  }

  .sm\:children\:bg-fixed > * {
    background-attachment: fixed;
  }

  .sm\:children\:bg-local > * {
    background-attachment: local;
  }

  .sm\:children\:bg-scroll > * {
    background-attachment: scroll;
  }

  .sm\:first\:bg-fixed:first-child {
    background-attachment: fixed;
  }

  .sm\:first\:bg-local:first-child {
    background-attachment: local;
  }

  .sm\:first\:bg-scroll:first-child {
    background-attachment: scroll;
  }

  .sm\:last\:bg-fixed:last-child {
    background-attachment: fixed;
  }

  .sm\:last\:bg-local:last-child {
    background-attachment: local;
  }

  .sm\:last\:bg-scroll:last-child {
    background-attachment: scroll;
  }

  .sm\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .sm\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .sm\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .sm\:bg-fixed\! {
    background-attachment: fixed !important;
  }

  .sm\:bg-local\! {
    background-attachment: local !important;
  }

  .sm\:bg-scroll\! {
    background-attachment: scroll !important;
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:bg-current {
    background-color: currentColor;
  }

  .sm\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .sm\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .sm\:bg-gray-450 {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .sm\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .sm\:bg-gray-550 {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .sm\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .sm\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .sm\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm\:bg-gray {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .sm\:bg-red-100 {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sm\:bg-red-200 {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sm\:bg-red-300 {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sm\:bg-red-400 {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sm\:bg-red-500 {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .sm\:bg-red-600 {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .sm\:bg-red-700 {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .sm\:bg-red-800 {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sm\:bg-red-900 {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sm\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sm\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sm\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sm\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sm\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sm\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sm\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sm\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sm\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sm\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sm\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sm\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sm\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sm\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sm\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sm\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sm\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sm\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sm\:bg-green-100 {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sm\:bg-green-200 {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sm\:bg-green-300 {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sm\:bg-green-400 {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sm\:bg-green-500 {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sm\:bg-green-600 {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sm\:bg-green-700 {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sm\:bg-green-800 {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sm\:bg-green-900 {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sm\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sm\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sm\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sm\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sm\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sm\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sm\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sm\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sm\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sm\:bg-blue-100 {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sm\:bg-blue-200 {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sm\:bg-blue-300 {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sm\:bg-blue-400 {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sm\:bg-blue-500 {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sm\:bg-blue-600 {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sm\:bg-blue-700 {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sm\:bg-blue-800 {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sm\:bg-blue-900 {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sm\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sm\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sm\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sm\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sm\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sm\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sm\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sm\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sm\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sm\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sm\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sm\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sm\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sm\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sm\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sm\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sm\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sm\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sm\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sm\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sm\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sm\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sm\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sm\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sm\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sm\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sm\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sm\:bg-dark-blue {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .sm\:bg-light-blue {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .sm\:bg-pale-yellow {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .sm\:bg-success {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .sm\:bg-error {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .sm\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .sm\:even\:bg-current:nth-child(even) {
    background-color: currentColor;
  }

  .sm\:even\:bg-black:nth-child(even) {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:even\:bg-white:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:even\:bg-gray-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:even\:bg-gray-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .sm\:even\:bg-gray-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm\:even\:bg-gray-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .sm\:even\:bg-gray-450:nth-child(even) {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .sm\:even\:bg-gray-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .sm\:even\:bg-gray-550:nth-child(even) {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .sm\:even\:bg-gray-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .sm\:even\:bg-gray-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm\:even\:bg-gray-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .sm\:even\:bg-gray-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm\:even\:bg-gray:nth-child(even) {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .sm\:even\:bg-red-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sm\:even\:bg-red-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sm\:even\:bg-red-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sm\:even\:bg-red-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sm\:even\:bg-red-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .sm\:even\:bg-red-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .sm\:even\:bg-red-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .sm\:even\:bg-red-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sm\:even\:bg-red-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sm\:even\:bg-orange-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sm\:even\:bg-orange-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sm\:even\:bg-orange-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sm\:even\:bg-orange-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sm\:even\:bg-orange-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sm\:even\:bg-orange-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sm\:even\:bg-orange-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sm\:even\:bg-orange-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sm\:even\:bg-orange-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sm\:even\:bg-yellow-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sm\:even\:bg-yellow-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sm\:even\:bg-yellow-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sm\:even\:bg-yellow-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sm\:even\:bg-yellow-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sm\:even\:bg-yellow-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sm\:even\:bg-yellow-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sm\:even\:bg-yellow-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sm\:even\:bg-yellow-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sm\:even\:bg-green-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sm\:even\:bg-green-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sm\:even\:bg-green-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sm\:even\:bg-green-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sm\:even\:bg-green-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sm\:even\:bg-green-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sm\:even\:bg-green-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sm\:even\:bg-green-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sm\:even\:bg-green-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sm\:even\:bg-teal-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sm\:even\:bg-teal-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sm\:even\:bg-teal-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sm\:even\:bg-teal-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sm\:even\:bg-teal-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sm\:even\:bg-teal-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sm\:even\:bg-teal-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sm\:even\:bg-teal-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sm\:even\:bg-teal-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sm\:even\:bg-blue-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sm\:even\:bg-blue-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sm\:even\:bg-blue-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sm\:even\:bg-blue-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sm\:even\:bg-blue-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sm\:even\:bg-blue-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sm\:even\:bg-blue-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sm\:even\:bg-blue-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sm\:even\:bg-blue-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sm\:even\:bg-indigo-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sm\:even\:bg-indigo-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sm\:even\:bg-indigo-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sm\:even\:bg-indigo-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sm\:even\:bg-indigo-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sm\:even\:bg-indigo-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sm\:even\:bg-indigo-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sm\:even\:bg-indigo-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sm\:even\:bg-indigo-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sm\:even\:bg-purple-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sm\:even\:bg-purple-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sm\:even\:bg-purple-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sm\:even\:bg-purple-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sm\:even\:bg-purple-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sm\:even\:bg-purple-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sm\:even\:bg-purple-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sm\:even\:bg-purple-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sm\:even\:bg-purple-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sm\:even\:bg-pink-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sm\:even\:bg-pink-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sm\:even\:bg-pink-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sm\:even\:bg-pink-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sm\:even\:bg-pink-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sm\:even\:bg-pink-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sm\:even\:bg-pink-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sm\:even\:bg-pink-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sm\:even\:bg-pink-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sm\:even\:bg-dark-blue:nth-child(even) {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .sm\:even\:bg-light-blue:nth-child(even) {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .sm\:even\:bg-pale-yellow:nth-child(even) {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .sm\:even\:bg-success:nth-child(even) {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .sm\:even\:bg-error:nth-child(even) {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .sm\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .sm\:odd\:bg-current:nth-child(odd) {
    background-color: currentColor;
  }

  .sm\:odd\:bg-black:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:odd\:bg-white:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:odd\:bg-gray-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:odd\:bg-gray-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .sm\:odd\:bg-gray-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm\:odd\:bg-gray-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .sm\:odd\:bg-gray-450:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .sm\:odd\:bg-gray-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .sm\:odd\:bg-gray-550:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .sm\:odd\:bg-gray-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .sm\:odd\:bg-gray-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm\:odd\:bg-gray-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .sm\:odd\:bg-gray-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm\:odd\:bg-gray:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .sm\:odd\:bg-red-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sm\:odd\:bg-red-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sm\:odd\:bg-red-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sm\:odd\:bg-red-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sm\:odd\:bg-red-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .sm\:odd\:bg-red-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .sm\:odd\:bg-red-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .sm\:odd\:bg-red-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sm\:odd\:bg-red-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sm\:odd\:bg-orange-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sm\:odd\:bg-orange-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sm\:odd\:bg-orange-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sm\:odd\:bg-orange-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sm\:odd\:bg-orange-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sm\:odd\:bg-orange-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sm\:odd\:bg-orange-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sm\:odd\:bg-orange-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sm\:odd\:bg-orange-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sm\:odd\:bg-yellow-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sm\:odd\:bg-yellow-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sm\:odd\:bg-yellow-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sm\:odd\:bg-yellow-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sm\:odd\:bg-yellow-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sm\:odd\:bg-yellow-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sm\:odd\:bg-yellow-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sm\:odd\:bg-yellow-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sm\:odd\:bg-yellow-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sm\:odd\:bg-green-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sm\:odd\:bg-green-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sm\:odd\:bg-green-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sm\:odd\:bg-green-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sm\:odd\:bg-green-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sm\:odd\:bg-green-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sm\:odd\:bg-green-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sm\:odd\:bg-green-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sm\:odd\:bg-green-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sm\:odd\:bg-teal-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sm\:odd\:bg-teal-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sm\:odd\:bg-teal-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sm\:odd\:bg-teal-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sm\:odd\:bg-teal-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sm\:odd\:bg-teal-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sm\:odd\:bg-teal-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sm\:odd\:bg-teal-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sm\:odd\:bg-teal-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sm\:odd\:bg-blue-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sm\:odd\:bg-blue-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sm\:odd\:bg-blue-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sm\:odd\:bg-blue-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sm\:odd\:bg-blue-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sm\:odd\:bg-blue-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sm\:odd\:bg-blue-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sm\:odd\:bg-blue-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sm\:odd\:bg-blue-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sm\:odd\:bg-indigo-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sm\:odd\:bg-indigo-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sm\:odd\:bg-indigo-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sm\:odd\:bg-indigo-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sm\:odd\:bg-indigo-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sm\:odd\:bg-indigo-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sm\:odd\:bg-indigo-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sm\:odd\:bg-indigo-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sm\:odd\:bg-indigo-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sm\:odd\:bg-purple-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sm\:odd\:bg-purple-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sm\:odd\:bg-purple-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sm\:odd\:bg-purple-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sm\:odd\:bg-purple-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sm\:odd\:bg-purple-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sm\:odd\:bg-purple-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sm\:odd\:bg-purple-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sm\:odd\:bg-purple-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sm\:odd\:bg-pink-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sm\:odd\:bg-pink-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sm\:odd\:bg-pink-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sm\:odd\:bg-pink-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sm\:odd\:bg-pink-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sm\:odd\:bg-pink-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sm\:odd\:bg-pink-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sm\:odd\:bg-pink-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sm\:odd\:bg-pink-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sm\:odd\:bg-dark-blue:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .sm\:odd\:bg-light-blue:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .sm\:odd\:bg-pale-yellow:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .sm\:odd\:bg-success:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .sm\:odd\:bg-error:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .sm\:children\:bg-transparent > * {
    background-color: transparent;
  }

  .sm\:children\:bg-current > * {
    background-color: currentColor;
  }

  .sm\:children\:bg-black > * {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:children\:bg-white > * {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:children\:bg-gray-100 > * {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:children\:bg-gray-200 > * {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .sm\:children\:bg-gray-300 > * {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm\:children\:bg-gray-400 > * {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .sm\:children\:bg-gray-450 > * {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .sm\:children\:bg-gray-500 > * {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .sm\:children\:bg-gray-550 > * {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .sm\:children\:bg-gray-600 > * {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .sm\:children\:bg-gray-700 > * {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm\:children\:bg-gray-800 > * {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .sm\:children\:bg-gray-900 > * {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm\:children\:bg-gray > * {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .sm\:children\:bg-red-100 > * {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sm\:children\:bg-red-200 > * {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sm\:children\:bg-red-300 > * {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sm\:children\:bg-red-400 > * {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sm\:children\:bg-red-500 > * {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .sm\:children\:bg-red-600 > * {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .sm\:children\:bg-red-700 > * {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .sm\:children\:bg-red-800 > * {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sm\:children\:bg-red-900 > * {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sm\:children\:bg-orange-100 > * {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sm\:children\:bg-orange-200 > * {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sm\:children\:bg-orange-300 > * {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sm\:children\:bg-orange-400 > * {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sm\:children\:bg-orange-500 > * {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sm\:children\:bg-orange-600 > * {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sm\:children\:bg-orange-700 > * {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sm\:children\:bg-orange-800 > * {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sm\:children\:bg-orange-900 > * {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sm\:children\:bg-yellow-100 > * {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sm\:children\:bg-yellow-200 > * {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sm\:children\:bg-yellow-300 > * {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sm\:children\:bg-yellow-400 > * {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sm\:children\:bg-yellow-500 > * {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sm\:children\:bg-yellow-600 > * {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sm\:children\:bg-yellow-700 > * {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sm\:children\:bg-yellow-800 > * {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sm\:children\:bg-yellow-900 > * {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sm\:children\:bg-green-100 > * {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sm\:children\:bg-green-200 > * {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sm\:children\:bg-green-300 > * {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sm\:children\:bg-green-400 > * {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sm\:children\:bg-green-500 > * {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sm\:children\:bg-green-600 > * {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sm\:children\:bg-green-700 > * {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sm\:children\:bg-green-800 > * {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sm\:children\:bg-green-900 > * {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sm\:children\:bg-teal-100 > * {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sm\:children\:bg-teal-200 > * {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sm\:children\:bg-teal-300 > * {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sm\:children\:bg-teal-400 > * {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sm\:children\:bg-teal-500 > * {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sm\:children\:bg-teal-600 > * {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sm\:children\:bg-teal-700 > * {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sm\:children\:bg-teal-800 > * {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sm\:children\:bg-teal-900 > * {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sm\:children\:bg-blue-100 > * {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sm\:children\:bg-blue-200 > * {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sm\:children\:bg-blue-300 > * {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sm\:children\:bg-blue-400 > * {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sm\:children\:bg-blue-500 > * {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sm\:children\:bg-blue-600 > * {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sm\:children\:bg-blue-700 > * {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sm\:children\:bg-blue-800 > * {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sm\:children\:bg-blue-900 > * {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sm\:children\:bg-indigo-100 > * {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sm\:children\:bg-indigo-200 > * {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sm\:children\:bg-indigo-300 > * {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sm\:children\:bg-indigo-400 > * {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sm\:children\:bg-indigo-500 > * {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sm\:children\:bg-indigo-600 > * {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sm\:children\:bg-indigo-700 > * {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sm\:children\:bg-indigo-800 > * {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sm\:children\:bg-indigo-900 > * {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sm\:children\:bg-purple-100 > * {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sm\:children\:bg-purple-200 > * {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sm\:children\:bg-purple-300 > * {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sm\:children\:bg-purple-400 > * {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sm\:children\:bg-purple-500 > * {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sm\:children\:bg-purple-600 > * {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sm\:children\:bg-purple-700 > * {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sm\:children\:bg-purple-800 > * {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sm\:children\:bg-purple-900 > * {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sm\:children\:bg-pink-100 > * {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sm\:children\:bg-pink-200 > * {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sm\:children\:bg-pink-300 > * {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sm\:children\:bg-pink-400 > * {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sm\:children\:bg-pink-500 > * {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sm\:children\:bg-pink-600 > * {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sm\:children\:bg-pink-700 > * {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sm\:children\:bg-pink-800 > * {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sm\:children\:bg-pink-900 > * {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sm\:children\:bg-dark-blue > * {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .sm\:children\:bg-light-blue > * {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .sm\:children\:bg-pale-yellow > * {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .sm\:children\:bg-success > * {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .sm\:children\:bg-error > * {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .sm\:first\:bg-transparent:first-child {
    background-color: transparent;
  }

  .sm\:first\:bg-current:first-child {
    background-color: currentColor;
  }

  .sm\:first\:bg-black:first-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:first\:bg-white:first-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:first\:bg-gray-100:first-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:first\:bg-gray-200:first-child {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .sm\:first\:bg-gray-300:first-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm\:first\:bg-gray-400:first-child {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .sm\:first\:bg-gray-450:first-child {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .sm\:first\:bg-gray-500:first-child {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .sm\:first\:bg-gray-550:first-child {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .sm\:first\:bg-gray-600:first-child {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .sm\:first\:bg-gray-700:first-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm\:first\:bg-gray-800:first-child {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .sm\:first\:bg-gray-900:first-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm\:first\:bg-gray:first-child {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .sm\:first\:bg-red-100:first-child {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sm\:first\:bg-red-200:first-child {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sm\:first\:bg-red-300:first-child {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sm\:first\:bg-red-400:first-child {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sm\:first\:bg-red-500:first-child {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .sm\:first\:bg-red-600:first-child {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .sm\:first\:bg-red-700:first-child {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .sm\:first\:bg-red-800:first-child {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sm\:first\:bg-red-900:first-child {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sm\:first\:bg-orange-100:first-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sm\:first\:bg-orange-200:first-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sm\:first\:bg-orange-300:first-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sm\:first\:bg-orange-400:first-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sm\:first\:bg-orange-500:first-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sm\:first\:bg-orange-600:first-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sm\:first\:bg-orange-700:first-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sm\:first\:bg-orange-800:first-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sm\:first\:bg-orange-900:first-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sm\:first\:bg-yellow-100:first-child {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sm\:first\:bg-yellow-200:first-child {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sm\:first\:bg-yellow-300:first-child {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sm\:first\:bg-yellow-400:first-child {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sm\:first\:bg-yellow-500:first-child {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sm\:first\:bg-yellow-600:first-child {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sm\:first\:bg-yellow-700:first-child {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sm\:first\:bg-yellow-800:first-child {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sm\:first\:bg-yellow-900:first-child {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sm\:first\:bg-green-100:first-child {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sm\:first\:bg-green-200:first-child {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sm\:first\:bg-green-300:first-child {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sm\:first\:bg-green-400:first-child {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sm\:first\:bg-green-500:first-child {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sm\:first\:bg-green-600:first-child {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sm\:first\:bg-green-700:first-child {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sm\:first\:bg-green-800:first-child {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sm\:first\:bg-green-900:first-child {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sm\:first\:bg-teal-100:first-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sm\:first\:bg-teal-200:first-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sm\:first\:bg-teal-300:first-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sm\:first\:bg-teal-400:first-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sm\:first\:bg-teal-500:first-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sm\:first\:bg-teal-600:first-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sm\:first\:bg-teal-700:first-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sm\:first\:bg-teal-800:first-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sm\:first\:bg-teal-900:first-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sm\:first\:bg-blue-100:first-child {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sm\:first\:bg-blue-200:first-child {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sm\:first\:bg-blue-300:first-child {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sm\:first\:bg-blue-400:first-child {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sm\:first\:bg-blue-500:first-child {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sm\:first\:bg-blue-600:first-child {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sm\:first\:bg-blue-700:first-child {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sm\:first\:bg-blue-800:first-child {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sm\:first\:bg-blue-900:first-child {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sm\:first\:bg-indigo-100:first-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sm\:first\:bg-indigo-200:first-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sm\:first\:bg-indigo-300:first-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sm\:first\:bg-indigo-400:first-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sm\:first\:bg-indigo-500:first-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sm\:first\:bg-indigo-600:first-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sm\:first\:bg-indigo-700:first-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sm\:first\:bg-indigo-800:first-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sm\:first\:bg-indigo-900:first-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sm\:first\:bg-purple-100:first-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sm\:first\:bg-purple-200:first-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sm\:first\:bg-purple-300:first-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sm\:first\:bg-purple-400:first-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sm\:first\:bg-purple-500:first-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sm\:first\:bg-purple-600:first-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sm\:first\:bg-purple-700:first-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sm\:first\:bg-purple-800:first-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sm\:first\:bg-purple-900:first-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sm\:first\:bg-pink-100:first-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sm\:first\:bg-pink-200:first-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sm\:first\:bg-pink-300:first-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sm\:first\:bg-pink-400:first-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sm\:first\:bg-pink-500:first-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sm\:first\:bg-pink-600:first-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sm\:first\:bg-pink-700:first-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sm\:first\:bg-pink-800:first-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sm\:first\:bg-pink-900:first-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sm\:first\:bg-dark-blue:first-child {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .sm\:first\:bg-light-blue:first-child {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .sm\:first\:bg-pale-yellow:first-child {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .sm\:first\:bg-success:first-child {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .sm\:first\:bg-error:first-child {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .sm\:last\:bg-transparent:last-child {
    background-color: transparent;
  }

  .sm\:last\:bg-current:last-child {
    background-color: currentColor;
  }

  .sm\:last\:bg-black:last-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:last\:bg-white:last-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:last\:bg-gray-100:last-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:last\:bg-gray-200:last-child {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .sm\:last\:bg-gray-300:last-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm\:last\:bg-gray-400:last-child {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .sm\:last\:bg-gray-450:last-child {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .sm\:last\:bg-gray-500:last-child {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .sm\:last\:bg-gray-550:last-child {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .sm\:last\:bg-gray-600:last-child {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .sm\:last\:bg-gray-700:last-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm\:last\:bg-gray-800:last-child {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .sm\:last\:bg-gray-900:last-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm\:last\:bg-gray:last-child {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .sm\:last\:bg-red-100:last-child {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sm\:last\:bg-red-200:last-child {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sm\:last\:bg-red-300:last-child {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sm\:last\:bg-red-400:last-child {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sm\:last\:bg-red-500:last-child {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .sm\:last\:bg-red-600:last-child {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .sm\:last\:bg-red-700:last-child {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .sm\:last\:bg-red-800:last-child {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sm\:last\:bg-red-900:last-child {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sm\:last\:bg-orange-100:last-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sm\:last\:bg-orange-200:last-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sm\:last\:bg-orange-300:last-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sm\:last\:bg-orange-400:last-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sm\:last\:bg-orange-500:last-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sm\:last\:bg-orange-600:last-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sm\:last\:bg-orange-700:last-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sm\:last\:bg-orange-800:last-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sm\:last\:bg-orange-900:last-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sm\:last\:bg-yellow-100:last-child {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sm\:last\:bg-yellow-200:last-child {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sm\:last\:bg-yellow-300:last-child {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sm\:last\:bg-yellow-400:last-child {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sm\:last\:bg-yellow-500:last-child {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sm\:last\:bg-yellow-600:last-child {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sm\:last\:bg-yellow-700:last-child {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sm\:last\:bg-yellow-800:last-child {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sm\:last\:bg-yellow-900:last-child {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sm\:last\:bg-green-100:last-child {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sm\:last\:bg-green-200:last-child {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sm\:last\:bg-green-300:last-child {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sm\:last\:bg-green-400:last-child {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sm\:last\:bg-green-500:last-child {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sm\:last\:bg-green-600:last-child {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sm\:last\:bg-green-700:last-child {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sm\:last\:bg-green-800:last-child {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sm\:last\:bg-green-900:last-child {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sm\:last\:bg-teal-100:last-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sm\:last\:bg-teal-200:last-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sm\:last\:bg-teal-300:last-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sm\:last\:bg-teal-400:last-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sm\:last\:bg-teal-500:last-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sm\:last\:bg-teal-600:last-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sm\:last\:bg-teal-700:last-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sm\:last\:bg-teal-800:last-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sm\:last\:bg-teal-900:last-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sm\:last\:bg-blue-100:last-child {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sm\:last\:bg-blue-200:last-child {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sm\:last\:bg-blue-300:last-child {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sm\:last\:bg-blue-400:last-child {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sm\:last\:bg-blue-500:last-child {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sm\:last\:bg-blue-600:last-child {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sm\:last\:bg-blue-700:last-child {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sm\:last\:bg-blue-800:last-child {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sm\:last\:bg-blue-900:last-child {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sm\:last\:bg-indigo-100:last-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sm\:last\:bg-indigo-200:last-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sm\:last\:bg-indigo-300:last-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sm\:last\:bg-indigo-400:last-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sm\:last\:bg-indigo-500:last-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sm\:last\:bg-indigo-600:last-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sm\:last\:bg-indigo-700:last-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sm\:last\:bg-indigo-800:last-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sm\:last\:bg-indigo-900:last-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sm\:last\:bg-purple-100:last-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sm\:last\:bg-purple-200:last-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sm\:last\:bg-purple-300:last-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sm\:last\:bg-purple-400:last-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sm\:last\:bg-purple-500:last-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sm\:last\:bg-purple-600:last-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sm\:last\:bg-purple-700:last-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sm\:last\:bg-purple-800:last-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sm\:last\:bg-purple-900:last-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sm\:last\:bg-pink-100:last-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sm\:last\:bg-pink-200:last-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sm\:last\:bg-pink-300:last-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sm\:last\:bg-pink-400:last-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sm\:last\:bg-pink-500:last-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sm\:last\:bg-pink-600:last-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sm\:last\:bg-pink-700:last-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sm\:last\:bg-pink-800:last-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sm\:last\:bg-pink-900:last-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sm\:last\:bg-dark-blue:last-child {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .sm\:last\:bg-light-blue:last-child {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .sm\:last\:bg-pale-yellow:last-child {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .sm\:last\:bg-success:last-child {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .sm\:last\:bg-error:last-child {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .sm\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-450:hover {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-550:hover {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray:hover {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .sm\:hover\:bg-red-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sm\:hover\:bg-red-200:hover {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sm\:hover\:bg-red-300:hover {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sm\:hover\:bg-red-400:hover {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sm\:hover\:bg-red-500:hover {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .sm\:hover\:bg-red-600:hover {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .sm\:hover\:bg-red-700:hover {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .sm\:hover\:bg-red-800:hover {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sm\:hover\:bg-red-900:hover {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-100:hover {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-200:hover {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-300:hover {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-400:hover {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-500:hover {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-600:hover {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-700:hover {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-800:hover {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-900:hover {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-100:hover {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-200:hover {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-300:hover {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-400:hover {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-500:hover {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-600:hover {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-700:hover {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-800:hover {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-900:hover {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-100:hover {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-200:hover {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-300:hover {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-400:hover {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-500:hover {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-600:hover {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-700:hover {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-800:hover {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-900:hover {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-100:hover {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-200:hover {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-300:hover {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-400:hover {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-500:hover {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-600:hover {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-700:hover {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-800:hover {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-900:hover {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sm\:hover\:bg-purple-100:hover {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sm\:hover\:bg-purple-200:hover {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sm\:hover\:bg-purple-300:hover {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sm\:hover\:bg-purple-400:hover {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sm\:hover\:bg-purple-500:hover {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sm\:hover\:bg-purple-600:hover {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sm\:hover\:bg-purple-700:hover {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sm\:hover\:bg-purple-800:hover {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sm\:hover\:bg-purple-900:hover {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sm\:hover\:bg-dark-blue:hover {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .sm\:hover\:bg-light-blue:hover {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .sm\:hover\:bg-pale-yellow:hover {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .sm\:hover\:bg-success:hover {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .sm\:hover\:bg-error:hover {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .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: #f0f2f7 !important;
    background-color: rgba(240, 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: #e3e8f0 !important;
    background-color: rgba(227, 232, 240, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-450\! {
    --bg-opacity: 1 !important;
    background-color: #B0B5CC !important;
    background-color: rgba(176, 181, 204, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-500\! {
    --bg-opacity: 1 !important;
    background-color: #B9BED1 !important;
    background-color: rgba(185, 190, 209, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-550\! {
    --bg-opacity: 1 !important;
    background-color: #9597a6 !important;
    background-color: rgba(149, 151, 166, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-600\! {
    --bg-opacity: 1 !important;
    background-color: #707070 !important;
    background-color: rgba(112, 112, 112, 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: #454545 !important;
    background-color: rgba(69, 69, 69, 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-gray\! {
    --bg-opacity: 1 !important;
    background-color: #454545 !important;
    background-color: rgba(69, 69, 69, 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-dark-blue\! {
    --bg-opacity: 1 !important;
    background-color: #000142 !important;
    background-color: rgba(0, 1, 66, var(--bg-opacity)) !important;
  }

  .sm\:bg-light-blue\! {
    --bg-opacity: 1 !important;
    background-color: #3B55E6 !important;
    background-color: rgba(59, 85, 230, var(--bg-opacity)) !important;
  }

  .sm\:bg-pale-yellow\! {
    --bg-opacity: 1 !important;
    background-color: #FBAF4E !important;
    background-color: rgba(251, 175, 78, var(--bg-opacity)) !important;
  }

  .sm\:bg-success\! {
    --bg-opacity: 1 !important;
    background-color: #007E62 !important;
    background-color: rgba(0, 126, 98, var(--bg-opacity)) !important;
  }

  .sm\:bg-error\! {
    --bg-opacity: 1 !important;
    background-color: #F60139 !important;
    background-color: rgba(246, 1, 57, var(--bg-opacity)) !important;
  }

  .sm\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .sm\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .sm\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .sm\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .sm\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .sm\:even\:bg-opacity-0:nth-child(even) {
    --bg-opacity: 0;
  }

  .sm\:even\:bg-opacity-25:nth-child(even) {
    --bg-opacity: 0.25;
  }

  .sm\:even\:bg-opacity-50:nth-child(even) {
    --bg-opacity: 0.5;
  }

  .sm\:even\:bg-opacity-75:nth-child(even) {
    --bg-opacity: 0.75;
  }

  .sm\:even\:bg-opacity-100:nth-child(even) {
    --bg-opacity: 1;
  }

  .sm\:odd\:bg-opacity-0:nth-child(odd) {
    --bg-opacity: 0;
  }

  .sm\:odd\:bg-opacity-25:nth-child(odd) {
    --bg-opacity: 0.25;
  }

  .sm\:odd\:bg-opacity-50:nth-child(odd) {
    --bg-opacity: 0.5;
  }

  .sm\:odd\:bg-opacity-75:nth-child(odd) {
    --bg-opacity: 0.75;
  }

  .sm\:odd\:bg-opacity-100:nth-child(odd) {
    --bg-opacity: 1;
  }

  .sm\:children\:bg-opacity-0 > * {
    --bg-opacity: 0;
  }

  .sm\:children\:bg-opacity-25 > * {
    --bg-opacity: 0.25;
  }

  .sm\:children\:bg-opacity-50 > * {
    --bg-opacity: 0.5;
  }

  .sm\:children\:bg-opacity-75 > * {
    --bg-opacity: 0.75;
  }

  .sm\:children\:bg-opacity-100 > * {
    --bg-opacity: 1;
  }

  .sm\:first\:bg-opacity-0:first-child {
    --bg-opacity: 0;
  }

  .sm\:first\:bg-opacity-25:first-child {
    --bg-opacity: 0.25;
  }

  .sm\:first\:bg-opacity-50:first-child {
    --bg-opacity: 0.5;
  }

  .sm\:first\:bg-opacity-75:first-child {
    --bg-opacity: 0.75;
  }

  .sm\:first\:bg-opacity-100:first-child {
    --bg-opacity: 1;
  }

  .sm\:last\:bg-opacity-0:last-child {
    --bg-opacity: 0;
  }

  .sm\:last\:bg-opacity-25:last-child {
    --bg-opacity: 0.25;
  }

  .sm\:last\:bg-opacity-50:last-child {
    --bg-opacity: 0.5;
  }

  .sm\:last\:bg-opacity-75:last-child {
    --bg-opacity: 0.75;
  }

  .sm\:last\:bg-opacity-100:last-child {
    --bg-opacity: 1;
  }

  .sm\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .sm\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .sm\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .sm\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .sm\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .sm\:bg-opacity-0\! {
    --bg-opacity: 0 !important;
  }

  .sm\:bg-opacity-25\! {
    --bg-opacity: 0.25 !important;
  }

  .sm\:bg-opacity-50\! {
    --bg-opacity: 0.5 !important;
  }

  .sm\:bg-opacity-75\! {
    --bg-opacity: 0.75 !important;
  }

  .sm\:bg-opacity-100\! {
    --bg-opacity: 1 !important;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .sm\:even\:bg-bottom:nth-child(even) {
    background-position: bottom;
  }

  .sm\:even\:bg-center:nth-child(even) {
    background-position: center;
  }

  .sm\:even\:bg-left:nth-child(even) {
    background-position: left;
  }

  .sm\:even\:bg-left-bottom:nth-child(even) {
    background-position: left bottom;
  }

  .sm\:even\:bg-left-top:nth-child(even) {
    background-position: left top;
  }

  .sm\:even\:bg-right:nth-child(even) {
    background-position: right;
  }

  .sm\:even\:bg-right-bottom:nth-child(even) {
    background-position: right bottom;
  }

  .sm\:even\:bg-right-top:nth-child(even) {
    background-position: right top;
  }

  .sm\:even\:bg-top:nth-child(even) {
    background-position: top;
  }

  .sm\:odd\:bg-bottom:nth-child(odd) {
    background-position: bottom;
  }

  .sm\:odd\:bg-center:nth-child(odd) {
    background-position: center;
  }

  .sm\:odd\:bg-left:nth-child(odd) {
    background-position: left;
  }

  .sm\:odd\:bg-left-bottom:nth-child(odd) {
    background-position: left bottom;
  }

  .sm\:odd\:bg-left-top:nth-child(odd) {
    background-position: left top;
  }

  .sm\:odd\:bg-right:nth-child(odd) {
    background-position: right;
  }

  .sm\:odd\:bg-right-bottom:nth-child(odd) {
    background-position: right bottom;
  }

  .sm\:odd\:bg-right-top:nth-child(odd) {
    background-position: right top;
  }

  .sm\:odd\:bg-top:nth-child(odd) {
    background-position: top;
  }

  .sm\:children\:bg-bottom > * {
    background-position: bottom;
  }

  .sm\:children\:bg-center > * {
    background-position: center;
  }

  .sm\:children\:bg-left > * {
    background-position: left;
  }

  .sm\:children\:bg-left-bottom > * {
    background-position: left bottom;
  }

  .sm\:children\:bg-left-top > * {
    background-position: left top;
  }

  .sm\:children\:bg-right > * {
    background-position: right;
  }

  .sm\:children\:bg-right-bottom > * {
    background-position: right bottom;
  }

  .sm\:children\:bg-right-top > * {
    background-position: right top;
  }

  .sm\:children\:bg-top > * {
    background-position: top;
  }

  .sm\:first\:bg-bottom:first-child {
    background-position: bottom;
  }

  .sm\:first\:bg-center:first-child {
    background-position: center;
  }

  .sm\:first\:bg-left:first-child {
    background-position: left;
  }

  .sm\:first\:bg-left-bottom:first-child {
    background-position: left bottom;
  }

  .sm\:first\:bg-left-top:first-child {
    background-position: left top;
  }

  .sm\:first\:bg-right:first-child {
    background-position: right;
  }

  .sm\:first\:bg-right-bottom:first-child {
    background-position: right bottom;
  }

  .sm\:first\:bg-right-top:first-child {
    background-position: right top;
  }

  .sm\:first\:bg-top:first-child {
    background-position: top;
  }

  .sm\:last\:bg-bottom:last-child {
    background-position: bottom;
  }

  .sm\:last\:bg-center:last-child {
    background-position: center;
  }

  .sm\:last\:bg-left:last-child {
    background-position: left;
  }

  .sm\:last\:bg-left-bottom:last-child {
    background-position: left bottom;
  }

  .sm\:last\:bg-left-top:last-child {
    background-position: left top;
  }

  .sm\:last\:bg-right:last-child {
    background-position: right;
  }

  .sm\:last\:bg-right-bottom:last-child {
    background-position: right bottom;
  }

  .sm\:last\:bg-right-top:last-child {
    background-position: right top;
  }

  .sm\:last\:bg-top:last-child {
    background-position: top;
  }

  .sm\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .sm\:hover\:bg-center:hover {
    background-position: center;
  }

  .sm\:hover\:bg-left:hover {
    background-position: left;
  }

  .sm\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .sm\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .sm\:hover\:bg-right:hover {
    background-position: right;
  }

  .sm\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .sm\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .sm\:hover\:bg-top:hover {
    background-position: top;
  }

  .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;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round {
    background-repeat: round;
  }

  .sm\:bg-repeat-space {
    background-repeat: space;
  }

  .sm\:even\:bg-repeat:nth-child(even) {
    background-repeat: repeat;
  }

  .sm\:even\:bg-no-repeat:nth-child(even) {
    background-repeat: no-repeat;
  }

  .sm\:even\:bg-repeat-x:nth-child(even) {
    background-repeat: repeat-x;
  }

  .sm\:even\:bg-repeat-y:nth-child(even) {
    background-repeat: repeat-y;
  }

  .sm\:even\:bg-repeat-round:nth-child(even) {
    background-repeat: round;
  }

  .sm\:even\:bg-repeat-space:nth-child(even) {
    background-repeat: space;
  }

  .sm\:odd\:bg-repeat:nth-child(odd) {
    background-repeat: repeat;
  }

  .sm\:odd\:bg-no-repeat:nth-child(odd) {
    background-repeat: no-repeat;
  }

  .sm\:odd\:bg-repeat-x:nth-child(odd) {
    background-repeat: repeat-x;
  }

  .sm\:odd\:bg-repeat-y:nth-child(odd) {
    background-repeat: repeat-y;
  }

  .sm\:odd\:bg-repeat-round:nth-child(odd) {
    background-repeat: round;
  }

  .sm\:odd\:bg-repeat-space:nth-child(odd) {
    background-repeat: space;
  }

  .sm\:children\:bg-repeat > * {
    background-repeat: repeat;
  }

  .sm\:children\:bg-no-repeat > * {
    background-repeat: no-repeat;
  }

  .sm\:children\:bg-repeat-x > * {
    background-repeat: repeat-x;
  }

  .sm\:children\:bg-repeat-y > * {
    background-repeat: repeat-y;
  }

  .sm\:children\:bg-repeat-round > * {
    background-repeat: round;
  }

  .sm\:children\:bg-repeat-space > * {
    background-repeat: space;
  }

  .sm\:first\:bg-repeat:first-child {
    background-repeat: repeat;
  }

  .sm\:first\:bg-no-repeat:first-child {
    background-repeat: no-repeat;
  }

  .sm\:first\:bg-repeat-x:first-child {
    background-repeat: repeat-x;
  }

  .sm\:first\:bg-repeat-y:first-child {
    background-repeat: repeat-y;
  }

  .sm\:first\:bg-repeat-round:first-child {
    background-repeat: round;
  }

  .sm\:first\:bg-repeat-space:first-child {
    background-repeat: space;
  }

  .sm\:last\:bg-repeat:last-child {
    background-repeat: repeat;
  }

  .sm\:last\:bg-no-repeat:last-child {
    background-repeat: no-repeat;
  }

  .sm\:last\:bg-repeat-x:last-child {
    background-repeat: repeat-x;
  }

  .sm\:last\:bg-repeat-y:last-child {
    background-repeat: repeat-y;
  }

  .sm\:last\:bg-repeat-round:last-child {
    background-repeat: round;
  }

  .sm\:last\:bg-repeat-space:last-child {
    background-repeat: space;
  }

  .sm\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .sm\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .sm\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .sm\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .sm\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .sm\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .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;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:even\:bg-auto:nth-child(even) {
    background-size: auto;
  }

  .sm\:even\:bg-cover:nth-child(even) {
    background-size: cover;
  }

  .sm\:even\:bg-contain:nth-child(even) {
    background-size: contain;
  }

  .sm\:odd\:bg-auto:nth-child(odd) {
    background-size: auto;
  }

  .sm\:odd\:bg-cover:nth-child(odd) {
    background-size: cover;
  }

  .sm\:odd\:bg-contain:nth-child(odd) {
    background-size: contain;
  }

  .sm\:children\:bg-auto > * {
    background-size: auto;
  }

  .sm\:children\:bg-cover > * {
    background-size: cover;
  }

  .sm\:children\:bg-contain > * {
    background-size: contain;
  }

  .sm\:first\:bg-auto:first-child {
    background-size: auto;
  }

  .sm\:first\:bg-cover:first-child {
    background-size: cover;
  }

  .sm\:first\:bg-contain:first-child {
    background-size: contain;
  }

  .sm\:last\:bg-auto:last-child {
    background-size: auto;
  }

  .sm\:last\:bg-cover:last-child {
    background-size: cover;
  }

  .sm\:last\:bg-contain:last-child {
    background-size: contain;
  }

  .sm\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .sm\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .sm\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .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;
  }

  .sm\:border-separate {
    border-collapse: separate;
  }

  .sm\:even\:border-collapse:nth-child(even) {
    border-collapse: collapse;
  }

  .sm\:even\:border-separate:nth-child(even) {
    border-collapse: separate;
  }

  .sm\:odd\:border-collapse:nth-child(odd) {
    border-collapse: collapse;
  }

  .sm\:odd\:border-separate:nth-child(odd) {
    border-collapse: separate;
  }

  .sm\:children\:border-collapse > * {
    border-collapse: collapse;
  }

  .sm\:children\:border-separate > * {
    border-collapse: separate;
  }

  .sm\:first\:border-collapse:first-child {
    border-collapse: collapse;
  }

  .sm\:first\:border-separate:first-child {
    border-collapse: separate;
  }

  .sm\:last\:border-collapse:last-child {
    border-collapse: collapse;
  }

  .sm\:last\:border-separate:last-child {
    border-collapse: separate;
  }

  .sm\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .sm\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .sm\:border-collapse\! {
    border-collapse: collapse !important;
  }

  .sm\:border-separate\! {
    border-collapse: separate !important;
  }

  .sm\:border-transparent {
    border-color: transparent;
  }

  .sm\:border-current {
    border-color: currentColor;
  }

  .sm\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:border-gray-200 {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .sm\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm\:border-gray-400 {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .sm\:border-gray-450 {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .sm\:border-gray-500 {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .sm\:border-gray-550 {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .sm\:border-gray-600 {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .sm\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm\:border-gray-800 {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .sm\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm\:border-gray {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .sm\:border-red-100 {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sm\:border-red-200 {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sm\:border-red-300 {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sm\:border-red-400 {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sm\:border-red-500 {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .sm\:border-red-600 {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .sm\:border-red-700 {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .sm\:border-red-800 {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sm\:border-red-900 {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sm\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sm\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sm\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sm\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sm\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sm\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sm\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sm\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sm\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sm\:border-yellow-100 {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sm\:border-yellow-200 {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sm\:border-yellow-300 {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sm\:border-yellow-400 {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sm\:border-yellow-500 {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sm\:border-yellow-600 {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sm\:border-yellow-700 {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sm\:border-yellow-800 {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sm\:border-yellow-900 {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sm\:border-green-100 {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sm\:border-green-200 {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sm\:border-green-300 {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sm\:border-green-400 {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sm\:border-green-500 {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sm\:border-green-600 {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sm\:border-green-700 {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sm\:border-green-800 {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sm\:border-green-900 {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sm\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sm\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sm\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sm\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sm\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sm\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sm\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sm\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sm\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sm\:border-blue-100 {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sm\:border-blue-200 {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sm\:border-blue-300 {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sm\:border-blue-400 {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sm\:border-blue-500 {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sm\:border-blue-600 {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sm\:border-blue-700 {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sm\:border-blue-800 {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sm\:border-blue-900 {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sm\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sm\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sm\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sm\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sm\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sm\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sm\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sm\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sm\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sm\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sm\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sm\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sm\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sm\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sm\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sm\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sm\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sm\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sm\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sm\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sm\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sm\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sm\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sm\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sm\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sm\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sm\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sm\:border-dark-blue {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .sm\:border-light-blue {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .sm\:border-pale-yellow {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .sm\:border-success {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .sm\:border-error {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .sm\:even\:border-transparent:nth-child(even) {
    border-color: transparent;
  }

  .sm\:even\:border-current:nth-child(even) {
    border-color: currentColor;
  }

  .sm\:even\:border-black:nth-child(even) {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm\:even\:border-white:nth-child(even) {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:even\:border-gray-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:even\:border-gray-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .sm\:even\:border-gray-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm\:even\:border-gray-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .sm\:even\:border-gray-450:nth-child(even) {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .sm\:even\:border-gray-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .sm\:even\:border-gray-550:nth-child(even) {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .sm\:even\:border-gray-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .sm\:even\:border-gray-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm\:even\:border-gray-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .sm\:even\:border-gray-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm\:even\:border-gray:nth-child(even) {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .sm\:even\:border-red-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sm\:even\:border-red-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sm\:even\:border-red-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sm\:even\:border-red-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sm\:even\:border-red-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .sm\:even\:border-red-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .sm\:even\:border-red-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .sm\:even\:border-red-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sm\:even\:border-red-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sm\:even\:border-orange-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sm\:even\:border-orange-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sm\:even\:border-orange-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sm\:even\:border-orange-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sm\:even\:border-orange-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sm\:even\:border-orange-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sm\:even\:border-orange-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sm\:even\:border-orange-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sm\:even\:border-orange-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sm\:even\:border-yellow-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sm\:even\:border-yellow-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sm\:even\:border-yellow-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sm\:even\:border-yellow-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sm\:even\:border-yellow-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sm\:even\:border-yellow-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sm\:even\:border-yellow-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sm\:even\:border-yellow-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sm\:even\:border-yellow-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sm\:even\:border-green-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sm\:even\:border-green-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sm\:even\:border-green-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sm\:even\:border-green-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sm\:even\:border-green-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sm\:even\:border-green-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sm\:even\:border-green-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sm\:even\:border-green-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sm\:even\:border-green-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sm\:even\:border-teal-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sm\:even\:border-teal-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sm\:even\:border-teal-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sm\:even\:border-teal-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sm\:even\:border-teal-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sm\:even\:border-teal-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sm\:even\:border-teal-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sm\:even\:border-teal-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sm\:even\:border-teal-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sm\:even\:border-blue-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sm\:even\:border-blue-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sm\:even\:border-blue-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sm\:even\:border-blue-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sm\:even\:border-blue-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sm\:even\:border-blue-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sm\:even\:border-blue-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sm\:even\:border-blue-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sm\:even\:border-blue-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sm\:even\:border-indigo-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sm\:even\:border-indigo-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sm\:even\:border-indigo-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sm\:even\:border-indigo-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sm\:even\:border-indigo-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sm\:even\:border-indigo-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sm\:even\:border-indigo-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sm\:even\:border-indigo-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sm\:even\:border-indigo-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sm\:even\:border-purple-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sm\:even\:border-purple-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sm\:even\:border-purple-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sm\:even\:border-purple-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sm\:even\:border-purple-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sm\:even\:border-purple-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sm\:even\:border-purple-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sm\:even\:border-purple-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sm\:even\:border-purple-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sm\:even\:border-pink-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sm\:even\:border-pink-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sm\:even\:border-pink-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sm\:even\:border-pink-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sm\:even\:border-pink-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sm\:even\:border-pink-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sm\:even\:border-pink-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sm\:even\:border-pink-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sm\:even\:border-pink-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sm\:even\:border-dark-blue:nth-child(even) {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .sm\:even\:border-light-blue:nth-child(even) {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .sm\:even\:border-pale-yellow:nth-child(even) {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .sm\:even\:border-success:nth-child(even) {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .sm\:even\:border-error:nth-child(even) {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .sm\:odd\:border-transparent:nth-child(odd) {
    border-color: transparent;
  }

  .sm\:odd\:border-current:nth-child(odd) {
    border-color: currentColor;
  }

  .sm\:odd\:border-black:nth-child(odd) {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm\:odd\:border-white:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:odd\:border-gray-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:odd\:border-gray-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .sm\:odd\:border-gray-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm\:odd\:border-gray-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .sm\:odd\:border-gray-450:nth-child(odd) {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .sm\:odd\:border-gray-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .sm\:odd\:border-gray-550:nth-child(odd) {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .sm\:odd\:border-gray-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .sm\:odd\:border-gray-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm\:odd\:border-gray-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .sm\:odd\:border-gray-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm\:odd\:border-gray:nth-child(odd) {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .sm\:odd\:border-red-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sm\:odd\:border-red-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sm\:odd\:border-red-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sm\:odd\:border-red-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sm\:odd\:border-red-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .sm\:odd\:border-red-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .sm\:odd\:border-red-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .sm\:odd\:border-red-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sm\:odd\:border-red-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sm\:odd\:border-orange-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sm\:odd\:border-orange-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sm\:odd\:border-orange-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sm\:odd\:border-orange-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sm\:odd\:border-orange-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sm\:odd\:border-orange-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sm\:odd\:border-orange-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sm\:odd\:border-orange-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sm\:odd\:border-orange-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sm\:odd\:border-yellow-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sm\:odd\:border-yellow-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sm\:odd\:border-yellow-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sm\:odd\:border-yellow-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sm\:odd\:border-yellow-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sm\:odd\:border-yellow-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sm\:odd\:border-yellow-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sm\:odd\:border-yellow-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sm\:odd\:border-yellow-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sm\:odd\:border-green-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sm\:odd\:border-green-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sm\:odd\:border-green-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sm\:odd\:border-green-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sm\:odd\:border-green-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sm\:odd\:border-green-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sm\:odd\:border-green-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sm\:odd\:border-green-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sm\:odd\:border-green-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sm\:odd\:border-teal-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sm\:odd\:border-teal-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sm\:odd\:border-teal-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sm\:odd\:border-teal-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sm\:odd\:border-teal-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sm\:odd\:border-teal-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sm\:odd\:border-teal-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sm\:odd\:border-teal-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sm\:odd\:border-teal-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sm\:odd\:border-blue-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sm\:odd\:border-blue-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sm\:odd\:border-blue-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sm\:odd\:border-blue-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sm\:odd\:border-blue-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sm\:odd\:border-blue-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sm\:odd\:border-blue-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sm\:odd\:border-blue-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sm\:odd\:border-blue-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sm\:odd\:border-indigo-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sm\:odd\:border-indigo-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sm\:odd\:border-indigo-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sm\:odd\:border-indigo-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sm\:odd\:border-indigo-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sm\:odd\:border-indigo-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sm\:odd\:border-indigo-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sm\:odd\:border-indigo-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sm\:odd\:border-indigo-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sm\:odd\:border-purple-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sm\:odd\:border-purple-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sm\:odd\:border-purple-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sm\:odd\:border-purple-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sm\:odd\:border-purple-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sm\:odd\:border-purple-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sm\:odd\:border-purple-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sm\:odd\:border-purple-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sm\:odd\:border-purple-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sm\:odd\:border-pink-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sm\:odd\:border-pink-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sm\:odd\:border-pink-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sm\:odd\:border-pink-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sm\:odd\:border-pink-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sm\:odd\:border-pink-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sm\:odd\:border-pink-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sm\:odd\:border-pink-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sm\:odd\:border-pink-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sm\:odd\:border-dark-blue:nth-child(odd) {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .sm\:odd\:border-light-blue:nth-child(odd) {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .sm\:odd\:border-pale-yellow:nth-child(odd) {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .sm\:odd\:border-success:nth-child(odd) {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .sm\:odd\:border-error:nth-child(odd) {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .sm\:children\:border-transparent > * {
    border-color: transparent;
  }

  .sm\:children\:border-current > * {
    border-color: currentColor;
  }

  .sm\:children\:border-black > * {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm\:children\:border-white > * {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:children\:border-gray-100 > * {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:children\:border-gray-200 > * {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .sm\:children\:border-gray-300 > * {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm\:children\:border-gray-400 > * {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .sm\:children\:border-gray-450 > * {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .sm\:children\:border-gray-500 > * {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .sm\:children\:border-gray-550 > * {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .sm\:children\:border-gray-600 > * {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .sm\:children\:border-gray-700 > * {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm\:children\:border-gray-800 > * {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .sm\:children\:border-gray-900 > * {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm\:children\:border-gray > * {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .sm\:children\:border-red-100 > * {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sm\:children\:border-red-200 > * {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sm\:children\:border-red-300 > * {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sm\:children\:border-red-400 > * {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sm\:children\:border-red-500 > * {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .sm\:children\:border-red-600 > * {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .sm\:children\:border-red-700 > * {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .sm\:children\:border-red-800 > * {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sm\:children\:border-red-900 > * {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sm\:children\:border-orange-100 > * {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sm\:children\:border-orange-200 > * {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sm\:children\:border-orange-300 > * {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sm\:children\:border-orange-400 > * {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sm\:children\:border-orange-500 > * {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sm\:children\:border-orange-600 > * {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sm\:children\:border-orange-700 > * {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sm\:children\:border-orange-800 > * {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sm\:children\:border-orange-900 > * {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sm\:children\:border-yellow-100 > * {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sm\:children\:border-yellow-200 > * {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sm\:children\:border-yellow-300 > * {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sm\:children\:border-yellow-400 > * {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sm\:children\:border-yellow-500 > * {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sm\:children\:border-yellow-600 > * {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sm\:children\:border-yellow-700 > * {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sm\:children\:border-yellow-800 > * {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sm\:children\:border-yellow-900 > * {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sm\:children\:border-green-100 > * {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sm\:children\:border-green-200 > * {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sm\:children\:border-green-300 > * {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sm\:children\:border-green-400 > * {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sm\:children\:border-green-500 > * {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sm\:children\:border-green-600 > * {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sm\:children\:border-green-700 > * {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sm\:children\:border-green-800 > * {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sm\:children\:border-green-900 > * {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sm\:children\:border-teal-100 > * {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sm\:children\:border-teal-200 > * {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sm\:children\:border-teal-300 > * {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sm\:children\:border-teal-400 > * {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sm\:children\:border-teal-500 > * {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sm\:children\:border-teal-600 > * {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sm\:children\:border-teal-700 > * {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sm\:children\:border-teal-800 > * {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sm\:children\:border-teal-900 > * {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sm\:children\:border-blue-100 > * {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sm\:children\:border-blue-200 > * {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sm\:children\:border-blue-300 > * {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sm\:children\:border-blue-400 > * {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sm\:children\:border-blue-500 > * {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sm\:children\:border-blue-600 > * {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sm\:children\:border-blue-700 > * {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sm\:children\:border-blue-800 > * {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sm\:children\:border-blue-900 > * {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sm\:children\:border-indigo-100 > * {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sm\:children\:border-indigo-200 > * {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sm\:children\:border-indigo-300 > * {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sm\:children\:border-indigo-400 > * {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sm\:children\:border-indigo-500 > * {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sm\:children\:border-indigo-600 > * {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sm\:children\:border-indigo-700 > * {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sm\:children\:border-indigo-800 > * {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sm\:children\:border-indigo-900 > * {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sm\:children\:border-purple-100 > * {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sm\:children\:border-purple-200 > * {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sm\:children\:border-purple-300 > * {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sm\:children\:border-purple-400 > * {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sm\:children\:border-purple-500 > * {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sm\:children\:border-purple-600 > * {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sm\:children\:border-purple-700 > * {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sm\:children\:border-purple-800 > * {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sm\:children\:border-purple-900 > * {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sm\:children\:border-pink-100 > * {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sm\:children\:border-pink-200 > * {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sm\:children\:border-pink-300 > * {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sm\:children\:border-pink-400 > * {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sm\:children\:border-pink-500 > * {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sm\:children\:border-pink-600 > * {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sm\:children\:border-pink-700 > * {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sm\:children\:border-pink-800 > * {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sm\:children\:border-pink-900 > * {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sm\:children\:border-dark-blue > * {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .sm\:children\:border-light-blue > * {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .sm\:children\:border-pale-yellow > * {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .sm\:children\:border-success > * {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .sm\:children\:border-error > * {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .sm\:first\:border-transparent:first-child {
    border-color: transparent;
  }

  .sm\:first\:border-current:first-child {
    border-color: currentColor;
  }

  .sm\:first\:border-black:first-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm\:first\:border-white:first-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:first\:border-gray-100:first-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:first\:border-gray-200:first-child {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .sm\:first\:border-gray-300:first-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm\:first\:border-gray-400:first-child {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .sm\:first\:border-gray-450:first-child {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .sm\:first\:border-gray-500:first-child {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .sm\:first\:border-gray-550:first-child {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .sm\:first\:border-gray-600:first-child {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .sm\:first\:border-gray-700:first-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm\:first\:border-gray-800:first-child {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .sm\:first\:border-gray-900:first-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm\:first\:border-gray:first-child {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .sm\:first\:border-red-100:first-child {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sm\:first\:border-red-200:first-child {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sm\:first\:border-red-300:first-child {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sm\:first\:border-red-400:first-child {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sm\:first\:border-red-500:first-child {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .sm\:first\:border-red-600:first-child {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .sm\:first\:border-red-700:first-child {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .sm\:first\:border-red-800:first-child {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sm\:first\:border-red-900:first-child {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sm\:first\:border-orange-100:first-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sm\:first\:border-orange-200:first-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sm\:first\:border-orange-300:first-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sm\:first\:border-orange-400:first-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sm\:first\:border-orange-500:first-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sm\:first\:border-orange-600:first-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sm\:first\:border-orange-700:first-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sm\:first\:border-orange-800:first-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sm\:first\:border-orange-900:first-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sm\:first\:border-yellow-100:first-child {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sm\:first\:border-yellow-200:first-child {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sm\:first\:border-yellow-300:first-child {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sm\:first\:border-yellow-400:first-child {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sm\:first\:border-yellow-500:first-child {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sm\:first\:border-yellow-600:first-child {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sm\:first\:border-yellow-700:first-child {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sm\:first\:border-yellow-800:first-child {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sm\:first\:border-yellow-900:first-child {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sm\:first\:border-green-100:first-child {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sm\:first\:border-green-200:first-child {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sm\:first\:border-green-300:first-child {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sm\:first\:border-green-400:first-child {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sm\:first\:border-green-500:first-child {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sm\:first\:border-green-600:first-child {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sm\:first\:border-green-700:first-child {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sm\:first\:border-green-800:first-child {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sm\:first\:border-green-900:first-child {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sm\:first\:border-teal-100:first-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sm\:first\:border-teal-200:first-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sm\:first\:border-teal-300:first-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sm\:first\:border-teal-400:first-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sm\:first\:border-teal-500:first-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sm\:first\:border-teal-600:first-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sm\:first\:border-teal-700:first-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sm\:first\:border-teal-800:first-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sm\:first\:border-teal-900:first-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sm\:first\:border-blue-100:first-child {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sm\:first\:border-blue-200:first-child {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sm\:first\:border-blue-300:first-child {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sm\:first\:border-blue-400:first-child {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sm\:first\:border-blue-500:first-child {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sm\:first\:border-blue-600:first-child {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sm\:first\:border-blue-700:first-child {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sm\:first\:border-blue-800:first-child {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sm\:first\:border-blue-900:first-child {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sm\:first\:border-indigo-100:first-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sm\:first\:border-indigo-200:first-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sm\:first\:border-indigo-300:first-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sm\:first\:border-indigo-400:first-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sm\:first\:border-indigo-500:first-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sm\:first\:border-indigo-600:first-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sm\:first\:border-indigo-700:first-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sm\:first\:border-indigo-800:first-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sm\:first\:border-indigo-900:first-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sm\:first\:border-purple-100:first-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sm\:first\:border-purple-200:first-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sm\:first\:border-purple-300:first-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sm\:first\:border-purple-400:first-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sm\:first\:border-purple-500:first-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sm\:first\:border-purple-600:first-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sm\:first\:border-purple-700:first-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sm\:first\:border-purple-800:first-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sm\:first\:border-purple-900:first-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sm\:first\:border-pink-100:first-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sm\:first\:border-pink-200:first-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sm\:first\:border-pink-300:first-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sm\:first\:border-pink-400:first-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sm\:first\:border-pink-500:first-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sm\:first\:border-pink-600:first-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sm\:first\:border-pink-700:first-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sm\:first\:border-pink-800:first-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sm\:first\:border-pink-900:first-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sm\:first\:border-dark-blue:first-child {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .sm\:first\:border-light-blue:first-child {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .sm\:first\:border-pale-yellow:first-child {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .sm\:first\:border-success:first-child {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .sm\:first\:border-error:first-child {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .sm\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .sm\:last\:border-current:last-child {
    border-color: currentColor;
  }

  .sm\:last\:border-black:last-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm\:last\:border-white:last-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:last\:border-gray-100:last-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:last\:border-gray-200:last-child {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .sm\:last\:border-gray-300:last-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm\:last\:border-gray-400:last-child {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .sm\:last\:border-gray-450:last-child {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .sm\:last\:border-gray-500:last-child {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .sm\:last\:border-gray-550:last-child {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .sm\:last\:border-gray-600:last-child {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .sm\:last\:border-gray-700:last-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm\:last\:border-gray-800:last-child {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .sm\:last\:border-gray-900:last-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm\:last\:border-gray:last-child {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .sm\:last\:border-red-100:last-child {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sm\:last\:border-red-200:last-child {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sm\:last\:border-red-300:last-child {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sm\:last\:border-red-400:last-child {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sm\:last\:border-red-500:last-child {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .sm\:last\:border-red-600:last-child {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .sm\:last\:border-red-700:last-child {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .sm\:last\:border-red-800:last-child {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sm\:last\:border-red-900:last-child {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sm\:last\:border-orange-100:last-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sm\:last\:border-orange-200:last-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sm\:last\:border-orange-300:last-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sm\:last\:border-orange-400:last-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sm\:last\:border-orange-500:last-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sm\:last\:border-orange-600:last-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sm\:last\:border-orange-700:last-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sm\:last\:border-orange-800:last-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sm\:last\:border-orange-900:last-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sm\:last\:border-yellow-100:last-child {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sm\:last\:border-yellow-200:last-child {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sm\:last\:border-yellow-300:last-child {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sm\:last\:border-yellow-400:last-child {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sm\:last\:border-yellow-500:last-child {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sm\:last\:border-yellow-600:last-child {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sm\:last\:border-yellow-700:last-child {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sm\:last\:border-yellow-800:last-child {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sm\:last\:border-yellow-900:last-child {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sm\:last\:border-green-100:last-child {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sm\:last\:border-green-200:last-child {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sm\:last\:border-green-300:last-child {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sm\:last\:border-green-400:last-child {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sm\:last\:border-green-500:last-child {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sm\:last\:border-green-600:last-child {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sm\:last\:border-green-700:last-child {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sm\:last\:border-green-800:last-child {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sm\:last\:border-green-900:last-child {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sm\:last\:border-teal-100:last-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sm\:last\:border-teal-200:last-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sm\:last\:border-teal-300:last-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sm\:last\:border-teal-400:last-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sm\:last\:border-teal-500:last-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sm\:last\:border-teal-600:last-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sm\:last\:border-teal-700:last-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sm\:last\:border-teal-800:last-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sm\:last\:border-teal-900:last-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sm\:last\:border-blue-100:last-child {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sm\:last\:border-blue-200:last-child {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sm\:last\:border-blue-300:last-child {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sm\:last\:border-blue-400:last-child {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sm\:last\:border-blue-500:last-child {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sm\:last\:border-blue-600:last-child {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sm\:last\:border-blue-700:last-child {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sm\:last\:border-blue-800:last-child {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sm\:last\:border-blue-900:last-child {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sm\:last\:border-indigo-100:last-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sm\:last\:border-indigo-200:last-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sm\:last\:border-indigo-300:last-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sm\:last\:border-indigo-400:last-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sm\:last\:border-indigo-500:last-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sm\:last\:border-indigo-600:last-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sm\:last\:border-indigo-700:last-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sm\:last\:border-indigo-800:last-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sm\:last\:border-indigo-900:last-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sm\:last\:border-purple-100:last-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sm\:last\:border-purple-200:last-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sm\:last\:border-purple-300:last-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sm\:last\:border-purple-400:last-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sm\:last\:border-purple-500:last-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sm\:last\:border-purple-600:last-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sm\:last\:border-purple-700:last-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sm\:last\:border-purple-800:last-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sm\:last\:border-purple-900:last-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sm\:last\:border-pink-100:last-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sm\:last\:border-pink-200:last-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sm\:last\:border-pink-300:last-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sm\:last\:border-pink-400:last-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sm\:last\:border-pink-500:last-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sm\:last\:border-pink-600:last-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sm\:last\:border-pink-700:last-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sm\:last\:border-pink-800:last-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sm\:last\:border-pink-900:last-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sm\:last\:border-dark-blue:last-child {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .sm\:last\:border-light-blue:last-child {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .sm\:last\:border-pale-yellow:last-child {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .sm\:last\:border-success:last-child {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .sm\:last\:border-error:last-child {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .sm\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .sm\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .sm\:hover\:border-gray-450:hover {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .sm\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .sm\:hover\:border-gray-550:hover {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .sm\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .sm\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .sm\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm\:hover\:border-gray:hover {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .sm\:hover\:border-red-100:hover {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sm\:hover\:border-red-200:hover {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sm\:hover\:border-red-300:hover {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sm\:hover\:border-red-400:hover {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sm\:hover\:border-red-500:hover {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .sm\:hover\:border-red-600:hover {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .sm\:hover\:border-red-700:hover {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .sm\:hover\:border-red-800:hover {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sm\:hover\:border-red-900:hover {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sm\:hover\:border-orange-100:hover {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sm\:hover\:border-orange-200:hover {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sm\:hover\:border-orange-300:hover {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sm\:hover\:border-orange-400:hover {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sm\:hover\:border-orange-500:hover {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sm\:hover\:border-orange-600:hover {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sm\:hover\:border-orange-700:hover {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sm\:hover\:border-orange-800:hover {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sm\:hover\:border-orange-900:hover {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-100:hover {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-200:hover {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-300:hover {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-400:hover {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-500:hover {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-600:hover {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-700:hover {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-800:hover {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-900:hover {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sm\:hover\:border-green-100:hover {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sm\:hover\:border-green-200:hover {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sm\:hover\:border-green-300:hover {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sm\:hover\:border-green-400:hover {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sm\:hover\:border-green-500:hover {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sm\:hover\:border-green-600:hover {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sm\:hover\:border-green-700:hover {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sm\:hover\:border-green-800:hover {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sm\:hover\:border-green-900:hover {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sm\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sm\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sm\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sm\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sm\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sm\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sm\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sm\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sm\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sm\:hover\:border-blue-100:hover {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sm\:hover\:border-blue-200:hover {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sm\:hover\:border-blue-300:hover {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sm\:hover\:border-blue-400:hover {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sm\:hover\:border-blue-500:hover {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sm\:hover\:border-blue-600:hover {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sm\:hover\:border-blue-700:hover {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sm\:hover\:border-blue-800:hover {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sm\:hover\:border-blue-900:hover {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sm\:hover\:border-purple-100:hover {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sm\:hover\:border-purple-200:hover {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sm\:hover\:border-purple-300:hover {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sm\:hover\:border-purple-400:hover {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sm\:hover\:border-purple-500:hover {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sm\:hover\:border-purple-600:hover {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sm\:hover\:border-purple-700:hover {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sm\:hover\:border-purple-800:hover {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sm\:hover\:border-purple-900:hover {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sm\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sm\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sm\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sm\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sm\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sm\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sm\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sm\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sm\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sm\:hover\:border-dark-blue:hover {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .sm\:hover\:border-light-blue:hover {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .sm\:hover\:border-pale-yellow:hover {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .sm\:hover\:border-success:hover {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .sm\:hover\:border-error:hover {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .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: #f0f2f7 !important;
    border-color: rgba(240, 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: #e3e8f0 !important;
    border-color: rgba(227, 232, 240, var(--border-opacity)) !important;
  }

  .sm\:border-gray-450\! {
    --border-opacity: 1 !important;
    border-color: #B0B5CC !important;
    border-color: rgba(176, 181, 204, var(--border-opacity)) !important;
  }

  .sm\:border-gray-500\! {
    --border-opacity: 1 !important;
    border-color: #B9BED1 !important;
    border-color: rgba(185, 190, 209, var(--border-opacity)) !important;
  }

  .sm\:border-gray-550\! {
    --border-opacity: 1 !important;
    border-color: #9597a6 !important;
    border-color: rgba(149, 151, 166, var(--border-opacity)) !important;
  }

  .sm\:border-gray-600\! {
    --border-opacity: 1 !important;
    border-color: #707070 !important;
    border-color: rgba(112, 112, 112, 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: #454545 !important;
    border-color: rgba(69, 69, 69, 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-gray\! {
    --border-opacity: 1 !important;
    border-color: #454545 !important;
    border-color: rgba(69, 69, 69, 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-dark-blue\! {
    --border-opacity: 1 !important;
    border-color: #000142 !important;
    border-color: rgba(0, 1, 66, var(--border-opacity)) !important;
  }

  .sm\:border-light-blue\! {
    --border-opacity: 1 !important;
    border-color: #3B55E6 !important;
    border-color: rgba(59, 85, 230, var(--border-opacity)) !important;
  }

  .sm\:border-pale-yellow\! {
    --border-opacity: 1 !important;
    border-color: #FBAF4E !important;
    border-color: rgba(251, 175, 78, var(--border-opacity)) !important;
  }

  .sm\:border-success\! {
    --border-opacity: 1 !important;
    border-color: #007E62 !important;
    border-color: rgba(0, 126, 98, var(--border-opacity)) !important;
  }

  .sm\:border-error\! {
    --border-opacity: 1 !important;
    border-color: #F60139 !important;
    border-color: rgba(246, 1, 57, var(--border-opacity)) !important;
  }

  .sm\:border-opacity-0 {
    --border-opacity: 0;
  }

  .sm\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .sm\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .sm\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .sm\:border-opacity-100 {
    --border-opacity: 1;
  }

  .sm\:even\:border-opacity-0:nth-child(even) {
    --border-opacity: 0;
  }

  .sm\:even\:border-opacity-25:nth-child(even) {
    --border-opacity: 0.25;
  }

  .sm\:even\:border-opacity-50:nth-child(even) {
    --border-opacity: 0.5;
  }

  .sm\:even\:border-opacity-75:nth-child(even) {
    --border-opacity: 0.75;
  }

  .sm\:even\:border-opacity-100:nth-child(even) {
    --border-opacity: 1;
  }

  .sm\:odd\:border-opacity-0:nth-child(odd) {
    --border-opacity: 0;
  }

  .sm\:odd\:border-opacity-25:nth-child(odd) {
    --border-opacity: 0.25;
  }

  .sm\:odd\:border-opacity-50:nth-child(odd) {
    --border-opacity: 0.5;
  }

  .sm\:odd\:border-opacity-75:nth-child(odd) {
    --border-opacity: 0.75;
  }

  .sm\:odd\:border-opacity-100:nth-child(odd) {
    --border-opacity: 1;
  }

  .sm\:children\:border-opacity-0 > * {
    --border-opacity: 0;
  }

  .sm\:children\:border-opacity-25 > * {
    --border-opacity: 0.25;
  }

  .sm\:children\:border-opacity-50 > * {
    --border-opacity: 0.5;
  }

  .sm\:children\:border-opacity-75 > * {
    --border-opacity: 0.75;
  }

  .sm\:children\:border-opacity-100 > * {
    --border-opacity: 1;
  }

  .sm\:first\:border-opacity-0:first-child {
    --border-opacity: 0;
  }

  .sm\:first\:border-opacity-25:first-child {
    --border-opacity: 0.25;
  }

  .sm\:first\:border-opacity-50:first-child {
    --border-opacity: 0.5;
  }

  .sm\:first\:border-opacity-75:first-child {
    --border-opacity: 0.75;
  }

  .sm\:first\:border-opacity-100:first-child {
    --border-opacity: 1;
  }

  .sm\:last\:border-opacity-0:last-child {
    --border-opacity: 0;
  }

  .sm\:last\:border-opacity-25:last-child {
    --border-opacity: 0.25;
  }

  .sm\:last\:border-opacity-50:last-child {
    --border-opacity: 0.5;
  }

  .sm\:last\:border-opacity-75:last-child {
    --border-opacity: 0.75;
  }

  .sm\:last\:border-opacity-100:last-child {
    --border-opacity: 1;
  }

  .sm\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .sm\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .sm\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .sm\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .sm\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .sm\:border-opacity-0\! {
    --border-opacity: 0 !important;
  }

  .sm\:border-opacity-25\! {
    --border-opacity: 0.25 !important;
  }

  .sm\:border-opacity-50\! {
    --border-opacity: 0.5 !important;
  }

  .sm\:border-opacity-75\! {
    --border-opacity: 0.75 !important;
  }

  .sm\:border-opacity-100\! {
    --border-opacity: 1 !important;
  }

  .sm\:rounded-none {
    border-radius: 0;
  }

  .sm\:rounded-sm {
    border-radius: 0.125rem;
  }

  .sm\:rounded {
    border-radius: 0.25rem;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:even\:rounded-none:nth-child(even) {
    border-radius: 0;
  }

  .sm\:even\:rounded-sm:nth-child(even) {
    border-radius: 0.125rem;
  }

  .sm\:even\:rounded:nth-child(even) {
    border-radius: 0.25rem;
  }

  .sm\:even\:rounded-md:nth-child(even) {
    border-radius: 0.375rem;
  }

  .sm\:even\:rounded-lg:nth-child(even) {
    border-radius: 0.5rem;
  }

  .sm\:even\:rounded-full:nth-child(even) {
    border-radius: 9999px;
  }

  .sm\:even\:rounded-t-none:nth-child(even) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:even\:rounded-r-none:nth-child(even) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:even\:rounded-b-none:nth-child(even) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:even\:rounded-l-none:nth-child(even) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:even\:rounded-t-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:even\:rounded-r-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:even\:rounded-b-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:even\:rounded-l-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:even\:rounded-t:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:even\:rounded-r:nth-child(even) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:even\:rounded-b:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:even\:rounded-l:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:even\:rounded-t-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:even\:rounded-r-md:nth-child(even) {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:even\:rounded-b-md:nth-child(even) {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:even\:rounded-l-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:even\:rounded-t-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:even\:rounded-r-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:even\:rounded-b-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:even\:rounded-l-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:even\:rounded-t-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:even\:rounded-r-full:nth-child(even) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:even\:rounded-b-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:even\:rounded-l-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:even\:rounded-tl-none:nth-child(even) {
    border-top-left-radius: 0;
  }

  .sm\:even\:rounded-tr-none:nth-child(even) {
    border-top-right-radius: 0;
  }

  .sm\:even\:rounded-br-none:nth-child(even) {
    border-bottom-right-radius: 0;
  }

  .sm\:even\:rounded-bl-none:nth-child(even) {
    border-bottom-left-radius: 0;
  }

  .sm\:even\:rounded-tl-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
  }

  .sm\:even\:rounded-tr-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
  }

  .sm\:even\:rounded-br-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:even\:rounded-bl-sm:nth-child(even) {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:even\:rounded-tl:nth-child(even) {
    border-top-left-radius: 0.25rem;
  }

  .sm\:even\:rounded-tr:nth-child(even) {
    border-top-right-radius: 0.25rem;
  }

  .sm\:even\:rounded-br:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:even\:rounded-bl:nth-child(even) {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:even\:rounded-tl-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
  }

  .sm\:even\:rounded-tr-md:nth-child(even) {
    border-top-right-radius: 0.375rem;
  }

  .sm\:even\:rounded-br-md:nth-child(even) {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:even\:rounded-bl-md:nth-child(even) {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:even\:rounded-tl-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
  }

  .sm\:even\:rounded-tr-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
  }

  .sm\:even\:rounded-br-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:even\:rounded-bl-lg:nth-child(even) {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:even\:rounded-tl-full:nth-child(even) {
    border-top-left-radius: 9999px;
  }

  .sm\:even\:rounded-tr-full:nth-child(even) {
    border-top-right-radius: 9999px;
  }

  .sm\:even\:rounded-br-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
  }

  .sm\:even\:rounded-bl-full:nth-child(even) {
    border-bottom-left-radius: 9999px;
  }

  .sm\:odd\:rounded-none:nth-child(odd) {
    border-radius: 0;
  }

  .sm\:odd\:rounded-sm:nth-child(odd) {
    border-radius: 0.125rem;
  }

  .sm\:odd\:rounded:nth-child(odd) {
    border-radius: 0.25rem;
  }

  .sm\:odd\:rounded-md:nth-child(odd) {
    border-radius: 0.375rem;
  }

  .sm\:odd\:rounded-lg:nth-child(odd) {
    border-radius: 0.5rem;
  }

  .sm\:odd\:rounded-full:nth-child(odd) {
    border-radius: 9999px;
  }

  .sm\:odd\:rounded-t-none:nth-child(odd) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:odd\:rounded-r-none:nth-child(odd) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:odd\:rounded-b-none:nth-child(odd) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:odd\:rounded-l-none:nth-child(odd) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:odd\:rounded-t-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:odd\:rounded-r-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:odd\:rounded-b-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:odd\:rounded-l-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:odd\:rounded-t:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:odd\:rounded-r:nth-child(odd) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:odd\:rounded-b:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:odd\:rounded-l:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:odd\:rounded-t-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:odd\:rounded-r-md:nth-child(odd) {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:odd\:rounded-b-md:nth-child(odd) {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:odd\:rounded-l-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:odd\:rounded-t-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:odd\:rounded-r-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:odd\:rounded-b-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:odd\:rounded-l-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:odd\:rounded-t-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:odd\:rounded-r-full:nth-child(odd) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:odd\:rounded-b-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:odd\:rounded-l-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:odd\:rounded-tl-none:nth-child(odd) {
    border-top-left-radius: 0;
  }

  .sm\:odd\:rounded-tr-none:nth-child(odd) {
    border-top-right-radius: 0;
  }

  .sm\:odd\:rounded-br-none:nth-child(odd) {
    border-bottom-right-radius: 0;
  }

  .sm\:odd\:rounded-bl-none:nth-child(odd) {
    border-bottom-left-radius: 0;
  }

  .sm\:odd\:rounded-tl-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
  }

  .sm\:odd\:rounded-tr-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
  }

  .sm\:odd\:rounded-br-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:odd\:rounded-bl-sm:nth-child(odd) {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:odd\:rounded-tl:nth-child(odd) {
    border-top-left-radius: 0.25rem;
  }

  .sm\:odd\:rounded-tr:nth-child(odd) {
    border-top-right-radius: 0.25rem;
  }

  .sm\:odd\:rounded-br:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:odd\:rounded-bl:nth-child(odd) {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:odd\:rounded-tl-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
  }

  .sm\:odd\:rounded-tr-md:nth-child(odd) {
    border-top-right-radius: 0.375rem;
  }

  .sm\:odd\:rounded-br-md:nth-child(odd) {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:odd\:rounded-bl-md:nth-child(odd) {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:odd\:rounded-tl-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
  }

  .sm\:odd\:rounded-tr-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
  }

  .sm\:odd\:rounded-br-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:odd\:rounded-bl-lg:nth-child(odd) {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:odd\:rounded-tl-full:nth-child(odd) {
    border-top-left-radius: 9999px;
  }

  .sm\:odd\:rounded-tr-full:nth-child(odd) {
    border-top-right-radius: 9999px;
  }

  .sm\:odd\:rounded-br-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
  }

  .sm\:odd\:rounded-bl-full:nth-child(odd) {
    border-bottom-left-radius: 9999px;
  }

  .sm\:children\:rounded-none > * {
    border-radius: 0;
  }

  .sm\:children\:rounded-sm > * {
    border-radius: 0.125rem;
  }

  .sm\:children\:rounded > * {
    border-radius: 0.25rem;
  }

  .sm\:children\:rounded-md > * {
    border-radius: 0.375rem;
  }

  .sm\:children\:rounded-lg > * {
    border-radius: 0.5rem;
  }

  .sm\:children\:rounded-full > * {
    border-radius: 9999px;
  }

  .sm\:children\:rounded-t-none > * {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:children\:rounded-r-none > * {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:children\:rounded-b-none > * {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:children\:rounded-l-none > * {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:children\:rounded-t-sm > * {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:children\:rounded-r-sm > * {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:children\:rounded-b-sm > * {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:children\:rounded-l-sm > * {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:children\:rounded-t > * {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:children\:rounded-r > * {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:children\:rounded-b > * {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:children\:rounded-l > * {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:children\:rounded-t-md > * {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:children\:rounded-r-md > * {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:children\:rounded-b-md > * {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:children\:rounded-l-md > * {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:children\:rounded-t-lg > * {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:children\:rounded-r-lg > * {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:children\:rounded-b-lg > * {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:children\:rounded-l-lg > * {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:children\:rounded-t-full > * {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:children\:rounded-r-full > * {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:children\:rounded-b-full > * {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:children\:rounded-l-full > * {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:children\:rounded-tl-none > * {
    border-top-left-radius: 0;
  }

  .sm\:children\:rounded-tr-none > * {
    border-top-right-radius: 0;
  }

  .sm\:children\:rounded-br-none > * {
    border-bottom-right-radius: 0;
  }

  .sm\:children\:rounded-bl-none > * {
    border-bottom-left-radius: 0;
  }

  .sm\:children\:rounded-tl-sm > * {
    border-top-left-radius: 0.125rem;
  }

  .sm\:children\:rounded-tr-sm > * {
    border-top-right-radius: 0.125rem;
  }

  .sm\:children\:rounded-br-sm > * {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:children\:rounded-bl-sm > * {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:children\:rounded-tl > * {
    border-top-left-radius: 0.25rem;
  }

  .sm\:children\:rounded-tr > * {
    border-top-right-radius: 0.25rem;
  }

  .sm\:children\:rounded-br > * {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:children\:rounded-bl > * {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:children\:rounded-tl-md > * {
    border-top-left-radius: 0.375rem;
  }

  .sm\:children\:rounded-tr-md > * {
    border-top-right-radius: 0.375rem;
  }

  .sm\:children\:rounded-br-md > * {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:children\:rounded-bl-md > * {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:children\:rounded-tl-lg > * {
    border-top-left-radius: 0.5rem;
  }

  .sm\:children\:rounded-tr-lg > * {
    border-top-right-radius: 0.5rem;
  }

  .sm\:children\:rounded-br-lg > * {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:children\:rounded-bl-lg > * {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:children\:rounded-tl-full > * {
    border-top-left-radius: 9999px;
  }

  .sm\:children\:rounded-tr-full > * {
    border-top-right-radius: 9999px;
  }

  .sm\:children\:rounded-br-full > * {
    border-bottom-right-radius: 9999px;
  }

  .sm\:children\:rounded-bl-full > * {
    border-bottom-left-radius: 9999px;
  }

  .sm\:first\:rounded-none:first-child {
    border-radius: 0;
  }

  .sm\:first\:rounded-sm:first-child {
    border-radius: 0.125rem;
  }

  .sm\:first\:rounded:first-child {
    border-radius: 0.25rem;
  }

  .sm\:first\:rounded-md:first-child {
    border-radius: 0.375rem;
  }

  .sm\:first\:rounded-lg:first-child {
    border-radius: 0.5rem;
  }

  .sm\:first\:rounded-full:first-child {
    border-radius: 9999px;
  }

  .sm\:first\:rounded-t-none:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:first\:rounded-r-none:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:first\:rounded-b-none:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:first\:rounded-l-none:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:first\:rounded-t-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:first\:rounded-r-sm:first-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:first\:rounded-b-sm:first-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:first\:rounded-l-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:first\:rounded-t:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:first\:rounded-r:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:first\:rounded-b:first-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:first\:rounded-l:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:first\:rounded-t-md:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:first\:rounded-r-md:first-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:first\:rounded-b-md:first-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:first\:rounded-l-md:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:first\:rounded-t-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:first\:rounded-r-lg:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:first\:rounded-b-lg:first-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:first\:rounded-l-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:first\:rounded-t-full:first-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:first\:rounded-r-full:first-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:first\:rounded-b-full:first-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:first\:rounded-l-full:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:first\:rounded-tl-none:first-child {
    border-top-left-radius: 0;
  }

  .sm\:first\:rounded-tr-none:first-child {
    border-top-right-radius: 0;
  }

  .sm\:first\:rounded-br-none:first-child {
    border-bottom-right-radius: 0;
  }

  .sm\:first\:rounded-bl-none:first-child {
    border-bottom-left-radius: 0;
  }

  .sm\:first\:rounded-tl-sm:first-child {
    border-top-left-radius: 0.125rem;
  }

  .sm\:first\:rounded-tr-sm:first-child {
    border-top-right-radius: 0.125rem;
  }

  .sm\:first\:rounded-br-sm:first-child {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:first\:rounded-bl-sm:first-child {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:first\:rounded-tl:first-child {
    border-top-left-radius: 0.25rem;
  }

  .sm\:first\:rounded-tr:first-child {
    border-top-right-radius: 0.25rem;
  }

  .sm\:first\:rounded-br:first-child {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:first\:rounded-bl:first-child {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:first\:rounded-tl-md:first-child {
    border-top-left-radius: 0.375rem;
  }

  .sm\:first\:rounded-tr-md:first-child {
    border-top-right-radius: 0.375rem;
  }

  .sm\:first\:rounded-br-md:first-child {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:first\:rounded-bl-md:first-child {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:first\:rounded-tl-lg:first-child {
    border-top-left-radius: 0.5rem;
  }

  .sm\:first\:rounded-tr-lg:first-child {
    border-top-right-radius: 0.5rem;
  }

  .sm\:first\:rounded-br-lg:first-child {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:first\:rounded-bl-lg:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:first\:rounded-tl-full:first-child {
    border-top-left-radius: 9999px;
  }

  .sm\:first\:rounded-tr-full:first-child {
    border-top-right-radius: 9999px;
  }

  .sm\:first\:rounded-br-full:first-child {
    border-bottom-right-radius: 9999px;
  }

  .sm\:first\:rounded-bl-full:first-child {
    border-bottom-left-radius: 9999px;
  }

  .sm\:last\:rounded-none:last-child {
    border-radius: 0;
  }

  .sm\:last\:rounded-sm:last-child {
    border-radius: 0.125rem;
  }

  .sm\:last\:rounded:last-child {
    border-radius: 0.25rem;
  }

  .sm\:last\:rounded-md:last-child {
    border-radius: 0.375rem;
  }

  .sm\:last\:rounded-lg:last-child {
    border-radius: 0.5rem;
  }

  .sm\:last\:rounded-full:last-child {
    border-radius: 9999px;
  }

  .sm\:last\:rounded-t-none:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:last\:rounded-r-none:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:last\:rounded-l-none:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:last\:rounded-t-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:last\:rounded-r-sm:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:last\:rounded-b-sm:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:last\:rounded-l-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:last\:rounded-t:last-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:last\:rounded-r:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:last\:rounded-b:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:last\:rounded-l:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:last\:rounded-t-md:last-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:last\:rounded-r-md:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:last\:rounded-b-md:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:last\:rounded-l-md:last-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:last\:rounded-t-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:last\:rounded-r-lg:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:last\:rounded-b-lg:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:last\:rounded-l-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:last\:rounded-t-full:last-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:last\:rounded-r-full:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:last\:rounded-b-full:last-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:last\:rounded-l-full:last-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:last\:rounded-tl-none:last-child {
    border-top-left-radius: 0;
  }

  .sm\:last\:rounded-tr-none:last-child {
    border-top-right-radius: 0;
  }

  .sm\:last\:rounded-br-none:last-child {
    border-bottom-right-radius: 0;
  }

  .sm\:last\:rounded-bl-none:last-child {
    border-bottom-left-radius: 0;
  }

  .sm\:last\:rounded-tl-sm:last-child {
    border-top-left-radius: 0.125rem;
  }

  .sm\:last\:rounded-tr-sm:last-child {
    border-top-right-radius: 0.125rem;
  }

  .sm\:last\:rounded-br-sm:last-child {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:last\:rounded-bl-sm:last-child {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:last\:rounded-tl:last-child {
    border-top-left-radius: 0.25rem;
  }

  .sm\:last\:rounded-tr:last-child {
    border-top-right-radius: 0.25rem;
  }

  .sm\:last\:rounded-br:last-child {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:last\:rounded-bl:last-child {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:last\:rounded-tl-md:last-child {
    border-top-left-radius: 0.375rem;
  }

  .sm\:last\:rounded-tr-md:last-child {
    border-top-right-radius: 0.375rem;
  }

  .sm\:last\:rounded-br-md:last-child {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:last\:rounded-bl-md:last-child {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:last\:rounded-tl-lg:last-child {
    border-top-left-radius: 0.5rem;
  }

  .sm\:last\:rounded-tr-lg:last-child {
    border-top-right-radius: 0.5rem;
  }

  .sm\:last\:rounded-br-lg:last-child {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:last\:rounded-bl-lg:last-child {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:last\:rounded-tl-full:last-child {
    border-top-left-radius: 9999px;
  }

  .sm\:last\:rounded-tr-full:last-child {
    border-top-right-radius: 9999px;
  }

  .sm\:last\:rounded-br-full:last-child {
    border-bottom-right-radius: 9999px;
  }

  .sm\:last\:rounded-bl-full:last-child {
    border-bottom-left-radius: 9999px;
  }

  .sm\:hover\:rounded-none:hover {
    border-radius: 0;
  }

  .sm\:hover\:rounded-sm:hover {
    border-radius: 0.125rem;
  }

  .sm\:hover\:rounded:hover {
    border-radius: 0.25rem;
  }

  .sm\:hover\:rounded-md:hover {
    border-radius: 0.375rem;
  }

  .sm\:hover\:rounded-lg:hover {
    border-radius: 0.5rem;
  }

  .sm\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .sm\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:hover\:rounded-b:hover {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:hover\:rounded-t-md:hover {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:hover\:rounded-r-md:hover {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:hover\:rounded-b-md:hover {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:hover\:rounded-l-md:hover {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }

  .sm\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }

  .sm\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }

  .sm\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }

  .sm\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem;
  }

  .sm\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem;
  }

  .sm\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem;
  }

  .sm\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem;
  }

  .sm\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:hover\:rounded-tl-md:hover {
    border-top-left-radius: 0.375rem;
  }

  .sm\:hover\:rounded-tr-md:hover {
    border-top-right-radius: 0.375rem;
  }

  .sm\:hover\:rounded-br-md:hover {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:hover\:rounded-bl-md:hover {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem;
  }

  .sm\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem;
  }

  .sm\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .sm\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .sm\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .sm\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .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-full\! {
    border-radius: 9999px !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-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-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-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\:border-solid {
    border-style: solid;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-double {
    border-style: double;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:even\:border-solid:nth-child(even) {
    border-style: solid;
  }

  .sm\:even\:border-dashed:nth-child(even) {
    border-style: dashed;
  }

  .sm\:even\:border-dotted:nth-child(even) {
    border-style: dotted;
  }

  .sm\:even\:border-double:nth-child(even) {
    border-style: double;
  }

  .sm\:even\:border-none:nth-child(even) {
    border-style: none;
  }

  .sm\:odd\:border-solid:nth-child(odd) {
    border-style: solid;
  }

  .sm\:odd\:border-dashed:nth-child(odd) {
    border-style: dashed;
  }

  .sm\:odd\:border-dotted:nth-child(odd) {
    border-style: dotted;
  }

  .sm\:odd\:border-double:nth-child(odd) {
    border-style: double;
  }

  .sm\:odd\:border-none:nth-child(odd) {
    border-style: none;
  }

  .sm\:children\:border-solid > * {
    border-style: solid;
  }

  .sm\:children\:border-dashed > * {
    border-style: dashed;
  }

  .sm\:children\:border-dotted > * {
    border-style: dotted;
  }

  .sm\:children\:border-double > * {
    border-style: double;
  }

  .sm\:children\:border-none > * {
    border-style: none;
  }

  .sm\:first\:border-solid:first-child {
    border-style: solid;
  }

  .sm\:first\:border-dashed:first-child {
    border-style: dashed;
  }

  .sm\:first\:border-dotted:first-child {
    border-style: dotted;
  }

  .sm\:first\:border-double:first-child {
    border-style: double;
  }

  .sm\:first\:border-none:first-child {
    border-style: none;
  }

  .sm\:last\:border-solid:last-child {
    border-style: solid;
  }

  .sm\:last\:border-dashed:last-child {
    border-style: dashed;
  }

  .sm\:last\:border-dotted:last-child {
    border-style: dotted;
  }

  .sm\:last\:border-double:last-child {
    border-style: double;
  }

  .sm\:last\:border-none:last-child {
    border-style: none;
  }

  .sm\:hover\:border-solid:hover {
    border-style: solid;
  }

  .sm\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .sm\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .sm\:hover\:border-double:hover {
    border-style: double;
  }

  .sm\:hover\:border-none:hover {
    border-style: none;
  }

  .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;
  }

  .sm\:border-2 {
    border-width: 2px;
  }

  .sm\:border-4 {
    border-width: 4px;
  }

  .sm\:border-8 {
    border-width: 8px;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-t-0 {
    border-top-width: 0;
  }

  .sm\:border-r-0 {
    border-right-width: 0;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0;
  }

  .sm\:border-l-0 {
    border-left-width: 0;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:even\:border-0:nth-child(even) {
    border-width: 0;
  }

  .sm\:even\:border-2:nth-child(even) {
    border-width: 2px;
  }

  .sm\:even\:border-4:nth-child(even) {
    border-width: 4px;
  }

  .sm\:even\:border-8:nth-child(even) {
    border-width: 8px;
  }

  .sm\:even\:border:nth-child(even) {
    border-width: 1px;
  }

  .sm\:even\:border-t-0:nth-child(even) {
    border-top-width: 0;
  }

  .sm\:even\:border-r-0:nth-child(even) {
    border-right-width: 0;
  }

  .sm\:even\:border-b-0:nth-child(even) {
    border-bottom-width: 0;
  }

  .sm\:even\:border-l-0:nth-child(even) {
    border-left-width: 0;
  }

  .sm\:even\:border-t-2:nth-child(even) {
    border-top-width: 2px;
  }

  .sm\:even\:border-r-2:nth-child(even) {
    border-right-width: 2px;
  }

  .sm\:even\:border-b-2:nth-child(even) {
    border-bottom-width: 2px;
  }

  .sm\:even\:border-l-2:nth-child(even) {
    border-left-width: 2px;
  }

  .sm\:even\:border-t-4:nth-child(even) {
    border-top-width: 4px;
  }

  .sm\:even\:border-r-4:nth-child(even) {
    border-right-width: 4px;
  }

  .sm\:even\:border-b-4:nth-child(even) {
    border-bottom-width: 4px;
  }

  .sm\:even\:border-l-4:nth-child(even) {
    border-left-width: 4px;
  }

  .sm\:even\:border-t-8:nth-child(even) {
    border-top-width: 8px;
  }

  .sm\:even\:border-r-8:nth-child(even) {
    border-right-width: 8px;
  }

  .sm\:even\:border-b-8:nth-child(even) {
    border-bottom-width: 8px;
  }

  .sm\:even\:border-l-8:nth-child(even) {
    border-left-width: 8px;
  }

  .sm\:even\:border-t:nth-child(even) {
    border-top-width: 1px;
  }

  .sm\:even\:border-r:nth-child(even) {
    border-right-width: 1px;
  }

  .sm\:even\:border-b:nth-child(even) {
    border-bottom-width: 1px;
  }

  .sm\:even\:border-l:nth-child(even) {
    border-left-width: 1px;
  }

  .sm\:odd\:border-0:nth-child(odd) {
    border-width: 0;
  }

  .sm\:odd\:border-2:nth-child(odd) {
    border-width: 2px;
  }

  .sm\:odd\:border-4:nth-child(odd) {
    border-width: 4px;
  }

  .sm\:odd\:border-8:nth-child(odd) {
    border-width: 8px;
  }

  .sm\:odd\:border:nth-child(odd) {
    border-width: 1px;
  }

  .sm\:odd\:border-t-0:nth-child(odd) {
    border-top-width: 0;
  }

  .sm\:odd\:border-r-0:nth-child(odd) {
    border-right-width: 0;
  }

  .sm\:odd\:border-b-0:nth-child(odd) {
    border-bottom-width: 0;
  }

  .sm\:odd\:border-l-0:nth-child(odd) {
    border-left-width: 0;
  }

  .sm\:odd\:border-t-2:nth-child(odd) {
    border-top-width: 2px;
  }

  .sm\:odd\:border-r-2:nth-child(odd) {
    border-right-width: 2px;
  }

  .sm\:odd\:border-b-2:nth-child(odd) {
    border-bottom-width: 2px;
  }

  .sm\:odd\:border-l-2:nth-child(odd) {
    border-left-width: 2px;
  }

  .sm\:odd\:border-t-4:nth-child(odd) {
    border-top-width: 4px;
  }

  .sm\:odd\:border-r-4:nth-child(odd) {
    border-right-width: 4px;
  }

  .sm\:odd\:border-b-4:nth-child(odd) {
    border-bottom-width: 4px;
  }

  .sm\:odd\:border-l-4:nth-child(odd) {
    border-left-width: 4px;
  }

  .sm\:odd\:border-t-8:nth-child(odd) {
    border-top-width: 8px;
  }

  .sm\:odd\:border-r-8:nth-child(odd) {
    border-right-width: 8px;
  }

  .sm\:odd\:border-b-8:nth-child(odd) {
    border-bottom-width: 8px;
  }

  .sm\:odd\:border-l-8:nth-child(odd) {
    border-left-width: 8px;
  }

  .sm\:odd\:border-t:nth-child(odd) {
    border-top-width: 1px;
  }

  .sm\:odd\:border-r:nth-child(odd) {
    border-right-width: 1px;
  }

  .sm\:odd\:border-b:nth-child(odd) {
    border-bottom-width: 1px;
  }

  .sm\:odd\:border-l:nth-child(odd) {
    border-left-width: 1px;
  }

  .sm\:children\:border-0 > * {
    border-width: 0;
  }

  .sm\:children\:border-2 > * {
    border-width: 2px;
  }

  .sm\:children\:border-4 > * {
    border-width: 4px;
  }

  .sm\:children\:border-8 > * {
    border-width: 8px;
  }

  .sm\:children\:border > * {
    border-width: 1px;
  }

  .sm\:children\:border-t-0 > * {
    border-top-width: 0;
  }

  .sm\:children\:border-r-0 > * {
    border-right-width: 0;
  }

  .sm\:children\:border-b-0 > * {
    border-bottom-width: 0;
  }

  .sm\:children\:border-l-0 > * {
    border-left-width: 0;
  }

  .sm\:children\:border-t-2 > * {
    border-top-width: 2px;
  }

  .sm\:children\:border-r-2 > * {
    border-right-width: 2px;
  }

  .sm\:children\:border-b-2 > * {
    border-bottom-width: 2px;
  }

  .sm\:children\:border-l-2 > * {
    border-left-width: 2px;
  }

  .sm\:children\:border-t-4 > * {
    border-top-width: 4px;
  }

  .sm\:children\:border-r-4 > * {
    border-right-width: 4px;
  }

  .sm\:children\:border-b-4 > * {
    border-bottom-width: 4px;
  }

  .sm\:children\:border-l-4 > * {
    border-left-width: 4px;
  }

  .sm\:children\:border-t-8 > * {
    border-top-width: 8px;
  }

  .sm\:children\:border-r-8 > * {
    border-right-width: 8px;
  }

  .sm\:children\:border-b-8 > * {
    border-bottom-width: 8px;
  }

  .sm\:children\:border-l-8 > * {
    border-left-width: 8px;
  }

  .sm\:children\:border-t > * {
    border-top-width: 1px;
  }

  .sm\:children\:border-r > * {
    border-right-width: 1px;
  }

  .sm\:children\:border-b > * {
    border-bottom-width: 1px;
  }

  .sm\:children\:border-l > * {
    border-left-width: 1px;
  }

  .sm\:first\:border-0:first-child {
    border-width: 0;
  }

  .sm\:first\:border-2:first-child {
    border-width: 2px;
  }

  .sm\:first\:border-4:first-child {
    border-width: 4px;
  }

  .sm\:first\:border-8:first-child {
    border-width: 8px;
  }

  .sm\:first\:border:first-child {
    border-width: 1px;
  }

  .sm\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .sm\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .sm\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .sm\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .sm\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .sm\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .sm\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .sm\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .sm\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .sm\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .sm\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .sm\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .sm\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .sm\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .sm\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .sm\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .sm\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .sm\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .sm\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .sm\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .sm\:last\:border-0:last-child {
    border-width: 0;
  }

  .sm\:last\:border-2:last-child {
    border-width: 2px;
  }

  .sm\:last\:border-4:last-child {
    border-width: 4px;
  }

  .sm\:last\:border-8:last-child {
    border-width: 8px;
  }

  .sm\:last\:border:last-child {
    border-width: 1px;
  }

  .sm\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .sm\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .sm\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .sm\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .sm\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .sm\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .sm\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .sm\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .sm\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .sm\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .sm\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .sm\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .sm\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .sm\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .sm\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .sm\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .sm\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .sm\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .sm\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .sm\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .sm\:hover\:border-0:hover {
    border-width: 0;
  }

  .sm\:hover\:border-2:hover {
    border-width: 2px;
  }

  .sm\:hover\:border-4:hover {
    border-width: 4px;
  }

  .sm\:hover\:border-8:hover {
    border-width: 8px;
  }

  .sm\:hover\:border:hover {
    border-width: 1px;
  }

  .sm\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .sm\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .sm\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .sm\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .sm\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .sm\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .sm\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .sm\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .sm\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .sm\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .sm\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .sm\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .sm\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .sm\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .sm\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .sm\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .sm\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .sm\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .sm\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .sm\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .sm\:border-0\! {
    border-width: 0 !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-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 {
    box-sizing: border-box;
  }

  .sm\:box-content {
    box-sizing: content-box;
  }

  .sm\:even\:box-border:nth-child(even) {
    box-sizing: border-box;
  }

  .sm\:even\:box-content:nth-child(even) {
    box-sizing: content-box;
  }

  .sm\:odd\:box-border:nth-child(odd) {
    box-sizing: border-box;
  }

  .sm\:odd\:box-content:nth-child(odd) {
    box-sizing: content-box;
  }

  .sm\:children\:box-border > * {
    box-sizing: border-box;
  }

  .sm\:children\:box-content > * {
    box-sizing: content-box;
  }

  .sm\:first\:box-border:first-child {
    box-sizing: border-box;
  }

  .sm\:first\:box-content:first-child {
    box-sizing: content-box;
  }

  .sm\:last\:box-border:last-child {
    box-sizing: border-box;
  }

  .sm\:last\:box-content:last-child {
    box-sizing: content-box;
  }

  .sm\:hover\:box-border:hover {
    box-sizing: border-box;
  }

  .sm\:hover\:box-content:hover {
    box-sizing: content-box;
  }

  .sm\:box-border\! {
    box-sizing: border-box !important;
  }

  .sm\:box-content\! {
    box-sizing: content-box !important;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-text {
    cursor: text;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:even\:cursor-auto:nth-child(even) {
    cursor: auto;
  }

  .sm\:even\:cursor-default:nth-child(even) {
    cursor: default;
  }

  .sm\:even\:cursor-pointer:nth-child(even) {
    cursor: pointer;
  }

  .sm\:even\:cursor-wait:nth-child(even) {
    cursor: wait;
  }

  .sm\:even\:cursor-text:nth-child(even) {
    cursor: text;
  }

  .sm\:even\:cursor-move:nth-child(even) {
    cursor: move;
  }

  .sm\:even\:cursor-not-allowed:nth-child(even) {
    cursor: not-allowed;
  }

  .sm\:odd\:cursor-auto:nth-child(odd) {
    cursor: auto;
  }

  .sm\:odd\:cursor-default:nth-child(odd) {
    cursor: default;
  }

  .sm\:odd\:cursor-pointer:nth-child(odd) {
    cursor: pointer;
  }

  .sm\:odd\:cursor-wait:nth-child(odd) {
    cursor: wait;
  }

  .sm\:odd\:cursor-text:nth-child(odd) {
    cursor: text;
  }

  .sm\:odd\:cursor-move:nth-child(odd) {
    cursor: move;
  }

  .sm\:odd\:cursor-not-allowed:nth-child(odd) {
    cursor: not-allowed;
  }

  .sm\:children\:cursor-auto > * {
    cursor: auto;
  }

  .sm\:children\:cursor-default > * {
    cursor: default;
  }

  .sm\:children\:cursor-pointer > * {
    cursor: pointer;
  }

  .sm\:children\:cursor-wait > * {
    cursor: wait;
  }

  .sm\:children\:cursor-text > * {
    cursor: text;
  }

  .sm\:children\:cursor-move > * {
    cursor: move;
  }

  .sm\:children\:cursor-not-allowed > * {
    cursor: not-allowed;
  }

  .sm\:first\:cursor-auto:first-child {
    cursor: auto;
  }

  .sm\:first\:cursor-default:first-child {
    cursor: default;
  }

  .sm\:first\:cursor-pointer:first-child {
    cursor: pointer;
  }

  .sm\:first\:cursor-wait:first-child {
    cursor: wait;
  }

  .sm\:first\:cursor-text:first-child {
    cursor: text;
  }

  .sm\:first\:cursor-move:first-child {
    cursor: move;
  }

  .sm\:first\:cursor-not-allowed:first-child {
    cursor: not-allowed;
  }

  .sm\:last\:cursor-auto:last-child {
    cursor: auto;
  }

  .sm\:last\:cursor-default:last-child {
    cursor: default;
  }

  .sm\:last\:cursor-pointer:last-child {
    cursor: pointer;
  }

  .sm\:last\:cursor-wait:last-child {
    cursor: wait;
  }

  .sm\:last\:cursor-text:last-child {
    cursor: text;
  }

  .sm\:last\:cursor-move:last-child {
    cursor: move;
  }

  .sm\:last\:cursor-not-allowed:last-child {
    cursor: not-allowed;
  }

  .sm\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .sm\:hover\:cursor-default:hover {
    cursor: default;
  }

  .sm\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .sm\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .sm\:hover\:cursor-text:hover {
    cursor: text;
  }

  .sm\:hover\:cursor-move:hover {
    cursor: move;
  }

  .sm\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .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;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-caption {
    display: table-caption;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:table-column {
    display: table-column;
  }

  .sm\:table-column-group {
    display: table-column-group;
  }

  .sm\:table-footer-group {
    display: table-footer-group;
  }

  .sm\:table-header-group {
    display: table-header-group;
  }

  .sm\:table-row-group {
    display: table-row-group;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:flow-root {
    display: flow-root;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:inline-grid {
    display: inline-grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:even\:block:nth-child(even) {
    display: block;
  }

  .sm\:even\:inline-block:nth-child(even) {
    display: inline-block;
  }

  .sm\:even\:inline:nth-child(even) {
    display: inline;
  }

  .sm\:even\:flex:nth-child(even) {
    display: flex;
  }

  .sm\:even\:inline-flex:nth-child(even) {
    display: inline-flex;
  }

  .sm\:even\:table:nth-child(even) {
    display: table;
  }

  .sm\:even\:table-caption:nth-child(even) {
    display: table-caption;
  }

  .sm\:even\:table-cell:nth-child(even) {
    display: table-cell;
  }

  .sm\:even\:table-column:nth-child(even) {
    display: table-column;
  }

  .sm\:even\:table-column-group:nth-child(even) {
    display: table-column-group;
  }

  .sm\:even\:table-footer-group:nth-child(even) {
    display: table-footer-group;
  }

  .sm\:even\:table-header-group:nth-child(even) {
    display: table-header-group;
  }

  .sm\:even\:table-row-group:nth-child(even) {
    display: table-row-group;
  }

  .sm\:even\:table-row:nth-child(even) {
    display: table-row;
  }

  .sm\:even\:flow-root:nth-child(even) {
    display: flow-root;
  }

  .sm\:even\:grid:nth-child(even) {
    display: grid;
  }

  .sm\:even\:inline-grid:nth-child(even) {
    display: inline-grid;
  }

  .sm\:even\:hidden:nth-child(even) {
    display: none;
  }

  .sm\:odd\:block:nth-child(odd) {
    display: block;
  }

  .sm\:odd\:inline-block:nth-child(odd) {
    display: inline-block;
  }

  .sm\:odd\:inline:nth-child(odd) {
    display: inline;
  }

  .sm\:odd\:flex:nth-child(odd) {
    display: flex;
  }

  .sm\:odd\:inline-flex:nth-child(odd) {
    display: inline-flex;
  }

  .sm\:odd\:table:nth-child(odd) {
    display: table;
  }

  .sm\:odd\:table-caption:nth-child(odd) {
    display: table-caption;
  }

  .sm\:odd\:table-cell:nth-child(odd) {
    display: table-cell;
  }

  .sm\:odd\:table-column:nth-child(odd) {
    display: table-column;
  }

  .sm\:odd\:table-column-group:nth-child(odd) {
    display: table-column-group;
  }

  .sm\:odd\:table-footer-group:nth-child(odd) {
    display: table-footer-group;
  }

  .sm\:odd\:table-header-group:nth-child(odd) {
    display: table-header-group;
  }

  .sm\:odd\:table-row-group:nth-child(odd) {
    display: table-row-group;
  }

  .sm\:odd\:table-row:nth-child(odd) {
    display: table-row;
  }

  .sm\:odd\:flow-root:nth-child(odd) {
    display: flow-root;
  }

  .sm\:odd\:grid:nth-child(odd) {
    display: grid;
  }

  .sm\:odd\:inline-grid:nth-child(odd) {
    display: inline-grid;
  }

  .sm\:odd\:hidden:nth-child(odd) {
    display: none;
  }

  .sm\:children\:block > * {
    display: block;
  }

  .sm\:children\:inline-block > * {
    display: inline-block;
  }

  .sm\:children\:inline > * {
    display: inline;
  }

  .sm\:children\:flex > * {
    display: flex;
  }

  .sm\:children\:inline-flex > * {
    display: inline-flex;
  }

  .sm\:children\:table > * {
    display: table;
  }

  .sm\:children\:table-caption > * {
    display: table-caption;
  }

  .sm\:children\:table-cell > * {
    display: table-cell;
  }

  .sm\:children\:table-column > * {
    display: table-column;
  }

  .sm\:children\:table-column-group > * {
    display: table-column-group;
  }

  .sm\:children\:table-footer-group > * {
    display: table-footer-group;
  }

  .sm\:children\:table-header-group > * {
    display: table-header-group;
  }

  .sm\:children\:table-row-group > * {
    display: table-row-group;
  }

  .sm\:children\:table-row > * {
    display: table-row;
  }

  .sm\:children\:flow-root > * {
    display: flow-root;
  }

  .sm\:children\:grid > * {
    display: grid;
  }

  .sm\:children\:inline-grid > * {
    display: inline-grid;
  }

  .sm\:children\:hidden > * {
    display: none;
  }

  .sm\:first\:block:first-child {
    display: block;
  }

  .sm\:first\:inline-block:first-child {
    display: inline-block;
  }

  .sm\:first\:inline:first-child {
    display: inline;
  }

  .sm\:first\:flex:first-child {
    display: flex;
  }

  .sm\:first\:inline-flex:first-child {
    display: inline-flex;
  }

  .sm\:first\:table:first-child {
    display: table;
  }

  .sm\:first\:table-caption:first-child {
    display: table-caption;
  }

  .sm\:first\:table-cell:first-child {
    display: table-cell;
  }

  .sm\:first\:table-column:first-child {
    display: table-column;
  }

  .sm\:first\:table-column-group:first-child {
    display: table-column-group;
  }

  .sm\:first\:table-footer-group:first-child {
    display: table-footer-group;
  }

  .sm\:first\:table-header-group:first-child {
    display: table-header-group;
  }

  .sm\:first\:table-row-group:first-child {
    display: table-row-group;
  }

  .sm\:first\:table-row:first-child {
    display: table-row;
  }

  .sm\:first\:flow-root:first-child {
    display: flow-root;
  }

  .sm\:first\:grid:first-child {
    display: grid;
  }

  .sm\:first\:inline-grid:first-child {
    display: inline-grid;
  }

  .sm\:first\:hidden:first-child {
    display: none;
  }

  .sm\:last\:block:last-child {
    display: block;
  }

  .sm\:last\:inline-block:last-child {
    display: inline-block;
  }

  .sm\:last\:inline:last-child {
    display: inline;
  }

  .sm\:last\:flex:last-child {
    display: flex;
  }

  .sm\:last\:inline-flex:last-child {
    display: inline-flex;
  }

  .sm\:last\:table:last-child {
    display: table;
  }

  .sm\:last\:table-caption:last-child {
    display: table-caption;
  }

  .sm\:last\:table-cell:last-child {
    display: table-cell;
  }

  .sm\:last\:table-column:last-child {
    display: table-column;
  }

  .sm\:last\:table-column-group:last-child {
    display: table-column-group;
  }

  .sm\:last\:table-footer-group:last-child {
    display: table-footer-group;
  }

  .sm\:last\:table-header-group:last-child {
    display: table-header-group;
  }

  .sm\:last\:table-row-group:last-child {
    display: table-row-group;
  }

  .sm\:last\:table-row:last-child {
    display: table-row;
  }

  .sm\:last\:flow-root:last-child {
    display: flow-root;
  }

  .sm\:last\:grid:last-child {
    display: grid;
  }

  .sm\:last\:inline-grid:last-child {
    display: inline-grid;
  }

  .sm\:last\:hidden:last-child {
    display: none;
  }

  .sm\:hover\:block:hover {
    display: block;
  }

  .sm\:hover\:inline-block:hover {
    display: inline-block;
  }

  .sm\:hover\:inline:hover {
    display: inline;
  }

  .sm\:hover\:flex:hover {
    display: flex;
  }

  .sm\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .sm\:hover\:table:hover {
    display: table;
  }

  .sm\:hover\:table-caption:hover {
    display: table-caption;
  }

  .sm\:hover\:table-cell:hover {
    display: table-cell;
  }

  .sm\:hover\:table-column:hover {
    display: table-column;
  }

  .sm\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .sm\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .sm\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .sm\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .sm\:hover\:table-row:hover {
    display: table-row;
  }

  .sm\:hover\:flow-root:hover {
    display: flow-root;
  }

  .sm\:hover\:grid:hover {
    display: grid;
  }

  .sm\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .sm\:hover\:hidden:hover {
    display: none;
  }

  .sm\:block\! {
    display: block !important;
  }

  .sm\:inline-block\! {
    display: inline-block !important;
  }

  .sm\:inline\! {
    display: inline !important;
  }

  .sm\:flex\! {
    display: flex !important;
  }

  .sm\:inline-flex\! {
    display: inline-flex !important;
  }

  .sm\:table\! {
    display: table !important;
  }

  .sm\:table-caption\! {
    display: table-caption !important;
  }

  .sm\:table-cell\! {
    display: table-cell !important;
  }

  .sm\:table-column\! {
    display: table-column !important;
  }

  .sm\:table-column-group\! {
    display: table-column-group !important;
  }

  .sm\:table-footer-group\! {
    display: table-footer-group !important;
  }

  .sm\:table-header-group\! {
    display: table-header-group !important;
  }

  .sm\:table-row-group\! {
    display: table-row-group !important;
  }

  .sm\:table-row\! {
    display: table-row !important;
  }

  .sm\:flow-root\! {
    display: flow-root !important;
  }

  .sm\:grid\! {
    display: grid !important;
  }

  .sm\:inline-grid\! {
    display: inline-grid !important;
  }

  .sm\:hidden\! {
    display: none !important;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:even\:flex-row:nth-child(even) {
    flex-direction: row;
  }

  .sm\:even\:flex-row-reverse:nth-child(even) {
    flex-direction: row-reverse;
  }

  .sm\:even\:flex-col:nth-child(even) {
    flex-direction: column;
  }

  .sm\:even\:flex-col-reverse:nth-child(even) {
    flex-direction: column-reverse;
  }

  .sm\:odd\:flex-row:nth-child(odd) {
    flex-direction: row;
  }

  .sm\:odd\:flex-row-reverse:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .sm\:odd\:flex-col:nth-child(odd) {
    flex-direction: column;
  }

  .sm\:odd\:flex-col-reverse:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .sm\:children\:flex-row > * {
    flex-direction: row;
  }

  .sm\:children\:flex-row-reverse > * {
    flex-direction: row-reverse;
  }

  .sm\:children\:flex-col > * {
    flex-direction: column;
  }

  .sm\:children\:flex-col-reverse > * {
    flex-direction: column-reverse;
  }

  .sm\:first\:flex-row:first-child {
    flex-direction: row;
  }

  .sm\:first\:flex-row-reverse:first-child {
    flex-direction: row-reverse;
  }

  .sm\:first\:flex-col:first-child {
    flex-direction: column;
  }

  .sm\:first\:flex-col-reverse:first-child {
    flex-direction: column-reverse;
  }

  .sm\:last\:flex-row:last-child {
    flex-direction: row;
  }

  .sm\:last\:flex-row-reverse:last-child {
    flex-direction: row-reverse;
  }

  .sm\:last\:flex-col:last-child {
    flex-direction: column;
  }

  .sm\:last\:flex-col-reverse:last-child {
    flex-direction: column-reverse;
  }

  .sm\:hover\:flex-row:hover {
    flex-direction: row;
  }

  .sm\:hover\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }

  .sm\:hover\:flex-col:hover {
    flex-direction: column;
  }

  .sm\:hover\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }

  .sm\:flex-row\! {
    flex-direction: row !important;
  }

  .sm\:flex-row-reverse\! {
    flex-direction: row-reverse !important;
  }

  .sm\:flex-col\! {
    flex-direction: column !important;
  }

  .sm\:flex-col-reverse\! {
    flex-direction: column-reverse !important;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .sm\:even\:flex-wrap:nth-child(even) {
    flex-wrap: wrap;
  }

  .sm\:even\:flex-wrap-reverse:nth-child(even) {
    flex-wrap: wrap-reverse;
  }

  .sm\:even\:flex-no-wrap:nth-child(even) {
    flex-wrap: nowrap;
  }

  .sm\:odd\:flex-wrap:nth-child(odd) {
    flex-wrap: wrap;
  }

  .sm\:odd\:flex-wrap-reverse:nth-child(odd) {
    flex-wrap: wrap-reverse;
  }

  .sm\:odd\:flex-no-wrap:nth-child(odd) {
    flex-wrap: nowrap;
  }

  .sm\:children\:flex-wrap > * {
    flex-wrap: wrap;
  }

  .sm\:children\:flex-wrap-reverse > * {
    flex-wrap: wrap-reverse;
  }

  .sm\:children\:flex-no-wrap > * {
    flex-wrap: nowrap;
  }

  .sm\:first\:flex-wrap:first-child {
    flex-wrap: wrap;
  }

  .sm\:first\:flex-wrap-reverse:first-child {
    flex-wrap: wrap-reverse;
  }

  .sm\:first\:flex-no-wrap:first-child {
    flex-wrap: nowrap;
  }

  .sm\:last\:flex-wrap:last-child {
    flex-wrap: wrap;
  }

  .sm\:last\:flex-wrap-reverse:last-child {
    flex-wrap: wrap-reverse;
  }

  .sm\:last\:flex-no-wrap:last-child {
    flex-wrap: nowrap;
  }

  .sm\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .sm\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .sm\:hover\:flex-no-wrap:hover {
    flex-wrap: nowrap;
  }

  .sm\:flex-wrap\! {
    flex-wrap: wrap !important;
  }

  .sm\:flex-wrap-reverse\! {
    flex-wrap: wrap-reverse !important;
  }

  .sm\:flex-no-wrap\! {
    flex-wrap: nowrap !important;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:even\:items-start:nth-child(even) {
    align-items: flex-start;
  }

  .sm\:even\:items-end:nth-child(even) {
    align-items: flex-end;
  }

  .sm\:even\:items-center:nth-child(even) {
    align-items: center;
  }

  .sm\:even\:items-baseline:nth-child(even) {
    align-items: baseline;
  }

  .sm\:even\:items-stretch:nth-child(even) {
    align-items: stretch;
  }

  .sm\:odd\:items-start:nth-child(odd) {
    align-items: flex-start;
  }

  .sm\:odd\:items-end:nth-child(odd) {
    align-items: flex-end;
  }

  .sm\:odd\:items-center:nth-child(odd) {
    align-items: center;
  }

  .sm\:odd\:items-baseline:nth-child(odd) {
    align-items: baseline;
  }

  .sm\:odd\:items-stretch:nth-child(odd) {
    align-items: stretch;
  }

  .sm\:children\:items-start > * {
    align-items: flex-start;
  }

  .sm\:children\:items-end > * {
    align-items: flex-end;
  }

  .sm\:children\:items-center > * {
    align-items: center;
  }

  .sm\:children\:items-baseline > * {
    align-items: baseline;
  }

  .sm\:children\:items-stretch > * {
    align-items: stretch;
  }

  .sm\:first\:items-start:first-child {
    align-items: flex-start;
  }

  .sm\:first\:items-end:first-child {
    align-items: flex-end;
  }

  .sm\:first\:items-center:first-child {
    align-items: center;
  }

  .sm\:first\:items-baseline:first-child {
    align-items: baseline;
  }

  .sm\:first\:items-stretch:first-child {
    align-items: stretch;
  }

  .sm\:last\:items-start:last-child {
    align-items: flex-start;
  }

  .sm\:last\:items-end:last-child {
    align-items: flex-end;
  }

  .sm\:last\:items-center:last-child {
    align-items: center;
  }

  .sm\:last\:items-baseline:last-child {
    align-items: baseline;
  }

  .sm\:last\:items-stretch:last-child {
    align-items: stretch;
  }

  .sm\:hover\:items-start:hover {
    align-items: flex-start;
  }

  .sm\:hover\:items-end:hover {
    align-items: flex-end;
  }

  .sm\:hover\:items-center:hover {
    align-items: center;
  }

  .sm\:hover\:items-baseline:hover {
    align-items: baseline;
  }

  .sm\:hover\:items-stretch:hover {
    align-items: stretch;
  }

  .sm\:items-start\! {
    align-items: flex-start !important;
  }

  .sm\:items-end\! {
    align-items: flex-end !important;
  }

  .sm\:items-center\! {
    align-items: center !important;
  }

  .sm\:items-baseline\! {
    align-items: baseline !important;
  }

  .sm\:items-stretch\! {
    align-items: stretch !important;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:even\:self-auto:nth-child(even) {
    align-self: auto;
  }

  .sm\:even\:self-start:nth-child(even) {
    align-self: flex-start;
  }

  .sm\:even\:self-end:nth-child(even) {
    align-self: flex-end;
  }

  .sm\:even\:self-center:nth-child(even) {
    align-self: center;
  }

  .sm\:even\:self-stretch:nth-child(even) {
    align-self: stretch;
  }

  .sm\:odd\:self-auto:nth-child(odd) {
    align-self: auto;
  }

  .sm\:odd\:self-start:nth-child(odd) {
    align-self: flex-start;
  }

  .sm\:odd\:self-end:nth-child(odd) {
    align-self: flex-end;
  }

  .sm\:odd\:self-center:nth-child(odd) {
    align-self: center;
  }

  .sm\:odd\:self-stretch:nth-child(odd) {
    align-self: stretch;
  }

  .sm\:children\:self-auto > * {
    align-self: auto;
  }

  .sm\:children\:self-start > * {
    align-self: flex-start;
  }

  .sm\:children\:self-end > * {
    align-self: flex-end;
  }

  .sm\:children\:self-center > * {
    align-self: center;
  }

  .sm\:children\:self-stretch > * {
    align-self: stretch;
  }

  .sm\:first\:self-auto:first-child {
    align-self: auto;
  }

  .sm\:first\:self-start:first-child {
    align-self: flex-start;
  }

  .sm\:first\:self-end:first-child {
    align-self: flex-end;
  }

  .sm\:first\:self-center:first-child {
    align-self: center;
  }

  .sm\:first\:self-stretch:first-child {
    align-self: stretch;
  }

  .sm\:last\:self-auto:last-child {
    align-self: auto;
  }

  .sm\:last\:self-start:last-child {
    align-self: flex-start;
  }

  .sm\:last\:self-end:last-child {
    align-self: flex-end;
  }

  .sm\:last\:self-center:last-child {
    align-self: center;
  }

  .sm\:last\:self-stretch:last-child {
    align-self: stretch;
  }

  .sm\:hover\:self-auto:hover {
    align-self: auto;
  }

  .sm\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .sm\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .sm\:hover\:self-center:hover {
    align-self: center;
  }

  .sm\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .sm\:self-auto\! {
    align-self: auto !important;
  }

  .sm\:self-start\! {
    align-self: flex-start !important;
  }

  .sm\:self-end\! {
    align-self: flex-end !important;
  }

  .sm\:self-center\! {
    align-self: center !important;
  }

  .sm\:self-stretch\! {
    align-self: stretch !important;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:even\:justify-start:nth-child(even) {
    justify-content: flex-start;
  }

  .sm\:even\:justify-end:nth-child(even) {
    justify-content: flex-end;
  }

  .sm\:even\:justify-center:nth-child(even) {
    justify-content: center;
  }

  .sm\:even\:justify-between:nth-child(even) {
    justify-content: space-between;
  }

  .sm\:even\:justify-around:nth-child(even) {
    justify-content: space-around;
  }

  .sm\:even\:justify-evenly:nth-child(even) {
    justify-content: space-evenly;
  }

  .sm\:odd\:justify-start:nth-child(odd) {
    justify-content: flex-start;
  }

  .sm\:odd\:justify-end:nth-child(odd) {
    justify-content: flex-end;
  }

  .sm\:odd\:justify-center:nth-child(odd) {
    justify-content: center;
  }

  .sm\:odd\:justify-between:nth-child(odd) {
    justify-content: space-between;
  }

  .sm\:odd\:justify-around:nth-child(odd) {
    justify-content: space-around;
  }

  .sm\:odd\:justify-evenly:nth-child(odd) {
    justify-content: space-evenly;
  }

  .sm\:children\:justify-start > * {
    justify-content: flex-start;
  }

  .sm\:children\:justify-end > * {
    justify-content: flex-end;
  }

  .sm\:children\:justify-center > * {
    justify-content: center;
  }

  .sm\:children\:justify-between > * {
    justify-content: space-between;
  }

  .sm\:children\:justify-around > * {
    justify-content: space-around;
  }

  .sm\:children\:justify-evenly > * {
    justify-content: space-evenly;
  }

  .sm\:first\:justify-start:first-child {
    justify-content: flex-start;
  }

  .sm\:first\:justify-end:first-child {
    justify-content: flex-end;
  }

  .sm\:first\:justify-center:first-child {
    justify-content: center;
  }

  .sm\:first\:justify-between:first-child {
    justify-content: space-between;
  }

  .sm\:first\:justify-around:first-child {
    justify-content: space-around;
  }

  .sm\:first\:justify-evenly:first-child {
    justify-content: space-evenly;
  }

  .sm\:last\:justify-start:last-child {
    justify-content: flex-start;
  }

  .sm\:last\:justify-end:last-child {
    justify-content: flex-end;
  }

  .sm\:last\:justify-center:last-child {
    justify-content: center;
  }

  .sm\:last\:justify-between:last-child {
    justify-content: space-between;
  }

  .sm\:last\:justify-around:last-child {
    justify-content: space-around;
  }

  .sm\:last\:justify-evenly:last-child {
    justify-content: space-evenly;
  }

  .sm\:hover\:justify-start:hover {
    justify-content: flex-start;
  }

  .sm\:hover\:justify-end:hover {
    justify-content: flex-end;
  }

  .sm\:hover\:justify-center:hover {
    justify-content: center;
  }

  .sm\:hover\:justify-between:hover {
    justify-content: space-between;
  }

  .sm\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .sm\:hover\:justify-evenly:hover {
    justify-content: space-evenly;
  }

  .sm\:justify-start\! {
    justify-content: flex-start !important;
  }

  .sm\:justify-end\! {
    justify-content: flex-end !important;
  }

  .sm\:justify-center\! {
    justify-content: center !important;
  }

  .sm\:justify-between\! {
    justify-content: space-between !important;
  }

  .sm\:justify-around\! {
    justify-content: space-around !important;
  }

  .sm\:justify-evenly\! {
    justify-content: space-evenly !important;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:even\:content-center:nth-child(even) {
    align-content: center;
  }

  .sm\:even\:content-start:nth-child(even) {
    align-content: flex-start;
  }

  .sm\:even\:content-end:nth-child(even) {
    align-content: flex-end;
  }

  .sm\:even\:content-between:nth-child(even) {
    align-content: space-between;
  }

  .sm\:even\:content-around:nth-child(even) {
    align-content: space-around;
  }

  .sm\:odd\:content-center:nth-child(odd) {
    align-content: center;
  }

  .sm\:odd\:content-start:nth-child(odd) {
    align-content: flex-start;
  }

  .sm\:odd\:content-end:nth-child(odd) {
    align-content: flex-end;
  }

  .sm\:odd\:content-between:nth-child(odd) {
    align-content: space-between;
  }

  .sm\:odd\:content-around:nth-child(odd) {
    align-content: space-around;
  }

  .sm\:children\:content-center > * {
    align-content: center;
  }

  .sm\:children\:content-start > * {
    align-content: flex-start;
  }

  .sm\:children\:content-end > * {
    align-content: flex-end;
  }

  .sm\:children\:content-between > * {
    align-content: space-between;
  }

  .sm\:children\:content-around > * {
    align-content: space-around;
  }

  .sm\:first\:content-center:first-child {
    align-content: center;
  }

  .sm\:first\:content-start:first-child {
    align-content: flex-start;
  }

  .sm\:first\:content-end:first-child {
    align-content: flex-end;
  }

  .sm\:first\:content-between:first-child {
    align-content: space-between;
  }

  .sm\:first\:content-around:first-child {
    align-content: space-around;
  }

  .sm\:last\:content-center:last-child {
    align-content: center;
  }

  .sm\:last\:content-start:last-child {
    align-content: flex-start;
  }

  .sm\:last\:content-end:last-child {
    align-content: flex-end;
  }

  .sm\:last\:content-between:last-child {
    align-content: space-between;
  }

  .sm\:last\:content-around:last-child {
    align-content: space-around;
  }

  .sm\:hover\:content-center:hover {
    align-content: center;
  }

  .sm\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .sm\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .sm\:hover\:content-between:hover {
    align-content: space-between;
  }

  .sm\:hover\:content-around:hover {
    align-content: space-around;
  }

  .sm\:content-center\! {
    align-content: center !important;
  }

  .sm\:content-start\! {
    align-content: flex-start !important;
  }

  .sm\:content-end\! {
    align-content: flex-end !important;
  }

  .sm\:content-between\! {
    align-content: space-between !important;
  }

  .sm\:content-around\! {
    align-content: space-around !important;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:even\:flex-1:nth-child(even) {
    flex: 1 1 0%;
  }

  .sm\:even\:flex-auto:nth-child(even) {
    flex: 1 1 auto;
  }

  .sm\:even\:flex-initial:nth-child(even) {
    flex: 0 1 auto;
  }

  .sm\:even\:flex-none:nth-child(even) {
    flex: none;
  }

  .sm\:odd\:flex-1:nth-child(odd) {
    flex: 1 1 0%;
  }

  .sm\:odd\:flex-auto:nth-child(odd) {
    flex: 1 1 auto;
  }

  .sm\:odd\:flex-initial:nth-child(odd) {
    flex: 0 1 auto;
  }

  .sm\:odd\:flex-none:nth-child(odd) {
    flex: none;
  }

  .sm\:children\:flex-1 > * {
    flex: 1 1 0%;
  }

  .sm\:children\:flex-auto > * {
    flex: 1 1 auto;
  }

  .sm\:children\:flex-initial > * {
    flex: 0 1 auto;
  }

  .sm\:children\:flex-none > * {
    flex: none;
  }

  .sm\:first\:flex-1:first-child {
    flex: 1 1 0%;
  }

  .sm\:first\:flex-auto:first-child {
    flex: 1 1 auto;
  }

  .sm\:first\:flex-initial:first-child {
    flex: 0 1 auto;
  }

  .sm\:first\:flex-none:first-child {
    flex: none;
  }

  .sm\:last\:flex-1:last-child {
    flex: 1 1 0%;
  }

  .sm\:last\:flex-auto:last-child {
    flex: 1 1 auto;
  }

  .sm\:last\:flex-initial:last-child {
    flex: 0 1 auto;
  }

  .sm\:last\:flex-none:last-child {
    flex: none;
  }

  .sm\:hover\:flex-1:hover {
    flex: 1 1 0%;
  }

  .sm\:hover\:flex-auto:hover {
    flex: 1 1 auto;
  }

  .sm\:hover\:flex-initial:hover {
    flex: 0 1 auto;
  }

  .sm\:hover\:flex-none:hover {
    flex: none;
  }

  .sm\:flex-1\! {
    flex: 1 1 0% !important;
  }

  .sm\:flex-auto\! {
    flex: 1 1 auto !important;
  }

  .sm\:flex-initial\! {
    flex: 0 1 auto !important;
  }

  .sm\:flex-none\! {
    flex: none !important;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:even\:flex-grow-0:nth-child(even) {
    flex-grow: 0;
  }

  .sm\:even\:flex-grow:nth-child(even) {
    flex-grow: 1;
  }

  .sm\:odd\:flex-grow-0:nth-child(odd) {
    flex-grow: 0;
  }

  .sm\:odd\:flex-grow:nth-child(odd) {
    flex-grow: 1;
  }

  .sm\:children\:flex-grow-0 > * {
    flex-grow: 0;
  }

  .sm\:children\:flex-grow > * {
    flex-grow: 1;
  }

  .sm\:first\:flex-grow-0:first-child {
    flex-grow: 0;
  }

  .sm\:first\:flex-grow:first-child {
    flex-grow: 1;
  }

  .sm\:last\:flex-grow-0:last-child {
    flex-grow: 0;
  }

  .sm\:last\:flex-grow:last-child {
    flex-grow: 1;
  }

  .sm\:hover\:flex-grow-0:hover {
    flex-grow: 0;
  }

  .sm\:hover\:flex-grow:hover {
    flex-grow: 1;
  }

  .sm\:flex-grow-0\! {
    flex-grow: 0 !important;
  }

  .sm\:flex-grow\! {
    flex-grow: 1 !important;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:even\:flex-shrink-0:nth-child(even) {
    flex-shrink: 0;
  }

  .sm\:even\:flex-shrink:nth-child(even) {
    flex-shrink: 1;
  }

  .sm\:odd\:flex-shrink-0:nth-child(odd) {
    flex-shrink: 0;
  }

  .sm\:odd\:flex-shrink:nth-child(odd) {
    flex-shrink: 1;
  }

  .sm\:children\:flex-shrink-0 > * {
    flex-shrink: 0;
  }

  .sm\:children\:flex-shrink > * {
    flex-shrink: 1;
  }

  .sm\:first\:flex-shrink-0:first-child {
    flex-shrink: 0;
  }

  .sm\:first\:flex-shrink:first-child {
    flex-shrink: 1;
  }

  .sm\:last\:flex-shrink-0:last-child {
    flex-shrink: 0;
  }

  .sm\:last\:flex-shrink:last-child {
    flex-shrink: 1;
  }

  .sm\:hover\:flex-shrink-0:hover {
    flex-shrink: 0;
  }

  .sm\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .sm\:flex-shrink-0\! {
    flex-shrink: 0 !important;
  }

  .sm\:flex-shrink\! {
    flex-shrink: 1 !important;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-6 {
    order: 6;
  }

  .sm\:order-7 {
    order: 7;
  }

  .sm\:order-8 {
    order: 8;
  }

  .sm\:order-9 {
    order: 9;
  }

  .sm\:order-10 {
    order: 10;
  }

  .sm\:order-11 {
    order: 11;
  }

  .sm\:order-12 {
    order: 12;
  }

  .sm\:order-first {
    order: -9999;
  }

  .sm\:order-last {
    order: 9999;
  }

  .sm\:order-none {
    order: 0;
  }

  .sm\:even\:order-1:nth-child(even) {
    order: 1;
  }

  .sm\:even\:order-2:nth-child(even) {
    order: 2;
  }

  .sm\:even\:order-3:nth-child(even) {
    order: 3;
  }

  .sm\:even\:order-4:nth-child(even) {
    order: 4;
  }

  .sm\:even\:order-5:nth-child(even) {
    order: 5;
  }

  .sm\:even\:order-6:nth-child(even) {
    order: 6;
  }

  .sm\:even\:order-7:nth-child(even) {
    order: 7;
  }

  .sm\:even\:order-8:nth-child(even) {
    order: 8;
  }

  .sm\:even\:order-9:nth-child(even) {
    order: 9;
  }

  .sm\:even\:order-10:nth-child(even) {
    order: 10;
  }

  .sm\:even\:order-11:nth-child(even) {
    order: 11;
  }

  .sm\:even\:order-12:nth-child(even) {
    order: 12;
  }

  .sm\:even\:order-first:nth-child(even) {
    order: -9999;
  }

  .sm\:even\:order-last:nth-child(even) {
    order: 9999;
  }

  .sm\:even\:order-none:nth-child(even) {
    order: 0;
  }

  .sm\:odd\:order-1:nth-child(odd) {
    order: 1;
  }

  .sm\:odd\:order-2:nth-child(odd) {
    order: 2;
  }

  .sm\:odd\:order-3:nth-child(odd) {
    order: 3;
  }

  .sm\:odd\:order-4:nth-child(odd) {
    order: 4;
  }

  .sm\:odd\:order-5:nth-child(odd) {
    order: 5;
  }

  .sm\:odd\:order-6:nth-child(odd) {
    order: 6;
  }

  .sm\:odd\:order-7:nth-child(odd) {
    order: 7;
  }

  .sm\:odd\:order-8:nth-child(odd) {
    order: 8;
  }

  .sm\:odd\:order-9:nth-child(odd) {
    order: 9;
  }

  .sm\:odd\:order-10:nth-child(odd) {
    order: 10;
  }

  .sm\:odd\:order-11:nth-child(odd) {
    order: 11;
  }

  .sm\:odd\:order-12:nth-child(odd) {
    order: 12;
  }

  .sm\:odd\:order-first:nth-child(odd) {
    order: -9999;
  }

  .sm\:odd\:order-last:nth-child(odd) {
    order: 9999;
  }

  .sm\:odd\:order-none:nth-child(odd) {
    order: 0;
  }

  .sm\:children\:order-1 > * {
    order: 1;
  }

  .sm\:children\:order-2 > * {
    order: 2;
  }

  .sm\:children\:order-3 > * {
    order: 3;
  }

  .sm\:children\:order-4 > * {
    order: 4;
  }

  .sm\:children\:order-5 > * {
    order: 5;
  }

  .sm\:children\:order-6 > * {
    order: 6;
  }

  .sm\:children\:order-7 > * {
    order: 7;
  }

  .sm\:children\:order-8 > * {
    order: 8;
  }

  .sm\:children\:order-9 > * {
    order: 9;
  }

  .sm\:children\:order-10 > * {
    order: 10;
  }

  .sm\:children\:order-11 > * {
    order: 11;
  }

  .sm\:children\:order-12 > * {
    order: 12;
  }

  .sm\:children\:order-first > * {
    order: -9999;
  }

  .sm\:children\:order-last > * {
    order: 9999;
  }

  .sm\:children\:order-none > * {
    order: 0;
  }

  .sm\:first\:order-1:first-child {
    order: 1;
  }

  .sm\:first\:order-2:first-child {
    order: 2;
  }

  .sm\:first\:order-3:first-child {
    order: 3;
  }

  .sm\:first\:order-4:first-child {
    order: 4;
  }

  .sm\:first\:order-5:first-child {
    order: 5;
  }

  .sm\:first\:order-6:first-child {
    order: 6;
  }

  .sm\:first\:order-7:first-child {
    order: 7;
  }

  .sm\:first\:order-8:first-child {
    order: 8;
  }

  .sm\:first\:order-9:first-child {
    order: 9;
  }

  .sm\:first\:order-10:first-child {
    order: 10;
  }

  .sm\:first\:order-11:first-child {
    order: 11;
  }

  .sm\:first\:order-12:first-child {
    order: 12;
  }

  .sm\:first\:order-first:first-child {
    order: -9999;
  }

  .sm\:first\:order-last:first-child {
    order: 9999;
  }

  .sm\:first\:order-none:first-child {
    order: 0;
  }

  .sm\:last\:order-1:last-child {
    order: 1;
  }

  .sm\:last\:order-2:last-child {
    order: 2;
  }

  .sm\:last\:order-3:last-child {
    order: 3;
  }

  .sm\:last\:order-4:last-child {
    order: 4;
  }

  .sm\:last\:order-5:last-child {
    order: 5;
  }

  .sm\:last\:order-6:last-child {
    order: 6;
  }

  .sm\:last\:order-7:last-child {
    order: 7;
  }

  .sm\:last\:order-8:last-child {
    order: 8;
  }

  .sm\:last\:order-9:last-child {
    order: 9;
  }

  .sm\:last\:order-10:last-child {
    order: 10;
  }

  .sm\:last\:order-11:last-child {
    order: 11;
  }

  .sm\:last\:order-12:last-child {
    order: 12;
  }

  .sm\:last\:order-first:last-child {
    order: -9999;
  }

  .sm\:last\:order-last:last-child {
    order: 9999;
  }

  .sm\:last\:order-none:last-child {
    order: 0;
  }

  .sm\:hover\:order-1:hover {
    order: 1;
  }

  .sm\:hover\:order-2:hover {
    order: 2;
  }

  .sm\:hover\:order-3:hover {
    order: 3;
  }

  .sm\:hover\:order-4:hover {
    order: 4;
  }

  .sm\:hover\:order-5:hover {
    order: 5;
  }

  .sm\:hover\:order-6:hover {
    order: 6;
  }

  .sm\:hover\:order-7:hover {
    order: 7;
  }

  .sm\:hover\:order-8:hover {
    order: 8;
  }

  .sm\:hover\:order-9:hover {
    order: 9;
  }

  .sm\:hover\:order-10:hover {
    order: 10;
  }

  .sm\:hover\:order-11:hover {
    order: 11;
  }

  .sm\:hover\:order-12:hover {
    order: 12;
  }

  .sm\:hover\:order-first:hover {
    order: -9999;
  }

  .sm\:hover\:order-last:hover {
    order: 9999;
  }

  .sm\:hover\:order-none:hover {
    order: 0;
  }

  .sm\:order-1\! {
    order: 1 !important;
  }

  .sm\:order-2\! {
    order: 2 !important;
  }

  .sm\:order-3\! {
    order: 3 !important;
  }

  .sm\:order-4\! {
    order: 4 !important;
  }

  .sm\:order-5\! {
    order: 5 !important;
  }

  .sm\:order-6\! {
    order: 6 !important;
  }

  .sm\:order-7\! {
    order: 7 !important;
  }

  .sm\:order-8\! {
    order: 8 !important;
  }

  .sm\:order-9\! {
    order: 9 !important;
  }

  .sm\:order-10\! {
    order: 10 !important;
  }

  .sm\:order-11\! {
    order: 11 !important;
  }

  .sm\:order-12\! {
    order: 12 !important;
  }

  .sm\:order-first\! {
    order: -9999 !important;
  }

  .sm\:order-last\! {
    order: 9999 !important;
  }

  .sm\:order-none\! {
    order: 0 !important;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:even\:float-right:nth-child(even) {
    float: right;
  }

  .sm\:even\:float-left:nth-child(even) {
    float: left;
  }

  .sm\:even\:float-none:nth-child(even) {
    float: none;
  }

  .sm\:even\:clearfix:nth-child(even):after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:odd\:float-right:nth-child(odd) {
    float: right;
  }

  .sm\:odd\:float-left:nth-child(odd) {
    float: left;
  }

  .sm\:odd\:float-none:nth-child(odd) {
    float: none;
  }

  .sm\:odd\:clearfix:nth-child(odd):after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:children\:float-right > * {
    float: right;
  }

  .sm\:children\:float-left > * {
    float: left;
  }

  .sm\:children\:float-none > * {
    float: none;
  }

  .sm\:children\:clearfix > *:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:first\:float-right:first-child {
    float: right;
  }

  .sm\:first\:float-left:first-child {
    float: left;
  }

  .sm\:first\:float-none:first-child {
    float: none;
  }

  .sm\:first\:clearfix:first-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:last\:float-right:last-child {
    float: right;
  }

  .sm\:last\:float-left:last-child {
    float: left;
  }

  .sm\:last\:float-none:last-child {
    float: none;
  }

  .sm\:last\:clearfix:last-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:hover\:float-right:hover {
    float: right;
  }

  .sm\:hover\:float-left:hover {
    float: left;
  }

  .sm\:hover\:float-none:hover {
    float: none;
  }

  .sm\:hover\:clearfix:hover:after {
    content: "";
    display: table;
    clear: both;
  }

  .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;
  }

  .sm\:clear-right {
    clear: right;
  }

  .sm\:clear-both {
    clear: both;
  }

  .sm\:clear-none {
    clear: none;
  }

  .sm\:even\:clear-left:nth-child(even) {
    clear: left;
  }

  .sm\:even\:clear-right:nth-child(even) {
    clear: right;
  }

  .sm\:even\:clear-both:nth-child(even) {
    clear: both;
  }

  .sm\:even\:clear-none:nth-child(even) {
    clear: none;
  }

  .sm\:odd\:clear-left:nth-child(odd) {
    clear: left;
  }

  .sm\:odd\:clear-right:nth-child(odd) {
    clear: right;
  }

  .sm\:odd\:clear-both:nth-child(odd) {
    clear: both;
  }

  .sm\:odd\:clear-none:nth-child(odd) {
    clear: none;
  }

  .sm\:children\:clear-left > * {
    clear: left;
  }

  .sm\:children\:clear-right > * {
    clear: right;
  }

  .sm\:children\:clear-both > * {
    clear: both;
  }

  .sm\:children\:clear-none > * {
    clear: none;
  }

  .sm\:first\:clear-left:first-child {
    clear: left;
  }

  .sm\:first\:clear-right:first-child {
    clear: right;
  }

  .sm\:first\:clear-both:first-child {
    clear: both;
  }

  .sm\:first\:clear-none:first-child {
    clear: none;
  }

  .sm\:last\:clear-left:last-child {
    clear: left;
  }

  .sm\:last\:clear-right:last-child {
    clear: right;
  }

  .sm\:last\:clear-both:last-child {
    clear: both;
  }

  .sm\:last\:clear-none:last-child {
    clear: none;
  }

  .sm\:hover\:clear-left:hover {
    clear: left;
  }

  .sm\:hover\:clear-right:hover {
    clear: right;
  }

  .sm\:hover\:clear-both:hover {
    clear: both;
  }

  .sm\:hover\:clear-none:hover {
    clear: none;
  }

  .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-display {
    font-family: IBM Plex Sans, sans-serif;
  }

  .sm\:font-body {
    font-family: sans-serif;
  }

  .sm\:font-ibm-sans {
    font-family: IBM Plex Sans, sans-serif;
  }

  .sm\:font-ibm-serif {
    font-family: IBM Plex Serif, serif;
  }

  .sm\:even\:font-display:nth-child(even) {
    font-family: IBM Plex Sans, sans-serif;
  }

  .sm\:even\:font-body:nth-child(even) {
    font-family: sans-serif;
  }

  .sm\:even\:font-ibm-sans:nth-child(even) {
    font-family: IBM Plex Sans, sans-serif;
  }

  .sm\:even\:font-ibm-serif:nth-child(even) {
    font-family: IBM Plex Serif, serif;
  }

  .sm\:odd\:font-display:nth-child(odd) {
    font-family: IBM Plex Sans, sans-serif;
  }

  .sm\:odd\:font-body:nth-child(odd) {
    font-family: sans-serif;
  }

  .sm\:odd\:font-ibm-sans:nth-child(odd) {
    font-family: IBM Plex Sans, sans-serif;
  }

  .sm\:odd\:font-ibm-serif:nth-child(odd) {
    font-family: IBM Plex Serif, serif;
  }

  .sm\:children\:font-display > * {
    font-family: IBM Plex Sans, sans-serif;
  }

  .sm\:children\:font-body > * {
    font-family: sans-serif;
  }

  .sm\:children\:font-ibm-sans > * {
    font-family: IBM Plex Sans, sans-serif;
  }

  .sm\:children\:font-ibm-serif > * {
    font-family: IBM Plex Serif, serif;
  }

  .sm\:first\:font-display:first-child {
    font-family: IBM Plex Sans, sans-serif;
  }

  .sm\:first\:font-body:first-child {
    font-family: sans-serif;
  }

  .sm\:first\:font-ibm-sans:first-child {
    font-family: IBM Plex Sans, sans-serif;
  }

  .sm\:first\:font-ibm-serif:first-child {
    font-family: IBM Plex Serif, serif;
  }

  .sm\:last\:font-display:last-child {
    font-family: IBM Plex Sans, sans-serif;
  }

  .sm\:last\:font-body:last-child {
    font-family: sans-serif;
  }

  .sm\:last\:font-ibm-sans:last-child {
    font-family: IBM Plex Sans, sans-serif;
  }

  .sm\:last\:font-ibm-serif:last-child {
    font-family: IBM Plex Serif, serif;
  }

  .sm\:hover\:font-display:hover {
    font-family: IBM Plex Sans, sans-serif;
  }

  .sm\:hover\:font-body:hover {
    font-family: sans-serif;
  }

  .sm\:hover\:font-ibm-sans:hover {
    font-family: IBM Plex Sans, sans-serif;
  }

  .sm\:hover\:font-ibm-serif:hover {
    font-family: IBM Plex Serif, serif;
  }

  .sm\:font-display\! {
    font-family: IBM Plex Sans, sans-serif !important;
  }

  .sm\:font-body\! {
    font-family: sans-serif !important;
  }

  .sm\:font-ibm-sans\! {
    font-family: IBM Plex Sans, sans-serif !important;
  }

  .sm\:font-ibm-serif\! {
    font-family: IBM Plex Serif, serif !important;
  }

  .sm\:font-hairline {
    font-weight: 100;
  }

  .sm\:font-thin {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:even\:font-hairline:nth-child(even) {
    font-weight: 100;
  }

  .sm\:even\:font-thin:nth-child(even) {
    font-weight: 200;
  }

  .sm\:even\:font-light:nth-child(even) {
    font-weight: 300;
  }

  .sm\:even\:font-normal:nth-child(even) {
    font-weight: 400;
  }

  .sm\:even\:font-medium:nth-child(even) {
    font-weight: 500;
  }

  .sm\:even\:font-semibold:nth-child(even) {
    font-weight: 600;
  }

  .sm\:even\:font-bold:nth-child(even) {
    font-weight: 700;
  }

  .sm\:even\:font-extrabold:nth-child(even) {
    font-weight: 800;
  }

  .sm\:even\:font-black:nth-child(even) {
    font-weight: 900;
  }

  .sm\:odd\:font-hairline:nth-child(odd) {
    font-weight: 100;
  }

  .sm\:odd\:font-thin:nth-child(odd) {
    font-weight: 200;
  }

  .sm\:odd\:font-light:nth-child(odd) {
    font-weight: 300;
  }

  .sm\:odd\:font-normal:nth-child(odd) {
    font-weight: 400;
  }

  .sm\:odd\:font-medium:nth-child(odd) {
    font-weight: 500;
  }

  .sm\:odd\:font-semibold:nth-child(odd) {
    font-weight: 600;
  }

  .sm\:odd\:font-bold:nth-child(odd) {
    font-weight: 700;
  }

  .sm\:odd\:font-extrabold:nth-child(odd) {
    font-weight: 800;
  }

  .sm\:odd\:font-black:nth-child(odd) {
    font-weight: 900;
  }

  .sm\:children\:font-hairline > * {
    font-weight: 100;
  }

  .sm\:children\:font-thin > * {
    font-weight: 200;
  }

  .sm\:children\:font-light > * {
    font-weight: 300;
  }

  .sm\:children\:font-normal > * {
    font-weight: 400;
  }

  .sm\:children\:font-medium > * {
    font-weight: 500;
  }

  .sm\:children\:font-semibold > * {
    font-weight: 600;
  }

  .sm\:children\:font-bold > * {
    font-weight: 700;
  }

  .sm\:children\:font-extrabold > * {
    font-weight: 800;
  }

  .sm\:children\:font-black > * {
    font-weight: 900;
  }

  .sm\:first\:font-hairline:first-child {
    font-weight: 100;
  }

  .sm\:first\:font-thin:first-child {
    font-weight: 200;
  }

  .sm\:first\:font-light:first-child {
    font-weight: 300;
  }

  .sm\:first\:font-normal:first-child {
    font-weight: 400;
  }

  .sm\:first\:font-medium:first-child {
    font-weight: 500;
  }

  .sm\:first\:font-semibold:first-child {
    font-weight: 600;
  }

  .sm\:first\:font-bold:first-child {
    font-weight: 700;
  }

  .sm\:first\:font-extrabold:first-child {
    font-weight: 800;
  }

  .sm\:first\:font-black:first-child {
    font-weight: 900;
  }

  .sm\:last\:font-hairline:last-child {
    font-weight: 100;
  }

  .sm\:last\:font-thin:last-child {
    font-weight: 200;
  }

  .sm\:last\:font-light:last-child {
    font-weight: 300;
  }

  .sm\:last\:font-normal:last-child {
    font-weight: 400;
  }

  .sm\:last\:font-medium:last-child {
    font-weight: 500;
  }

  .sm\:last\:font-semibold:last-child {
    font-weight: 600;
  }

  .sm\:last\:font-bold:last-child {
    font-weight: 700;
  }

  .sm\:last\:font-extrabold:last-child {
    font-weight: 800;
  }

  .sm\:last\:font-black:last-child {
    font-weight: 900;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900;
  }

  .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\:h-0 {
    height: 0;
  }

  .sm\:h-1 {
    height: 0.25rem;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-11 {
    height: 2.75rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-13 {
    height: 3.25rem;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:h-15 {
    height: 3.75rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-17 {
    height: 4.25rem;
  }

  .sm\:h-18 {
    height: 4.5rem;
  }

  .sm\:h-19 {
    height: 4.75rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-75 {
    height: 18.75rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:even\:h-0:nth-child(even) {
    height: 0;
  }

  .sm\:even\:h-1:nth-child(even) {
    height: 0.25rem;
  }

  .sm\:even\:h-2:nth-child(even) {
    height: 0.5rem;
  }

  .sm\:even\:h-3:nth-child(even) {
    height: 0.75rem;
  }

  .sm\:even\:h-4:nth-child(even) {
    height: 1rem;
  }

  .sm\:even\:h-5:nth-child(even) {
    height: 1.25rem;
  }

  .sm\:even\:h-6:nth-child(even) {
    height: 1.5rem;
  }

  .sm\:even\:h-7:nth-child(even) {
    height: 1.75rem;
  }

  .sm\:even\:h-8:nth-child(even) {
    height: 2rem;
  }

  .sm\:even\:h-9:nth-child(even) {
    height: 2.25rem;
  }

  .sm\:even\:h-10:nth-child(even) {
    height: 2.5rem;
  }

  .sm\:even\:h-11:nth-child(even) {
    height: 2.75rem;
  }

  .sm\:even\:h-12:nth-child(even) {
    height: 3rem;
  }

  .sm\:even\:h-13:nth-child(even) {
    height: 3.25rem;
  }

  .sm\:even\:h-14:nth-child(even) {
    height: 3.5rem;
  }

  .sm\:even\:h-15:nth-child(even) {
    height: 3.75rem;
  }

  .sm\:even\:h-16:nth-child(even) {
    height: 4rem;
  }

  .sm\:even\:h-17:nth-child(even) {
    height: 4.25rem;
  }

  .sm\:even\:h-18:nth-child(even) {
    height: 4.5rem;
  }

  .sm\:even\:h-19:nth-child(even) {
    height: 4.75rem;
  }

  .sm\:even\:h-20:nth-child(even) {
    height: 5rem;
  }

  .sm\:even\:h-24:nth-child(even) {
    height: 6rem;
  }

  .sm\:even\:h-32:nth-child(even) {
    height: 8rem;
  }

  .sm\:even\:h-40:nth-child(even) {
    height: 10rem;
  }

  .sm\:even\:h-48:nth-child(even) {
    height: 12rem;
  }

  .sm\:even\:h-56:nth-child(even) {
    height: 14rem;
  }

  .sm\:even\:h-64:nth-child(even) {
    height: 16rem;
  }

  .sm\:even\:h-75:nth-child(even) {
    height: 18.75rem;
  }

  .sm\:even\:h-auto:nth-child(even) {
    height: auto;
  }

  .sm\:even\:h-px:nth-child(even) {
    height: 1px;
  }

  .sm\:even\:h-full:nth-child(even) {
    height: 100%;
  }

  .sm\:even\:h-screen:nth-child(even) {
    height: 100vh;
  }

  .sm\:odd\:h-0:nth-child(odd) {
    height: 0;
  }

  .sm\:odd\:h-1:nth-child(odd) {
    height: 0.25rem;
  }

  .sm\:odd\:h-2:nth-child(odd) {
    height: 0.5rem;
  }

  .sm\:odd\:h-3:nth-child(odd) {
    height: 0.75rem;
  }

  .sm\:odd\:h-4:nth-child(odd) {
    height: 1rem;
  }

  .sm\:odd\:h-5:nth-child(odd) {
    height: 1.25rem;
  }

  .sm\:odd\:h-6:nth-child(odd) {
    height: 1.5rem;
  }

  .sm\:odd\:h-7:nth-child(odd) {
    height: 1.75rem;
  }

  .sm\:odd\:h-8:nth-child(odd) {
    height: 2rem;
  }

  .sm\:odd\:h-9:nth-child(odd) {
    height: 2.25rem;
  }

  .sm\:odd\:h-10:nth-child(odd) {
    height: 2.5rem;
  }

  .sm\:odd\:h-11:nth-child(odd) {
    height: 2.75rem;
  }

  .sm\:odd\:h-12:nth-child(odd) {
    height: 3rem;
  }

  .sm\:odd\:h-13:nth-child(odd) {
    height: 3.25rem;
  }

  .sm\:odd\:h-14:nth-child(odd) {
    height: 3.5rem;
  }

  .sm\:odd\:h-15:nth-child(odd) {
    height: 3.75rem;
  }

  .sm\:odd\:h-16:nth-child(odd) {
    height: 4rem;
  }

  .sm\:odd\:h-17:nth-child(odd) {
    height: 4.25rem;
  }

  .sm\:odd\:h-18:nth-child(odd) {
    height: 4.5rem;
  }

  .sm\:odd\:h-19:nth-child(odd) {
    height: 4.75rem;
  }

  .sm\:odd\:h-20:nth-child(odd) {
    height: 5rem;
  }

  .sm\:odd\:h-24:nth-child(odd) {
    height: 6rem;
  }

  .sm\:odd\:h-32:nth-child(odd) {
    height: 8rem;
  }

  .sm\:odd\:h-40:nth-child(odd) {
    height: 10rem;
  }

  .sm\:odd\:h-48:nth-child(odd) {
    height: 12rem;
  }

  .sm\:odd\:h-56:nth-child(odd) {
    height: 14rem;
  }

  .sm\:odd\:h-64:nth-child(odd) {
    height: 16rem;
  }

  .sm\:odd\:h-75:nth-child(odd) {
    height: 18.75rem;
  }

  .sm\:odd\:h-auto:nth-child(odd) {
    height: auto;
  }

  .sm\:odd\:h-px:nth-child(odd) {
    height: 1px;
  }

  .sm\:odd\:h-full:nth-child(odd) {
    height: 100%;
  }

  .sm\:odd\:h-screen:nth-child(odd) {
    height: 100vh;
  }

  .sm\:children\:h-0 > * {
    height: 0;
  }

  .sm\:children\:h-1 > * {
    height: 0.25rem;
  }

  .sm\:children\:h-2 > * {
    height: 0.5rem;
  }

  .sm\:children\:h-3 > * {
    height: 0.75rem;
  }

  .sm\:children\:h-4 > * {
    height: 1rem;
  }

  .sm\:children\:h-5 > * {
    height: 1.25rem;
  }

  .sm\:children\:h-6 > * {
    height: 1.5rem;
  }

  .sm\:children\:h-7 > * {
    height: 1.75rem;
  }

  .sm\:children\:h-8 > * {
    height: 2rem;
  }

  .sm\:children\:h-9 > * {
    height: 2.25rem;
  }

  .sm\:children\:h-10 > * {
    height: 2.5rem;
  }

  .sm\:children\:h-11 > * {
    height: 2.75rem;
  }

  .sm\:children\:h-12 > * {
    height: 3rem;
  }

  .sm\:children\:h-13 > * {
    height: 3.25rem;
  }

  .sm\:children\:h-14 > * {
    height: 3.5rem;
  }

  .sm\:children\:h-15 > * {
    height: 3.75rem;
  }

  .sm\:children\:h-16 > * {
    height: 4rem;
  }

  .sm\:children\:h-17 > * {
    height: 4.25rem;
  }

  .sm\:children\:h-18 > * {
    height: 4.5rem;
  }

  .sm\:children\:h-19 > * {
    height: 4.75rem;
  }

  .sm\:children\:h-20 > * {
    height: 5rem;
  }

  .sm\:children\:h-24 > * {
    height: 6rem;
  }

  .sm\:children\:h-32 > * {
    height: 8rem;
  }

  .sm\:children\:h-40 > * {
    height: 10rem;
  }

  .sm\:children\:h-48 > * {
    height: 12rem;
  }

  .sm\:children\:h-56 > * {
    height: 14rem;
  }

  .sm\:children\:h-64 > * {
    height: 16rem;
  }

  .sm\:children\:h-75 > * {
    height: 18.75rem;
  }

  .sm\:children\:h-auto > * {
    height: auto;
  }

  .sm\:children\:h-px > * {
    height: 1px;
  }

  .sm\:children\:h-full > * {
    height: 100%;
  }

  .sm\:children\:h-screen > * {
    height: 100vh;
  }

  .sm\:first\:h-0:first-child {
    height: 0;
  }

  .sm\:first\:h-1:first-child {
    height: 0.25rem;
  }

  .sm\:first\:h-2:first-child {
    height: 0.5rem;
  }

  .sm\:first\:h-3:first-child {
    height: 0.75rem;
  }

  .sm\:first\:h-4:first-child {
    height: 1rem;
  }

  .sm\:first\:h-5:first-child {
    height: 1.25rem;
  }

  .sm\:first\:h-6:first-child {
    height: 1.5rem;
  }

  .sm\:first\:h-7:first-child {
    height: 1.75rem;
  }

  .sm\:first\:h-8:first-child {
    height: 2rem;
  }

  .sm\:first\:h-9:first-child {
    height: 2.25rem;
  }

  .sm\:first\:h-10:first-child {
    height: 2.5rem;
  }

  .sm\:first\:h-11:first-child {
    height: 2.75rem;
  }

  .sm\:first\:h-12:first-child {
    height: 3rem;
  }

  .sm\:first\:h-13:first-child {
    height: 3.25rem;
  }

  .sm\:first\:h-14:first-child {
    height: 3.5rem;
  }

  .sm\:first\:h-15:first-child {
    height: 3.75rem;
  }

  .sm\:first\:h-16:first-child {
    height: 4rem;
  }

  .sm\:first\:h-17:first-child {
    height: 4.25rem;
  }

  .sm\:first\:h-18:first-child {
    height: 4.5rem;
  }

  .sm\:first\:h-19:first-child {
    height: 4.75rem;
  }

  .sm\:first\:h-20:first-child {
    height: 5rem;
  }

  .sm\:first\:h-24:first-child {
    height: 6rem;
  }

  .sm\:first\:h-32:first-child {
    height: 8rem;
  }

  .sm\:first\:h-40:first-child {
    height: 10rem;
  }

  .sm\:first\:h-48:first-child {
    height: 12rem;
  }

  .sm\:first\:h-56:first-child {
    height: 14rem;
  }

  .sm\:first\:h-64:first-child {
    height: 16rem;
  }

  .sm\:first\:h-75:first-child {
    height: 18.75rem;
  }

  .sm\:first\:h-auto:first-child {
    height: auto;
  }

  .sm\:first\:h-px:first-child {
    height: 1px;
  }

  .sm\:first\:h-full:first-child {
    height: 100%;
  }

  .sm\:first\:h-screen:first-child {
    height: 100vh;
  }

  .sm\:last\:h-0:last-child {
    height: 0;
  }

  .sm\:last\:h-1:last-child {
    height: 0.25rem;
  }

  .sm\:last\:h-2:last-child {
    height: 0.5rem;
  }

  .sm\:last\:h-3:last-child {
    height: 0.75rem;
  }

  .sm\:last\:h-4:last-child {
    height: 1rem;
  }

  .sm\:last\:h-5:last-child {
    height: 1.25rem;
  }

  .sm\:last\:h-6:last-child {
    height: 1.5rem;
  }

  .sm\:last\:h-7:last-child {
    height: 1.75rem;
  }

  .sm\:last\:h-8:last-child {
    height: 2rem;
  }

  .sm\:last\:h-9:last-child {
    height: 2.25rem;
  }

  .sm\:last\:h-10:last-child {
    height: 2.5rem;
  }

  .sm\:last\:h-11:last-child {
    height: 2.75rem;
  }

  .sm\:last\:h-12:last-child {
    height: 3rem;
  }

  .sm\:last\:h-13:last-child {
    height: 3.25rem;
  }

  .sm\:last\:h-14:last-child {
    height: 3.5rem;
  }

  .sm\:last\:h-15:last-child {
    height: 3.75rem;
  }

  .sm\:last\:h-16:last-child {
    height: 4rem;
  }

  .sm\:last\:h-17:last-child {
    height: 4.25rem;
  }

  .sm\:last\:h-18:last-child {
    height: 4.5rem;
  }

  .sm\:last\:h-19:last-child {
    height: 4.75rem;
  }

  .sm\:last\:h-20:last-child {
    height: 5rem;
  }

  .sm\:last\:h-24:last-child {
    height: 6rem;
  }

  .sm\:last\:h-32:last-child {
    height: 8rem;
  }

  .sm\:last\:h-40:last-child {
    height: 10rem;
  }

  .sm\:last\:h-48:last-child {
    height: 12rem;
  }

  .sm\:last\:h-56:last-child {
    height: 14rem;
  }

  .sm\:last\:h-64:last-child {
    height: 16rem;
  }

  .sm\:last\:h-75:last-child {
    height: 18.75rem;
  }

  .sm\:last\:h-auto:last-child {
    height: auto;
  }

  .sm\:last\:h-px:last-child {
    height: 1px;
  }

  .sm\:last\:h-full:last-child {
    height: 100%;
  }

  .sm\:last\:h-screen:last-child {
    height: 100vh;
  }

  .sm\:hover\:h-0:hover {
    height: 0;
  }

  .sm\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .sm\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .sm\:hover\:h-3:hover {
    height: 0.75rem;
  }

  .sm\:hover\:h-4:hover {
    height: 1rem;
  }

  .sm\:hover\:h-5:hover {
    height: 1.25rem;
  }

  .sm\:hover\:h-6:hover {
    height: 1.5rem;
  }

  .sm\:hover\:h-7:hover {
    height: 1.75rem;
  }

  .sm\:hover\:h-8:hover {
    height: 2rem;
  }

  .sm\:hover\:h-9:hover {
    height: 2.25rem;
  }

  .sm\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .sm\:hover\:h-11:hover {
    height: 2.75rem;
  }

  .sm\:hover\:h-12:hover {
    height: 3rem;
  }

  .sm\:hover\:h-13:hover {
    height: 3.25rem;
  }

  .sm\:hover\:h-14:hover {
    height: 3.5rem;
  }

  .sm\:hover\:h-15:hover {
    height: 3.75rem;
  }

  .sm\:hover\:h-16:hover {
    height: 4rem;
  }

  .sm\:hover\:h-17:hover {
    height: 4.25rem;
  }

  .sm\:hover\:h-18:hover {
    height: 4.5rem;
  }

  .sm\:hover\:h-19:hover {
    height: 4.75rem;
  }

  .sm\:hover\:h-20:hover {
    height: 5rem;
  }

  .sm\:hover\:h-24:hover {
    height: 6rem;
  }

  .sm\:hover\:h-32:hover {
    height: 8rem;
  }

  .sm\:hover\:h-40:hover {
    height: 10rem;
  }

  .sm\:hover\:h-48:hover {
    height: 12rem;
  }

  .sm\:hover\:h-56:hover {
    height: 14rem;
  }

  .sm\:hover\:h-64:hover {
    height: 16rem;
  }

  .sm\:hover\:h-75:hover {
    height: 18.75rem;
  }

  .sm\:hover\:h-auto:hover {
    height: auto;
  }

  .sm\:hover\:h-px:hover {
    height: 1px;
  }

  .sm\:hover\:h-full:hover {
    height: 100%;
  }

  .sm\:hover\:h-screen:hover {
    height: 100vh;
  }

  .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-9\! {
    height: 2.25rem !important;
  }

  .sm\:h-10\! {
    height: 2.5rem !important;
  }

  .sm\:h-11\! {
    height: 2.75rem !important;
  }

  .sm\:h-12\! {
    height: 3rem !important;
  }

  .sm\:h-13\! {
    height: 3.25rem !important;
  }

  .sm\:h-14\! {
    height: 3.5rem !important;
  }

  .sm\:h-15\! {
    height: 3.75rem !important;
  }

  .sm\:h-16\! {
    height: 4rem !important;
  }

  .sm\:h-17\! {
    height: 4.25rem !important;
  }

  .sm\:h-18\! {
    height: 4.5rem !important;
  }

  .sm\:h-19\! {
    height: 4.75rem !important;
  }

  .sm\:h-20\! {
    height: 5rem !important;
  }

  .sm\:h-24\! {
    height: 6rem !important;
  }

  .sm\:h-32\! {
    height: 8rem !important;
  }

  .sm\:h-40\! {
    height: 10rem !important;
  }

  .sm\:h-48\! {
    height: 12rem !important;
  }

  .sm\:h-56\! {
    height: 14rem !important;
  }

  .sm\:h-64\! {
    height: 16rem !important;
  }

  .sm\:h-75\! {
    height: 18.75rem !important;
  }

  .sm\:h-auto\! {
    height: auto !important;
  }

  .sm\:h-px\! {
    height: 1px !important;
  }

  .sm\:h-full\! {
    height: 100% !important;
  }

  .sm\:h-screen\! {
    height: 100vh !important;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:text-6xl {
    font-size: 4rem;
  }

  .sm\:text-2xs {
    font-size: 0.625rem;
  }

  .sm\:text-3xs {
    font-size: 0.5rem;
  }

  .sm\:even\:text-xs:nth-child(even) {
    font-size: 0.75rem;
  }

  .sm\:even\:text-sm:nth-child(even) {
    font-size: 0.875rem;
  }

  .sm\:even\:text-base:nth-child(even) {
    font-size: 1rem;
  }

  .sm\:even\:text-lg:nth-child(even) {
    font-size: 1.125rem;
  }

  .sm\:even\:text-xl:nth-child(even) {
    font-size: 1.25rem;
  }

  .sm\:even\:text-2xl:nth-child(even) {
    font-size: 1.5rem;
  }

  .sm\:even\:text-3xl:nth-child(even) {
    font-size: 1.875rem;
  }

  .sm\:even\:text-4xl:nth-child(even) {
    font-size: 2.25rem;
  }

  .sm\:even\:text-5xl:nth-child(even) {
    font-size: 3rem;
  }

  .sm\:even\:text-6xl:nth-child(even) {
    font-size: 4rem;
  }

  .sm\:even\:text-2xs:nth-child(even) {
    font-size: 0.625rem;
  }

  .sm\:even\:text-3xs:nth-child(even) {
    font-size: 0.5rem;
  }

  .sm\:odd\:text-xs:nth-child(odd) {
    font-size: 0.75rem;
  }

  .sm\:odd\:text-sm:nth-child(odd) {
    font-size: 0.875rem;
  }

  .sm\:odd\:text-base:nth-child(odd) {
    font-size: 1rem;
  }

  .sm\:odd\:text-lg:nth-child(odd) {
    font-size: 1.125rem;
  }

  .sm\:odd\:text-xl:nth-child(odd) {
    font-size: 1.25rem;
  }

  .sm\:odd\:text-2xl:nth-child(odd) {
    font-size: 1.5rem;
  }

  .sm\:odd\:text-3xl:nth-child(odd) {
    font-size: 1.875rem;
  }

  .sm\:odd\:text-4xl:nth-child(odd) {
    font-size: 2.25rem;
  }

  .sm\:odd\:text-5xl:nth-child(odd) {
    font-size: 3rem;
  }

  .sm\:odd\:text-6xl:nth-child(odd) {
    font-size: 4rem;
  }

  .sm\:odd\:text-2xs:nth-child(odd) {
    font-size: 0.625rem;
  }

  .sm\:odd\:text-3xs:nth-child(odd) {
    font-size: 0.5rem;
  }

  .sm\:children\:text-xs > * {
    font-size: 0.75rem;
  }

  .sm\:children\:text-sm > * {
    font-size: 0.875rem;
  }

  .sm\:children\:text-base > * {
    font-size: 1rem;
  }

  .sm\:children\:text-lg > * {
    font-size: 1.125rem;
  }

  .sm\:children\:text-xl > * {
    font-size: 1.25rem;
  }

  .sm\:children\:text-2xl > * {
    font-size: 1.5rem;
  }

  .sm\:children\:text-3xl > * {
    font-size: 1.875rem;
  }

  .sm\:children\:text-4xl > * {
    font-size: 2.25rem;
  }

  .sm\:children\:text-5xl > * {
    font-size: 3rem;
  }

  .sm\:children\:text-6xl > * {
    font-size: 4rem;
  }

  .sm\:children\:text-2xs > * {
    font-size: 0.625rem;
  }

  .sm\:children\:text-3xs > * {
    font-size: 0.5rem;
  }

  .sm\:first\:text-xs:first-child {
    font-size: 0.75rem;
  }

  .sm\:first\:text-sm:first-child {
    font-size: 0.875rem;
  }

  .sm\:first\:text-base:first-child {
    font-size: 1rem;
  }

  .sm\:first\:text-lg:first-child {
    font-size: 1.125rem;
  }

  .sm\:first\:text-xl:first-child {
    font-size: 1.25rem;
  }

  .sm\:first\:text-2xl:first-child {
    font-size: 1.5rem;
  }

  .sm\:first\:text-3xl:first-child {
    font-size: 1.875rem;
  }

  .sm\:first\:text-4xl:first-child {
    font-size: 2.25rem;
  }

  .sm\:first\:text-5xl:first-child {
    font-size: 3rem;
  }

  .sm\:first\:text-6xl:first-child {
    font-size: 4rem;
  }

  .sm\:first\:text-2xs:first-child {
    font-size: 0.625rem;
  }

  .sm\:first\:text-3xs:first-child {
    font-size: 0.5rem;
  }

  .sm\:last\:text-xs:last-child {
    font-size: 0.75rem;
  }

  .sm\:last\:text-sm:last-child {
    font-size: 0.875rem;
  }

  .sm\:last\:text-base:last-child {
    font-size: 1rem;
  }

  .sm\:last\:text-lg:last-child {
    font-size: 1.125rem;
  }

  .sm\:last\:text-xl:last-child {
    font-size: 1.25rem;
  }

  .sm\:last\:text-2xl:last-child {
    font-size: 1.5rem;
  }

  .sm\:last\:text-3xl:last-child {
    font-size: 1.875rem;
  }

  .sm\:last\:text-4xl:last-child {
    font-size: 2.25rem;
  }

  .sm\:last\:text-5xl:last-child {
    font-size: 3rem;
  }

  .sm\:last\:text-6xl:last-child {
    font-size: 4rem;
  }

  .sm\:last\:text-2xs:last-child {
    font-size: 0.625rem;
  }

  .sm\:last\:text-3xs:last-child {
    font-size: 0.5rem;
  }

  .sm\:hover\:text-xs:hover {
    font-size: 0.75rem;
  }

  .sm\:hover\:text-sm:hover {
    font-size: 0.875rem;
  }

  .sm\:hover\:text-base:hover {
    font-size: 1rem;
  }

  .sm\:hover\:text-lg:hover {
    font-size: 1.125rem;
  }

  .sm\:hover\:text-xl:hover {
    font-size: 1.25rem;
  }

  .sm\:hover\:text-2xl:hover {
    font-size: 1.5rem;
  }

  .sm\:hover\:text-3xl:hover {
    font-size: 1.875rem;
  }

  .sm\:hover\:text-4xl:hover {
    font-size: 2.25rem;
  }

  .sm\:hover\:text-5xl:hover {
    font-size: 3rem;
  }

  .sm\:hover\:text-6xl:hover {
    font-size: 4rem;
  }

  .sm\:hover\:text-2xs:hover {
    font-size: 0.625rem;
  }

  .sm\:hover\:text-3xs:hover {
    font-size: 0.5rem;
  }

  .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.5rem !important;
  }

  .sm\:text-3xl\! {
    font-size: 1.875rem !important;
  }

  .sm\:text-4xl\! {
    font-size: 2.25rem !important;
  }

  .sm\:text-5xl\! {
    font-size: 3rem !important;
  }

  .sm\:text-6xl\! {
    font-size: 4rem !important;
  }

  .sm\:text-2xs\! {
    font-size: 0.625rem !important;
  }

  .sm\:text-3xs\! {
    font-size: 0.5rem !important;
  }

  .sm\:leading-3 {
    line-height: .75rem;
  }

  .sm\:leading-4 {
    line-height: 1rem;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }

  .sm\:leading-7 {
    line-height: 1.75rem;
  }

  .sm\:leading-8 {
    line-height: 2rem;
  }

  .sm\:leading-9 {
    line-height: 2.25rem;
  }

  .sm\:leading-10 {
    line-height: 2.5rem;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-snug {
    line-height: 1.375;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-relaxed {
    line-height: 1.625;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\:even\:leading-3:nth-child(even) {
    line-height: .75rem;
  }

  .sm\:even\:leading-4:nth-child(even) {
    line-height: 1rem;
  }

  .sm\:even\:leading-5:nth-child(even) {
    line-height: 1.25rem;
  }

  .sm\:even\:leading-6:nth-child(even) {
    line-height: 1.5rem;
  }

  .sm\:even\:leading-7:nth-child(even) {
    line-height: 1.75rem;
  }

  .sm\:even\:leading-8:nth-child(even) {
    line-height: 2rem;
  }

  .sm\:even\:leading-9:nth-child(even) {
    line-height: 2.25rem;
  }

  .sm\:even\:leading-10:nth-child(even) {
    line-height: 2.5rem;
  }

  .sm\:even\:leading-none:nth-child(even) {
    line-height: 1;
  }

  .sm\:even\:leading-tight:nth-child(even) {
    line-height: 1.25;
  }

  .sm\:even\:leading-snug:nth-child(even) {
    line-height: 1.375;
  }

  .sm\:even\:leading-normal:nth-child(even) {
    line-height: 1.5;
  }

  .sm\:even\:leading-relaxed:nth-child(even) {
    line-height: 1.625;
  }

  .sm\:even\:leading-loose:nth-child(even) {
    line-height: 2;
  }

  .sm\:odd\:leading-3:nth-child(odd) {
    line-height: .75rem;
  }

  .sm\:odd\:leading-4:nth-child(odd) {
    line-height: 1rem;
  }

  .sm\:odd\:leading-5:nth-child(odd) {
    line-height: 1.25rem;
  }

  .sm\:odd\:leading-6:nth-child(odd) {
    line-height: 1.5rem;
  }

  .sm\:odd\:leading-7:nth-child(odd) {
    line-height: 1.75rem;
  }

  .sm\:odd\:leading-8:nth-child(odd) {
    line-height: 2rem;
  }

  .sm\:odd\:leading-9:nth-child(odd) {
    line-height: 2.25rem;
  }

  .sm\:odd\:leading-10:nth-child(odd) {
    line-height: 2.5rem;
  }

  .sm\:odd\:leading-none:nth-child(odd) {
    line-height: 1;
  }

  .sm\:odd\:leading-tight:nth-child(odd) {
    line-height: 1.25;
  }

  .sm\:odd\:leading-snug:nth-child(odd) {
    line-height: 1.375;
  }

  .sm\:odd\:leading-normal:nth-child(odd) {
    line-height: 1.5;
  }

  .sm\:odd\:leading-relaxed:nth-child(odd) {
    line-height: 1.625;
  }

  .sm\:odd\:leading-loose:nth-child(odd) {
    line-height: 2;
  }

  .sm\:children\:leading-3 > * {
    line-height: .75rem;
  }

  .sm\:children\:leading-4 > * {
    line-height: 1rem;
  }

  .sm\:children\:leading-5 > * {
    line-height: 1.25rem;
  }

  .sm\:children\:leading-6 > * {
    line-height: 1.5rem;
  }

  .sm\:children\:leading-7 > * {
    line-height: 1.75rem;
  }

  .sm\:children\:leading-8 > * {
    line-height: 2rem;
  }

  .sm\:children\:leading-9 > * {
    line-height: 2.25rem;
  }

  .sm\:children\:leading-10 > * {
    line-height: 2.5rem;
  }

  .sm\:children\:leading-none > * {
    line-height: 1;
  }

  .sm\:children\:leading-tight > * {
    line-height: 1.25;
  }

  .sm\:children\:leading-snug > * {
    line-height: 1.375;
  }

  .sm\:children\:leading-normal > * {
    line-height: 1.5;
  }

  .sm\:children\:leading-relaxed > * {
    line-height: 1.625;
  }

  .sm\:children\:leading-loose > * {
    line-height: 2;
  }

  .sm\:first\:leading-3:first-child {
    line-height: .75rem;
  }

  .sm\:first\:leading-4:first-child {
    line-height: 1rem;
  }

  .sm\:first\:leading-5:first-child {
    line-height: 1.25rem;
  }

  .sm\:first\:leading-6:first-child {
    line-height: 1.5rem;
  }

  .sm\:first\:leading-7:first-child {
    line-height: 1.75rem;
  }

  .sm\:first\:leading-8:first-child {
    line-height: 2rem;
  }

  .sm\:first\:leading-9:first-child {
    line-height: 2.25rem;
  }

  .sm\:first\:leading-10:first-child {
    line-height: 2.5rem;
  }

  .sm\:first\:leading-none:first-child {
    line-height: 1;
  }

  .sm\:first\:leading-tight:first-child {
    line-height: 1.25;
  }

  .sm\:first\:leading-snug:first-child {
    line-height: 1.375;
  }

  .sm\:first\:leading-normal:first-child {
    line-height: 1.5;
  }

  .sm\:first\:leading-relaxed:first-child {
    line-height: 1.625;
  }

  .sm\:first\:leading-loose:first-child {
    line-height: 2;
  }

  .sm\:last\:leading-3:last-child {
    line-height: .75rem;
  }

  .sm\:last\:leading-4:last-child {
    line-height: 1rem;
  }

  .sm\:last\:leading-5:last-child {
    line-height: 1.25rem;
  }

  .sm\:last\:leading-6:last-child {
    line-height: 1.5rem;
  }

  .sm\:last\:leading-7:last-child {
    line-height: 1.75rem;
  }

  .sm\:last\:leading-8:last-child {
    line-height: 2rem;
  }

  .sm\:last\:leading-9:last-child {
    line-height: 2.25rem;
  }

  .sm\:last\:leading-10:last-child {
    line-height: 2.5rem;
  }

  .sm\:last\:leading-none:last-child {
    line-height: 1;
  }

  .sm\:last\:leading-tight:last-child {
    line-height: 1.25;
  }

  .sm\:last\:leading-snug:last-child {
    line-height: 1.375;
  }

  .sm\:last\:leading-normal:last-child {
    line-height: 1.5;
  }

  .sm\:last\:leading-relaxed:last-child {
    line-height: 1.625;
  }

  .sm\:last\:leading-loose:last-child {
    line-height: 2;
  }

  .sm\:hover\:leading-3:hover {
    line-height: .75rem;
  }

  .sm\:hover\:leading-4:hover {
    line-height: 1rem;
  }

  .sm\:hover\:leading-5:hover {
    line-height: 1.25rem;
  }

  .sm\:hover\:leading-6:hover {
    line-height: 1.5rem;
  }

  .sm\:hover\:leading-7:hover {
    line-height: 1.75rem;
  }

  .sm\:hover\:leading-8:hover {
    line-height: 2rem;
  }

  .sm\:hover\:leading-9:hover {
    line-height: 2.25rem;
  }

  .sm\:hover\:leading-10:hover {
    line-height: 2.5rem;
  }

  .sm\:hover\:leading-none:hover {
    line-height: 1;
  }

  .sm\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .sm\:hover\:leading-snug:hover {
    line-height: 1.375;
  }

  .sm\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .sm\:hover\:leading-relaxed:hover {
    line-height: 1.625;
  }

  .sm\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .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;
  }

  .sm\:list-outside {
    list-style-position: outside;
  }

  .sm\:even\:list-inside:nth-child(even) {
    list-style-position: inside;
  }

  .sm\:even\:list-outside:nth-child(even) {
    list-style-position: outside;
  }

  .sm\:odd\:list-inside:nth-child(odd) {
    list-style-position: inside;
  }

  .sm\:odd\:list-outside:nth-child(odd) {
    list-style-position: outside;
  }

  .sm\:children\:list-inside > * {
    list-style-position: inside;
  }

  .sm\:children\:list-outside > * {
    list-style-position: outside;
  }

  .sm\:first\:list-inside:first-child {
    list-style-position: inside;
  }

  .sm\:first\:list-outside:first-child {
    list-style-position: outside;
  }

  .sm\:last\:list-inside:last-child {
    list-style-position: inside;
  }

  .sm\:last\:list-outside:last-child {
    list-style-position: outside;
  }

  .sm\:hover\:list-inside:hover {
    list-style-position: inside;
  }

  .sm\:hover\:list-outside:hover {
    list-style-position: outside;
  }

  .sm\:list-inside\! {
    list-style-position: inside !important;
  }

  .sm\:list-outside\! {
    list-style-position: outside !important;
  }

  .sm\:list-none {
    list-style-type: none;
  }

  .sm\:list-disc {
    list-style-type: disc;
  }

  .sm\:list-decimal {
    list-style-type: decimal;
  }

  .sm\:even\:list-none:nth-child(even) {
    list-style-type: none;
  }

  .sm\:even\:list-disc:nth-child(even) {
    list-style-type: disc;
  }

  .sm\:even\:list-decimal:nth-child(even) {
    list-style-type: decimal;
  }

  .sm\:odd\:list-none:nth-child(odd) {
    list-style-type: none;
  }

  .sm\:odd\:list-disc:nth-child(odd) {
    list-style-type: disc;
  }

  .sm\:odd\:list-decimal:nth-child(odd) {
    list-style-type: decimal;
  }

  .sm\:children\:list-none > * {
    list-style-type: none;
  }

  .sm\:children\:list-disc > * {
    list-style-type: disc;
  }

  .sm\:children\:list-decimal > * {
    list-style-type: decimal;
  }

  .sm\:first\:list-none:first-child {
    list-style-type: none;
  }

  .sm\:first\:list-disc:first-child {
    list-style-type: disc;
  }

  .sm\:first\:list-decimal:first-child {
    list-style-type: decimal;
  }

  .sm\:last\:list-none:last-child {
    list-style-type: none;
  }

  .sm\:last\:list-disc:last-child {
    list-style-type: disc;
  }

  .sm\:last\:list-decimal:last-child {
    list-style-type: decimal;
  }

  .sm\:hover\:list-none:hover {
    list-style-type: none;
  }

  .sm\:hover\:list-disc:hover {
    list-style-type: disc;
  }

  .sm\:hover\:list-decimal:hover {
    list-style-type: decimal;
  }

  .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;
  }

  .sm\:m-1 {
    margin: 0.25rem;
  }

  .sm\:m-2 {
    margin: 0.5rem;
  }

  .sm\:m-3 {
    margin: 0.75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-7 {
    margin: 1.75rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-9 {
    margin: 2.25rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-11 {
    margin: 2.75rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:m-13 {
    margin: 3.25rem;
  }

  .sm\:m-14 {
    margin: 3.5rem;
  }

  .sm\:m-15 {
    margin: 3.75rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:m-17 {
    margin: 4.25rem;
  }

  .sm\:m-18 {
    margin: 4.5rem;
  }

  .sm\:m-19 {
    margin: 4.75rem;
  }

  .sm\:m-20 {
    margin: 5rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-32 {
    margin: 8rem;
  }

  .sm\:m-40 {
    margin: 10rem;
  }

  .sm\:m-48 {
    margin: 12rem;
  }

  .sm\:m-56 {
    margin: 14rem;
  }

  .sm\:m-64 {
    margin: 16rem;
  }

  .sm\:m-75 {
    margin: 18.75rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-m-5 {
    margin: -1.25rem;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-7 {
    margin: -1.75rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-9 {
    margin: -2.25rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:-m-11 {
    margin: -2.75rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:-m-13 {
    margin: -3.25rem;
  }

  .sm\:-m-14 {
    margin: -3.5rem;
  }

  .sm\:-m-15 {
    margin: -3.75rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-17 {
    margin: -4.25rem;
  }

  .sm\:-m-18 {
    margin: -4.5rem;
  }

  .sm\:-m-19 {
    margin: -4.75rem;
  }

  .sm\:-m-20 {
    margin: -5rem;
  }

  .sm\:-m-24 {
    margin: -6rem;
  }

  .sm\:-m-32 {
    margin: -8rem;
  }

  .sm\:-m-40 {
    margin: -10rem;
  }

  .sm\:-m-48 {
    margin: -12rem;
  }

  .sm\:-m-56 {
    margin: -14rem;
  }

  .sm\:-m-64 {
    margin: -16rem;
  }

  .sm\:-m-75 {
    margin: -18.75rem;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .sm\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .sm\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-17 {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .sm\:mx-17 {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .sm\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .sm\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .sm\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-75 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .sm\:mx-75 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .sm\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .sm\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-17 {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .sm\:-mx-17 {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .sm\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sm\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .sm\:-my-19 {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .sm\:-mx-19 {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-my-75 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .sm\:-mx-75 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-7 {
    margin-top: 1.75rem;
  }

  .sm\:mr-7 {
    margin-right: 1.75rem;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:ml-7 {
    margin-left: 1.75rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mt-9 {
    margin-top: 2.25rem;
  }

  .sm\:mr-9 {
    margin-right: 2.25rem;
  }

  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:ml-9 {
    margin-left: 2.25rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:mt-11 {
    margin-top: 2.75rem;
  }

  .sm\:mr-11 {
    margin-right: 2.75rem;
  }

  .sm\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .sm\:ml-11 {
    margin-left: 2.75rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:mt-13 {
    margin-top: 3.25rem;
  }

  .sm\:mr-13 {
    margin-right: 3.25rem;
  }

  .sm\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .sm\:ml-13 {
    margin-left: 3.25rem;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:mr-14 {
    margin-right: 3.5rem;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:ml-14 {
    margin-left: 3.5rem;
  }

  .sm\:mt-15 {
    margin-top: 3.75rem;
  }

  .sm\:mr-15 {
    margin-right: 3.75rem;
  }

  .sm\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .sm\:ml-15 {
    margin-left: 3.75rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:mt-17 {
    margin-top: 4.25rem;
  }

  .sm\:mr-17 {
    margin-right: 4.25rem;
  }

  .sm\:mb-17 {
    margin-bottom: 4.25rem;
  }

  .sm\:ml-17 {
    margin-left: 4.25rem;
  }

  .sm\:mt-18 {
    margin-top: 4.5rem;
  }

  .sm\:mr-18 {
    margin-right: 4.5rem;
  }

  .sm\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .sm\:ml-18 {
    margin-left: 4.5rem;
  }

  .sm\:mt-19 {
    margin-top: 4.75rem;
  }

  .sm\:mr-19 {
    margin-right: 4.75rem;
  }

  .sm\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .sm\:ml-19 {
    margin-left: 4.75rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:mt-40 {
    margin-top: 10rem;
  }

  .sm\:mr-40 {
    margin-right: 10rem;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:ml-40 {
    margin-left: 10rem;
  }

  .sm\:mt-48 {
    margin-top: 12rem;
  }

  .sm\:mr-48 {
    margin-right: 12rem;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem;
  }

  .sm\:ml-48 {
    margin-left: 12rem;
  }

  .sm\:mt-56 {
    margin-top: 14rem;
  }

  .sm\:mr-56 {
    margin-right: 14rem;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem;
  }

  .sm\:ml-56 {
    margin-left: 14rem;
  }

  .sm\:mt-64 {
    margin-top: 16rem;
  }

  .sm\:mr-64 {
    margin-right: 16rem;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:ml-64 {
    margin-left: 16rem;
  }

  .sm\:mt-75 {
    margin-top: 18.75rem;
  }

  .sm\:mr-75 {
    margin-right: 18.75rem;
  }

  .sm\:mb-75 {
    margin-bottom: 18.75rem;
  }

  .sm\:ml-75 {
    margin-left: 18.75rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-7 {
    margin-top: -1.75rem;
  }

  .sm\:-mr-7 {
    margin-right: -1.75rem;
  }

  .sm\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .sm\:-ml-7 {
    margin-left: -1.75rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-mt-9 {
    margin-top: -2.25rem;
  }

  .sm\:-mr-9 {
    margin-right: -2.25rem;
  }

  .sm\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .sm\:-ml-9 {
    margin-left: -2.25rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-mt-11 {
    margin-top: -2.75rem;
  }

  .sm\:-mr-11 {
    margin-right: -2.75rem;
  }

  .sm\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .sm\:-ml-11 {
    margin-left: -2.75rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-mt-13 {
    margin-top: -3.25rem;
  }

  .sm\:-mr-13 {
    margin-right: -3.25rem;
  }

  .sm\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .sm\:-ml-13 {
    margin-left: -3.25rem;
  }

  .sm\:-mt-14 {
    margin-top: -3.5rem;
  }

  .sm\:-mr-14 {
    margin-right: -3.5rem;
  }

  .sm\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .sm\:-ml-14 {
    margin-left: -3.5rem;
  }

  .sm\:-mt-15 {
    margin-top: -3.75rem;
  }

  .sm\:-mr-15 {
    margin-right: -3.75rem;
  }

  .sm\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .sm\:-ml-15 {
    margin-left: -3.75rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-mt-17 {
    margin-top: -4.25rem;
  }

  .sm\:-mr-17 {
    margin-right: -4.25rem;
  }

  .sm\:-mb-17 {
    margin-bottom: -4.25rem;
  }

  .sm\:-ml-17 {
    margin-left: -4.25rem;
  }

  .sm\:-mt-18 {
    margin-top: -4.5rem;
  }

  .sm\:-mr-18 {
    margin-right: -4.5rem;
  }

  .sm\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .sm\:-ml-18 {
    margin-left: -4.5rem;
  }

  .sm\:-mt-19 {
    margin-top: -4.75rem;
  }

  .sm\:-mr-19 {
    margin-right: -4.75rem;
  }

  .sm\:-mb-19 {
    margin-bottom: -4.75rem;
  }

  .sm\:-ml-19 {
    margin-left: -4.75rem;
  }

  .sm\:-mt-20 {
    margin-top: -5rem;
  }

  .sm\:-mr-20 {
    margin-right: -5rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }

  .sm\:-ml-20 {
    margin-left: -5rem;
  }

  .sm\:-mt-24 {
    margin-top: -6rem;
  }

  .sm\:-mr-24 {
    margin-right: -6rem;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }

  .sm\:-ml-24 {
    margin-left: -6rem;
  }

  .sm\:-mt-32 {
    margin-top: -8rem;
  }

  .sm\:-mr-32 {
    margin-right: -8rem;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:-ml-32 {
    margin-left: -8rem;
  }

  .sm\:-mt-40 {
    margin-top: -10rem;
  }

  .sm\:-mr-40 {
    margin-right: -10rem;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem;
  }

  .sm\:-ml-40 {
    margin-left: -10rem;
  }

  .sm\:-mt-48 {
    margin-top: -12rem;
  }

  .sm\:-mr-48 {
    margin-right: -12rem;
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem;
  }

  .sm\:-ml-48 {
    margin-left: -12rem;
  }

  .sm\:-mt-56 {
    margin-top: -14rem;
  }

  .sm\:-mr-56 {
    margin-right: -14rem;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem;
  }

  .sm\:-ml-56 {
    margin-left: -14rem;
  }

  .sm\:-mt-64 {
    margin-top: -16rem;
  }

  .sm\:-mr-64 {
    margin-right: -16rem;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem;
  }

  .sm\:-ml-64 {
    margin-left: -16rem;
  }

  .sm\:-mt-75 {
    margin-top: -18.75rem;
  }

  .sm\:-mr-75 {
    margin-right: -18.75rem;
  }

  .sm\:-mb-75 {
    margin-bottom: -18.75rem;
  }

  .sm\:-ml-75 {
    margin-left: -18.75rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:even\:m-0:nth-child(even) {
    margin: 0;
  }

  .sm\:even\:m-1:nth-child(even) {
    margin: 0.25rem;
  }

  .sm\:even\:m-2:nth-child(even) {
    margin: 0.5rem;
  }

  .sm\:even\:m-3:nth-child(even) {
    margin: 0.75rem;
  }

  .sm\:even\:m-4:nth-child(even) {
    margin: 1rem;
  }

  .sm\:even\:m-5:nth-child(even) {
    margin: 1.25rem;
  }

  .sm\:even\:m-6:nth-child(even) {
    margin: 1.5rem;
  }

  .sm\:even\:m-7:nth-child(even) {
    margin: 1.75rem;
  }

  .sm\:even\:m-8:nth-child(even) {
    margin: 2rem;
  }

  .sm\:even\:m-9:nth-child(even) {
    margin: 2.25rem;
  }

  .sm\:even\:m-10:nth-child(even) {
    margin: 2.5rem;
  }

  .sm\:even\:m-11:nth-child(even) {
    margin: 2.75rem;
  }

  .sm\:even\:m-12:nth-child(even) {
    margin: 3rem;
  }

  .sm\:even\:m-13:nth-child(even) {
    margin: 3.25rem;
  }

  .sm\:even\:m-14:nth-child(even) {
    margin: 3.5rem;
  }

  .sm\:even\:m-15:nth-child(even) {
    margin: 3.75rem;
  }

  .sm\:even\:m-16:nth-child(even) {
    margin: 4rem;
  }

  .sm\:even\:m-17:nth-child(even) {
    margin: 4.25rem;
  }

  .sm\:even\:m-18:nth-child(even) {
    margin: 4.5rem;
  }

  .sm\:even\:m-19:nth-child(even) {
    margin: 4.75rem;
  }

  .sm\:even\:m-20:nth-child(even) {
    margin: 5rem;
  }

  .sm\:even\:m-24:nth-child(even) {
    margin: 6rem;
  }

  .sm\:even\:m-32:nth-child(even) {
    margin: 8rem;
  }

  .sm\:even\:m-40:nth-child(even) {
    margin: 10rem;
  }

  .sm\:even\:m-48:nth-child(even) {
    margin: 12rem;
  }

  .sm\:even\:m-56:nth-child(even) {
    margin: 14rem;
  }

  .sm\:even\:m-64:nth-child(even) {
    margin: 16rem;
  }

  .sm\:even\:m-75:nth-child(even) {
    margin: 18.75rem;
  }

  .sm\:even\:m-auto:nth-child(even) {
    margin: auto;
  }

  .sm\:even\:m-px:nth-child(even) {
    margin: 1px;
  }

  .sm\:even\:-m-1:nth-child(even) {
    margin: -0.25rem;
  }

  .sm\:even\:-m-2:nth-child(even) {
    margin: -0.5rem;
  }

  .sm\:even\:-m-3:nth-child(even) {
    margin: -0.75rem;
  }

  .sm\:even\:-m-4:nth-child(even) {
    margin: -1rem;
  }

  .sm\:even\:-m-5:nth-child(even) {
    margin: -1.25rem;
  }

  .sm\:even\:-m-6:nth-child(even) {
    margin: -1.5rem;
  }

  .sm\:even\:-m-7:nth-child(even) {
    margin: -1.75rem;
  }

  .sm\:even\:-m-8:nth-child(even) {
    margin: -2rem;
  }

  .sm\:even\:-m-9:nth-child(even) {
    margin: -2.25rem;
  }

  .sm\:even\:-m-10:nth-child(even) {
    margin: -2.5rem;
  }

  .sm\:even\:-m-11:nth-child(even) {
    margin: -2.75rem;
  }

  .sm\:even\:-m-12:nth-child(even) {
    margin: -3rem;
  }

  .sm\:even\:-m-13:nth-child(even) {
    margin: -3.25rem;
  }

  .sm\:even\:-m-14:nth-child(even) {
    margin: -3.5rem;
  }

  .sm\:even\:-m-15:nth-child(even) {
    margin: -3.75rem;
  }

  .sm\:even\:-m-16:nth-child(even) {
    margin: -4rem;
  }

  .sm\:even\:-m-17:nth-child(even) {
    margin: -4.25rem;
  }

  .sm\:even\:-m-18:nth-child(even) {
    margin: -4.5rem;
  }

  .sm\:even\:-m-19:nth-child(even) {
    margin: -4.75rem;
  }

  .sm\:even\:-m-20:nth-child(even) {
    margin: -5rem;
  }

  .sm\:even\:-m-24:nth-child(even) {
    margin: -6rem;
  }

  .sm\:even\:-m-32:nth-child(even) {
    margin: -8rem;
  }

  .sm\:even\:-m-40:nth-child(even) {
    margin: -10rem;
  }

  .sm\:even\:-m-48:nth-child(even) {
    margin: -12rem;
  }

  .sm\:even\:-m-56:nth-child(even) {
    margin: -14rem;
  }

  .sm\:even\:-m-64:nth-child(even) {
    margin: -16rem;
  }

  .sm\:even\:-m-75:nth-child(even) {
    margin: -18.75rem;
  }

  .sm\:even\:-m-px:nth-child(even) {
    margin: -1px;
  }

  .sm\:even\:my-0:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:even\:mx-0:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:even\:my-1:nth-child(even) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:even\:mx-1:nth-child(even) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:even\:my-2:nth-child(even) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:even\:mx-2:nth-child(even) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:even\:my-3:nth-child(even) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:even\:mx-3:nth-child(even) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:even\:my-4:nth-child(even) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:even\:mx-4:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:even\:my-5:nth-child(even) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:even\:mx-5:nth-child(even) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:even\:my-6:nth-child(even) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:even\:mx-6:nth-child(even) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:even\:my-7:nth-child(even) {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:even\:mx-7:nth-child(even) {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:even\:my-8:nth-child(even) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:even\:mx-8:nth-child(even) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:even\:my-9:nth-child(even) {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:even\:mx-9:nth-child(even) {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:even\:my-10:nth-child(even) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:even\:mx-10:nth-child(even) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:even\:my-11:nth-child(even) {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:even\:mx-11:nth-child(even) {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:even\:my-12:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:even\:mx-12:nth-child(even) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:even\:my-13:nth-child(even) {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .sm\:even\:mx-13:nth-child(even) {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .sm\:even\:my-14:nth-child(even) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:even\:mx-14:nth-child(even) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:even\:my-15:nth-child(even) {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:even\:mx-15:nth-child(even) {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .sm\:even\:my-16:nth-child(even) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:even\:mx-16:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:even\:my-17:nth-child(even) {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .sm\:even\:mx-17:nth-child(even) {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .sm\:even\:my-18:nth-child(even) {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm\:even\:mx-18:nth-child(even) {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .sm\:even\:my-19:nth-child(even) {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .sm\:even\:mx-19:nth-child(even) {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .sm\:even\:my-20:nth-child(even) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:even\:mx-20:nth-child(even) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:even\:my-24:nth-child(even) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:even\:mx-24:nth-child(even) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:even\:my-32:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:even\:mx-32:nth-child(even) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:even\:my-40:nth-child(even) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:even\:mx-40:nth-child(even) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:even\:my-48:nth-child(even) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:even\:mx-48:nth-child(even) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:even\:my-56:nth-child(even) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:even\:mx-56:nth-child(even) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:even\:my-64:nth-child(even) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:even\:mx-64:nth-child(even) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:even\:my-75:nth-child(even) {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .sm\:even\:mx-75:nth-child(even) {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .sm\:even\:my-auto:nth-child(even) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:even\:mx-auto:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:even\:my-px:nth-child(even) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:even\:mx-px:nth-child(even) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:even\:-my-1:nth-child(even) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:even\:-mx-1:nth-child(even) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:even\:-my-2:nth-child(even) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:even\:-mx-2:nth-child(even) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:even\:-my-3:nth-child(even) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:even\:-mx-3:nth-child(even) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:even\:-my-4:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:even\:-mx-4:nth-child(even) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:even\:-my-5:nth-child(even) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:even\:-mx-5:nth-child(even) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:even\:-my-6:nth-child(even) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:even\:-mx-6:nth-child(even) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:even\:-my-7:nth-child(even) {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:even\:-mx-7:nth-child(even) {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:even\:-my-8:nth-child(even) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:even\:-mx-8:nth-child(even) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:even\:-my-9:nth-child(even) {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:even\:-mx-9:nth-child(even) {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:even\:-my-10:nth-child(even) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:even\:-mx-10:nth-child(even) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:even\:-my-11:nth-child(even) {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:even\:-mx-11:nth-child(even) {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:even\:-my-12:nth-child(even) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:even\:-mx-12:nth-child(even) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:even\:-my-13:nth-child(even) {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .sm\:even\:-mx-13:nth-child(even) {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .sm\:even\:-my-14:nth-child(even) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:even\:-mx-14:nth-child(even) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:even\:-my-15:nth-child(even) {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:even\:-mx-15:nth-child(even) {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .sm\:even\:-my-16:nth-child(even) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:even\:-mx-16:nth-child(even) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:even\:-my-17:nth-child(even) {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .sm\:even\:-mx-17:nth-child(even) {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .sm\:even\:-my-18:nth-child(even) {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sm\:even\:-mx-18:nth-child(even) {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .sm\:even\:-my-19:nth-child(even) {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .sm\:even\:-mx-19:nth-child(even) {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .sm\:even\:-my-20:nth-child(even) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:even\:-mx-20:nth-child(even) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:even\:-my-24:nth-child(even) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:even\:-mx-24:nth-child(even) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:even\:-my-32:nth-child(even) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:even\:-mx-32:nth-child(even) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:even\:-my-40:nth-child(even) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:even\:-mx-40:nth-child(even) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:even\:-my-48:nth-child(even) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:even\:-mx-48:nth-child(even) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:even\:-my-56:nth-child(even) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:even\:-mx-56:nth-child(even) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:even\:-my-64:nth-child(even) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:even\:-mx-64:nth-child(even) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:even\:-my-75:nth-child(even) {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .sm\:even\:-mx-75:nth-child(even) {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .sm\:even\:-my-px:nth-child(even) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:even\:-mx-px:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:even\:mt-0:nth-child(even) {
    margin-top: 0;
  }

  .sm\:even\:mr-0:nth-child(even) {
    margin-right: 0;
  }

  .sm\:even\:mb-0:nth-child(even) {
    margin-bottom: 0;
  }

  .sm\:even\:ml-0:nth-child(even) {
    margin-left: 0;
  }

  .sm\:even\:mt-1:nth-child(even) {
    margin-top: 0.25rem;
  }

  .sm\:even\:mr-1:nth-child(even) {
    margin-right: 0.25rem;
  }

  .sm\:even\:mb-1:nth-child(even) {
    margin-bottom: 0.25rem;
  }

  .sm\:even\:ml-1:nth-child(even) {
    margin-left: 0.25rem;
  }

  .sm\:even\:mt-2:nth-child(even) {
    margin-top: 0.5rem;
  }

  .sm\:even\:mr-2:nth-child(even) {
    margin-right: 0.5rem;
  }

  .sm\:even\:mb-2:nth-child(even) {
    margin-bottom: 0.5rem;
  }

  .sm\:even\:ml-2:nth-child(even) {
    margin-left: 0.5rem;
  }

  .sm\:even\:mt-3:nth-child(even) {
    margin-top: 0.75rem;
  }

  .sm\:even\:mr-3:nth-child(even) {
    margin-right: 0.75rem;
  }

  .sm\:even\:mb-3:nth-child(even) {
    margin-bottom: 0.75rem;
  }

  .sm\:even\:ml-3:nth-child(even) {
    margin-left: 0.75rem;
  }

  .sm\:even\:mt-4:nth-child(even) {
    margin-top: 1rem;
  }

  .sm\:even\:mr-4:nth-child(even) {
    margin-right: 1rem;
  }

  .sm\:even\:mb-4:nth-child(even) {
    margin-bottom: 1rem;
  }

  .sm\:even\:ml-4:nth-child(even) {
    margin-left: 1rem;
  }

  .sm\:even\:mt-5:nth-child(even) {
    margin-top: 1.25rem;
  }

  .sm\:even\:mr-5:nth-child(even) {
    margin-right: 1.25rem;
  }

  .sm\:even\:mb-5:nth-child(even) {
    margin-bottom: 1.25rem;
  }

  .sm\:even\:ml-5:nth-child(even) {
    margin-left: 1.25rem;
  }

  .sm\:even\:mt-6:nth-child(even) {
    margin-top: 1.5rem;
  }

  .sm\:even\:mr-6:nth-child(even) {
    margin-right: 1.5rem;
  }

  .sm\:even\:mb-6:nth-child(even) {
    margin-bottom: 1.5rem;
  }

  .sm\:even\:ml-6:nth-child(even) {
    margin-left: 1.5rem;
  }

  .sm\:even\:mt-7:nth-child(even) {
    margin-top: 1.75rem;
  }

  .sm\:even\:mr-7:nth-child(even) {
    margin-right: 1.75rem;
  }

  .sm\:even\:mb-7:nth-child(even) {
    margin-bottom: 1.75rem;
  }

  .sm\:even\:ml-7:nth-child(even) {
    margin-left: 1.75rem;
  }

  .sm\:even\:mt-8:nth-child(even) {
    margin-top: 2rem;
  }

  .sm\:even\:mr-8:nth-child(even) {
    margin-right: 2rem;
  }

  .sm\:even\:mb-8:nth-child(even) {
    margin-bottom: 2rem;
  }

  .sm\:even\:ml-8:nth-child(even) {
    margin-left: 2rem;
  }

  .sm\:even\:mt-9:nth-child(even) {
    margin-top: 2.25rem;
  }

  .sm\:even\:mr-9:nth-child(even) {
    margin-right: 2.25rem;
  }

  .sm\:even\:mb-9:nth-child(even) {
    margin-bottom: 2.25rem;
  }

  .sm\:even\:ml-9:nth-child(even) {
    margin-left: 2.25rem;
  }

  .sm\:even\:mt-10:nth-child(even) {
    margin-top: 2.5rem;
  }

  .sm\:even\:mr-10:nth-child(even) {
    margin-right: 2.5rem;
  }

  .sm\:even\:mb-10:nth-child(even) {
    margin-bottom: 2.5rem;
  }

  .sm\:even\:ml-10:nth-child(even) {
    margin-left: 2.5rem;
  }

  .sm\:even\:mt-11:nth-child(even) {
    margin-top: 2.75rem;
  }

  .sm\:even\:mr-11:nth-child(even) {
    margin-right: 2.75rem;
  }

  .sm\:even\:mb-11:nth-child(even) {
    margin-bottom: 2.75rem;
  }

  .sm\:even\:ml-11:nth-child(even) {
    margin-left: 2.75rem;
  }

  .sm\:even\:mt-12:nth-child(even) {
    margin-top: 3rem;
  }

  .sm\:even\:mr-12:nth-child(even) {
    margin-right: 3rem;
  }

  .sm\:even\:mb-12:nth-child(even) {
    margin-bottom: 3rem;
  }

  .sm\:even\:ml-12:nth-child(even) {
    margin-left: 3rem;
  }

  .sm\:even\:mt-13:nth-child(even) {
    margin-top: 3.25rem;
  }

  .sm\:even\:mr-13:nth-child(even) {
    margin-right: 3.25rem;
  }

  .sm\:even\:mb-13:nth-child(even) {
    margin-bottom: 3.25rem;
  }

  .sm\:even\:ml-13:nth-child(even) {
    margin-left: 3.25rem;
  }

  .sm\:even\:mt-14:nth-child(even) {
    margin-top: 3.5rem;
  }

  .sm\:even\:mr-14:nth-child(even) {
    margin-right: 3.5rem;
  }

  .sm\:even\:mb-14:nth-child(even) {
    margin-bottom: 3.5rem;
  }

  .sm\:even\:ml-14:nth-child(even) {
    margin-left: 3.5rem;
  }

  .sm\:even\:mt-15:nth-child(even) {
    margin-top: 3.75rem;
  }

  .sm\:even\:mr-15:nth-child(even) {
    margin-right: 3.75rem;
  }

  .sm\:even\:mb-15:nth-child(even) {
    margin-bottom: 3.75rem;
  }

  .sm\:even\:ml-15:nth-child(even) {
    margin-left: 3.75rem;
  }

  .sm\:even\:mt-16:nth-child(even) {
    margin-top: 4rem;
  }

  .sm\:even\:mr-16:nth-child(even) {
    margin-right: 4rem;
  }

  .sm\:even\:mb-16:nth-child(even) {
    margin-bottom: 4rem;
  }

  .sm\:even\:ml-16:nth-child(even) {
    margin-left: 4rem;
  }

  .sm\:even\:mt-17:nth-child(even) {
    margin-top: 4.25rem;
  }

  .sm\:even\:mr-17:nth-child(even) {
    margin-right: 4.25rem;
  }

  .sm\:even\:mb-17:nth-child(even) {
    margin-bottom: 4.25rem;
  }

  .sm\:even\:ml-17:nth-child(even) {
    margin-left: 4.25rem;
  }

  .sm\:even\:mt-18:nth-child(even) {
    margin-top: 4.5rem;
  }

  .sm\:even\:mr-18:nth-child(even) {
    margin-right: 4.5rem;
  }

  .sm\:even\:mb-18:nth-child(even) {
    margin-bottom: 4.5rem;
  }

  .sm\:even\:ml-18:nth-child(even) {
    margin-left: 4.5rem;
  }

  .sm\:even\:mt-19:nth-child(even) {
    margin-top: 4.75rem;
  }

  .sm\:even\:mr-19:nth-child(even) {
    margin-right: 4.75rem;
  }

  .sm\:even\:mb-19:nth-child(even) {
    margin-bottom: 4.75rem;
  }

  .sm\:even\:ml-19:nth-child(even) {
    margin-left: 4.75rem;
  }

  .sm\:even\:mt-20:nth-child(even) {
    margin-top: 5rem;
  }

  .sm\:even\:mr-20:nth-child(even) {
    margin-right: 5rem;
  }

  .sm\:even\:mb-20:nth-child(even) {
    margin-bottom: 5rem;
  }

  .sm\:even\:ml-20:nth-child(even) {
    margin-left: 5rem;
  }

  .sm\:even\:mt-24:nth-child(even) {
    margin-top: 6rem;
  }

  .sm\:even\:mr-24:nth-child(even) {
    margin-right: 6rem;
  }

  .sm\:even\:mb-24:nth-child(even) {
    margin-bottom: 6rem;
  }

  .sm\:even\:ml-24:nth-child(even) {
    margin-left: 6rem;
  }

  .sm\:even\:mt-32:nth-child(even) {
    margin-top: 8rem;
  }

  .sm\:even\:mr-32:nth-child(even) {
    margin-right: 8rem;
  }

  .sm\:even\:mb-32:nth-child(even) {
    margin-bottom: 8rem;
  }

  .sm\:even\:ml-32:nth-child(even) {
    margin-left: 8rem;
  }

  .sm\:even\:mt-40:nth-child(even) {
    margin-top: 10rem;
  }

  .sm\:even\:mr-40:nth-child(even) {
    margin-right: 10rem;
  }

  .sm\:even\:mb-40:nth-child(even) {
    margin-bottom: 10rem;
  }

  .sm\:even\:ml-40:nth-child(even) {
    margin-left: 10rem;
  }

  .sm\:even\:mt-48:nth-child(even) {
    margin-top: 12rem;
  }

  .sm\:even\:mr-48:nth-child(even) {
    margin-right: 12rem;
  }

  .sm\:even\:mb-48:nth-child(even) {
    margin-bottom: 12rem;
  }

  .sm\:even\:ml-48:nth-child(even) {
    margin-left: 12rem;
  }

  .sm\:even\:mt-56:nth-child(even) {
    margin-top: 14rem;
  }

  .sm\:even\:mr-56:nth-child(even) {
    margin-right: 14rem;
  }

  .sm\:even\:mb-56:nth-child(even) {
    margin-bottom: 14rem;
  }

  .sm\:even\:ml-56:nth-child(even) {
    margin-left: 14rem;
  }

  .sm\:even\:mt-64:nth-child(even) {
    margin-top: 16rem;
  }

  .sm\:even\:mr-64:nth-child(even) {
    margin-right: 16rem;
  }

  .sm\:even\:mb-64:nth-child(even) {
    margin-bottom: 16rem;
  }

  .sm\:even\:ml-64:nth-child(even) {
    margin-left: 16rem;
  }

  .sm\:even\:mt-75:nth-child(even) {
    margin-top: 18.75rem;
  }

  .sm\:even\:mr-75:nth-child(even) {
    margin-right: 18.75rem;
  }

  .sm\:even\:mb-75:nth-child(even) {
    margin-bottom: 18.75rem;
  }

  .sm\:even\:ml-75:nth-child(even) {
    margin-left: 18.75rem;
  }

  .sm\:even\:mt-auto:nth-child(even) {
    margin-top: auto;
  }

  .sm\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .sm\:even\:mb-auto:nth-child(even) {
    margin-bottom: auto;
  }

  .sm\:even\:ml-auto:nth-child(even) {
    margin-left: auto;
  }

  .sm\:even\:mt-px:nth-child(even) {
    margin-top: 1px;
  }

  .sm\:even\:mr-px:nth-child(even) {
    margin-right: 1px;
  }

  .sm\:even\:mb-px:nth-child(even) {
    margin-bottom: 1px;
  }

  .sm\:even\:ml-px:nth-child(even) {
    margin-left: 1px;
  }

  .sm\:even\:-mt-1:nth-child(even) {
    margin-top: -0.25rem;
  }

  .sm\:even\:-mr-1:nth-child(even) {
    margin-right: -0.25rem;
  }

  .sm\:even\:-mb-1:nth-child(even) {
    margin-bottom: -0.25rem;
  }

  .sm\:even\:-ml-1:nth-child(even) {
    margin-left: -0.25rem;
  }

  .sm\:even\:-mt-2:nth-child(even) {
    margin-top: -0.5rem;
  }

  .sm\:even\:-mr-2:nth-child(even) {
    margin-right: -0.5rem;
  }

  .sm\:even\:-mb-2:nth-child(even) {
    margin-bottom: -0.5rem;
  }

  .sm\:even\:-ml-2:nth-child(even) {
    margin-left: -0.5rem;
  }

  .sm\:even\:-mt-3:nth-child(even) {
    margin-top: -0.75rem;
  }

  .sm\:even\:-mr-3:nth-child(even) {
    margin-right: -0.75rem;
  }

  .sm\:even\:-mb-3:nth-child(even) {
    margin-bottom: -0.75rem;
  }

  .sm\:even\:-ml-3:nth-child(even) {
    margin-left: -0.75rem;
  }

  .sm\:even\:-mt-4:nth-child(even) {
    margin-top: -1rem;
  }

  .sm\:even\:-mr-4:nth-child(even) {
    margin-right: -1rem;
  }

  .sm\:even\:-mb-4:nth-child(even) {
    margin-bottom: -1rem;
  }

  .sm\:even\:-ml-4:nth-child(even) {
    margin-left: -1rem;
  }

  .sm\:even\:-mt-5:nth-child(even) {
    margin-top: -1.25rem;
  }

  .sm\:even\:-mr-5:nth-child(even) {
    margin-right: -1.25rem;
  }

  .sm\:even\:-mb-5:nth-child(even) {
    margin-bottom: -1.25rem;
  }

  .sm\:even\:-ml-5:nth-child(even) {
    margin-left: -1.25rem;
  }

  .sm\:even\:-mt-6:nth-child(even) {
    margin-top: -1.5rem;
  }

  .sm\:even\:-mr-6:nth-child(even) {
    margin-right: -1.5rem;
  }

  .sm\:even\:-mb-6:nth-child(even) {
    margin-bottom: -1.5rem;
  }

  .sm\:even\:-ml-6:nth-child(even) {
    margin-left: -1.5rem;
  }

  .sm\:even\:-mt-7:nth-child(even) {
    margin-top: -1.75rem;
  }

  .sm\:even\:-mr-7:nth-child(even) {
    margin-right: -1.75rem;
  }

  .sm\:even\:-mb-7:nth-child(even) {
    margin-bottom: -1.75rem;
  }

  .sm\:even\:-ml-7:nth-child(even) {
    margin-left: -1.75rem;
  }

  .sm\:even\:-mt-8:nth-child(even) {
    margin-top: -2rem;
  }

  .sm\:even\:-mr-8:nth-child(even) {
    margin-right: -2rem;
  }

  .sm\:even\:-mb-8:nth-child(even) {
    margin-bottom: -2rem;
  }

  .sm\:even\:-ml-8:nth-child(even) {
    margin-left: -2rem;
  }

  .sm\:even\:-mt-9:nth-child(even) {
    margin-top: -2.25rem;
  }

  .sm\:even\:-mr-9:nth-child(even) {
    margin-right: -2.25rem;
  }

  .sm\:even\:-mb-9:nth-child(even) {
    margin-bottom: -2.25rem;
  }

  .sm\:even\:-ml-9:nth-child(even) {
    margin-left: -2.25rem;
  }

  .sm\:even\:-mt-10:nth-child(even) {
    margin-top: -2.5rem;
  }

  .sm\:even\:-mr-10:nth-child(even) {
    margin-right: -2.5rem;
  }

  .sm\:even\:-mb-10:nth-child(even) {
    margin-bottom: -2.5rem;
  }

  .sm\:even\:-ml-10:nth-child(even) {
    margin-left: -2.5rem;
  }

  .sm\:even\:-mt-11:nth-child(even) {
    margin-top: -2.75rem;
  }

  .sm\:even\:-mr-11:nth-child(even) {
    margin-right: -2.75rem;
  }

  .sm\:even\:-mb-11:nth-child(even) {
    margin-bottom: -2.75rem;
  }

  .sm\:even\:-ml-11:nth-child(even) {
    margin-left: -2.75rem;
  }

  .sm\:even\:-mt-12:nth-child(even) {
    margin-top: -3rem;
  }

  .sm\:even\:-mr-12:nth-child(even) {
    margin-right: -3rem;
  }

  .sm\:even\:-mb-12:nth-child(even) {
    margin-bottom: -3rem;
  }

  .sm\:even\:-ml-12:nth-child(even) {
    margin-left: -3rem;
  }

  .sm\:even\:-mt-13:nth-child(even) {
    margin-top: -3.25rem;
  }

  .sm\:even\:-mr-13:nth-child(even) {
    margin-right: -3.25rem;
  }

  .sm\:even\:-mb-13:nth-child(even) {
    margin-bottom: -3.25rem;
  }

  .sm\:even\:-ml-13:nth-child(even) {
    margin-left: -3.25rem;
  }

  .sm\:even\:-mt-14:nth-child(even) {
    margin-top: -3.5rem;
  }

  .sm\:even\:-mr-14:nth-child(even) {
    margin-right: -3.5rem;
  }

  .sm\:even\:-mb-14:nth-child(even) {
    margin-bottom: -3.5rem;
  }

  .sm\:even\:-ml-14:nth-child(even) {
    margin-left: -3.5rem;
  }

  .sm\:even\:-mt-15:nth-child(even) {
    margin-top: -3.75rem;
  }

  .sm\:even\:-mr-15:nth-child(even) {
    margin-right: -3.75rem;
  }

  .sm\:even\:-mb-15:nth-child(even) {
    margin-bottom: -3.75rem;
  }

  .sm\:even\:-ml-15:nth-child(even) {
    margin-left: -3.75rem;
  }

  .sm\:even\:-mt-16:nth-child(even) {
    margin-top: -4rem;
  }

  .sm\:even\:-mr-16:nth-child(even) {
    margin-right: -4rem;
  }

  .sm\:even\:-mb-16:nth-child(even) {
    margin-bottom: -4rem;
  }

  .sm\:even\:-ml-16:nth-child(even) {
    margin-left: -4rem;
  }

  .sm\:even\:-mt-17:nth-child(even) {
    margin-top: -4.25rem;
  }

  .sm\:even\:-mr-17:nth-child(even) {
    margin-right: -4.25rem;
  }

  .sm\:even\:-mb-17:nth-child(even) {
    margin-bottom: -4.25rem;
  }

  .sm\:even\:-ml-17:nth-child(even) {
    margin-left: -4.25rem;
  }

  .sm\:even\:-mt-18:nth-child(even) {
    margin-top: -4.5rem;
  }

  .sm\:even\:-mr-18:nth-child(even) {
    margin-right: -4.5rem;
  }

  .sm\:even\:-mb-18:nth-child(even) {
    margin-bottom: -4.5rem;
  }

  .sm\:even\:-ml-18:nth-child(even) {
    margin-left: -4.5rem;
  }

  .sm\:even\:-mt-19:nth-child(even) {
    margin-top: -4.75rem;
  }

  .sm\:even\:-mr-19:nth-child(even) {
    margin-right: -4.75rem;
  }

  .sm\:even\:-mb-19:nth-child(even) {
    margin-bottom: -4.75rem;
  }

  .sm\:even\:-ml-19:nth-child(even) {
    margin-left: -4.75rem;
  }

  .sm\:even\:-mt-20:nth-child(even) {
    margin-top: -5rem;
  }

  .sm\:even\:-mr-20:nth-child(even) {
    margin-right: -5rem;
  }

  .sm\:even\:-mb-20:nth-child(even) {
    margin-bottom: -5rem;
  }

  .sm\:even\:-ml-20:nth-child(even) {
    margin-left: -5rem;
  }

  .sm\:even\:-mt-24:nth-child(even) {
    margin-top: -6rem;
  }

  .sm\:even\:-mr-24:nth-child(even) {
    margin-right: -6rem;
  }

  .sm\:even\:-mb-24:nth-child(even) {
    margin-bottom: -6rem;
  }

  .sm\:even\:-ml-24:nth-child(even) {
    margin-left: -6rem;
  }

  .sm\:even\:-mt-32:nth-child(even) {
    margin-top: -8rem;
  }

  .sm\:even\:-mr-32:nth-child(even) {
    margin-right: -8rem;
  }

  .sm\:even\:-mb-32:nth-child(even) {
    margin-bottom: -8rem;
  }

  .sm\:even\:-ml-32:nth-child(even) {
    margin-left: -8rem;
  }

  .sm\:even\:-mt-40:nth-child(even) {
    margin-top: -10rem;
  }

  .sm\:even\:-mr-40:nth-child(even) {
    margin-right: -10rem;
  }

  .sm\:even\:-mb-40:nth-child(even) {
    margin-bottom: -10rem;
  }

  .sm\:even\:-ml-40:nth-child(even) {
    margin-left: -10rem;
  }

  .sm\:even\:-mt-48:nth-child(even) {
    margin-top: -12rem;
  }

  .sm\:even\:-mr-48:nth-child(even) {
    margin-right: -12rem;
  }

  .sm\:even\:-mb-48:nth-child(even) {
    margin-bottom: -12rem;
  }

  .sm\:even\:-ml-48:nth-child(even) {
    margin-left: -12rem;
  }

  .sm\:even\:-mt-56:nth-child(even) {
    margin-top: -14rem;
  }

  .sm\:even\:-mr-56:nth-child(even) {
    margin-right: -14rem;
  }

  .sm\:even\:-mb-56:nth-child(even) {
    margin-bottom: -14rem;
  }

  .sm\:even\:-ml-56:nth-child(even) {
    margin-left: -14rem;
  }

  .sm\:even\:-mt-64:nth-child(even) {
    margin-top: -16rem;
  }

  .sm\:even\:-mr-64:nth-child(even) {
    margin-right: -16rem;
  }

  .sm\:even\:-mb-64:nth-child(even) {
    margin-bottom: -16rem;
  }

  .sm\:even\:-ml-64:nth-child(even) {
    margin-left: -16rem;
  }

  .sm\:even\:-mt-75:nth-child(even) {
    margin-top: -18.75rem;
  }

  .sm\:even\:-mr-75:nth-child(even) {
    margin-right: -18.75rem;
  }

  .sm\:even\:-mb-75:nth-child(even) {
    margin-bottom: -18.75rem;
  }

  .sm\:even\:-ml-75:nth-child(even) {
    margin-left: -18.75rem;
  }

  .sm\:even\:-mt-px:nth-child(even) {
    margin-top: -1px;
  }

  .sm\:even\:-mr-px:nth-child(even) {
    margin-right: -1px;
  }

  .sm\:even\:-mb-px:nth-child(even) {
    margin-bottom: -1px;
  }

  .sm\:even\:-ml-px:nth-child(even) {
    margin-left: -1px;
  }

  .sm\:odd\:m-0:nth-child(odd) {
    margin: 0;
  }

  .sm\:odd\:m-1:nth-child(odd) {
    margin: 0.25rem;
  }

  .sm\:odd\:m-2:nth-child(odd) {
    margin: 0.5rem;
  }

  .sm\:odd\:m-3:nth-child(odd) {
    margin: 0.75rem;
  }

  .sm\:odd\:m-4:nth-child(odd) {
    margin: 1rem;
  }

  .sm\:odd\:m-5:nth-child(odd) {
    margin: 1.25rem;
  }

  .sm\:odd\:m-6:nth-child(odd) {
    margin: 1.5rem;
  }

  .sm\:odd\:m-7:nth-child(odd) {
    margin: 1.75rem;
  }

  .sm\:odd\:m-8:nth-child(odd) {
    margin: 2rem;
  }

  .sm\:odd\:m-9:nth-child(odd) {
    margin: 2.25rem;
  }

  .sm\:odd\:m-10:nth-child(odd) {
    margin: 2.5rem;
  }

  .sm\:odd\:m-11:nth-child(odd) {
    margin: 2.75rem;
  }

  .sm\:odd\:m-12:nth-child(odd) {
    margin: 3rem;
  }

  .sm\:odd\:m-13:nth-child(odd) {
    margin: 3.25rem;
  }

  .sm\:odd\:m-14:nth-child(odd) {
    margin: 3.5rem;
  }

  .sm\:odd\:m-15:nth-child(odd) {
    margin: 3.75rem;
  }

  .sm\:odd\:m-16:nth-child(odd) {
    margin: 4rem;
  }

  .sm\:odd\:m-17:nth-child(odd) {
    margin: 4.25rem;
  }

  .sm\:odd\:m-18:nth-child(odd) {
    margin: 4.5rem;
  }

  .sm\:odd\:m-19:nth-child(odd) {
    margin: 4.75rem;
  }

  .sm\:odd\:m-20:nth-child(odd) {
    margin: 5rem;
  }

  .sm\:odd\:m-24:nth-child(odd) {
    margin: 6rem;
  }

  .sm\:odd\:m-32:nth-child(odd) {
    margin: 8rem;
  }

  .sm\:odd\:m-40:nth-child(odd) {
    margin: 10rem;
  }

  .sm\:odd\:m-48:nth-child(odd) {
    margin: 12rem;
  }

  .sm\:odd\:m-56:nth-child(odd) {
    margin: 14rem;
  }

  .sm\:odd\:m-64:nth-child(odd) {
    margin: 16rem;
  }

  .sm\:odd\:m-75:nth-child(odd) {
    margin: 18.75rem;
  }

  .sm\:odd\:m-auto:nth-child(odd) {
    margin: auto;
  }

  .sm\:odd\:m-px:nth-child(odd) {
    margin: 1px;
  }

  .sm\:odd\:-m-1:nth-child(odd) {
    margin: -0.25rem;
  }

  .sm\:odd\:-m-2:nth-child(odd) {
    margin: -0.5rem;
  }

  .sm\:odd\:-m-3:nth-child(odd) {
    margin: -0.75rem;
  }

  .sm\:odd\:-m-4:nth-child(odd) {
    margin: -1rem;
  }

  .sm\:odd\:-m-5:nth-child(odd) {
    margin: -1.25rem;
  }

  .sm\:odd\:-m-6:nth-child(odd) {
    margin: -1.5rem;
  }

  .sm\:odd\:-m-7:nth-child(odd) {
    margin: -1.75rem;
  }

  .sm\:odd\:-m-8:nth-child(odd) {
    margin: -2rem;
  }

  .sm\:odd\:-m-9:nth-child(odd) {
    margin: -2.25rem;
  }

  .sm\:odd\:-m-10:nth-child(odd) {
    margin: -2.5rem;
  }

  .sm\:odd\:-m-11:nth-child(odd) {
    margin: -2.75rem;
  }

  .sm\:odd\:-m-12:nth-child(odd) {
    margin: -3rem;
  }

  .sm\:odd\:-m-13:nth-child(odd) {
    margin: -3.25rem;
  }

  .sm\:odd\:-m-14:nth-child(odd) {
    margin: -3.5rem;
  }

  .sm\:odd\:-m-15:nth-child(odd) {
    margin: -3.75rem;
  }

  .sm\:odd\:-m-16:nth-child(odd) {
    margin: -4rem;
  }

  .sm\:odd\:-m-17:nth-child(odd) {
    margin: -4.25rem;
  }

  .sm\:odd\:-m-18:nth-child(odd) {
    margin: -4.5rem;
  }

  .sm\:odd\:-m-19:nth-child(odd) {
    margin: -4.75rem;
  }

  .sm\:odd\:-m-20:nth-child(odd) {
    margin: -5rem;
  }

  .sm\:odd\:-m-24:nth-child(odd) {
    margin: -6rem;
  }

  .sm\:odd\:-m-32:nth-child(odd) {
    margin: -8rem;
  }

  .sm\:odd\:-m-40:nth-child(odd) {
    margin: -10rem;
  }

  .sm\:odd\:-m-48:nth-child(odd) {
    margin: -12rem;
  }

  .sm\:odd\:-m-56:nth-child(odd) {
    margin: -14rem;
  }

  .sm\:odd\:-m-64:nth-child(odd) {
    margin: -16rem;
  }

  .sm\:odd\:-m-75:nth-child(odd) {
    margin: -18.75rem;
  }

  .sm\:odd\:-m-px:nth-child(odd) {
    margin: -1px;
  }

  .sm\:odd\:my-0:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:odd\:mx-0:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:odd\:my-1:nth-child(odd) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:odd\:mx-1:nth-child(odd) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:odd\:my-2:nth-child(odd) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:odd\:mx-2:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:odd\:my-3:nth-child(odd) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:odd\:mx-3:nth-child(odd) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:odd\:my-4:nth-child(odd) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:odd\:mx-4:nth-child(odd) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:odd\:my-5:nth-child(odd) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:odd\:mx-5:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:odd\:my-6:nth-child(odd) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:odd\:mx-6:nth-child(odd) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:odd\:my-7:nth-child(odd) {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:odd\:mx-7:nth-child(odd) {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:odd\:my-8:nth-child(odd) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:odd\:mx-8:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:odd\:my-9:nth-child(odd) {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:odd\:mx-9:nth-child(odd) {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:odd\:my-10:nth-child(odd) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:odd\:mx-10:nth-child(odd) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:odd\:my-11:nth-child(odd) {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:odd\:mx-11:nth-child(odd) {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:odd\:my-12:nth-child(odd) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:odd\:mx-12:nth-child(odd) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:odd\:my-13:nth-child(odd) {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .sm\:odd\:mx-13:nth-child(odd) {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .sm\:odd\:my-14:nth-child(odd) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:odd\:mx-14:nth-child(odd) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:odd\:my-15:nth-child(odd) {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:odd\:mx-15:nth-child(odd) {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .sm\:odd\:my-16:nth-child(odd) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:odd\:mx-16:nth-child(odd) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:odd\:my-17:nth-child(odd) {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .sm\:odd\:mx-17:nth-child(odd) {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .sm\:odd\:my-18:nth-child(odd) {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm\:odd\:mx-18:nth-child(odd) {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .sm\:odd\:my-19:nth-child(odd) {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .sm\:odd\:mx-19:nth-child(odd) {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .sm\:odd\:my-20:nth-child(odd) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:odd\:mx-20:nth-child(odd) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:odd\:my-24:nth-child(odd) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:odd\:mx-24:nth-child(odd) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:odd\:my-32:nth-child(odd) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:odd\:mx-32:nth-child(odd) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:odd\:my-40:nth-child(odd) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:odd\:mx-40:nth-child(odd) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:odd\:my-48:nth-child(odd) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:odd\:mx-48:nth-child(odd) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:odd\:my-56:nth-child(odd) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:odd\:mx-56:nth-child(odd) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:odd\:my-64:nth-child(odd) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:odd\:mx-64:nth-child(odd) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:odd\:my-75:nth-child(odd) {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .sm\:odd\:mx-75:nth-child(odd) {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .sm\:odd\:my-auto:nth-child(odd) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:odd\:mx-auto:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:odd\:my-px:nth-child(odd) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:odd\:mx-px:nth-child(odd) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:odd\:-my-1:nth-child(odd) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:odd\:-mx-1:nth-child(odd) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:odd\:-my-2:nth-child(odd) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:odd\:-mx-2:nth-child(odd) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:odd\:-my-3:nth-child(odd) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:odd\:-mx-3:nth-child(odd) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:odd\:-my-4:nth-child(odd) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:odd\:-mx-4:nth-child(odd) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:odd\:-my-5:nth-child(odd) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:odd\:-mx-5:nth-child(odd) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:odd\:-my-6:nth-child(odd) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:odd\:-mx-6:nth-child(odd) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:odd\:-my-7:nth-child(odd) {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:odd\:-mx-7:nth-child(odd) {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:odd\:-my-8:nth-child(odd) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:odd\:-mx-8:nth-child(odd) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:odd\:-my-9:nth-child(odd) {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:odd\:-mx-9:nth-child(odd) {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:odd\:-my-10:nth-child(odd) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:odd\:-mx-10:nth-child(odd) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:odd\:-my-11:nth-child(odd) {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:odd\:-mx-11:nth-child(odd) {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:odd\:-my-12:nth-child(odd) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:odd\:-mx-12:nth-child(odd) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:odd\:-my-13:nth-child(odd) {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .sm\:odd\:-mx-13:nth-child(odd) {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .sm\:odd\:-my-14:nth-child(odd) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:odd\:-mx-14:nth-child(odd) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:odd\:-my-15:nth-child(odd) {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:odd\:-mx-15:nth-child(odd) {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .sm\:odd\:-my-16:nth-child(odd) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:odd\:-mx-16:nth-child(odd) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:odd\:-my-17:nth-child(odd) {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .sm\:odd\:-mx-17:nth-child(odd) {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .sm\:odd\:-my-18:nth-child(odd) {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sm\:odd\:-mx-18:nth-child(odd) {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .sm\:odd\:-my-19:nth-child(odd) {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .sm\:odd\:-mx-19:nth-child(odd) {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .sm\:odd\:-my-20:nth-child(odd) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:odd\:-mx-20:nth-child(odd) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:odd\:-my-24:nth-child(odd) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:odd\:-mx-24:nth-child(odd) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:odd\:-my-32:nth-child(odd) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:odd\:-mx-32:nth-child(odd) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:odd\:-my-40:nth-child(odd) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:odd\:-mx-40:nth-child(odd) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:odd\:-my-48:nth-child(odd) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:odd\:-mx-48:nth-child(odd) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:odd\:-my-56:nth-child(odd) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:odd\:-mx-56:nth-child(odd) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:odd\:-my-64:nth-child(odd) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:odd\:-mx-64:nth-child(odd) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:odd\:-my-75:nth-child(odd) {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .sm\:odd\:-mx-75:nth-child(odd) {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .sm\:odd\:-my-px:nth-child(odd) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:odd\:-mx-px:nth-child(odd) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:odd\:mt-0:nth-child(odd) {
    margin-top: 0;
  }

  .sm\:odd\:mr-0:nth-child(odd) {
    margin-right: 0;
  }

  .sm\:odd\:mb-0:nth-child(odd) {
    margin-bottom: 0;
  }

  .sm\:odd\:ml-0:nth-child(odd) {
    margin-left: 0;
  }

  .sm\:odd\:mt-1:nth-child(odd) {
    margin-top: 0.25rem;
  }

  .sm\:odd\:mr-1:nth-child(odd) {
    margin-right: 0.25rem;
  }

  .sm\:odd\:mb-1:nth-child(odd) {
    margin-bottom: 0.25rem;
  }

  .sm\:odd\:ml-1:nth-child(odd) {
    margin-left: 0.25rem;
  }

  .sm\:odd\:mt-2:nth-child(odd) {
    margin-top: 0.5rem;
  }

  .sm\:odd\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .sm\:odd\:mb-2:nth-child(odd) {
    margin-bottom: 0.5rem;
  }

  .sm\:odd\:ml-2:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .sm\:odd\:mt-3:nth-child(odd) {
    margin-top: 0.75rem;
  }

  .sm\:odd\:mr-3:nth-child(odd) {
    margin-right: 0.75rem;
  }

  .sm\:odd\:mb-3:nth-child(odd) {
    margin-bottom: 0.75rem;
  }

  .sm\:odd\:ml-3:nth-child(odd) {
    margin-left: 0.75rem;
  }

  .sm\:odd\:mt-4:nth-child(odd) {
    margin-top: 1rem;
  }

  .sm\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }

  .sm\:odd\:mb-4:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .sm\:odd\:ml-4:nth-child(odd) {
    margin-left: 1rem;
  }

  .sm\:odd\:mt-5:nth-child(odd) {
    margin-top: 1.25rem;
  }

  .sm\:odd\:mr-5:nth-child(odd) {
    margin-right: 1.25rem;
  }

  .sm\:odd\:mb-5:nth-child(odd) {
    margin-bottom: 1.25rem;
  }

  .sm\:odd\:ml-5:nth-child(odd) {
    margin-left: 1.25rem;
  }

  .sm\:odd\:mt-6:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .sm\:odd\:mr-6:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .sm\:odd\:mb-6:nth-child(odd) {
    margin-bottom: 1.5rem;
  }

  .sm\:odd\:ml-6:nth-child(odd) {
    margin-left: 1.5rem;
  }

  .sm\:odd\:mt-7:nth-child(odd) {
    margin-top: 1.75rem;
  }

  .sm\:odd\:mr-7:nth-child(odd) {
    margin-right: 1.75rem;
  }

  .sm\:odd\:mb-7:nth-child(odd) {
    margin-bottom: 1.75rem;
  }

  .sm\:odd\:ml-7:nth-child(odd) {
    margin-left: 1.75rem;
  }

  .sm\:odd\:mt-8:nth-child(odd) {
    margin-top: 2rem;
  }

  .sm\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }

  .sm\:odd\:mb-8:nth-child(odd) {
    margin-bottom: 2rem;
  }

  .sm\:odd\:ml-8:nth-child(odd) {
    margin-left: 2rem;
  }

  .sm\:odd\:mt-9:nth-child(odd) {
    margin-top: 2.25rem;
  }

  .sm\:odd\:mr-9:nth-child(odd) {
    margin-right: 2.25rem;
  }

  .sm\:odd\:mb-9:nth-child(odd) {
    margin-bottom: 2.25rem;
  }

  .sm\:odd\:ml-9:nth-child(odd) {
    margin-left: 2.25rem;
  }

  .sm\:odd\:mt-10:nth-child(odd) {
    margin-top: 2.5rem;
  }

  .sm\:odd\:mr-10:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .sm\:odd\:mb-10:nth-child(odd) {
    margin-bottom: 2.5rem;
  }

  .sm\:odd\:ml-10:nth-child(odd) {
    margin-left: 2.5rem;
  }

  .sm\:odd\:mt-11:nth-child(odd) {
    margin-top: 2.75rem;
  }

  .sm\:odd\:mr-11:nth-child(odd) {
    margin-right: 2.75rem;
  }

  .sm\:odd\:mb-11:nth-child(odd) {
    margin-bottom: 2.75rem;
  }

  .sm\:odd\:ml-11:nth-child(odd) {
    margin-left: 2.75rem;
  }

  .sm\:odd\:mt-12:nth-child(odd) {
    margin-top: 3rem;
  }

  .sm\:odd\:mr-12:nth-child(odd) {
    margin-right: 3rem;
  }

  .sm\:odd\:mb-12:nth-child(odd) {
    margin-bottom: 3rem;
  }

  .sm\:odd\:ml-12:nth-child(odd) {
    margin-left: 3rem;
  }

  .sm\:odd\:mt-13:nth-child(odd) {
    margin-top: 3.25rem;
  }

  .sm\:odd\:mr-13:nth-child(odd) {
    margin-right: 3.25rem;
  }

  .sm\:odd\:mb-13:nth-child(odd) {
    margin-bottom: 3.25rem;
  }

  .sm\:odd\:ml-13:nth-child(odd) {
    margin-left: 3.25rem;
  }

  .sm\:odd\:mt-14:nth-child(odd) {
    margin-top: 3.5rem;
  }

  .sm\:odd\:mr-14:nth-child(odd) {
    margin-right: 3.5rem;
  }

  .sm\:odd\:mb-14:nth-child(odd) {
    margin-bottom: 3.5rem;
  }

  .sm\:odd\:ml-14:nth-child(odd) {
    margin-left: 3.5rem;
  }

  .sm\:odd\:mt-15:nth-child(odd) {
    margin-top: 3.75rem;
  }

  .sm\:odd\:mr-15:nth-child(odd) {
    margin-right: 3.75rem;
  }

  .sm\:odd\:mb-15:nth-child(odd) {
    margin-bottom: 3.75rem;
  }

  .sm\:odd\:ml-15:nth-child(odd) {
    margin-left: 3.75rem;
  }

  .sm\:odd\:mt-16:nth-child(odd) {
    margin-top: 4rem;
  }

  .sm\:odd\:mr-16:nth-child(odd) {
    margin-right: 4rem;
  }

  .sm\:odd\:mb-16:nth-child(odd) {
    margin-bottom: 4rem;
  }

  .sm\:odd\:ml-16:nth-child(odd) {
    margin-left: 4rem;
  }

  .sm\:odd\:mt-17:nth-child(odd) {
    margin-top: 4.25rem;
  }

  .sm\:odd\:mr-17:nth-child(odd) {
    margin-right: 4.25rem;
  }

  .sm\:odd\:mb-17:nth-child(odd) {
    margin-bottom: 4.25rem;
  }

  .sm\:odd\:ml-17:nth-child(odd) {
    margin-left: 4.25rem;
  }

  .sm\:odd\:mt-18:nth-child(odd) {
    margin-top: 4.5rem;
  }

  .sm\:odd\:mr-18:nth-child(odd) {
    margin-right: 4.5rem;
  }

  .sm\:odd\:mb-18:nth-child(odd) {
    margin-bottom: 4.5rem;
  }

  .sm\:odd\:ml-18:nth-child(odd) {
    margin-left: 4.5rem;
  }

  .sm\:odd\:mt-19:nth-child(odd) {
    margin-top: 4.75rem;
  }

  .sm\:odd\:mr-19:nth-child(odd) {
    margin-right: 4.75rem;
  }

  .sm\:odd\:mb-19:nth-child(odd) {
    margin-bottom: 4.75rem;
  }

  .sm\:odd\:ml-19:nth-child(odd) {
    margin-left: 4.75rem;
  }

  .sm\:odd\:mt-20:nth-child(odd) {
    margin-top: 5rem;
  }

  .sm\:odd\:mr-20:nth-child(odd) {
    margin-right: 5rem;
  }

  .sm\:odd\:mb-20:nth-child(odd) {
    margin-bottom: 5rem;
  }

  .sm\:odd\:ml-20:nth-child(odd) {
    margin-left: 5rem;
  }

  .sm\:odd\:mt-24:nth-child(odd) {
    margin-top: 6rem;
  }

  .sm\:odd\:mr-24:nth-child(odd) {
    margin-right: 6rem;
  }

  .sm\:odd\:mb-24:nth-child(odd) {
    margin-bottom: 6rem;
  }

  .sm\:odd\:ml-24:nth-child(odd) {
    margin-left: 6rem;
  }

  .sm\:odd\:mt-32:nth-child(odd) {
    margin-top: 8rem;
  }

  .sm\:odd\:mr-32:nth-child(odd) {
    margin-right: 8rem;
  }

  .sm\:odd\:mb-32:nth-child(odd) {
    margin-bottom: 8rem;
  }

  .sm\:odd\:ml-32:nth-child(odd) {
    margin-left: 8rem;
  }

  .sm\:odd\:mt-40:nth-child(odd) {
    margin-top: 10rem;
  }

  .sm\:odd\:mr-40:nth-child(odd) {
    margin-right: 10rem;
  }

  .sm\:odd\:mb-40:nth-child(odd) {
    margin-bottom: 10rem;
  }

  .sm\:odd\:ml-40:nth-child(odd) {
    margin-left: 10rem;
  }

  .sm\:odd\:mt-48:nth-child(odd) {
    margin-top: 12rem;
  }

  .sm\:odd\:mr-48:nth-child(odd) {
    margin-right: 12rem;
  }

  .sm\:odd\:mb-48:nth-child(odd) {
    margin-bottom: 12rem;
  }

  .sm\:odd\:ml-48:nth-child(odd) {
    margin-left: 12rem;
  }

  .sm\:odd\:mt-56:nth-child(odd) {
    margin-top: 14rem;
  }

  .sm\:odd\:mr-56:nth-child(odd) {
    margin-right: 14rem;
  }

  .sm\:odd\:mb-56:nth-child(odd) {
    margin-bottom: 14rem;
  }

  .sm\:odd\:ml-56:nth-child(odd) {
    margin-left: 14rem;
  }

  .sm\:odd\:mt-64:nth-child(odd) {
    margin-top: 16rem;
  }

  .sm\:odd\:mr-64:nth-child(odd) {
    margin-right: 16rem;
  }

  .sm\:odd\:mb-64:nth-child(odd) {
    margin-bottom: 16rem;
  }

  .sm\:odd\:ml-64:nth-child(odd) {
    margin-left: 16rem;
  }

  .sm\:odd\:mt-75:nth-child(odd) {
    margin-top: 18.75rem;
  }

  .sm\:odd\:mr-75:nth-child(odd) {
    margin-right: 18.75rem;
  }

  .sm\:odd\:mb-75:nth-child(odd) {
    margin-bottom: 18.75rem;
  }

  .sm\:odd\:ml-75:nth-child(odd) {
    margin-left: 18.75rem;
  }

  .sm\:odd\:mt-auto:nth-child(odd) {
    margin-top: auto;
  }

  .sm\:odd\:mr-auto:nth-child(odd) {
    margin-right: auto;
  }

  .sm\:odd\:mb-auto:nth-child(odd) {
    margin-bottom: auto;
  }

  .sm\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .sm\:odd\:mt-px:nth-child(odd) {
    margin-top: 1px;
  }

  .sm\:odd\:mr-px:nth-child(odd) {
    margin-right: 1px;
  }

  .sm\:odd\:mb-px:nth-child(odd) {
    margin-bottom: 1px;
  }

  .sm\:odd\:ml-px:nth-child(odd) {
    margin-left: 1px;
  }

  .sm\:odd\:-mt-1:nth-child(odd) {
    margin-top: -0.25rem;
  }

  .sm\:odd\:-mr-1:nth-child(odd) {
    margin-right: -0.25rem;
  }

  .sm\:odd\:-mb-1:nth-child(odd) {
    margin-bottom: -0.25rem;
  }

  .sm\:odd\:-ml-1:nth-child(odd) {
    margin-left: -0.25rem;
  }

  .sm\:odd\:-mt-2:nth-child(odd) {
    margin-top: -0.5rem;
  }

  .sm\:odd\:-mr-2:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .sm\:odd\:-mb-2:nth-child(odd) {
    margin-bottom: -0.5rem;
  }

  .sm\:odd\:-ml-2:nth-child(odd) {
    margin-left: -0.5rem;
  }

  .sm\:odd\:-mt-3:nth-child(odd) {
    margin-top: -0.75rem;
  }

  .sm\:odd\:-mr-3:nth-child(odd) {
    margin-right: -0.75rem;
  }

  .sm\:odd\:-mb-3:nth-child(odd) {
    margin-bottom: -0.75rem;
  }

  .sm\:odd\:-ml-3:nth-child(odd) {
    margin-left: -0.75rem;
  }

  .sm\:odd\:-mt-4:nth-child(odd) {
    margin-top: -1rem;
  }

  .sm\:odd\:-mr-4:nth-child(odd) {
    margin-right: -1rem;
  }

  .sm\:odd\:-mb-4:nth-child(odd) {
    margin-bottom: -1rem;
  }

  .sm\:odd\:-ml-4:nth-child(odd) {
    margin-left: -1rem;
  }

  .sm\:odd\:-mt-5:nth-child(odd) {
    margin-top: -1.25rem;
  }

  .sm\:odd\:-mr-5:nth-child(odd) {
    margin-right: -1.25rem;
  }

  .sm\:odd\:-mb-5:nth-child(odd) {
    margin-bottom: -1.25rem;
  }

  .sm\:odd\:-ml-5:nth-child(odd) {
    margin-left: -1.25rem;
  }

  .sm\:odd\:-mt-6:nth-child(odd) {
    margin-top: -1.5rem;
  }

  .sm\:odd\:-mr-6:nth-child(odd) {
    margin-right: -1.5rem;
  }

  .sm\:odd\:-mb-6:nth-child(odd) {
    margin-bottom: -1.5rem;
  }

  .sm\:odd\:-ml-6:nth-child(odd) {
    margin-left: -1.5rem;
  }

  .sm\:odd\:-mt-7:nth-child(odd) {
    margin-top: -1.75rem;
  }

  .sm\:odd\:-mr-7:nth-child(odd) {
    margin-right: -1.75rem;
  }

  .sm\:odd\:-mb-7:nth-child(odd) {
    margin-bottom: -1.75rem;
  }

  .sm\:odd\:-ml-7:nth-child(odd) {
    margin-left: -1.75rem;
  }

  .sm\:odd\:-mt-8:nth-child(odd) {
    margin-top: -2rem;
  }

  .sm\:odd\:-mr-8:nth-child(odd) {
    margin-right: -2rem;
  }

  .sm\:odd\:-mb-8:nth-child(odd) {
    margin-bottom: -2rem;
  }

  .sm\:odd\:-ml-8:nth-child(odd) {
    margin-left: -2rem;
  }

  .sm\:odd\:-mt-9:nth-child(odd) {
    margin-top: -2.25rem;
  }

  .sm\:odd\:-mr-9:nth-child(odd) {
    margin-right: -2.25rem;
  }

  .sm\:odd\:-mb-9:nth-child(odd) {
    margin-bottom: -2.25rem;
  }

  .sm\:odd\:-ml-9:nth-child(odd) {
    margin-left: -2.25rem;
  }

  .sm\:odd\:-mt-10:nth-child(odd) {
    margin-top: -2.5rem;
  }

  .sm\:odd\:-mr-10:nth-child(odd) {
    margin-right: -2.5rem;
  }

  .sm\:odd\:-mb-10:nth-child(odd) {
    margin-bottom: -2.5rem;
  }

  .sm\:odd\:-ml-10:nth-child(odd) {
    margin-left: -2.5rem;
  }

  .sm\:odd\:-mt-11:nth-child(odd) {
    margin-top: -2.75rem;
  }

  .sm\:odd\:-mr-11:nth-child(odd) {
    margin-right: -2.75rem;
  }

  .sm\:odd\:-mb-11:nth-child(odd) {
    margin-bottom: -2.75rem;
  }

  .sm\:odd\:-ml-11:nth-child(odd) {
    margin-left: -2.75rem;
  }

  .sm\:odd\:-mt-12:nth-child(odd) {
    margin-top: -3rem;
  }

  .sm\:odd\:-mr-12:nth-child(odd) {
    margin-right: -3rem;
  }

  .sm\:odd\:-mb-12:nth-child(odd) {
    margin-bottom: -3rem;
  }

  .sm\:odd\:-ml-12:nth-child(odd) {
    margin-left: -3rem;
  }

  .sm\:odd\:-mt-13:nth-child(odd) {
    margin-top: -3.25rem;
  }

  .sm\:odd\:-mr-13:nth-child(odd) {
    margin-right: -3.25rem;
  }

  .sm\:odd\:-mb-13:nth-child(odd) {
    margin-bottom: -3.25rem;
  }

  .sm\:odd\:-ml-13:nth-child(odd) {
    margin-left: -3.25rem;
  }

  .sm\:odd\:-mt-14:nth-child(odd) {
    margin-top: -3.5rem;
  }

  .sm\:odd\:-mr-14:nth-child(odd) {
    margin-right: -3.5rem;
  }

  .sm\:odd\:-mb-14:nth-child(odd) {
    margin-bottom: -3.5rem;
  }

  .sm\:odd\:-ml-14:nth-child(odd) {
    margin-left: -3.5rem;
  }

  .sm\:odd\:-mt-15:nth-child(odd) {
    margin-top: -3.75rem;
  }

  .sm\:odd\:-mr-15:nth-child(odd) {
    margin-right: -3.75rem;
  }

  .sm\:odd\:-mb-15:nth-child(odd) {
    margin-bottom: -3.75rem;
  }

  .sm\:odd\:-ml-15:nth-child(odd) {
    margin-left: -3.75rem;
  }

  .sm\:odd\:-mt-16:nth-child(odd) {
    margin-top: -4rem;
  }

  .sm\:odd\:-mr-16:nth-child(odd) {
    margin-right: -4rem;
  }

  .sm\:odd\:-mb-16:nth-child(odd) {
    margin-bottom: -4rem;
  }

  .sm\:odd\:-ml-16:nth-child(odd) {
    margin-left: -4rem;
  }

  .sm\:odd\:-mt-17:nth-child(odd) {
    margin-top: -4.25rem;
  }

  .sm\:odd\:-mr-17:nth-child(odd) {
    margin-right: -4.25rem;
  }

  .sm\:odd\:-mb-17:nth-child(odd) {
    margin-bottom: -4.25rem;
  }

  .sm\:odd\:-ml-17:nth-child(odd) {
    margin-left: -4.25rem;
  }

  .sm\:odd\:-mt-18:nth-child(odd) {
    margin-top: -4.5rem;
  }

  .sm\:odd\:-mr-18:nth-child(odd) {
    margin-right: -4.5rem;
  }

  .sm\:odd\:-mb-18:nth-child(odd) {
    margin-bottom: -4.5rem;
  }

  .sm\:odd\:-ml-18:nth-child(odd) {
    margin-left: -4.5rem;
  }

  .sm\:odd\:-mt-19:nth-child(odd) {
    margin-top: -4.75rem;
  }

  .sm\:odd\:-mr-19:nth-child(odd) {
    margin-right: -4.75rem;
  }

  .sm\:odd\:-mb-19:nth-child(odd) {
    margin-bottom: -4.75rem;
  }

  .sm\:odd\:-ml-19:nth-child(odd) {
    margin-left: -4.75rem;
  }

  .sm\:odd\:-mt-20:nth-child(odd) {
    margin-top: -5rem;
  }

  .sm\:odd\:-mr-20:nth-child(odd) {
    margin-right: -5rem;
  }

  .sm\:odd\:-mb-20:nth-child(odd) {
    margin-bottom: -5rem;
  }

  .sm\:odd\:-ml-20:nth-child(odd) {
    margin-left: -5rem;
  }

  .sm\:odd\:-mt-24:nth-child(odd) {
    margin-top: -6rem;
  }

  .sm\:odd\:-mr-24:nth-child(odd) {
    margin-right: -6rem;
  }

  .sm\:odd\:-mb-24:nth-child(odd) {
    margin-bottom: -6rem;
  }

  .sm\:odd\:-ml-24:nth-child(odd) {
    margin-left: -6rem;
  }

  .sm\:odd\:-mt-32:nth-child(odd) {
    margin-top: -8rem;
  }

  .sm\:odd\:-mr-32:nth-child(odd) {
    margin-right: -8rem;
  }

  .sm\:odd\:-mb-32:nth-child(odd) {
    margin-bottom: -8rem;
  }

  .sm\:odd\:-ml-32:nth-child(odd) {
    margin-left: -8rem;
  }

  .sm\:odd\:-mt-40:nth-child(odd) {
    margin-top: -10rem;
  }

  .sm\:odd\:-mr-40:nth-child(odd) {
    margin-right: -10rem;
  }

  .sm\:odd\:-mb-40:nth-child(odd) {
    margin-bottom: -10rem;
  }

  .sm\:odd\:-ml-40:nth-child(odd) {
    margin-left: -10rem;
  }

  .sm\:odd\:-mt-48:nth-child(odd) {
    margin-top: -12rem;
  }

  .sm\:odd\:-mr-48:nth-child(odd) {
    margin-right: -12rem;
  }

  .sm\:odd\:-mb-48:nth-child(odd) {
    margin-bottom: -12rem;
  }

  .sm\:odd\:-ml-48:nth-child(odd) {
    margin-left: -12rem;
  }

  .sm\:odd\:-mt-56:nth-child(odd) {
    margin-top: -14rem;
  }

  .sm\:odd\:-mr-56:nth-child(odd) {
    margin-right: -14rem;
  }

  .sm\:odd\:-mb-56:nth-child(odd) {
    margin-bottom: -14rem;
  }

  .sm\:odd\:-ml-56:nth-child(odd) {
    margin-left: -14rem;
  }

  .sm\:odd\:-mt-64:nth-child(odd) {
    margin-top: -16rem;
  }

  .sm\:odd\:-mr-64:nth-child(odd) {
    margin-right: -16rem;
  }

  .sm\:odd\:-mb-64:nth-child(odd) {
    margin-bottom: -16rem;
  }

  .sm\:odd\:-ml-64:nth-child(odd) {
    margin-left: -16rem;
  }

  .sm\:odd\:-mt-75:nth-child(odd) {
    margin-top: -18.75rem;
  }

  .sm\:odd\:-mr-75:nth-child(odd) {
    margin-right: -18.75rem;
  }

  .sm\:odd\:-mb-75:nth-child(odd) {
    margin-bottom: -18.75rem;
  }

  .sm\:odd\:-ml-75:nth-child(odd) {
    margin-left: -18.75rem;
  }

  .sm\:odd\:-mt-px:nth-child(odd) {
    margin-top: -1px;
  }

  .sm\:odd\:-mr-px:nth-child(odd) {
    margin-right: -1px;
  }

  .sm\:odd\:-mb-px:nth-child(odd) {
    margin-bottom: -1px;
  }

  .sm\:odd\:-ml-px:nth-child(odd) {
    margin-left: -1px;
  }

  .sm\:children\:m-0 > * {
    margin: 0;
  }

  .sm\:children\:m-1 > * {
    margin: 0.25rem;
  }

  .sm\:children\:m-2 > * {
    margin: 0.5rem;
  }

  .sm\:children\:m-3 > * {
    margin: 0.75rem;
  }

  .sm\:children\:m-4 > * {
    margin: 1rem;
  }

  .sm\:children\:m-5 > * {
    margin: 1.25rem;
  }

  .sm\:children\:m-6 > * {
    margin: 1.5rem;
  }

  .sm\:children\:m-7 > * {
    margin: 1.75rem;
  }

  .sm\:children\:m-8 > * {
    margin: 2rem;
  }

  .sm\:children\:m-9 > * {
    margin: 2.25rem;
  }

  .sm\:children\:m-10 > * {
    margin: 2.5rem;
  }

  .sm\:children\:m-11 > * {
    margin: 2.75rem;
  }

  .sm\:children\:m-12 > * {
    margin: 3rem;
  }

  .sm\:children\:m-13 > * {
    margin: 3.25rem;
  }

  .sm\:children\:m-14 > * {
    margin: 3.5rem;
  }

  .sm\:children\:m-15 > * {
    margin: 3.75rem;
  }

  .sm\:children\:m-16 > * {
    margin: 4rem;
  }

  .sm\:children\:m-17 > * {
    margin: 4.25rem;
  }

  .sm\:children\:m-18 > * {
    margin: 4.5rem;
  }

  .sm\:children\:m-19 > * {
    margin: 4.75rem;
  }

  .sm\:children\:m-20 > * {
    margin: 5rem;
  }

  .sm\:children\:m-24 > * {
    margin: 6rem;
  }

  .sm\:children\:m-32 > * {
    margin: 8rem;
  }

  .sm\:children\:m-40 > * {
    margin: 10rem;
  }

  .sm\:children\:m-48 > * {
    margin: 12rem;
  }

  .sm\:children\:m-56 > * {
    margin: 14rem;
  }

  .sm\:children\:m-64 > * {
    margin: 16rem;
  }

  .sm\:children\:m-75 > * {
    margin: 18.75rem;
  }

  .sm\:children\:m-auto > * {
    margin: auto;
  }

  .sm\:children\:m-px > * {
    margin: 1px;
  }

  .sm\:children\:-m-1 > * {
    margin: -0.25rem;
  }

  .sm\:children\:-m-2 > * {
    margin: -0.5rem;
  }

  .sm\:children\:-m-3 > * {
    margin: -0.75rem;
  }

  .sm\:children\:-m-4 > * {
    margin: -1rem;
  }

  .sm\:children\:-m-5 > * {
    margin: -1.25rem;
  }

  .sm\:children\:-m-6 > * {
    margin: -1.5rem;
  }

  .sm\:children\:-m-7 > * {
    margin: -1.75rem;
  }

  .sm\:children\:-m-8 > * {
    margin: -2rem;
  }

  .sm\:children\:-m-9 > * {
    margin: -2.25rem;
  }

  .sm\:children\:-m-10 > * {
    margin: -2.5rem;
  }

  .sm\:children\:-m-11 > * {
    margin: -2.75rem;
  }

  .sm\:children\:-m-12 > * {
    margin: -3rem;
  }

  .sm\:children\:-m-13 > * {
    margin: -3.25rem;
  }

  .sm\:children\:-m-14 > * {
    margin: -3.5rem;
  }

  .sm\:children\:-m-15 > * {
    margin: -3.75rem;
  }

  .sm\:children\:-m-16 > * {
    margin: -4rem;
  }

  .sm\:children\:-m-17 > * {
    margin: -4.25rem;
  }

  .sm\:children\:-m-18 > * {
    margin: -4.5rem;
  }

  .sm\:children\:-m-19 > * {
    margin: -4.75rem;
  }

  .sm\:children\:-m-20 > * {
    margin: -5rem;
  }

  .sm\:children\:-m-24 > * {
    margin: -6rem;
  }

  .sm\:children\:-m-32 > * {
    margin: -8rem;
  }

  .sm\:children\:-m-40 > * {
    margin: -10rem;
  }

  .sm\:children\:-m-48 > * {
    margin: -12rem;
  }

  .sm\:children\:-m-56 > * {
    margin: -14rem;
  }

  .sm\:children\:-m-64 > * {
    margin: -16rem;
  }

  .sm\:children\:-m-75 > * {
    margin: -18.75rem;
  }

  .sm\:children\:-m-px > * {
    margin: -1px;
  }

  .sm\:children\:my-0 > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:children\:mx-0 > * {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:children\:my-1 > * {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:children\:mx-1 > * {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:children\:my-2 > * {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:children\:mx-2 > * {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:children\:my-3 > * {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:children\:mx-3 > * {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:children\:my-4 > * {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:children\:mx-4 > * {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:children\:my-5 > * {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:children\:mx-5 > * {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:children\:my-6 > * {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:children\:mx-6 > * {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:children\:my-7 > * {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:children\:mx-7 > * {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:children\:my-8 > * {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:children\:mx-8 > * {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:children\:my-9 > * {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:children\:mx-9 > * {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:children\:my-10 > * {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:children\:mx-10 > * {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:children\:my-11 > * {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:children\:mx-11 > * {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:children\:my-12 > * {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:children\:mx-12 > * {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:children\:my-13 > * {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .sm\:children\:mx-13 > * {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .sm\:children\:my-14 > * {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:children\:mx-14 > * {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:children\:my-15 > * {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:children\:mx-15 > * {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .sm\:children\:my-16 > * {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:children\:mx-16 > * {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:children\:my-17 > * {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .sm\:children\:mx-17 > * {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .sm\:children\:my-18 > * {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm\:children\:mx-18 > * {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .sm\:children\:my-19 > * {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .sm\:children\:mx-19 > * {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .sm\:children\:my-20 > * {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:children\:mx-20 > * {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:children\:my-24 > * {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:children\:mx-24 > * {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:children\:my-32 > * {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:children\:mx-32 > * {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:children\:my-40 > * {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:children\:mx-40 > * {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:children\:my-48 > * {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:children\:mx-48 > * {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:children\:my-56 > * {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:children\:mx-56 > * {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:children\:my-64 > * {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:children\:mx-64 > * {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:children\:my-75 > * {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .sm\:children\:mx-75 > * {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .sm\:children\:my-auto > * {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:children\:mx-auto > * {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:children\:my-px > * {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:children\:mx-px > * {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:children\:-my-1 > * {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:children\:-mx-1 > * {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:children\:-my-2 > * {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:children\:-mx-2 > * {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:children\:-my-3 > * {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:children\:-mx-3 > * {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:children\:-my-4 > * {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:children\:-mx-4 > * {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:children\:-my-5 > * {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:children\:-mx-5 > * {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:children\:-my-6 > * {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:children\:-mx-6 > * {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:children\:-my-7 > * {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:children\:-mx-7 > * {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:children\:-my-8 > * {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:children\:-mx-8 > * {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:children\:-my-9 > * {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:children\:-mx-9 > * {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:children\:-my-10 > * {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:children\:-mx-10 > * {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:children\:-my-11 > * {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:children\:-mx-11 > * {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:children\:-my-12 > * {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:children\:-mx-12 > * {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:children\:-my-13 > * {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .sm\:children\:-mx-13 > * {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .sm\:children\:-my-14 > * {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:children\:-mx-14 > * {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:children\:-my-15 > * {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:children\:-mx-15 > * {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .sm\:children\:-my-16 > * {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:children\:-mx-16 > * {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:children\:-my-17 > * {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .sm\:children\:-mx-17 > * {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .sm\:children\:-my-18 > * {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sm\:children\:-mx-18 > * {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .sm\:children\:-my-19 > * {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .sm\:children\:-mx-19 > * {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .sm\:children\:-my-20 > * {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:children\:-mx-20 > * {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:children\:-my-24 > * {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:children\:-mx-24 > * {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:children\:-my-32 > * {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:children\:-mx-32 > * {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:children\:-my-40 > * {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:children\:-mx-40 > * {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:children\:-my-48 > * {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:children\:-mx-48 > * {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:children\:-my-56 > * {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:children\:-mx-56 > * {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:children\:-my-64 > * {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:children\:-mx-64 > * {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:children\:-my-75 > * {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .sm\:children\:-mx-75 > * {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .sm\:children\:-my-px > * {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:children\:-mx-px > * {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:children\:mt-0 > * {
    margin-top: 0;
  }

  .sm\:children\:mr-0 > * {
    margin-right: 0;
  }

  .sm\:children\:mb-0 > * {
    margin-bottom: 0;
  }

  .sm\:children\:ml-0 > * {
    margin-left: 0;
  }

  .sm\:children\:mt-1 > * {
    margin-top: 0.25rem;
  }

  .sm\:children\:mr-1 > * {
    margin-right: 0.25rem;
  }

  .sm\:children\:mb-1 > * {
    margin-bottom: 0.25rem;
  }

  .sm\:children\:ml-1 > * {
    margin-left: 0.25rem;
  }

  .sm\:children\:mt-2 > * {
    margin-top: 0.5rem;
  }

  .sm\:children\:mr-2 > * {
    margin-right: 0.5rem;
  }

  .sm\:children\:mb-2 > * {
    margin-bottom: 0.5rem;
  }

  .sm\:children\:ml-2 > * {
    margin-left: 0.5rem;
  }

  .sm\:children\:mt-3 > * {
    margin-top: 0.75rem;
  }

  .sm\:children\:mr-3 > * {
    margin-right: 0.75rem;
  }

  .sm\:children\:mb-3 > * {
    margin-bottom: 0.75rem;
  }

  .sm\:children\:ml-3 > * {
    margin-left: 0.75rem;
  }

  .sm\:children\:mt-4 > * {
    margin-top: 1rem;
  }

  .sm\:children\:mr-4 > * {
    margin-right: 1rem;
  }

  .sm\:children\:mb-4 > * {
    margin-bottom: 1rem;
  }

  .sm\:children\:ml-4 > * {
    margin-left: 1rem;
  }

  .sm\:children\:mt-5 > * {
    margin-top: 1.25rem;
  }

  .sm\:children\:mr-5 > * {
    margin-right: 1.25rem;
  }

  .sm\:children\:mb-5 > * {
    margin-bottom: 1.25rem;
  }

  .sm\:children\:ml-5 > * {
    margin-left: 1.25rem;
  }

  .sm\:children\:mt-6 > * {
    margin-top: 1.5rem;
  }

  .sm\:children\:mr-6 > * {
    margin-right: 1.5rem;
  }

  .sm\:children\:mb-6 > * {
    margin-bottom: 1.5rem;
  }

  .sm\:children\:ml-6 > * {
    margin-left: 1.5rem;
  }

  .sm\:children\:mt-7 > * {
    margin-top: 1.75rem;
  }

  .sm\:children\:mr-7 > * {
    margin-right: 1.75rem;
  }

  .sm\:children\:mb-7 > * {
    margin-bottom: 1.75rem;
  }

  .sm\:children\:ml-7 > * {
    margin-left: 1.75rem;
  }

  .sm\:children\:mt-8 > * {
    margin-top: 2rem;
  }

  .sm\:children\:mr-8 > * {
    margin-right: 2rem;
  }

  .sm\:children\:mb-8 > * {
    margin-bottom: 2rem;
  }

  .sm\:children\:ml-8 > * {
    margin-left: 2rem;
  }

  .sm\:children\:mt-9 > * {
    margin-top: 2.25rem;
  }

  .sm\:children\:mr-9 > * {
    margin-right: 2.25rem;
  }

  .sm\:children\:mb-9 > * {
    margin-bottom: 2.25rem;
  }

  .sm\:children\:ml-9 > * {
    margin-left: 2.25rem;
  }

  .sm\:children\:mt-10 > * {
    margin-top: 2.5rem;
  }

  .sm\:children\:mr-10 > * {
    margin-right: 2.5rem;
  }

  .sm\:children\:mb-10 > * {
    margin-bottom: 2.5rem;
  }

  .sm\:children\:ml-10 > * {
    margin-left: 2.5rem;
  }

  .sm\:children\:mt-11 > * {
    margin-top: 2.75rem;
  }

  .sm\:children\:mr-11 > * {
    margin-right: 2.75rem;
  }

  .sm\:children\:mb-11 > * {
    margin-bottom: 2.75rem;
  }

  .sm\:children\:ml-11 > * {
    margin-left: 2.75rem;
  }

  .sm\:children\:mt-12 > * {
    margin-top: 3rem;
  }

  .sm\:children\:mr-12 > * {
    margin-right: 3rem;
  }

  .sm\:children\:mb-12 > * {
    margin-bottom: 3rem;
  }

  .sm\:children\:ml-12 > * {
    margin-left: 3rem;
  }

  .sm\:children\:mt-13 > * {
    margin-top: 3.25rem;
  }

  .sm\:children\:mr-13 > * {
    margin-right: 3.25rem;
  }

  .sm\:children\:mb-13 > * {
    margin-bottom: 3.25rem;
  }

  .sm\:children\:ml-13 > * {
    margin-left: 3.25rem;
  }

  .sm\:children\:mt-14 > * {
    margin-top: 3.5rem;
  }

  .sm\:children\:mr-14 > * {
    margin-right: 3.5rem;
  }

  .sm\:children\:mb-14 > * {
    margin-bottom: 3.5rem;
  }

  .sm\:children\:ml-14 > * {
    margin-left: 3.5rem;
  }

  .sm\:children\:mt-15 > * {
    margin-top: 3.75rem;
  }

  .sm\:children\:mr-15 > * {
    margin-right: 3.75rem;
  }

  .sm\:children\:mb-15 > * {
    margin-bottom: 3.75rem;
  }

  .sm\:children\:ml-15 > * {
    margin-left: 3.75rem;
  }

  .sm\:children\:mt-16 > * {
    margin-top: 4rem;
  }

  .sm\:children\:mr-16 > * {
    margin-right: 4rem;
  }

  .sm\:children\:mb-16 > * {
    margin-bottom: 4rem;
  }

  .sm\:children\:ml-16 > * {
    margin-left: 4rem;
  }

  .sm\:children\:mt-17 > * {
    margin-top: 4.25rem;
  }

  .sm\:children\:mr-17 > * {
    margin-right: 4.25rem;
  }

  .sm\:children\:mb-17 > * {
    margin-bottom: 4.25rem;
  }

  .sm\:children\:ml-17 > * {
    margin-left: 4.25rem;
  }

  .sm\:children\:mt-18 > * {
    margin-top: 4.5rem;
  }

  .sm\:children\:mr-18 > * {
    margin-right: 4.5rem;
  }

  .sm\:children\:mb-18 > * {
    margin-bottom: 4.5rem;
  }

  .sm\:children\:ml-18 > * {
    margin-left: 4.5rem;
  }

  .sm\:children\:mt-19 > * {
    margin-top: 4.75rem;
  }

  .sm\:children\:mr-19 > * {
    margin-right: 4.75rem;
  }

  .sm\:children\:mb-19 > * {
    margin-bottom: 4.75rem;
  }

  .sm\:children\:ml-19 > * {
    margin-left: 4.75rem;
  }

  .sm\:children\:mt-20 > * {
    margin-top: 5rem;
  }

  .sm\:children\:mr-20 > * {
    margin-right: 5rem;
  }

  .sm\:children\:mb-20 > * {
    margin-bottom: 5rem;
  }

  .sm\:children\:ml-20 > * {
    margin-left: 5rem;
  }

  .sm\:children\:mt-24 > * {
    margin-top: 6rem;
  }

  .sm\:children\:mr-24 > * {
    margin-right: 6rem;
  }

  .sm\:children\:mb-24 > * {
    margin-bottom: 6rem;
  }

  .sm\:children\:ml-24 > * {
    margin-left: 6rem;
  }

  .sm\:children\:mt-32 > * {
    margin-top: 8rem;
  }

  .sm\:children\:mr-32 > * {
    margin-right: 8rem;
  }

  .sm\:children\:mb-32 > * {
    margin-bottom: 8rem;
  }

  .sm\:children\:ml-32 > * {
    margin-left: 8rem;
  }

  .sm\:children\:mt-40 > * {
    margin-top: 10rem;
  }

  .sm\:children\:mr-40 > * {
    margin-right: 10rem;
  }

  .sm\:children\:mb-40 > * {
    margin-bottom: 10rem;
  }

  .sm\:children\:ml-40 > * {
    margin-left: 10rem;
  }

  .sm\:children\:mt-48 > * {
    margin-top: 12rem;
  }

  .sm\:children\:mr-48 > * {
    margin-right: 12rem;
  }

  .sm\:children\:mb-48 > * {
    margin-bottom: 12rem;
  }

  .sm\:children\:ml-48 > * {
    margin-left: 12rem;
  }

  .sm\:children\:mt-56 > * {
    margin-top: 14rem;
  }

  .sm\:children\:mr-56 > * {
    margin-right: 14rem;
  }

  .sm\:children\:mb-56 > * {
    margin-bottom: 14rem;
  }

  .sm\:children\:ml-56 > * {
    margin-left: 14rem;
  }

  .sm\:children\:mt-64 > * {
    margin-top: 16rem;
  }

  .sm\:children\:mr-64 > * {
    margin-right: 16rem;
  }

  .sm\:children\:mb-64 > * {
    margin-bottom: 16rem;
  }

  .sm\:children\:ml-64 > * {
    margin-left: 16rem;
  }

  .sm\:children\:mt-75 > * {
    margin-top: 18.75rem;
  }

  .sm\:children\:mr-75 > * {
    margin-right: 18.75rem;
  }

  .sm\:children\:mb-75 > * {
    margin-bottom: 18.75rem;
  }

  .sm\:children\:ml-75 > * {
    margin-left: 18.75rem;
  }

  .sm\:children\:mt-auto > * {
    margin-top: auto;
  }

  .sm\:children\:mr-auto > * {
    margin-right: auto;
  }

  .sm\:children\:mb-auto > * {
    margin-bottom: auto;
  }

  .sm\:children\:ml-auto > * {
    margin-left: auto;
  }

  .sm\:children\:mt-px > * {
    margin-top: 1px;
  }

  .sm\:children\:mr-px > * {
    margin-right: 1px;
  }

  .sm\:children\:mb-px > * {
    margin-bottom: 1px;
  }

  .sm\:children\:ml-px > * {
    margin-left: 1px;
  }

  .sm\:children\:-mt-1 > * {
    margin-top: -0.25rem;
  }

  .sm\:children\:-mr-1 > * {
    margin-right: -0.25rem;
  }

  .sm\:children\:-mb-1 > * {
    margin-bottom: -0.25rem;
  }

  .sm\:children\:-ml-1 > * {
    margin-left: -0.25rem;
  }

  .sm\:children\:-mt-2 > * {
    margin-top: -0.5rem;
  }

  .sm\:children\:-mr-2 > * {
    margin-right: -0.5rem;
  }

  .sm\:children\:-mb-2 > * {
    margin-bottom: -0.5rem;
  }

  .sm\:children\:-ml-2 > * {
    margin-left: -0.5rem;
  }

  .sm\:children\:-mt-3 > * {
    margin-top: -0.75rem;
  }

  .sm\:children\:-mr-3 > * {
    margin-right: -0.75rem;
  }

  .sm\:children\:-mb-3 > * {
    margin-bottom: -0.75rem;
  }

  .sm\:children\:-ml-3 > * {
    margin-left: -0.75rem;
  }

  .sm\:children\:-mt-4 > * {
    margin-top: -1rem;
  }

  .sm\:children\:-mr-4 > * {
    margin-right: -1rem;
  }

  .sm\:children\:-mb-4 > * {
    margin-bottom: -1rem;
  }

  .sm\:children\:-ml-4 > * {
    margin-left: -1rem;
  }

  .sm\:children\:-mt-5 > * {
    margin-top: -1.25rem;
  }

  .sm\:children\:-mr-5 > * {
    margin-right: -1.25rem;
  }

  .sm\:children\:-mb-5 > * {
    margin-bottom: -1.25rem;
  }

  .sm\:children\:-ml-5 > * {
    margin-left: -1.25rem;
  }

  .sm\:children\:-mt-6 > * {
    margin-top: -1.5rem;
  }

  .sm\:children\:-mr-6 > * {
    margin-right: -1.5rem;
  }

  .sm\:children\:-mb-6 > * {
    margin-bottom: -1.5rem;
  }

  .sm\:children\:-ml-6 > * {
    margin-left: -1.5rem;
  }

  .sm\:children\:-mt-7 > * {
    margin-top: -1.75rem;
  }

  .sm\:children\:-mr-7 > * {
    margin-right: -1.75rem;
  }

  .sm\:children\:-mb-7 > * {
    margin-bottom: -1.75rem;
  }

  .sm\:children\:-ml-7 > * {
    margin-left: -1.75rem;
  }

  .sm\:children\:-mt-8 > * {
    margin-top: -2rem;
  }

  .sm\:children\:-mr-8 > * {
    margin-right: -2rem;
  }

  .sm\:children\:-mb-8 > * {
    margin-bottom: -2rem;
  }

  .sm\:children\:-ml-8 > * {
    margin-left: -2rem;
  }

  .sm\:children\:-mt-9 > * {
    margin-top: -2.25rem;
  }

  .sm\:children\:-mr-9 > * {
    margin-right: -2.25rem;
  }

  .sm\:children\:-mb-9 > * {
    margin-bottom: -2.25rem;
  }

  .sm\:children\:-ml-9 > * {
    margin-left: -2.25rem;
  }

  .sm\:children\:-mt-10 > * {
    margin-top: -2.5rem;
  }

  .sm\:children\:-mr-10 > * {
    margin-right: -2.5rem;
  }

  .sm\:children\:-mb-10 > * {
    margin-bottom: -2.5rem;
  }

  .sm\:children\:-ml-10 > * {
    margin-left: -2.5rem;
  }

  .sm\:children\:-mt-11 > * {
    margin-top: -2.75rem;
  }

  .sm\:children\:-mr-11 > * {
    margin-right: -2.75rem;
  }

  .sm\:children\:-mb-11 > * {
    margin-bottom: -2.75rem;
  }

  .sm\:children\:-ml-11 > * {
    margin-left: -2.75rem;
  }

  .sm\:children\:-mt-12 > * {
    margin-top: -3rem;
  }

  .sm\:children\:-mr-12 > * {
    margin-right: -3rem;
  }

  .sm\:children\:-mb-12 > * {
    margin-bottom: -3rem;
  }

  .sm\:children\:-ml-12 > * {
    margin-left: -3rem;
  }

  .sm\:children\:-mt-13 > * {
    margin-top: -3.25rem;
  }

  .sm\:children\:-mr-13 > * {
    margin-right: -3.25rem;
  }

  .sm\:children\:-mb-13 > * {
    margin-bottom: -3.25rem;
  }

  .sm\:children\:-ml-13 > * {
    margin-left: -3.25rem;
  }

  .sm\:children\:-mt-14 > * {
    margin-top: -3.5rem;
  }

  .sm\:children\:-mr-14 > * {
    margin-right: -3.5rem;
  }

  .sm\:children\:-mb-14 > * {
    margin-bottom: -3.5rem;
  }

  .sm\:children\:-ml-14 > * {
    margin-left: -3.5rem;
  }

  .sm\:children\:-mt-15 > * {
    margin-top: -3.75rem;
  }

  .sm\:children\:-mr-15 > * {
    margin-right: -3.75rem;
  }

  .sm\:children\:-mb-15 > * {
    margin-bottom: -3.75rem;
  }

  .sm\:children\:-ml-15 > * {
    margin-left: -3.75rem;
  }

  .sm\:children\:-mt-16 > * {
    margin-top: -4rem;
  }

  .sm\:children\:-mr-16 > * {
    margin-right: -4rem;
  }

  .sm\:children\:-mb-16 > * {
    margin-bottom: -4rem;
  }

  .sm\:children\:-ml-16 > * {
    margin-left: -4rem;
  }

  .sm\:children\:-mt-17 > * {
    margin-top: -4.25rem;
  }

  .sm\:children\:-mr-17 > * {
    margin-right: -4.25rem;
  }

  .sm\:children\:-mb-17 > * {
    margin-bottom: -4.25rem;
  }

  .sm\:children\:-ml-17 > * {
    margin-left: -4.25rem;
  }

  .sm\:children\:-mt-18 > * {
    margin-top: -4.5rem;
  }

  .sm\:children\:-mr-18 > * {
    margin-right: -4.5rem;
  }

  .sm\:children\:-mb-18 > * {
    margin-bottom: -4.5rem;
  }

  .sm\:children\:-ml-18 > * {
    margin-left: -4.5rem;
  }

  .sm\:children\:-mt-19 > * {
    margin-top: -4.75rem;
  }

  .sm\:children\:-mr-19 > * {
    margin-right: -4.75rem;
  }

  .sm\:children\:-mb-19 > * {
    margin-bottom: -4.75rem;
  }

  .sm\:children\:-ml-19 > * {
    margin-left: -4.75rem;
  }

  .sm\:children\:-mt-20 > * {
    margin-top: -5rem;
  }

  .sm\:children\:-mr-20 > * {
    margin-right: -5rem;
  }

  .sm\:children\:-mb-20 > * {
    margin-bottom: -5rem;
  }

  .sm\:children\:-ml-20 > * {
    margin-left: -5rem;
  }

  .sm\:children\:-mt-24 > * {
    margin-top: -6rem;
  }

  .sm\:children\:-mr-24 > * {
    margin-right: -6rem;
  }

  .sm\:children\:-mb-24 > * {
    margin-bottom: -6rem;
  }

  .sm\:children\:-ml-24 > * {
    margin-left: -6rem;
  }

  .sm\:children\:-mt-32 > * {
    margin-top: -8rem;
  }

  .sm\:children\:-mr-32 > * {
    margin-right: -8rem;
  }

  .sm\:children\:-mb-32 > * {
    margin-bottom: -8rem;
  }

  .sm\:children\:-ml-32 > * {
    margin-left: -8rem;
  }

  .sm\:children\:-mt-40 > * {
    margin-top: -10rem;
  }

  .sm\:children\:-mr-40 > * {
    margin-right: -10rem;
  }

  .sm\:children\:-mb-40 > * {
    margin-bottom: -10rem;
  }

  .sm\:children\:-ml-40 > * {
    margin-left: -10rem;
  }

  .sm\:children\:-mt-48 > * {
    margin-top: -12rem;
  }

  .sm\:children\:-mr-48 > * {
    margin-right: -12rem;
  }

  .sm\:children\:-mb-48 > * {
    margin-bottom: -12rem;
  }

  .sm\:children\:-ml-48 > * {
    margin-left: -12rem;
  }

  .sm\:children\:-mt-56 > * {
    margin-top: -14rem;
  }

  .sm\:children\:-mr-56 > * {
    margin-right: -14rem;
  }

  .sm\:children\:-mb-56 > * {
    margin-bottom: -14rem;
  }

  .sm\:children\:-ml-56 > * {
    margin-left: -14rem;
  }

  .sm\:children\:-mt-64 > * {
    margin-top: -16rem;
  }

  .sm\:children\:-mr-64 > * {
    margin-right: -16rem;
  }

  .sm\:children\:-mb-64 > * {
    margin-bottom: -16rem;
  }

  .sm\:children\:-ml-64 > * {
    margin-left: -16rem;
  }

  .sm\:children\:-mt-75 > * {
    margin-top: -18.75rem;
  }

  .sm\:children\:-mr-75 > * {
    margin-right: -18.75rem;
  }

  .sm\:children\:-mb-75 > * {
    margin-bottom: -18.75rem;
  }

  .sm\:children\:-ml-75 > * {
    margin-left: -18.75rem;
  }

  .sm\:children\:-mt-px > * {
    margin-top: -1px;
  }

  .sm\:children\:-mr-px > * {
    margin-right: -1px;
  }

  .sm\:children\:-mb-px > * {
    margin-bottom: -1px;
  }

  .sm\:children\:-ml-px > * {
    margin-left: -1px;
  }

  .sm\:first\:m-0:first-child {
    margin: 0;
  }

  .sm\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .sm\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .sm\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .sm\:first\:m-4:first-child {
    margin: 1rem;
  }

  .sm\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .sm\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .sm\:first\:m-7:first-child {
    margin: 1.75rem;
  }

  .sm\:first\:m-8:first-child {
    margin: 2rem;
  }

  .sm\:first\:m-9:first-child {
    margin: 2.25rem;
  }

  .sm\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .sm\:first\:m-11:first-child {
    margin: 2.75rem;
  }

  .sm\:first\:m-12:first-child {
    margin: 3rem;
  }

  .sm\:first\:m-13:first-child {
    margin: 3.25rem;
  }

  .sm\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .sm\:first\:m-15:first-child {
    margin: 3.75rem;
  }

  .sm\:first\:m-16:first-child {
    margin: 4rem;
  }

  .sm\:first\:m-17:first-child {
    margin: 4.25rem;
  }

  .sm\:first\:m-18:first-child {
    margin: 4.5rem;
  }

  .sm\:first\:m-19:first-child {
    margin: 4.75rem;
  }

  .sm\:first\:m-20:first-child {
    margin: 5rem;
  }

  .sm\:first\:m-24:first-child {
    margin: 6rem;
  }

  .sm\:first\:m-32:first-child {
    margin: 8rem;
  }

  .sm\:first\:m-40:first-child {
    margin: 10rem;
  }

  .sm\:first\:m-48:first-child {
    margin: 12rem;
  }

  .sm\:first\:m-56:first-child {
    margin: 14rem;
  }

  .sm\:first\:m-64:first-child {
    margin: 16rem;
  }

  .sm\:first\:m-75:first-child {
    margin: 18.75rem;
  }

  .sm\:first\:m-auto:first-child {
    margin: auto;
  }

  .sm\:first\:m-px:first-child {
    margin: 1px;
  }

  .sm\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .sm\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .sm\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .sm\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .sm\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .sm\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .sm\:first\:-m-7:first-child {
    margin: -1.75rem;
  }

  .sm\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .sm\:first\:-m-9:first-child {
    margin: -2.25rem;
  }

  .sm\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .sm\:first\:-m-11:first-child {
    margin: -2.75rem;
  }

  .sm\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .sm\:first\:-m-13:first-child {
    margin: -3.25rem;
  }

  .sm\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .sm\:first\:-m-15:first-child {
    margin: -3.75rem;
  }

  .sm\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .sm\:first\:-m-17:first-child {
    margin: -4.25rem;
  }

  .sm\:first\:-m-18:first-child {
    margin: -4.5rem;
  }

  .sm\:first\:-m-19:first-child {
    margin: -4.75rem;
  }

  .sm\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .sm\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .sm\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .sm\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .sm\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .sm\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .sm\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .sm\:first\:-m-75:first-child {
    margin: -18.75rem;
  }

  .sm\:first\:-m-px:first-child {
    margin: -1px;
  }

  .sm\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:first\:my-7:first-child {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:first\:mx-7:first-child {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:first\:my-9:first-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:first\:mx-9:first-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:first\:my-11:first-child {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:first\:mx-11:first-child {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:first\:my-13:first-child {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .sm\:first\:mx-13:first-child {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .sm\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:first\:my-15:first-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:first\:mx-15:first-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .sm\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:first\:my-17:first-child {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .sm\:first\:mx-17:first-child {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .sm\:first\:my-18:first-child {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm\:first\:mx-18:first-child {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .sm\:first\:my-19:first-child {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .sm\:first\:mx-19:first-child {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .sm\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:first\:my-75:first-child {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .sm\:first\:mx-75:first-child {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .sm\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:first\:-my-7:first-child {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:first\:-mx-7:first-child {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:first\:-my-9:first-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:first\:-mx-9:first-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:first\:-my-11:first-child {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:first\:-mx-11:first-child {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:first\:-my-13:first-child {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .sm\:first\:-mx-13:first-child {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .sm\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:first\:-my-15:first-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:first\:-mx-15:first-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .sm\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:first\:-my-17:first-child {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .sm\:first\:-mx-17:first-child {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .sm\:first\:-my-18:first-child {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sm\:first\:-mx-18:first-child {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .sm\:first\:-my-19:first-child {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .sm\:first\:-mx-19:first-child {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .sm\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:first\:-my-75:first-child {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .sm\:first\:-mx-75:first-child {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .sm\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .sm\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .sm\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .sm\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .sm\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .sm\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .sm\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .sm\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .sm\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .sm\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .sm\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .sm\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .sm\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .sm\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .sm\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .sm\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .sm\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .sm\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .sm\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .sm\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .sm\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .sm\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .sm\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .sm\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .sm\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .sm\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .sm\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .sm\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .sm\:first\:mt-7:first-child {
    margin-top: 1.75rem;
  }

  .sm\:first\:mr-7:first-child {
    margin-right: 1.75rem;
  }

  .sm\:first\:mb-7:first-child {
    margin-bottom: 1.75rem;
  }

  .sm\:first\:ml-7:first-child {
    margin-left: 1.75rem;
  }

  .sm\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .sm\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .sm\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .sm\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .sm\:first\:mt-9:first-child {
    margin-top: 2.25rem;
  }

  .sm\:first\:mr-9:first-child {
    margin-right: 2.25rem;
  }

  .sm\:first\:mb-9:first-child {
    margin-bottom: 2.25rem;
  }

  .sm\:first\:ml-9:first-child {
    margin-left: 2.25rem;
  }

  .sm\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .sm\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .sm\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .sm\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .sm\:first\:mt-11:first-child {
    margin-top: 2.75rem;
  }

  .sm\:first\:mr-11:first-child {
    margin-right: 2.75rem;
  }

  .sm\:first\:mb-11:first-child {
    margin-bottom: 2.75rem;
  }

  .sm\:first\:ml-11:first-child {
    margin-left: 2.75rem;
  }

  .sm\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .sm\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .sm\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .sm\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .sm\:first\:mt-13:first-child {
    margin-top: 3.25rem;
  }

  .sm\:first\:mr-13:first-child {
    margin-right: 3.25rem;
  }

  .sm\:first\:mb-13:first-child {
    margin-bottom: 3.25rem;
  }

  .sm\:first\:ml-13:first-child {
    margin-left: 3.25rem;
  }

  .sm\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .sm\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .sm\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .sm\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .sm\:first\:mt-15:first-child {
    margin-top: 3.75rem;
  }

  .sm\:first\:mr-15:first-child {
    margin-right: 3.75rem;
  }

  .sm\:first\:mb-15:first-child {
    margin-bottom: 3.75rem;
  }

  .sm\:first\:ml-15:first-child {
    margin-left: 3.75rem;
  }

  .sm\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .sm\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .sm\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .sm\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .sm\:first\:mt-17:first-child {
    margin-top: 4.25rem;
  }

  .sm\:first\:mr-17:first-child {
    margin-right: 4.25rem;
  }

  .sm\:first\:mb-17:first-child {
    margin-bottom: 4.25rem;
  }

  .sm\:first\:ml-17:first-child {
    margin-left: 4.25rem;
  }

  .sm\:first\:mt-18:first-child {
    margin-top: 4.5rem;
  }

  .sm\:first\:mr-18:first-child {
    margin-right: 4.5rem;
  }

  .sm\:first\:mb-18:first-child {
    margin-bottom: 4.5rem;
  }

  .sm\:first\:ml-18:first-child {
    margin-left: 4.5rem;
  }

  .sm\:first\:mt-19:first-child {
    margin-top: 4.75rem;
  }

  .sm\:first\:mr-19:first-child {
    margin-right: 4.75rem;
  }

  .sm\:first\:mb-19:first-child {
    margin-bottom: 4.75rem;
  }

  .sm\:first\:ml-19:first-child {
    margin-left: 4.75rem;
  }

  .sm\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .sm\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .sm\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .sm\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .sm\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .sm\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .sm\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .sm\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .sm\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .sm\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .sm\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .sm\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .sm\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .sm\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .sm\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .sm\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .sm\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .sm\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .sm\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .sm\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .sm\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .sm\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .sm\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .sm\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .sm\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .sm\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .sm\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .sm\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .sm\:first\:mt-75:first-child {
    margin-top: 18.75rem;
  }

  .sm\:first\:mr-75:first-child {
    margin-right: 18.75rem;
  }

  .sm\:first\:mb-75:first-child {
    margin-bottom: 18.75rem;
  }

  .sm\:first\:ml-75:first-child {
    margin-left: 18.75rem;
  }

  .sm\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .sm\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .sm\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .sm\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .sm\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .sm\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .sm\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .sm\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .sm\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .sm\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .sm\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .sm\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .sm\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .sm\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .sm\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .sm\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .sm\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .sm\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .sm\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .sm\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .sm\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .sm\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .sm\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .sm\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .sm\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .sm\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .sm\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .sm\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .sm\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .sm\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .sm\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .sm\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .sm\:first\:-mt-7:first-child {
    margin-top: -1.75rem;
  }

  .sm\:first\:-mr-7:first-child {
    margin-right: -1.75rem;
  }

  .sm\:first\:-mb-7:first-child {
    margin-bottom: -1.75rem;
  }

  .sm\:first\:-ml-7:first-child {
    margin-left: -1.75rem;
  }

  .sm\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .sm\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .sm\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .sm\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .sm\:first\:-mt-9:first-child {
    margin-top: -2.25rem;
  }

  .sm\:first\:-mr-9:first-child {
    margin-right: -2.25rem;
  }

  .sm\:first\:-mb-9:first-child {
    margin-bottom: -2.25rem;
  }

  .sm\:first\:-ml-9:first-child {
    margin-left: -2.25rem;
  }

  .sm\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .sm\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .sm\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .sm\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .sm\:first\:-mt-11:first-child {
    margin-top: -2.75rem;
  }

  .sm\:first\:-mr-11:first-child {
    margin-right: -2.75rem;
  }

  .sm\:first\:-mb-11:first-child {
    margin-bottom: -2.75rem;
  }

  .sm\:first\:-ml-11:first-child {
    margin-left: -2.75rem;
  }

  .sm\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .sm\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .sm\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .sm\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .sm\:first\:-mt-13:first-child {
    margin-top: -3.25rem;
  }

  .sm\:first\:-mr-13:first-child {
    margin-right: -3.25rem;
  }

  .sm\:first\:-mb-13:first-child {
    margin-bottom: -3.25rem;
  }

  .sm\:first\:-ml-13:first-child {
    margin-left: -3.25rem;
  }

  .sm\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .sm\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .sm\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .sm\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .sm\:first\:-mt-15:first-child {
    margin-top: -3.75rem;
  }

  .sm\:first\:-mr-15:first-child {
    margin-right: -3.75rem;
  }

  .sm\:first\:-mb-15:first-child {
    margin-bottom: -3.75rem;
  }

  .sm\:first\:-ml-15:first-child {
    margin-left: -3.75rem;
  }

  .sm\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .sm\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .sm\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .sm\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .sm\:first\:-mt-17:first-child {
    margin-top: -4.25rem;
  }

  .sm\:first\:-mr-17:first-child {
    margin-right: -4.25rem;
  }

  .sm\:first\:-mb-17:first-child {
    margin-bottom: -4.25rem;
  }

  .sm\:first\:-ml-17:first-child {
    margin-left: -4.25rem;
  }

  .sm\:first\:-mt-18:first-child {
    margin-top: -4.5rem;
  }

  .sm\:first\:-mr-18:first-child {
    margin-right: -4.5rem;
  }

  .sm\:first\:-mb-18:first-child {
    margin-bottom: -4.5rem;
  }

  .sm\:first\:-ml-18:first-child {
    margin-left: -4.5rem;
  }

  .sm\:first\:-mt-19:first-child {
    margin-top: -4.75rem;
  }

  .sm\:first\:-mr-19:first-child {
    margin-right: -4.75rem;
  }

  .sm\:first\:-mb-19:first-child {
    margin-bottom: -4.75rem;
  }

  .sm\:first\:-ml-19:first-child {
    margin-left: -4.75rem;
  }

  .sm\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .sm\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .sm\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .sm\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .sm\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .sm\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .sm\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .sm\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .sm\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .sm\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .sm\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .sm\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .sm\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .sm\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .sm\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .sm\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .sm\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .sm\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .sm\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .sm\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .sm\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .sm\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .sm\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .sm\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .sm\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .sm\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .sm\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .sm\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .sm\:first\:-mt-75:first-child {
    margin-top: -18.75rem;
  }

  .sm\:first\:-mr-75:first-child {
    margin-right: -18.75rem;
  }

  .sm\:first\:-mb-75:first-child {
    margin-bottom: -18.75rem;
  }

  .sm\:first\:-ml-75:first-child {
    margin-left: -18.75rem;
  }

  .sm\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .sm\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .sm\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .sm\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .sm\:last\:m-0:last-child {
    margin: 0;
  }

  .sm\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .sm\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .sm\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .sm\:last\:m-4:last-child {
    margin: 1rem;
  }

  .sm\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .sm\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .sm\:last\:m-7:last-child {
    margin: 1.75rem;
  }

  .sm\:last\:m-8:last-child {
    margin: 2rem;
  }

  .sm\:last\:m-9:last-child {
    margin: 2.25rem;
  }

  .sm\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .sm\:last\:m-11:last-child {
    margin: 2.75rem;
  }

  .sm\:last\:m-12:last-child {
    margin: 3rem;
  }

  .sm\:last\:m-13:last-child {
    margin: 3.25rem;
  }

  .sm\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .sm\:last\:m-15:last-child {
    margin: 3.75rem;
  }

  .sm\:last\:m-16:last-child {
    margin: 4rem;
  }

  .sm\:last\:m-17:last-child {
    margin: 4.25rem;
  }

  .sm\:last\:m-18:last-child {
    margin: 4.5rem;
  }

  .sm\:last\:m-19:last-child {
    margin: 4.75rem;
  }

  .sm\:last\:m-20:last-child {
    margin: 5rem;
  }

  .sm\:last\:m-24:last-child {
    margin: 6rem;
  }

  .sm\:last\:m-32:last-child {
    margin: 8rem;
  }

  .sm\:last\:m-40:last-child {
    margin: 10rem;
  }

  .sm\:last\:m-48:last-child {
    margin: 12rem;
  }

  .sm\:last\:m-56:last-child {
    margin: 14rem;
  }

  .sm\:last\:m-64:last-child {
    margin: 16rem;
  }

  .sm\:last\:m-75:last-child {
    margin: 18.75rem;
  }

  .sm\:last\:m-auto:last-child {
    margin: auto;
  }

  .sm\:last\:m-px:last-child {
    margin: 1px;
  }

  .sm\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .sm\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .sm\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .sm\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .sm\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .sm\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .sm\:last\:-m-7:last-child {
    margin: -1.75rem;
  }

  .sm\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .sm\:last\:-m-9:last-child {
    margin: -2.25rem;
  }

  .sm\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .sm\:last\:-m-11:last-child {
    margin: -2.75rem;
  }

  .sm\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .sm\:last\:-m-13:last-child {
    margin: -3.25rem;
  }

  .sm\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .sm\:last\:-m-15:last-child {
    margin: -3.75rem;
  }

  .sm\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .sm\:last\:-m-17:last-child {
    margin: -4.25rem;
  }

  .sm\:last\:-m-18:last-child {
    margin: -4.5rem;
  }

  .sm\:last\:-m-19:last-child {
    margin: -4.75rem;
  }

  .sm\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .sm\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .sm\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .sm\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .sm\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .sm\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .sm\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .sm\:last\:-m-75:last-child {
    margin: -18.75rem;
  }

  .sm\:last\:-m-px:last-child {
    margin: -1px;
  }

  .sm\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:last\:my-7:last-child {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:last\:mx-7:last-child {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:last\:my-9:last-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:last\:mx-9:last-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:last\:my-11:last-child {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:last\:mx-11:last-child {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:last\:my-13:last-child {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .sm\:last\:mx-13:last-child {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .sm\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:last\:my-15:last-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:last\:mx-15:last-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .sm\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:last\:my-17:last-child {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .sm\:last\:mx-17:last-child {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .sm\:last\:my-18:last-child {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm\:last\:mx-18:last-child {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .sm\:last\:my-19:last-child {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .sm\:last\:mx-19:last-child {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .sm\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:last\:my-75:last-child {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .sm\:last\:mx-75:last-child {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .sm\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:last\:-my-7:last-child {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:last\:-mx-7:last-child {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:last\:-my-9:last-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:last\:-mx-9:last-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:last\:-my-11:last-child {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:last\:-mx-11:last-child {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:last\:-my-13:last-child {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .sm\:last\:-mx-13:last-child {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .sm\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:last\:-my-15:last-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:last\:-mx-15:last-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .sm\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:last\:-my-17:last-child {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .sm\:last\:-mx-17:last-child {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .sm\:last\:-my-18:last-child {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sm\:last\:-mx-18:last-child {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .sm\:last\:-my-19:last-child {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .sm\:last\:-mx-19:last-child {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .sm\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:last\:-my-75:last-child {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .sm\:last\:-mx-75:last-child {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .sm\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .sm\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .sm\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .sm\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .sm\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .sm\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .sm\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .sm\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .sm\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .sm\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .sm\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .sm\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .sm\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .sm\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .sm\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .sm\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .sm\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .sm\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .sm\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .sm\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .sm\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .sm\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .sm\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .sm\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .sm\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .sm\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .sm\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .sm\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .sm\:last\:mt-7:last-child {
    margin-top: 1.75rem;
  }

  .sm\:last\:mr-7:last-child {
    margin-right: 1.75rem;
  }

  .sm\:last\:mb-7:last-child {
    margin-bottom: 1.75rem;
  }

  .sm\:last\:ml-7:last-child {
    margin-left: 1.75rem;
  }

  .sm\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .sm\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .sm\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .sm\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .sm\:last\:mt-9:last-child {
    margin-top: 2.25rem;
  }

  .sm\:last\:mr-9:last-child {
    margin-right: 2.25rem;
  }

  .sm\:last\:mb-9:last-child {
    margin-bottom: 2.25rem;
  }

  .sm\:last\:ml-9:last-child {
    margin-left: 2.25rem;
  }

  .sm\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .sm\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .sm\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .sm\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .sm\:last\:mt-11:last-child {
    margin-top: 2.75rem;
  }

  .sm\:last\:mr-11:last-child {
    margin-right: 2.75rem;
  }

  .sm\:last\:mb-11:last-child {
    margin-bottom: 2.75rem;
  }

  .sm\:last\:ml-11:last-child {
    margin-left: 2.75rem;
  }

  .sm\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .sm\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .sm\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .sm\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .sm\:last\:mt-13:last-child {
    margin-top: 3.25rem;
  }

  .sm\:last\:mr-13:last-child {
    margin-right: 3.25rem;
  }

  .sm\:last\:mb-13:last-child {
    margin-bottom: 3.25rem;
  }

  .sm\:last\:ml-13:last-child {
    margin-left: 3.25rem;
  }

  .sm\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .sm\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .sm\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .sm\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .sm\:last\:mt-15:last-child {
    margin-top: 3.75rem;
  }

  .sm\:last\:mr-15:last-child {
    margin-right: 3.75rem;
  }

  .sm\:last\:mb-15:last-child {
    margin-bottom: 3.75rem;
  }

  .sm\:last\:ml-15:last-child {
    margin-left: 3.75rem;
  }

  .sm\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .sm\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .sm\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .sm\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .sm\:last\:mt-17:last-child {
    margin-top: 4.25rem;
  }

  .sm\:last\:mr-17:last-child {
    margin-right: 4.25rem;
  }

  .sm\:last\:mb-17:last-child {
    margin-bottom: 4.25rem;
  }

  .sm\:last\:ml-17:last-child {
    margin-left: 4.25rem;
  }

  .sm\:last\:mt-18:last-child {
    margin-top: 4.5rem;
  }

  .sm\:last\:mr-18:last-child {
    margin-right: 4.5rem;
  }

  .sm\:last\:mb-18:last-child {
    margin-bottom: 4.5rem;
  }

  .sm\:last\:ml-18:last-child {
    margin-left: 4.5rem;
  }

  .sm\:last\:mt-19:last-child {
    margin-top: 4.75rem;
  }

  .sm\:last\:mr-19:last-child {
    margin-right: 4.75rem;
  }

  .sm\:last\:mb-19:last-child {
    margin-bottom: 4.75rem;
  }

  .sm\:last\:ml-19:last-child {
    margin-left: 4.75rem;
  }

  .sm\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .sm\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .sm\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .sm\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .sm\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .sm\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .sm\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .sm\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .sm\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .sm\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .sm\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .sm\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .sm\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .sm\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .sm\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .sm\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .sm\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .sm\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .sm\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .sm\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .sm\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .sm\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .sm\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .sm\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .sm\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .sm\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .sm\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .sm\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .sm\:last\:mt-75:last-child {
    margin-top: 18.75rem;
  }

  .sm\:last\:mr-75:last-child {
    margin-right: 18.75rem;
  }

  .sm\:last\:mb-75:last-child {
    margin-bottom: 18.75rem;
  }

  .sm\:last\:ml-75:last-child {
    margin-left: 18.75rem;
  }

  .sm\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .sm\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .sm\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .sm\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .sm\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .sm\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .sm\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .sm\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .sm\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .sm\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .sm\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .sm\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .sm\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .sm\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .sm\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .sm\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .sm\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .sm\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .sm\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .sm\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .sm\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .sm\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .sm\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .sm\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .sm\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .sm\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .sm\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .sm\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .sm\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .sm\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .sm\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .sm\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .sm\:last\:-mt-7:last-child {
    margin-top: -1.75rem;
  }

  .sm\:last\:-mr-7:last-child {
    margin-right: -1.75rem;
  }

  .sm\:last\:-mb-7:last-child {
    margin-bottom: -1.75rem;
  }

  .sm\:last\:-ml-7:last-child {
    margin-left: -1.75rem;
  }

  .sm\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .sm\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .sm\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .sm\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .sm\:last\:-mt-9:last-child {
    margin-top: -2.25rem;
  }

  .sm\:last\:-mr-9:last-child {
    margin-right: -2.25rem;
  }

  .sm\:last\:-mb-9:last-child {
    margin-bottom: -2.25rem;
  }

  .sm\:last\:-ml-9:last-child {
    margin-left: -2.25rem;
  }

  .sm\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .sm\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .sm\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .sm\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .sm\:last\:-mt-11:last-child {
    margin-top: -2.75rem;
  }

  .sm\:last\:-mr-11:last-child {
    margin-right: -2.75rem;
  }

  .sm\:last\:-mb-11:last-child {
    margin-bottom: -2.75rem;
  }

  .sm\:last\:-ml-11:last-child {
    margin-left: -2.75rem;
  }

  .sm\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .sm\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .sm\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .sm\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .sm\:last\:-mt-13:last-child {
    margin-top: -3.25rem;
  }

  .sm\:last\:-mr-13:last-child {
    margin-right: -3.25rem;
  }

  .sm\:last\:-mb-13:last-child {
    margin-bottom: -3.25rem;
  }

  .sm\:last\:-ml-13:last-child {
    margin-left: -3.25rem;
  }

  .sm\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .sm\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .sm\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .sm\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .sm\:last\:-mt-15:last-child {
    margin-top: -3.75rem;
  }

  .sm\:last\:-mr-15:last-child {
    margin-right: -3.75rem;
  }

  .sm\:last\:-mb-15:last-child {
    margin-bottom: -3.75rem;
  }

  .sm\:last\:-ml-15:last-child {
    margin-left: -3.75rem;
  }

  .sm\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .sm\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .sm\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .sm\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .sm\:last\:-mt-17:last-child {
    margin-top: -4.25rem;
  }

  .sm\:last\:-mr-17:last-child {
    margin-right: -4.25rem;
  }

  .sm\:last\:-mb-17:last-child {
    margin-bottom: -4.25rem;
  }

  .sm\:last\:-ml-17:last-child {
    margin-left: -4.25rem;
  }

  .sm\:last\:-mt-18:last-child {
    margin-top: -4.5rem;
  }

  .sm\:last\:-mr-18:last-child {
    margin-right: -4.5rem;
  }

  .sm\:last\:-mb-18:last-child {
    margin-bottom: -4.5rem;
  }

  .sm\:last\:-ml-18:last-child {
    margin-left: -4.5rem;
  }

  .sm\:last\:-mt-19:last-child {
    margin-top: -4.75rem;
  }

  .sm\:last\:-mr-19:last-child {
    margin-right: -4.75rem;
  }

  .sm\:last\:-mb-19:last-child {
    margin-bottom: -4.75rem;
  }

  .sm\:last\:-ml-19:last-child {
    margin-left: -4.75rem;
  }

  .sm\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .sm\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .sm\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .sm\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .sm\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .sm\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .sm\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .sm\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .sm\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .sm\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .sm\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .sm\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .sm\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .sm\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .sm\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .sm\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .sm\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .sm\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .sm\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .sm\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .sm\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .sm\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .sm\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .sm\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .sm\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .sm\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .sm\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .sm\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .sm\:last\:-mt-75:last-child {
    margin-top: -18.75rem;
  }

  .sm\:last\:-mr-75:last-child {
    margin-right: -18.75rem;
  }

  .sm\:last\:-mb-75:last-child {
    margin-bottom: -18.75rem;
  }

  .sm\:last\:-ml-75:last-child {
    margin-left: -18.75rem;
  }

  .sm\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .sm\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .sm\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .sm\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .sm\:hover\:m-0:hover {
    margin: 0;
  }

  .sm\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .sm\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .sm\:hover\:m-3:hover {
    margin: 0.75rem;
  }

  .sm\:hover\:m-4:hover {
    margin: 1rem;
  }

  .sm\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .sm\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .sm\:hover\:m-7:hover {
    margin: 1.75rem;
  }

  .sm\:hover\:m-8:hover {
    margin: 2rem;
  }

  .sm\:hover\:m-9:hover {
    margin: 2.25rem;
  }

  .sm\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .sm\:hover\:m-11:hover {
    margin: 2.75rem;
  }

  .sm\:hover\:m-12:hover {
    margin: 3rem;
  }

  .sm\:hover\:m-13:hover {
    margin: 3.25rem;
  }

  .sm\:hover\:m-14:hover {
    margin: 3.5rem;
  }

  .sm\:hover\:m-15:hover {
    margin: 3.75rem;
  }

  .sm\:hover\:m-16:hover {
    margin: 4rem;
  }

  .sm\:hover\:m-17:hover {
    margin: 4.25rem;
  }

  .sm\:hover\:m-18:hover {
    margin: 4.5rem;
  }

  .sm\:hover\:m-19:hover {
    margin: 4.75rem;
  }

  .sm\:hover\:m-20:hover {
    margin: 5rem;
  }

  .sm\:hover\:m-24:hover {
    margin: 6rem;
  }

  .sm\:hover\:m-32:hover {
    margin: 8rem;
  }

  .sm\:hover\:m-40:hover {
    margin: 10rem;
  }

  .sm\:hover\:m-48:hover {
    margin: 12rem;
  }

  .sm\:hover\:m-56:hover {
    margin: 14rem;
  }

  .sm\:hover\:m-64:hover {
    margin: 16rem;
  }

  .sm\:hover\:m-75:hover {
    margin: 18.75rem;
  }

  .sm\:hover\:m-auto:hover {
    margin: auto;
  }

  .sm\:hover\:m-px:hover {
    margin: 1px;
  }

  .sm\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .sm\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .sm\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .sm\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .sm\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .sm\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .sm\:hover\:-m-7:hover {
    margin: -1.75rem;
  }

  .sm\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .sm\:hover\:-m-9:hover {
    margin: -2.25rem;
  }

  .sm\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .sm\:hover\:-m-11:hover {
    margin: -2.75rem;
  }

  .sm\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .sm\:hover\:-m-13:hover {
    margin: -3.25rem;
  }

  .sm\:hover\:-m-14:hover {
    margin: -3.5rem;
  }

  .sm\:hover\:-m-15:hover {
    margin: -3.75rem;
  }

  .sm\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .sm\:hover\:-m-17:hover {
    margin: -4.25rem;
  }

  .sm\:hover\:-m-18:hover {
    margin: -4.5rem;
  }

  .sm\:hover\:-m-19:hover {
    margin: -4.75rem;
  }

  .sm\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .sm\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .sm\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .sm\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .sm\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .sm\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .sm\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .sm\:hover\:-m-75:hover {
    margin: -18.75rem;
  }

  .sm\:hover\:-m-px:hover {
    margin: -1px;
  }

  .sm\:hover\:my-0:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:hover\:mx-0:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:hover\:my-3:hover {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:hover\:mx-3:hover {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:hover\:my-7:hover {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:hover\:mx-7:hover {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:hover\:my-9:hover {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:hover\:mx-9:hover {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:hover\:my-11:hover {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:hover\:mx-11:hover {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:hover\:my-13:hover {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .sm\:hover\:mx-13:hover {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .sm\:hover\:my-14:hover {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:hover\:mx-14:hover {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:hover\:my-15:hover {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:hover\:mx-15:hover {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .sm\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:hover\:my-17:hover {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .sm\:hover\:mx-17:hover {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .sm\:hover\:my-18:hover {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm\:hover\:mx-18:hover {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .sm\:hover\:my-19:hover {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .sm\:hover\:mx-19:hover {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .sm\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:hover\:my-75:hover {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .sm\:hover\:mx-75:hover {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .sm\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:hover\:-my-7:hover {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:hover\:-mx-7:hover {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:hover\:-my-9:hover {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:hover\:-mx-9:hover {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:hover\:-my-11:hover {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:hover\:-mx-11:hover {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:hover\:-my-13:hover {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .sm\:hover\:-mx-13:hover {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .sm\:hover\:-my-14:hover {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:hover\:-mx-14:hover {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:hover\:-my-15:hover {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:hover\:-mx-15:hover {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .sm\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:hover\:-my-17:hover {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .sm\:hover\:-mx-17:hover {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .sm\:hover\:-my-18:hover {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sm\:hover\:-mx-18:hover {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .sm\:hover\:-my-19:hover {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .sm\:hover\:-mx-19:hover {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .sm\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:hover\:-my-75:hover {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .sm\:hover\:-mx-75:hover {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .sm\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:hover\:mt-0:hover {
    margin-top: 0;
  }

  .sm\:hover\:mr-0:hover {
    margin-right: 0;
  }

  .sm\:hover\:mb-0:hover {
    margin-bottom: 0;
  }

  .sm\:hover\:ml-0:hover {
    margin-left: 0;
  }

  .sm\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .sm\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .sm\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .sm\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .sm\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .sm\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .sm\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .sm\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .sm\:hover\:mt-3:hover {
    margin-top: 0.75rem;
  }

  .sm\:hover\:mr-3:hover {
    margin-right: 0.75rem;
  }

  .sm\:hover\:mb-3:hover {
    margin-bottom: 0.75rem;
  }

  .sm\:hover\:ml-3:hover {
    margin-left: 0.75rem;
  }

  .sm\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .sm\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .sm\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .sm\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .sm\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .sm\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .sm\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .sm\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .sm\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .sm\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .sm\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .sm\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .sm\:hover\:mt-7:hover {
    margin-top: 1.75rem;
  }

  .sm\:hover\:mr-7:hover {
    margin-right: 1.75rem;
  }

  .sm\:hover\:mb-7:hover {
    margin-bottom: 1.75rem;
  }

  .sm\:hover\:ml-7:hover {
    margin-left: 1.75rem;
  }

  .sm\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .sm\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .sm\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .sm\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .sm\:hover\:mt-9:hover {
    margin-top: 2.25rem;
  }

  .sm\:hover\:mr-9:hover {
    margin-right: 2.25rem;
  }

  .sm\:hover\:mb-9:hover {
    margin-bottom: 2.25rem;
  }

  .sm\:hover\:ml-9:hover {
    margin-left: 2.25rem;
  }

  .sm\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .sm\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .sm\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .sm\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .sm\:hover\:mt-11:hover {
    margin-top: 2.75rem;
  }

  .sm\:hover\:mr-11:hover {
    margin-right: 2.75rem;
  }

  .sm\:hover\:mb-11:hover {
    margin-bottom: 2.75rem;
  }

  .sm\:hover\:ml-11:hover {
    margin-left: 2.75rem;
  }

  .sm\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .sm\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .sm\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .sm\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .sm\:hover\:mt-13:hover {
    margin-top: 3.25rem;
  }

  .sm\:hover\:mr-13:hover {
    margin-right: 3.25rem;
  }

  .sm\:hover\:mb-13:hover {
    margin-bottom: 3.25rem;
  }

  .sm\:hover\:ml-13:hover {
    margin-left: 3.25rem;
  }

  .sm\:hover\:mt-14:hover {
    margin-top: 3.5rem;
  }

  .sm\:hover\:mr-14:hover {
    margin-right: 3.5rem;
  }

  .sm\:hover\:mb-14:hover {
    margin-bottom: 3.5rem;
  }

  .sm\:hover\:ml-14:hover {
    margin-left: 3.5rem;
  }

  .sm\:hover\:mt-15:hover {
    margin-top: 3.75rem;
  }

  .sm\:hover\:mr-15:hover {
    margin-right: 3.75rem;
  }

  .sm\:hover\:mb-15:hover {
    margin-bottom: 3.75rem;
  }

  .sm\:hover\:ml-15:hover {
    margin-left: 3.75rem;
  }

  .sm\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .sm\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .sm\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .sm\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .sm\:hover\:mt-17:hover {
    margin-top: 4.25rem;
  }

  .sm\:hover\:mr-17:hover {
    margin-right: 4.25rem;
  }

  .sm\:hover\:mb-17:hover {
    margin-bottom: 4.25rem;
  }

  .sm\:hover\:ml-17:hover {
    margin-left: 4.25rem;
  }

  .sm\:hover\:mt-18:hover {
    margin-top: 4.5rem;
  }

  .sm\:hover\:mr-18:hover {
    margin-right: 4.5rem;
  }

  .sm\:hover\:mb-18:hover {
    margin-bottom: 4.5rem;
  }

  .sm\:hover\:ml-18:hover {
    margin-left: 4.5rem;
  }

  .sm\:hover\:mt-19:hover {
    margin-top: 4.75rem;
  }

  .sm\:hover\:mr-19:hover {
    margin-right: 4.75rem;
  }

  .sm\:hover\:mb-19:hover {
    margin-bottom: 4.75rem;
  }

  .sm\:hover\:ml-19:hover {
    margin-left: 4.75rem;
  }

  .sm\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .sm\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .sm\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .sm\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .sm\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .sm\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .sm\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .sm\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .sm\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .sm\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .sm\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .sm\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .sm\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .sm\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .sm\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .sm\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .sm\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .sm\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .sm\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .sm\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .sm\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .sm\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .sm\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .sm\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .sm\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .sm\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .sm\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .sm\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .sm\:hover\:mt-75:hover {
    margin-top: 18.75rem;
  }

  .sm\:hover\:mr-75:hover {
    margin-right: 18.75rem;
  }

  .sm\:hover\:mb-75:hover {
    margin-bottom: 18.75rem;
  }

  .sm\:hover\:ml-75:hover {
    margin-left: 18.75rem;
  }

  .sm\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .sm\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .sm\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .sm\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .sm\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .sm\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .sm\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .sm\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .sm\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .sm\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .sm\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .sm\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .sm\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .sm\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .sm\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .sm\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .sm\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .sm\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .sm\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .sm\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .sm\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .sm\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .sm\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .sm\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .sm\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .sm\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .sm\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .sm\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .sm\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .sm\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .sm\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .sm\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .sm\:hover\:-mt-7:hover {
    margin-top: -1.75rem;
  }

  .sm\:hover\:-mr-7:hover {
    margin-right: -1.75rem;
  }

  .sm\:hover\:-mb-7:hover {
    margin-bottom: -1.75rem;
  }

  .sm\:hover\:-ml-7:hover {
    margin-left: -1.75rem;
  }

  .sm\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .sm\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .sm\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .sm\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .sm\:hover\:-mt-9:hover {
    margin-top: -2.25rem;
  }

  .sm\:hover\:-mr-9:hover {
    margin-right: -2.25rem;
  }

  .sm\:hover\:-mb-9:hover {
    margin-bottom: -2.25rem;
  }

  .sm\:hover\:-ml-9:hover {
    margin-left: -2.25rem;
  }

  .sm\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .sm\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .sm\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .sm\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .sm\:hover\:-mt-11:hover {
    margin-top: -2.75rem;
  }

  .sm\:hover\:-mr-11:hover {
    margin-right: -2.75rem;
  }

  .sm\:hover\:-mb-11:hover {
    margin-bottom: -2.75rem;
  }

  .sm\:hover\:-ml-11:hover {
    margin-left: -2.75rem;
  }

  .sm\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .sm\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .sm\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .sm\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .sm\:hover\:-mt-13:hover {
    margin-top: -3.25rem;
  }

  .sm\:hover\:-mr-13:hover {
    margin-right: -3.25rem;
  }

  .sm\:hover\:-mb-13:hover {
    margin-bottom: -3.25rem;
  }

  .sm\:hover\:-ml-13:hover {
    margin-left: -3.25rem;
  }

  .sm\:hover\:-mt-14:hover {
    margin-top: -3.5rem;
  }

  .sm\:hover\:-mr-14:hover {
    margin-right: -3.5rem;
  }

  .sm\:hover\:-mb-14:hover {
    margin-bottom: -3.5rem;
  }

  .sm\:hover\:-ml-14:hover {
    margin-left: -3.5rem;
  }

  .sm\:hover\:-mt-15:hover {
    margin-top: -3.75rem;
  }

  .sm\:hover\:-mr-15:hover {
    margin-right: -3.75rem;
  }

  .sm\:hover\:-mb-15:hover {
    margin-bottom: -3.75rem;
  }

  .sm\:hover\:-ml-15:hover {
    margin-left: -3.75rem;
  }

  .sm\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .sm\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .sm\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .sm\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .sm\:hover\:-mt-17:hover {
    margin-top: -4.25rem;
  }

  .sm\:hover\:-mr-17:hover {
    margin-right: -4.25rem;
  }

  .sm\:hover\:-mb-17:hover {
    margin-bottom: -4.25rem;
  }

  .sm\:hover\:-ml-17:hover {
    margin-left: -4.25rem;
  }

  .sm\:hover\:-mt-18:hover {
    margin-top: -4.5rem;
  }

  .sm\:hover\:-mr-18:hover {
    margin-right: -4.5rem;
  }

  .sm\:hover\:-mb-18:hover {
    margin-bottom: -4.5rem;
  }

  .sm\:hover\:-ml-18:hover {
    margin-left: -4.5rem;
  }

  .sm\:hover\:-mt-19:hover {
    margin-top: -4.75rem;
  }

  .sm\:hover\:-mr-19:hover {
    margin-right: -4.75rem;
  }

  .sm\:hover\:-mb-19:hover {
    margin-bottom: -4.75rem;
  }

  .sm\:hover\:-ml-19:hover {
    margin-left: -4.75rem;
  }

  .sm\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .sm\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .sm\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .sm\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .sm\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .sm\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .sm\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .sm\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .sm\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .sm\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .sm\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .sm\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .sm\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .sm\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .sm\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .sm\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .sm\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .sm\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .sm\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .sm\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .sm\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .sm\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .sm\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .sm\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .sm\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .sm\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .sm\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .sm\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .sm\:hover\:-mt-75:hover {
    margin-top: -18.75rem;
  }

  .sm\:hover\:-mr-75:hover {
    margin-right: -18.75rem;
  }

  .sm\:hover\:-mb-75:hover {
    margin-bottom: -18.75rem;
  }

  .sm\:hover\:-ml-75:hover {
    margin-left: -18.75rem;
  }

  .sm\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .sm\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .sm\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .sm\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .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-9\! {
    margin: 2.25rem !important;
  }

  .sm\:m-10\! {
    margin: 2.5rem !important;
  }

  .sm\:m-11\! {
    margin: 2.75rem !important;
  }

  .sm\:m-12\! {
    margin: 3rem !important;
  }

  .sm\:m-13\! {
    margin: 3.25rem !important;
  }

  .sm\:m-14\! {
    margin: 3.5rem !important;
  }

  .sm\:m-15\! {
    margin: 3.75rem !important;
  }

  .sm\:m-16\! {
    margin: 4rem !important;
  }

  .sm\:m-17\! {
    margin: 4.25rem !important;
  }

  .sm\:m-18\! {
    margin: 4.5rem !important;
  }

  .sm\:m-19\! {
    margin: 4.75rem !important;
  }

  .sm\:m-20\! {
    margin: 5rem !important;
  }

  .sm\:m-24\! {
    margin: 6rem !important;
  }

  .sm\:m-32\! {
    margin: 8rem !important;
  }

  .sm\:m-40\! {
    margin: 10rem !important;
  }

  .sm\:m-48\! {
    margin: 12rem !important;
  }

  .sm\:m-56\! {
    margin: 14rem !important;
  }

  .sm\:m-64\! {
    margin: 16rem !important;
  }

  .sm\:m-75\! {
    margin: 18.75rem !important;
  }

  .sm\:m-auto\! {
    margin: auto !important;
  }

  .sm\:m-px\! {
    margin: 1px !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-9\! {
    margin: -2.25rem !important;
  }

  .sm\:-m-10\! {
    margin: -2.5rem !important;
  }

  .sm\:-m-11\! {
    margin: -2.75rem !important;
  }

  .sm\:-m-12\! {
    margin: -3rem !important;
  }

  .sm\:-m-13\! {
    margin: -3.25rem !important;
  }

  .sm\:-m-14\! {
    margin: -3.5rem !important;
  }

  .sm\:-m-15\! {
    margin: -3.75rem !important;
  }

  .sm\:-m-16\! {
    margin: -4rem !important;
  }

  .sm\:-m-17\! {
    margin: -4.25rem !important;
  }

  .sm\:-m-18\! {
    margin: -4.5rem !important;
  }

  .sm\:-m-19\! {
    margin: -4.75rem !important;
  }

  .sm\:-m-20\! {
    margin: -5rem !important;
  }

  .sm\:-m-24\! {
    margin: -6rem !important;
  }

  .sm\:-m-32\! {
    margin: -8rem !important;
  }

  .sm\:-m-40\! {
    margin: -10rem !important;
  }

  .sm\:-m-48\! {
    margin: -12rem !important;
  }

  .sm\:-m-56\! {
    margin: -14rem !important;
  }

  .sm\:-m-64\! {
    margin: -16rem !important;
  }

  .sm\:-m-75\! {
    margin: -18.75rem !important;
  }

  .sm\:-m-px\! {
    margin: -1px !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-9\! {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .sm\:mx-9\! {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !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-11\! {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .sm\:mx-11\! {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !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-13\! {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .sm\:mx-13\! {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }

  .sm\:my-14\! {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .sm\:mx-14\! {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .sm\:my-15\! {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .sm\:mx-15\! {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !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-17\! {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }

  .sm\:mx-17\! {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important;
  }

  .sm\:my-18\! {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .sm\:mx-18\! {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .sm\:my-19\! {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .sm\:mx-19\! {
    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-24\! {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:mx-24\! {
    margin-left: 6rem !important;
    margin-right: 6rem !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-48\! {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm\:mx-48\! {
    margin-left: 12rem !important;
    margin-right: 12rem !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-64\! {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm\:mx-64\! {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\:my-75\! {
    margin-top: 18.75rem !important;
    margin-bottom: 18.75rem !important;
  }

  .sm\:mx-75\! {
    margin-left: 18.75rem !important;
    margin-right: 18.75rem !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-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-9\! {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .sm\:-mx-9\! {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !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-11\! {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .sm\:-mx-11\! {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !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-13\! {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }

  .sm\:-mx-13\! {
    margin-left: -3.25rem !important;
    margin-right: -3.25rem !important;
  }

  .sm\:-my-14\! {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .sm\:-mx-14\! {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .sm\:-my-15\! {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .sm\:-mx-15\! {
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !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-17\! {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }

  .sm\:-mx-17\! {
    margin-left: -4.25rem !important;
    margin-right: -4.25rem !important;
  }

  .sm\:-my-18\! {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .sm\:-mx-18\! {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }

  .sm\:-my-19\! {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }

  .sm\:-mx-19\! {
    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-24\! {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:-mx-24\! {
    margin-left: -6rem !important;
    margin-right: -6rem !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-48\! {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm\:-mx-48\! {
    margin-left: -12rem !important;
    margin-right: -12rem !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-64\! {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm\:-mx-64\! {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm\:-my-75\! {
    margin-top: -18.75rem !important;
    margin-bottom: -18.75rem !important;
  }

  .sm\:-mx-75\! {
    margin-left: -18.75rem !important;
    margin-right: -18.75rem !important;
  }

  .sm\:-my-px\! {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:-mx-px\! {
    margin-left: -1px !important;
    margin-right: -1px !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-9\! {
    margin-top: 2.25rem !important;
  }

  .sm\:mr-9\! {
    margin-right: 2.25rem !important;
  }

  .sm\:mb-9\! {
    margin-bottom: 2.25rem !important;
  }

  .sm\:ml-9\! {
    margin-left: 2.25rem !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-11\! {
    margin-top: 2.75rem !important;
  }

  .sm\:mr-11\! {
    margin-right: 2.75rem !important;
  }

  .sm\:mb-11\! {
    margin-bottom: 2.75rem !important;
  }

  .sm\:ml-11\! {
    margin-left: 2.75rem !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-13\! {
    margin-top: 3.25rem !important;
  }

  .sm\:mr-13\! {
    margin-right: 3.25rem !important;
  }

  .sm\:mb-13\! {
    margin-bottom: 3.25rem !important;
  }

  .sm\:ml-13\! {
    margin-left: 3.25rem !important;
  }

  .sm\:mt-14\! {
    margin-top: 3.5rem !important;
  }

  .sm\:mr-14\! {
    margin-right: 3.5rem !important;
  }

  .sm\:mb-14\! {
    margin-bottom: 3.5rem !important;
  }

  .sm\:ml-14\! {
    margin-left: 3.5rem !important;
  }

  .sm\:mt-15\! {
    margin-top: 3.75rem !important;
  }

  .sm\:mr-15\! {
    margin-right: 3.75rem !important;
  }

  .sm\:mb-15\! {
    margin-bottom: 3.75rem !important;
  }

  .sm\:ml-15\! {
    margin-left: 3.75rem !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-17\! {
    margin-top: 4.25rem !important;
  }

  .sm\:mr-17\! {
    margin-right: 4.25rem !important;
  }

  .sm\:mb-17\! {
    margin-bottom: 4.25rem !important;
  }

  .sm\:ml-17\! {
    margin-left: 4.25rem !important;
  }

  .sm\:mt-18\! {
    margin-top: 4.5rem !important;
  }

  .sm\:mr-18\! {
    margin-right: 4.5rem !important;
  }

  .sm\:mb-18\! {
    margin-bottom: 4.5rem !important;
  }

  .sm\:ml-18\! {
    margin-left: 4.5rem !important;
  }

  .sm\:mt-19\! {
    margin-top: 4.75rem !important;
  }

  .sm\:mr-19\! {
    margin-right: 4.75rem !important;
  }

  .sm\:mb-19\! {
    margin-bottom: 4.75rem !important;
  }

  .sm\:ml-19\! {
    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-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-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-48\! {
    margin-top: 12rem !important;
  }

  .sm\:mr-48\! {
    margin-right: 12rem !important;
  }

  .sm\:mb-48\! {
    margin-bottom: 12rem !important;
  }

  .sm\:ml-48\! {
    margin-left: 12rem !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-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-75\! {
    margin-top: 18.75rem !important;
  }

  .sm\:mr-75\! {
    margin-right: 18.75rem !important;
  }

  .sm\:mb-75\! {
    margin-bottom: 18.75rem !important;
  }

  .sm\:ml-75\! {
    margin-left: 18.75rem !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-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-9\! {
    margin-top: -2.25rem !important;
  }

  .sm\:-mr-9\! {
    margin-right: -2.25rem !important;
  }

  .sm\:-mb-9\! {
    margin-bottom: -2.25rem !important;
  }

  .sm\:-ml-9\! {
    margin-left: -2.25rem !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-11\! {
    margin-top: -2.75rem !important;
  }

  .sm\:-mr-11\! {
    margin-right: -2.75rem !important;
  }

  .sm\:-mb-11\! {
    margin-bottom: -2.75rem !important;
  }

  .sm\:-ml-11\! {
    margin-left: -2.75rem !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-13\! {
    margin-top: -3.25rem !important;
  }

  .sm\:-mr-13\! {
    margin-right: -3.25rem !important;
  }

  .sm\:-mb-13\! {
    margin-bottom: -3.25rem !important;
  }

  .sm\:-ml-13\! {
    margin-left: -3.25rem !important;
  }

  .sm\:-mt-14\! {
    margin-top: -3.5rem !important;
  }

  .sm\:-mr-14\! {
    margin-right: -3.5rem !important;
  }

  .sm\:-mb-14\! {
    margin-bottom: -3.5rem !important;
  }

  .sm\:-ml-14\! {
    margin-left: -3.5rem !important;
  }

  .sm\:-mt-15\! {
    margin-top: -3.75rem !important;
  }

  .sm\:-mr-15\! {
    margin-right: -3.75rem !important;
  }

  .sm\:-mb-15\! {
    margin-bottom: -3.75rem !important;
  }

  .sm\:-ml-15\! {
    margin-left: -3.75rem !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-17\! {
    margin-top: -4.25rem !important;
  }

  .sm\:-mr-17\! {
    margin-right: -4.25rem !important;
  }

  .sm\:-mb-17\! {
    margin-bottom: -4.25rem !important;
  }

  .sm\:-ml-17\! {
    margin-left: -4.25rem !important;
  }

  .sm\:-mt-18\! {
    margin-top: -4.5rem !important;
  }

  .sm\:-mr-18\! {
    margin-right: -4.5rem !important;
  }

  .sm\:-mb-18\! {
    margin-bottom: -4.5rem !important;
  }

  .sm\:-ml-18\! {
    margin-left: -4.5rem !important;
  }

  .sm\:-mt-19\! {
    margin-top: -4.75rem !important;
  }

  .sm\:-mr-19\! {
    margin-right: -4.75rem !important;
  }

  .sm\:-mb-19\! {
    margin-bottom: -4.75rem !important;
  }

  .sm\:-ml-19\! {
    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-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-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-48\! {
    margin-top: -12rem !important;
  }

  .sm\:-mr-48\! {
    margin-right: -12rem !important;
  }

  .sm\:-mb-48\! {
    margin-bottom: -12rem !important;
  }

  .sm\:-ml-48\! {
    margin-left: -12rem !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-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-75\! {
    margin-top: -18.75rem !important;
  }

  .sm\:-mr-75\! {
    margin-right: -18.75rem !important;
  }

  .sm\:-mb-75\! {
    margin-bottom: -18.75rem !important;
  }

  .sm\:-ml-75\! {
    margin-left: -18.75rem !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\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:even\:max-h-full:nth-child(even) {
    max-height: 100%;
  }

  .sm\:even\:max-h-screen:nth-child(even) {
    max-height: 100vh;
  }

  .sm\:odd\:max-h-full:nth-child(odd) {
    max-height: 100%;
  }

  .sm\:odd\:max-h-screen:nth-child(odd) {
    max-height: 100vh;
  }

  .sm\:children\:max-h-full > * {
    max-height: 100%;
  }

  .sm\:children\:max-h-screen > * {
    max-height: 100vh;
  }

  .sm\:first\:max-h-full:first-child {
    max-height: 100%;
  }

  .sm\:first\:max-h-screen:first-child {
    max-height: 100vh;
  }

  .sm\:last\:max-h-full:last-child {
    max-height: 100%;
  }

  .sm\:last\:max-h-screen:last-child {
    max-height: 100vh;
  }

  .sm\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .sm\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .sm\:max-h-full\! {
    max-height: 100% !important;
  }

  .sm\:max-h-screen\! {
    max-height: 100vh !important;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

  .sm\:max-w-5xl {
    max-width: 64rem;
  }

  .sm\:max-w-6xl {
    max-width: 72rem;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:max-w-screen-sm {
    max-width: 640px;
  }

  .sm\:max-w-screen-md {
    max-width: 768px;
  }

  .sm\:max-w-screen-lg {
    max-width: 1024px;
  }

  .sm\:max-w-screen-xl {
    max-width: 1280px;
  }

  .sm\:max-w-1\/2 {
    max-width: 50%;
  }

  .sm\:max-w-1\/3 {
    max-width: 33.333333%;
  }

  .sm\:max-w-1\/4 {
    max-width: 25%;
  }

  .sm\:max-w-1\/5 {
    max-width: 20%;
  }

  .sm\:max-w-1\/12 {
    max-width: 8.333333%;
  }

  .sm\:even\:max-w-none:nth-child(even) {
    max-width: none;
  }

  .sm\:even\:max-w-xs:nth-child(even) {
    max-width: 20rem;
  }

  .sm\:even\:max-w-sm:nth-child(even) {
    max-width: 24rem;
  }

  .sm\:even\:max-w-md:nth-child(even) {
    max-width: 28rem;
  }

  .sm\:even\:max-w-lg:nth-child(even) {
    max-width: 32rem;
  }

  .sm\:even\:max-w-xl:nth-child(even) {
    max-width: 36rem;
  }

  .sm\:even\:max-w-2xl:nth-child(even) {
    max-width: 42rem;
  }

  .sm\:even\:max-w-3xl:nth-child(even) {
    max-width: 48rem;
  }

  .sm\:even\:max-w-4xl:nth-child(even) {
    max-width: 56rem;
  }

  .sm\:even\:max-w-5xl:nth-child(even) {
    max-width: 64rem;
  }

  .sm\:even\:max-w-6xl:nth-child(even) {
    max-width: 72rem;
  }

  .sm\:even\:max-w-full:nth-child(even) {
    max-width: 100%;
  }

  .sm\:even\:max-w-screen-sm:nth-child(even) {
    max-width: 640px;
  }

  .sm\:even\:max-w-screen-md:nth-child(even) {
    max-width: 768px;
  }

  .sm\:even\:max-w-screen-lg:nth-child(even) {
    max-width: 1024px;
  }

  .sm\:even\:max-w-screen-xl:nth-child(even) {
    max-width: 1280px;
  }

  .sm\:even\:max-w-1\/2:nth-child(even) {
    max-width: 50%;
  }

  .sm\:even\:max-w-1\/3:nth-child(even) {
    max-width: 33.333333%;
  }

  .sm\:even\:max-w-1\/4:nth-child(even) {
    max-width: 25%;
  }

  .sm\:even\:max-w-1\/5:nth-child(even) {
    max-width: 20%;
  }

  .sm\:even\:max-w-1\/12:nth-child(even) {
    max-width: 8.333333%;
  }

  .sm\:odd\:max-w-none:nth-child(odd) {
    max-width: none;
  }

  .sm\:odd\:max-w-xs:nth-child(odd) {
    max-width: 20rem;
  }

  .sm\:odd\:max-w-sm:nth-child(odd) {
    max-width: 24rem;
  }

  .sm\:odd\:max-w-md:nth-child(odd) {
    max-width: 28rem;
  }

  .sm\:odd\:max-w-lg:nth-child(odd) {
    max-width: 32rem;
  }

  .sm\:odd\:max-w-xl:nth-child(odd) {
    max-width: 36rem;
  }

  .sm\:odd\:max-w-2xl:nth-child(odd) {
    max-width: 42rem;
  }

  .sm\:odd\:max-w-3xl:nth-child(odd) {
    max-width: 48rem;
  }

  .sm\:odd\:max-w-4xl:nth-child(odd) {
    max-width: 56rem;
  }

  .sm\:odd\:max-w-5xl:nth-child(odd) {
    max-width: 64rem;
  }

  .sm\:odd\:max-w-6xl:nth-child(odd) {
    max-width: 72rem;
  }

  .sm\:odd\:max-w-full:nth-child(odd) {
    max-width: 100%;
  }

  .sm\:odd\:max-w-screen-sm:nth-child(odd) {
    max-width: 640px;
  }

  .sm\:odd\:max-w-screen-md:nth-child(odd) {
    max-width: 768px;
  }

  .sm\:odd\:max-w-screen-lg:nth-child(odd) {
    max-width: 1024px;
  }

  .sm\:odd\:max-w-screen-xl:nth-child(odd) {
    max-width: 1280px;
  }

  .sm\:odd\:max-w-1\/2:nth-child(odd) {
    max-width: 50%;
  }

  .sm\:odd\:max-w-1\/3:nth-child(odd) {
    max-width: 33.333333%;
  }

  .sm\:odd\:max-w-1\/4:nth-child(odd) {
    max-width: 25%;
  }

  .sm\:odd\:max-w-1\/5:nth-child(odd) {
    max-width: 20%;
  }

  .sm\:odd\:max-w-1\/12:nth-child(odd) {
    max-width: 8.333333%;
  }

  .sm\:children\:max-w-none > * {
    max-width: none;
  }

  .sm\:children\:max-w-xs > * {
    max-width: 20rem;
  }

  .sm\:children\:max-w-sm > * {
    max-width: 24rem;
  }

  .sm\:children\:max-w-md > * {
    max-width: 28rem;
  }

  .sm\:children\:max-w-lg > * {
    max-width: 32rem;
  }

  .sm\:children\:max-w-xl > * {
    max-width: 36rem;
  }

  .sm\:children\:max-w-2xl > * {
    max-width: 42rem;
  }

  .sm\:children\:max-w-3xl > * {
    max-width: 48rem;
  }

  .sm\:children\:max-w-4xl > * {
    max-width: 56rem;
  }

  .sm\:children\:max-w-5xl > * {
    max-width: 64rem;
  }

  .sm\:children\:max-w-6xl > * {
    max-width: 72rem;
  }

  .sm\:children\:max-w-full > * {
    max-width: 100%;
  }

  .sm\:children\:max-w-screen-sm > * {
    max-width: 640px;
  }

  .sm\:children\:max-w-screen-md > * {
    max-width: 768px;
  }

  .sm\:children\:max-w-screen-lg > * {
    max-width: 1024px;
  }

  .sm\:children\:max-w-screen-xl > * {
    max-width: 1280px;
  }

  .sm\:children\:max-w-1\/2 > * {
    max-width: 50%;
  }

  .sm\:children\:max-w-1\/3 > * {
    max-width: 33.333333%;
  }

  .sm\:children\:max-w-1\/4 > * {
    max-width: 25%;
  }

  .sm\:children\:max-w-1\/5 > * {
    max-width: 20%;
  }

  .sm\:children\:max-w-1\/12 > * {
    max-width: 8.333333%;
  }

  .sm\:first\:max-w-none:first-child {
    max-width: none;
  }

  .sm\:first\:max-w-xs:first-child {
    max-width: 20rem;
  }

  .sm\:first\:max-w-sm:first-child {
    max-width: 24rem;
  }

  .sm\:first\:max-w-md:first-child {
    max-width: 28rem;
  }

  .sm\:first\:max-w-lg:first-child {
    max-width: 32rem;
  }

  .sm\:first\:max-w-xl:first-child {
    max-width: 36rem;
  }

  .sm\:first\:max-w-2xl:first-child {
    max-width: 42rem;
  }

  .sm\:first\:max-w-3xl:first-child {
    max-width: 48rem;
  }

  .sm\:first\:max-w-4xl:first-child {
    max-width: 56rem;
  }

  .sm\:first\:max-w-5xl:first-child {
    max-width: 64rem;
  }

  .sm\:first\:max-w-6xl:first-child {
    max-width: 72rem;
  }

  .sm\:first\:max-w-full:first-child {
    max-width: 100%;
  }

  .sm\:first\:max-w-screen-sm:first-child {
    max-width: 640px;
  }

  .sm\:first\:max-w-screen-md:first-child {
    max-width: 768px;
  }

  .sm\:first\:max-w-screen-lg:first-child {
    max-width: 1024px;
  }

  .sm\:first\:max-w-screen-xl:first-child {
    max-width: 1280px;
  }

  .sm\:first\:max-w-1\/2:first-child {
    max-width: 50%;
  }

  .sm\:first\:max-w-1\/3:first-child {
    max-width: 33.333333%;
  }

  .sm\:first\:max-w-1\/4:first-child {
    max-width: 25%;
  }

  .sm\:first\:max-w-1\/5:first-child {
    max-width: 20%;
  }

  .sm\:first\:max-w-1\/12:first-child {
    max-width: 8.333333%;
  }

  .sm\:last\:max-w-none:last-child {
    max-width: none;
  }

  .sm\:last\:max-w-xs:last-child {
    max-width: 20rem;
  }

  .sm\:last\:max-w-sm:last-child {
    max-width: 24rem;
  }

  .sm\:last\:max-w-md:last-child {
    max-width: 28rem;
  }

  .sm\:last\:max-w-lg:last-child {
    max-width: 32rem;
  }

  .sm\:last\:max-w-xl:last-child {
    max-width: 36rem;
  }

  .sm\:last\:max-w-2xl:last-child {
    max-width: 42rem;
  }

  .sm\:last\:max-w-3xl:last-child {
    max-width: 48rem;
  }

  .sm\:last\:max-w-4xl:last-child {
    max-width: 56rem;
  }

  .sm\:last\:max-w-5xl:last-child {
    max-width: 64rem;
  }

  .sm\:last\:max-w-6xl:last-child {
    max-width: 72rem;
  }

  .sm\:last\:max-w-full:last-child {
    max-width: 100%;
  }

  .sm\:last\:max-w-screen-sm:last-child {
    max-width: 640px;
  }

  .sm\:last\:max-w-screen-md:last-child {
    max-width: 768px;
  }

  .sm\:last\:max-w-screen-lg:last-child {
    max-width: 1024px;
  }

  .sm\:last\:max-w-screen-xl:last-child {
    max-width: 1280px;
  }

  .sm\:last\:max-w-1\/2:last-child {
    max-width: 50%;
  }

  .sm\:last\:max-w-1\/3:last-child {
    max-width: 33.333333%;
  }

  .sm\:last\:max-w-1\/4:last-child {
    max-width: 25%;
  }

  .sm\:last\:max-w-1\/5:last-child {
    max-width: 20%;
  }

  .sm\:last\:max-w-1\/12:last-child {
    max-width: 8.333333%;
  }

  .sm\:hover\:max-w-none:hover {
    max-width: none;
  }

  .sm\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .sm\:hover\:max-w-sm:hover {
    max-width: 24rem;
  }

  .sm\:hover\:max-w-md:hover {
    max-width: 28rem;
  }

  .sm\:hover\:max-w-lg:hover {
    max-width: 32rem;
  }

  .sm\:hover\:max-w-xl:hover {
    max-width: 36rem;
  }

  .sm\:hover\:max-w-2xl:hover {
    max-width: 42rem;
  }

  .sm\:hover\:max-w-3xl:hover {
    max-width: 48rem;
  }

  .sm\:hover\:max-w-4xl:hover {
    max-width: 56rem;
  }

  .sm\:hover\:max-w-5xl:hover {
    max-width: 64rem;
  }

  .sm\:hover\:max-w-6xl:hover {
    max-width: 72rem;
  }

  .sm\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .sm\:hover\:max-w-screen-sm:hover {
    max-width: 640px;
  }

  .sm\:hover\:max-w-screen-md:hover {
    max-width: 768px;
  }

  .sm\:hover\:max-w-screen-lg:hover {
    max-width: 1024px;
  }

  .sm\:hover\:max-w-screen-xl:hover {
    max-width: 1280px;
  }

  .sm\:hover\:max-w-1\/2:hover {
    max-width: 50%;
  }

  .sm\:hover\:max-w-1\/3:hover {
    max-width: 33.333333%;
  }

  .sm\:hover\:max-w-1\/4:hover {
    max-width: 25%;
  }

  .sm\:hover\:max-w-1\/5:hover {
    max-width: 20%;
  }

  .sm\:hover\:max-w-1\/12:hover {
    max-width: 8.333333%;
  }

  .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: 640px !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-1\/2\! {
    max-width: 50% !important;
  }

  .sm\:max-w-1\/3\! {
    max-width: 33.333333% !important;
  }

  .sm\:max-w-1\/4\! {
    max-width: 25% !important;
  }

  .sm\:max-w-1\/5\! {
    max-width: 20% !important;
  }

  .sm\:max-w-1\/12\! {
    max-width: 8.333333% !important;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:even\:min-h-0:nth-child(even) {
    min-height: 0;
  }

  .sm\:even\:min-h-full:nth-child(even) {
    min-height: 100%;
  }

  .sm\:even\:min-h-screen:nth-child(even) {
    min-height: 100vh;
  }

  .sm\:odd\:min-h-0:nth-child(odd) {
    min-height: 0;
  }

  .sm\:odd\:min-h-full:nth-child(odd) {
    min-height: 100%;
  }

  .sm\:odd\:min-h-screen:nth-child(odd) {
    min-height: 100vh;
  }

  .sm\:children\:min-h-0 > * {
    min-height: 0;
  }

  .sm\:children\:min-h-full > * {
    min-height: 100%;
  }

  .sm\:children\:min-h-screen > * {
    min-height: 100vh;
  }

  .sm\:first\:min-h-0:first-child {
    min-height: 0;
  }

  .sm\:first\:min-h-full:first-child {
    min-height: 100%;
  }

  .sm\:first\:min-h-screen:first-child {
    min-height: 100vh;
  }

  .sm\:last\:min-h-0:last-child {
    min-height: 0;
  }

  .sm\:last\:min-h-full:last-child {
    min-height: 100%;
  }

  .sm\:last\:min-h-screen:last-child {
    min-height: 100vh;
  }

  .sm\:hover\:min-h-0:hover {
    min-height: 0;
  }

  .sm\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .sm\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .sm\:min-h-0\! {
    min-height: 0 !important;
  }

  .sm\:min-h-full\! {
    min-height: 100% !important;
  }

  .sm\:min-h-screen\! {
    min-height: 100vh !important;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:even\:min-w-0:nth-child(even) {
    min-width: 0;
  }

  .sm\:even\:min-w-full:nth-child(even) {
    min-width: 100%;
  }

  .sm\:odd\:min-w-0:nth-child(odd) {
    min-width: 0;
  }

  .sm\:odd\:min-w-full:nth-child(odd) {
    min-width: 100%;
  }

  .sm\:children\:min-w-0 > * {
    min-width: 0;
  }

  .sm\:children\:min-w-full > * {
    min-width: 100%;
  }

  .sm\:first\:min-w-0:first-child {
    min-width: 0;
  }

  .sm\:first\:min-w-full:first-child {
    min-width: 100%;
  }

  .sm\:last\:min-w-0:last-child {
    min-width: 0;
  }

  .sm\:last\:min-w-full:last-child {
    min-width: 100%;
  }

  .sm\:hover\:min-w-0:hover {
    min-width: 0;
  }

  .sm\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .sm\:min-w-0\! {
    min-width: 0 !important;
  }

  .sm\:min-w-full\! {
    min-width: 100% !important;
  }

  .sm\:object-contain {
    object-fit: contain;
  }

  .sm\:object-cover {
    object-fit: cover;
  }

  .sm\:object-fill {
    object-fit: fill;
  }

  .sm\:object-none {
    object-fit: none;
  }

  .sm\:object-scale-down {
    object-fit: scale-down;
  }

  .sm\:even\:object-contain:nth-child(even) {
    object-fit: contain;
  }

  .sm\:even\:object-cover:nth-child(even) {
    object-fit: cover;
  }

  .sm\:even\:object-fill:nth-child(even) {
    object-fit: fill;
  }

  .sm\:even\:object-none:nth-child(even) {
    object-fit: none;
  }

  .sm\:even\:object-scale-down:nth-child(even) {
    object-fit: scale-down;
  }

  .sm\:odd\:object-contain:nth-child(odd) {
    object-fit: contain;
  }

  .sm\:odd\:object-cover:nth-child(odd) {
    object-fit: cover;
  }

  .sm\:odd\:object-fill:nth-child(odd) {
    object-fit: fill;
  }

  .sm\:odd\:object-none:nth-child(odd) {
    object-fit: none;
  }

  .sm\:odd\:object-scale-down:nth-child(odd) {
    object-fit: scale-down;
  }

  .sm\:children\:object-contain > * {
    object-fit: contain;
  }

  .sm\:children\:object-cover > * {
    object-fit: cover;
  }

  .sm\:children\:object-fill > * {
    object-fit: fill;
  }

  .sm\:children\:object-none > * {
    object-fit: none;
  }

  .sm\:children\:object-scale-down > * {
    object-fit: scale-down;
  }

  .sm\:first\:object-contain:first-child {
    object-fit: contain;
  }

  .sm\:first\:object-cover:first-child {
    object-fit: cover;
  }

  .sm\:first\:object-fill:first-child {
    object-fit: fill;
  }

  .sm\:first\:object-none:first-child {
    object-fit: none;
  }

  .sm\:first\:object-scale-down:first-child {
    object-fit: scale-down;
  }

  .sm\:last\:object-contain:last-child {
    object-fit: contain;
  }

  .sm\:last\:object-cover:last-child {
    object-fit: cover;
  }

  .sm\:last\:object-fill:last-child {
    object-fit: fill;
  }

  .sm\:last\:object-none:last-child {
    object-fit: none;
  }

  .sm\:last\:object-scale-down:last-child {
    object-fit: scale-down;
  }

  .sm\:hover\:object-contain:hover {
    object-fit: contain;
  }

  .sm\:hover\:object-cover:hover {
    object-fit: cover;
  }

  .sm\:hover\:object-fill:hover {
    object-fit: fill;
  }

  .sm\:hover\:object-none:hover {
    object-fit: none;
  }

  .sm\:hover\:object-scale-down:hover {
    object-fit: scale-down;
  }

  .sm\:object-contain\! {
    object-fit: contain !important;
  }

  .sm\:object-cover\! {
    object-fit: cover !important;
  }

  .sm\:object-fill\! {
    object-fit: fill !important;
  }

  .sm\:object-none\! {
    object-fit: none !important;
  }

  .sm\:object-scale-down\! {
    object-fit: scale-down !important;
  }

  .sm\:object-bottom {
    object-position: bottom;
  }

  .sm\:object-center {
    object-position: center;
  }

  .sm\:object-left {
    object-position: left;
  }

  .sm\:object-left-bottom {
    object-position: left bottom;
  }

  .sm\:object-left-top {
    object-position: left top;
  }

  .sm\:object-right {
    object-position: right;
  }

  .sm\:object-right-bottom {
    object-position: right bottom;
  }

  .sm\:object-right-top {
    object-position: right top;
  }

  .sm\:object-top {
    object-position: top;
  }

  .sm\:even\:object-bottom:nth-child(even) {
    object-position: bottom;
  }

  .sm\:even\:object-center:nth-child(even) {
    object-position: center;
  }

  .sm\:even\:object-left:nth-child(even) {
    object-position: left;
  }

  .sm\:even\:object-left-bottom:nth-child(even) {
    object-position: left bottom;
  }

  .sm\:even\:object-left-top:nth-child(even) {
    object-position: left top;
  }

  .sm\:even\:object-right:nth-child(even) {
    object-position: right;
  }

  .sm\:even\:object-right-bottom:nth-child(even) {
    object-position: right bottom;
  }

  .sm\:even\:object-right-top:nth-child(even) {
    object-position: right top;
  }

  .sm\:even\:object-top:nth-child(even) {
    object-position: top;
  }

  .sm\:odd\:object-bottom:nth-child(odd) {
    object-position: bottom;
  }

  .sm\:odd\:object-center:nth-child(odd) {
    object-position: center;
  }

  .sm\:odd\:object-left:nth-child(odd) {
    object-position: left;
  }

  .sm\:odd\:object-left-bottom:nth-child(odd) {
    object-position: left bottom;
  }

  .sm\:odd\:object-left-top:nth-child(odd) {
    object-position: left top;
  }

  .sm\:odd\:object-right:nth-child(odd) {
    object-position: right;
  }

  .sm\:odd\:object-right-bottom:nth-child(odd) {
    object-position: right bottom;
  }

  .sm\:odd\:object-right-top:nth-child(odd) {
    object-position: right top;
  }

  .sm\:odd\:object-top:nth-child(odd) {
    object-position: top;
  }

  .sm\:children\:object-bottom > * {
    object-position: bottom;
  }

  .sm\:children\:object-center > * {
    object-position: center;
  }

  .sm\:children\:object-left > * {
    object-position: left;
  }

  .sm\:children\:object-left-bottom > * {
    object-position: left bottom;
  }

  .sm\:children\:object-left-top > * {
    object-position: left top;
  }

  .sm\:children\:object-right > * {
    object-position: right;
  }

  .sm\:children\:object-right-bottom > * {
    object-position: right bottom;
  }

  .sm\:children\:object-right-top > * {
    object-position: right top;
  }

  .sm\:children\:object-top > * {
    object-position: top;
  }

  .sm\:first\:object-bottom:first-child {
    object-position: bottom;
  }

  .sm\:first\:object-center:first-child {
    object-position: center;
  }

  .sm\:first\:object-left:first-child {
    object-position: left;
  }

  .sm\:first\:object-left-bottom:first-child {
    object-position: left bottom;
  }

  .sm\:first\:object-left-top:first-child {
    object-position: left top;
  }

  .sm\:first\:object-right:first-child {
    object-position: right;
  }

  .sm\:first\:object-right-bottom:first-child {
    object-position: right bottom;
  }

  .sm\:first\:object-right-top:first-child {
    object-position: right top;
  }

  .sm\:first\:object-top:first-child {
    object-position: top;
  }

  .sm\:last\:object-bottom:last-child {
    object-position: bottom;
  }

  .sm\:last\:object-center:last-child {
    object-position: center;
  }

  .sm\:last\:object-left:last-child {
    object-position: left;
  }

  .sm\:last\:object-left-bottom:last-child {
    object-position: left bottom;
  }

  .sm\:last\:object-left-top:last-child {
    object-position: left top;
  }

  .sm\:last\:object-right:last-child {
    object-position: right;
  }

  .sm\:last\:object-right-bottom:last-child {
    object-position: right bottom;
  }

  .sm\:last\:object-right-top:last-child {
    object-position: right top;
  }

  .sm\:last\:object-top:last-child {
    object-position: top;
  }

  .sm\:hover\:object-bottom:hover {
    object-position: bottom;
  }

  .sm\:hover\:object-center:hover {
    object-position: center;
  }

  .sm\:hover\:object-left:hover {
    object-position: left;
  }

  .sm\:hover\:object-left-bottom:hover {
    object-position: left bottom;
  }

  .sm\:hover\:object-left-top:hover {
    object-position: left top;
  }

  .sm\:hover\:object-right:hover {
    object-position: right;
  }

  .sm\:hover\:object-right-bottom:hover {
    object-position: right bottom;
  }

  .sm\:hover\:object-right-top:hover {
    object-position: right top;
  }

  .sm\:hover\:object-top:hover {
    object-position: top;
  }

  .sm\:object-bottom\! {
    object-position: bottom !important;
  }

  .sm\:object-center\! {
    object-position: center !important;
  }

  .sm\:object-left\! {
    object-position: left !important;
  }

  .sm\:object-left-bottom\! {
    object-position: left bottom !important;
  }

  .sm\:object-left-top\! {
    object-position: left top !important;
  }

  .sm\:object-right\! {
    object-position: right !important;
  }

  .sm\:object-right-bottom\! {
    object-position: right bottom !important;
  }

  .sm\:object-right-top\! {
    object-position: right top !important;
  }

  .sm\:object-top\! {
    object-position: top !important;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-25 {
    opacity: 0.25;
  }

  .sm\:opacity-50 {
    opacity: 0.5;
  }

  .sm\:opacity-75 {
    opacity: 0.75;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .sm\:even\:opacity-0:nth-child(even) {
    opacity: 0;
  }

  .sm\:even\:opacity-25:nth-child(even) {
    opacity: 0.25;
  }

  .sm\:even\:opacity-50:nth-child(even) {
    opacity: 0.5;
  }

  .sm\:even\:opacity-75:nth-child(even) {
    opacity: 0.75;
  }

  .sm\:even\:opacity-100:nth-child(even) {
    opacity: 1;
  }

  .sm\:odd\:opacity-0:nth-child(odd) {
    opacity: 0;
  }

  .sm\:odd\:opacity-25:nth-child(odd) {
    opacity: 0.25;
  }

  .sm\:odd\:opacity-50:nth-child(odd) {
    opacity: 0.5;
  }

  .sm\:odd\:opacity-75:nth-child(odd) {
    opacity: 0.75;
  }

  .sm\:odd\:opacity-100:nth-child(odd) {
    opacity: 1;
  }

  .sm\:children\:opacity-0 > * {
    opacity: 0;
  }

  .sm\:children\:opacity-25 > * {
    opacity: 0.25;
  }

  .sm\:children\:opacity-50 > * {
    opacity: 0.5;
  }

  .sm\:children\:opacity-75 > * {
    opacity: 0.75;
  }

  .sm\:children\:opacity-100 > * {
    opacity: 1;
  }

  .sm\:first\:opacity-0:first-child {
    opacity: 0;
  }

  .sm\:first\:opacity-25:first-child {
    opacity: 0.25;
  }

  .sm\:first\:opacity-50:first-child {
    opacity: 0.5;
  }

  .sm\:first\:opacity-75:first-child {
    opacity: 0.75;
  }

  .sm\:first\:opacity-100:first-child {
    opacity: 1;
  }

  .sm\:last\:opacity-0:last-child {
    opacity: 0;
  }

  .sm\:last\:opacity-25:last-child {
    opacity: 0.25;
  }

  .sm\:last\:opacity-50:last-child {
    opacity: 0.5;
  }

  .sm\:last\:opacity-75:last-child {
    opacity: 0.75;
  }

  .sm\:last\:opacity-100:last-child {
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .sm\:opacity-0\! {
    opacity: 0 !important;
  }

  .sm\:opacity-25\! {
    opacity: 0.25 !important;
  }

  .sm\:opacity-50\! {
    opacity: 0.5 !important;
  }

  .sm\:opacity-75\! {
    opacity: 0.75 !important;
  }

  .sm\:opacity-100\! {
    opacity: 1 !important;
  }

  .sm\:outline-none {
    outline: 0;
  }

  .sm\:even\:outline-none:nth-child(even) {
    outline: 0;
  }

  .sm\:odd\:outline-none:nth-child(odd) {
    outline: 0;
  }

  .sm\:children\:outline-none > * {
    outline: 0;
  }

  .sm\:first\:outline-none:first-child {
    outline: 0;
  }

  .sm\:last\:outline-none:last-child {
    outline: 0;
  }

  .sm\:hover\:outline-none:hover {
    outline: 0;
  }

  .sm\:outline-none\! {
    outline: 0 !important;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:even\:overflow-auto:nth-child(even) {
    overflow: auto;
  }

  .sm\:even\:overflow-hidden:nth-child(even) {
    overflow: hidden;
  }

  .sm\:even\:overflow-visible:nth-child(even) {
    overflow: visible;
  }

  .sm\:even\:overflow-scroll:nth-child(even) {
    overflow: scroll;
  }

  .sm\:even\:overflow-x-auto:nth-child(even) {
    overflow-x: auto;
  }

  .sm\:even\:overflow-y-auto:nth-child(even) {
    overflow-y: auto;
  }

  .sm\:even\:overflow-x-hidden:nth-child(even) {
    overflow-x: hidden;
  }

  .sm\:even\:overflow-y-hidden:nth-child(even) {
    overflow-y: hidden;
  }

  .sm\:even\:overflow-x-visible:nth-child(even) {
    overflow-x: visible;
  }

  .sm\:even\:overflow-y-visible:nth-child(even) {
    overflow-y: visible;
  }

  .sm\:even\:overflow-x-scroll:nth-child(even) {
    overflow-x: scroll;
  }

  .sm\:even\:overflow-y-scroll:nth-child(even) {
    overflow-y: scroll;
  }

  .sm\:even\:scrolling-touch:nth-child(even) {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:even\:scrolling-auto:nth-child(even) {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:odd\:overflow-auto:nth-child(odd) {
    overflow: auto;
  }

  .sm\:odd\:overflow-hidden:nth-child(odd) {
    overflow: hidden;
  }

  .sm\:odd\:overflow-visible:nth-child(odd) {
    overflow: visible;
  }

  .sm\:odd\:overflow-scroll:nth-child(odd) {
    overflow: scroll;
  }

  .sm\:odd\:overflow-x-auto:nth-child(odd) {
    overflow-x: auto;
  }

  .sm\:odd\:overflow-y-auto:nth-child(odd) {
    overflow-y: auto;
  }

  .sm\:odd\:overflow-x-hidden:nth-child(odd) {
    overflow-x: hidden;
  }

  .sm\:odd\:overflow-y-hidden:nth-child(odd) {
    overflow-y: hidden;
  }

  .sm\:odd\:overflow-x-visible:nth-child(odd) {
    overflow-x: visible;
  }

  .sm\:odd\:overflow-y-visible:nth-child(odd) {
    overflow-y: visible;
  }

  .sm\:odd\:overflow-x-scroll:nth-child(odd) {
    overflow-x: scroll;
  }

  .sm\:odd\:overflow-y-scroll:nth-child(odd) {
    overflow-y: scroll;
  }

  .sm\:odd\:scrolling-touch:nth-child(odd) {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:odd\:scrolling-auto:nth-child(odd) {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:children\:overflow-auto > * {
    overflow: auto;
  }

  .sm\:children\:overflow-hidden > * {
    overflow: hidden;
  }

  .sm\:children\:overflow-visible > * {
    overflow: visible;
  }

  .sm\:children\:overflow-scroll > * {
    overflow: scroll;
  }

  .sm\:children\:overflow-x-auto > * {
    overflow-x: auto;
  }

  .sm\:children\:overflow-y-auto > * {
    overflow-y: auto;
  }

  .sm\:children\:overflow-x-hidden > * {
    overflow-x: hidden;
  }

  .sm\:children\:overflow-y-hidden > * {
    overflow-y: hidden;
  }

  .sm\:children\:overflow-x-visible > * {
    overflow-x: visible;
  }

  .sm\:children\:overflow-y-visible > * {
    overflow-y: visible;
  }

  .sm\:children\:overflow-x-scroll > * {
    overflow-x: scroll;
  }

  .sm\:children\:overflow-y-scroll > * {
    overflow-y: scroll;
  }

  .sm\:children\:scrolling-touch > * {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:children\:scrolling-auto > * {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:first\:overflow-auto:first-child {
    overflow: auto;
  }

  .sm\:first\:overflow-hidden:first-child {
    overflow: hidden;
  }

  .sm\:first\:overflow-visible:first-child {
    overflow: visible;
  }

  .sm\:first\:overflow-scroll:first-child {
    overflow: scroll;
  }

  .sm\:first\:overflow-x-auto:first-child {
    overflow-x: auto;
  }

  .sm\:first\:overflow-y-auto:first-child {
    overflow-y: auto;
  }

  .sm\:first\:overflow-x-hidden:first-child {
    overflow-x: hidden;
  }

  .sm\:first\:overflow-y-hidden:first-child {
    overflow-y: hidden;
  }

  .sm\:first\:overflow-x-visible:first-child {
    overflow-x: visible;
  }

  .sm\:first\:overflow-y-visible:first-child {
    overflow-y: visible;
  }

  .sm\:first\:overflow-x-scroll:first-child {
    overflow-x: scroll;
  }

  .sm\:first\:overflow-y-scroll:first-child {
    overflow-y: scroll;
  }

  .sm\:first\:scrolling-touch:first-child {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:first\:scrolling-auto:first-child {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:last\:overflow-auto:last-child {
    overflow: auto;
  }

  .sm\:last\:overflow-hidden:last-child {
    overflow: hidden;
  }

  .sm\:last\:overflow-visible:last-child {
    overflow: visible;
  }

  .sm\:last\:overflow-scroll:last-child {
    overflow: scroll;
  }

  .sm\:last\:overflow-x-auto:last-child {
    overflow-x: auto;
  }

  .sm\:last\:overflow-y-auto:last-child {
    overflow-y: auto;
  }

  .sm\:last\:overflow-x-hidden:last-child {
    overflow-x: hidden;
  }

  .sm\:last\:overflow-y-hidden:last-child {
    overflow-y: hidden;
  }

  .sm\:last\:overflow-x-visible:last-child {
    overflow-x: visible;
  }

  .sm\:last\:overflow-y-visible:last-child {
    overflow-y: visible;
  }

  .sm\:last\:overflow-x-scroll:last-child {
    overflow-x: scroll;
  }

  .sm\:last\:overflow-y-scroll:last-child {
    overflow-y: scroll;
  }

  .sm\:last\:scrolling-touch:last-child {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:last\:scrolling-auto:last-child {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .sm\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .sm\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .sm\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .sm\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .sm\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .sm\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .sm\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .sm\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .sm\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .sm\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .sm\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .sm\:hover\:scrolling-touch:hover {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:hover\:scrolling-auto:hover {
    -webkit-overflow-scrolling: auto;
  }

  .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\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-9 {
    padding: 2.25rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-11 {
    padding: 2.75rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-13 {
    padding: 3.25rem;
  }

  .sm\:p-14 {
    padding: 3.5rem;
  }

  .sm\:p-15 {
    padding: 3.75rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-17 {
    padding: 4.25rem;
  }

  .sm\:p-18 {
    padding: 4.5rem;
  }

  .sm\:p-19 {
    padding: 4.75rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-40 {
    padding: 10rem;
  }

  .sm\:p-48 {
    padding: 12rem;
  }

  .sm\:p-56 {
    padding: 14rem;
  }

  .sm\:p-64 {
    padding: 16rem;
  }

  .sm\:p-75 {
    padding: 18.75rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .sm\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-17 {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .sm\:px-17 {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .sm\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sm\:py-19 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .sm\:px-19 {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-75 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .sm\:px-75 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

  .sm\:pr-7 {
    padding-right: 1.75rem;
  }

  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .sm\:pl-7 {
    padding-left: 1.75rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pt-9 {
    padding-top: 2.25rem;
  }

  .sm\:pr-9 {
    padding-right: 2.25rem;
  }

  .sm\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pt-11 {
    padding-top: 2.75rem;
  }

  .sm\:pr-11 {
    padding-right: 2.75rem;
  }

  .sm\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .sm\:pl-11 {
    padding-left: 2.75rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-13 {
    padding-top: 3.25rem;
  }

  .sm\:pr-13 {
    padding-right: 3.25rem;
  }

  .sm\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .sm\:pl-13 {
    padding-left: 3.25rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem;
  }

  .sm\:pt-15 {
    padding-top: 3.75rem;
  }

  .sm\:pr-15 {
    padding-right: 3.75rem;
  }

  .sm\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .sm\:pl-15 {
    padding-left: 3.75rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pt-17 {
    padding-top: 4.25rem;
  }

  .sm\:pr-17 {
    padding-right: 4.25rem;
  }

  .sm\:pb-17 {
    padding-bottom: 4.25rem;
  }

  .sm\:pl-17 {
    padding-left: 4.25rem;
  }

  .sm\:pt-18 {
    padding-top: 4.5rem;
  }

  .sm\:pr-18 {
    padding-right: 4.5rem;
  }

  .sm\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .sm\:pl-18 {
    padding-left: 4.5rem;
  }

  .sm\:pt-19 {
    padding-top: 4.75rem;
  }

  .sm\:pr-19 {
    padding-right: 4.75rem;
  }

  .sm\:pb-19 {
    padding-bottom: 4.75rem;
  }

  .sm\:pl-19 {
    padding-left: 4.75rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pr-40 {
    padding-right: 10rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pl-40 {
    padding-left: 10rem;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

  .sm\:pr-48 {
    padding-right: 12rem;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

  .sm\:pl-48 {
    padding-left: 12rem;
  }

  .sm\:pt-56 {
    padding-top: 14rem;
  }

  .sm\:pr-56 {
    padding-right: 14rem;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem;
  }

  .sm\:pl-56 {
    padding-left: 14rem;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:pt-75 {
    padding-top: 18.75rem;
  }

  .sm\:pr-75 {
    padding-right: 18.75rem;
  }

  .sm\:pb-75 {
    padding-bottom: 18.75rem;
  }

  .sm\:pl-75 {
    padding-left: 18.75rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:even\:p-0:nth-child(even) {
    padding: 0;
  }

  .sm\:even\:p-1:nth-child(even) {
    padding: 0.25rem;
  }

  .sm\:even\:p-2:nth-child(even) {
    padding: 0.5rem;
  }

  .sm\:even\:p-3:nth-child(even) {
    padding: 0.75rem;
  }

  .sm\:even\:p-4:nth-child(even) {
    padding: 1rem;
  }

  .sm\:even\:p-5:nth-child(even) {
    padding: 1.25rem;
  }

  .sm\:even\:p-6:nth-child(even) {
    padding: 1.5rem;
  }

  .sm\:even\:p-7:nth-child(even) {
    padding: 1.75rem;
  }

  .sm\:even\:p-8:nth-child(even) {
    padding: 2rem;
  }

  .sm\:even\:p-9:nth-child(even) {
    padding: 2.25rem;
  }

  .sm\:even\:p-10:nth-child(even) {
    padding: 2.5rem;
  }

  .sm\:even\:p-11:nth-child(even) {
    padding: 2.75rem;
  }

  .sm\:even\:p-12:nth-child(even) {
    padding: 3rem;
  }

  .sm\:even\:p-13:nth-child(even) {
    padding: 3.25rem;
  }

  .sm\:even\:p-14:nth-child(even) {
    padding: 3.5rem;
  }

  .sm\:even\:p-15:nth-child(even) {
    padding: 3.75rem;
  }

  .sm\:even\:p-16:nth-child(even) {
    padding: 4rem;
  }

  .sm\:even\:p-17:nth-child(even) {
    padding: 4.25rem;
  }

  .sm\:even\:p-18:nth-child(even) {
    padding: 4.5rem;
  }

  .sm\:even\:p-19:nth-child(even) {
    padding: 4.75rem;
  }

  .sm\:even\:p-20:nth-child(even) {
    padding: 5rem;
  }

  .sm\:even\:p-24:nth-child(even) {
    padding: 6rem;
  }

  .sm\:even\:p-32:nth-child(even) {
    padding: 8rem;
  }

  .sm\:even\:p-40:nth-child(even) {
    padding: 10rem;
  }

  .sm\:even\:p-48:nth-child(even) {
    padding: 12rem;
  }

  .sm\:even\:p-56:nth-child(even) {
    padding: 14rem;
  }

  .sm\:even\:p-64:nth-child(even) {
    padding: 16rem;
  }

  .sm\:even\:p-75:nth-child(even) {
    padding: 18.75rem;
  }

  .sm\:even\:p-px:nth-child(even) {
    padding: 1px;
  }

  .sm\:even\:py-0:nth-child(even) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:even\:px-0:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:even\:py-1:nth-child(even) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:even\:px-1:nth-child(even) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:even\:py-2:nth-child(even) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:even\:px-2:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:even\:py-3:nth-child(even) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:even\:px-3:nth-child(even) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:even\:py-4:nth-child(even) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:even\:px-4:nth-child(even) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:even\:py-5:nth-child(even) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:even\:px-5:nth-child(even) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:even\:py-6:nth-child(even) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:even\:px-6:nth-child(even) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:even\:py-7:nth-child(even) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:even\:px-7:nth-child(even) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:even\:py-8:nth-child(even) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:even\:px-8:nth-child(even) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:even\:py-9:nth-child(even) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:even\:px-9:nth-child(even) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:even\:py-10:nth-child(even) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:even\:px-10:nth-child(even) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:even\:py-11:nth-child(even) {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:even\:px-11:nth-child(even) {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:even\:py-12:nth-child(even) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:even\:px-12:nth-child(even) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:even\:py-13:nth-child(even) {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .sm\:even\:px-13:nth-child(even) {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .sm\:even\:py-14:nth-child(even) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:even\:px-14:nth-child(even) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:even\:py-15:nth-child(even) {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:even\:px-15:nth-child(even) {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .sm\:even\:py-16:nth-child(even) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:even\:px-16:nth-child(even) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:even\:py-17:nth-child(even) {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .sm\:even\:px-17:nth-child(even) {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .sm\:even\:py-18:nth-child(even) {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:even\:px-18:nth-child(even) {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sm\:even\:py-19:nth-child(even) {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .sm\:even\:px-19:nth-child(even) {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .sm\:even\:py-20:nth-child(even) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:even\:px-20:nth-child(even) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:even\:py-24:nth-child(even) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:even\:px-24:nth-child(even) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:even\:py-32:nth-child(even) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:even\:px-32:nth-child(even) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:even\:py-40:nth-child(even) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:even\:px-40:nth-child(even) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:even\:py-48:nth-child(even) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:even\:px-48:nth-child(even) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:even\:py-56:nth-child(even) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:even\:px-56:nth-child(even) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:even\:py-64:nth-child(even) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:even\:px-64:nth-child(even) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:even\:py-75:nth-child(even) {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .sm\:even\:px-75:nth-child(even) {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .sm\:even\:py-px:nth-child(even) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:even\:px-px:nth-child(even) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:even\:pt-0:nth-child(even) {
    padding-top: 0;
  }

  .sm\:even\:pr-0:nth-child(even) {
    padding-right: 0;
  }

  .sm\:even\:pb-0:nth-child(even) {
    padding-bottom: 0;
  }

  .sm\:even\:pl-0:nth-child(even) {
    padding-left: 0;
  }

  .sm\:even\:pt-1:nth-child(even) {
    padding-top: 0.25rem;
  }

  .sm\:even\:pr-1:nth-child(even) {
    padding-right: 0.25rem;
  }

  .sm\:even\:pb-1:nth-child(even) {
    padding-bottom: 0.25rem;
  }

  .sm\:even\:pl-1:nth-child(even) {
    padding-left: 0.25rem;
  }

  .sm\:even\:pt-2:nth-child(even) {
    padding-top: 0.5rem;
  }

  .sm\:even\:pr-2:nth-child(even) {
    padding-right: 0.5rem;
  }

  .sm\:even\:pb-2:nth-child(even) {
    padding-bottom: 0.5rem;
  }

  .sm\:even\:pl-2:nth-child(even) {
    padding-left: 0.5rem;
  }

  .sm\:even\:pt-3:nth-child(even) {
    padding-top: 0.75rem;
  }

  .sm\:even\:pr-3:nth-child(even) {
    padding-right: 0.75rem;
  }

  .sm\:even\:pb-3:nth-child(even) {
    padding-bottom: 0.75rem;
  }

  .sm\:even\:pl-3:nth-child(even) {
    padding-left: 0.75rem;
  }

  .sm\:even\:pt-4:nth-child(even) {
    padding-top: 1rem;
  }

  .sm\:even\:pr-4:nth-child(even) {
    padding-right: 1rem;
  }

  .sm\:even\:pb-4:nth-child(even) {
    padding-bottom: 1rem;
  }

  .sm\:even\:pl-4:nth-child(even) {
    padding-left: 1rem;
  }

  .sm\:even\:pt-5:nth-child(even) {
    padding-top: 1.25rem;
  }

  .sm\:even\:pr-5:nth-child(even) {
    padding-right: 1.25rem;
  }

  .sm\:even\:pb-5:nth-child(even) {
    padding-bottom: 1.25rem;
  }

  .sm\:even\:pl-5:nth-child(even) {
    padding-left: 1.25rem;
  }

  .sm\:even\:pt-6:nth-child(even) {
    padding-top: 1.5rem;
  }

  .sm\:even\:pr-6:nth-child(even) {
    padding-right: 1.5rem;
  }

  .sm\:even\:pb-6:nth-child(even) {
    padding-bottom: 1.5rem;
  }

  .sm\:even\:pl-6:nth-child(even) {
    padding-left: 1.5rem;
  }

  .sm\:even\:pt-7:nth-child(even) {
    padding-top: 1.75rem;
  }

  .sm\:even\:pr-7:nth-child(even) {
    padding-right: 1.75rem;
  }

  .sm\:even\:pb-7:nth-child(even) {
    padding-bottom: 1.75rem;
  }

  .sm\:even\:pl-7:nth-child(even) {
    padding-left: 1.75rem;
  }

  .sm\:even\:pt-8:nth-child(even) {
    padding-top: 2rem;
  }

  .sm\:even\:pr-8:nth-child(even) {
    padding-right: 2rem;
  }

  .sm\:even\:pb-8:nth-child(even) {
    padding-bottom: 2rem;
  }

  .sm\:even\:pl-8:nth-child(even) {
    padding-left: 2rem;
  }

  .sm\:even\:pt-9:nth-child(even) {
    padding-top: 2.25rem;
  }

  .sm\:even\:pr-9:nth-child(even) {
    padding-right: 2.25rem;
  }

  .sm\:even\:pb-9:nth-child(even) {
    padding-bottom: 2.25rem;
  }

  .sm\:even\:pl-9:nth-child(even) {
    padding-left: 2.25rem;
  }

  .sm\:even\:pt-10:nth-child(even) {
    padding-top: 2.5rem;
  }

  .sm\:even\:pr-10:nth-child(even) {
    padding-right: 2.5rem;
  }

  .sm\:even\:pb-10:nth-child(even) {
    padding-bottom: 2.5rem;
  }

  .sm\:even\:pl-10:nth-child(even) {
    padding-left: 2.5rem;
  }

  .sm\:even\:pt-11:nth-child(even) {
    padding-top: 2.75rem;
  }

  .sm\:even\:pr-11:nth-child(even) {
    padding-right: 2.75rem;
  }

  .sm\:even\:pb-11:nth-child(even) {
    padding-bottom: 2.75rem;
  }

  .sm\:even\:pl-11:nth-child(even) {
    padding-left: 2.75rem;
  }

  .sm\:even\:pt-12:nth-child(even) {
    padding-top: 3rem;
  }

  .sm\:even\:pr-12:nth-child(even) {
    padding-right: 3rem;
  }

  .sm\:even\:pb-12:nth-child(even) {
    padding-bottom: 3rem;
  }

  .sm\:even\:pl-12:nth-child(even) {
    padding-left: 3rem;
  }

  .sm\:even\:pt-13:nth-child(even) {
    padding-top: 3.25rem;
  }

  .sm\:even\:pr-13:nth-child(even) {
    padding-right: 3.25rem;
  }

  .sm\:even\:pb-13:nth-child(even) {
    padding-bottom: 3.25rem;
  }

  .sm\:even\:pl-13:nth-child(even) {
    padding-left: 3.25rem;
  }

  .sm\:even\:pt-14:nth-child(even) {
    padding-top: 3.5rem;
  }

  .sm\:even\:pr-14:nth-child(even) {
    padding-right: 3.5rem;
  }

  .sm\:even\:pb-14:nth-child(even) {
    padding-bottom: 3.5rem;
  }

  .sm\:even\:pl-14:nth-child(even) {
    padding-left: 3.5rem;
  }

  .sm\:even\:pt-15:nth-child(even) {
    padding-top: 3.75rem;
  }

  .sm\:even\:pr-15:nth-child(even) {
    padding-right: 3.75rem;
  }

  .sm\:even\:pb-15:nth-child(even) {
    padding-bottom: 3.75rem;
  }

  .sm\:even\:pl-15:nth-child(even) {
    padding-left: 3.75rem;
  }

  .sm\:even\:pt-16:nth-child(even) {
    padding-top: 4rem;
  }

  .sm\:even\:pr-16:nth-child(even) {
    padding-right: 4rem;
  }

  .sm\:even\:pb-16:nth-child(even) {
    padding-bottom: 4rem;
  }

  .sm\:even\:pl-16:nth-child(even) {
    padding-left: 4rem;
  }

  .sm\:even\:pt-17:nth-child(even) {
    padding-top: 4.25rem;
  }

  .sm\:even\:pr-17:nth-child(even) {
    padding-right: 4.25rem;
  }

  .sm\:even\:pb-17:nth-child(even) {
    padding-bottom: 4.25rem;
  }

  .sm\:even\:pl-17:nth-child(even) {
    padding-left: 4.25rem;
  }

  .sm\:even\:pt-18:nth-child(even) {
    padding-top: 4.5rem;
  }

  .sm\:even\:pr-18:nth-child(even) {
    padding-right: 4.5rem;
  }

  .sm\:even\:pb-18:nth-child(even) {
    padding-bottom: 4.5rem;
  }

  .sm\:even\:pl-18:nth-child(even) {
    padding-left: 4.5rem;
  }

  .sm\:even\:pt-19:nth-child(even) {
    padding-top: 4.75rem;
  }

  .sm\:even\:pr-19:nth-child(even) {
    padding-right: 4.75rem;
  }

  .sm\:even\:pb-19:nth-child(even) {
    padding-bottom: 4.75rem;
  }

  .sm\:even\:pl-19:nth-child(even) {
    padding-left: 4.75rem;
  }

  .sm\:even\:pt-20:nth-child(even) {
    padding-top: 5rem;
  }

  .sm\:even\:pr-20:nth-child(even) {
    padding-right: 5rem;
  }

  .sm\:even\:pb-20:nth-child(even) {
    padding-bottom: 5rem;
  }

  .sm\:even\:pl-20:nth-child(even) {
    padding-left: 5rem;
  }

  .sm\:even\:pt-24:nth-child(even) {
    padding-top: 6rem;
  }

  .sm\:even\:pr-24:nth-child(even) {
    padding-right: 6rem;
  }

  .sm\:even\:pb-24:nth-child(even) {
    padding-bottom: 6rem;
  }

  .sm\:even\:pl-24:nth-child(even) {
    padding-left: 6rem;
  }

  .sm\:even\:pt-32:nth-child(even) {
    padding-top: 8rem;
  }

  .sm\:even\:pr-32:nth-child(even) {
    padding-right: 8rem;
  }

  .sm\:even\:pb-32:nth-child(even) {
    padding-bottom: 8rem;
  }

  .sm\:even\:pl-32:nth-child(even) {
    padding-left: 8rem;
  }

  .sm\:even\:pt-40:nth-child(even) {
    padding-top: 10rem;
  }

  .sm\:even\:pr-40:nth-child(even) {
    padding-right: 10rem;
  }

  .sm\:even\:pb-40:nth-child(even) {
    padding-bottom: 10rem;
  }

  .sm\:even\:pl-40:nth-child(even) {
    padding-left: 10rem;
  }

  .sm\:even\:pt-48:nth-child(even) {
    padding-top: 12rem;
  }

  .sm\:even\:pr-48:nth-child(even) {
    padding-right: 12rem;
  }

  .sm\:even\:pb-48:nth-child(even) {
    padding-bottom: 12rem;
  }

  .sm\:even\:pl-48:nth-child(even) {
    padding-left: 12rem;
  }

  .sm\:even\:pt-56:nth-child(even) {
    padding-top: 14rem;
  }

  .sm\:even\:pr-56:nth-child(even) {
    padding-right: 14rem;
  }

  .sm\:even\:pb-56:nth-child(even) {
    padding-bottom: 14rem;
  }

  .sm\:even\:pl-56:nth-child(even) {
    padding-left: 14rem;
  }

  .sm\:even\:pt-64:nth-child(even) {
    padding-top: 16rem;
  }

  .sm\:even\:pr-64:nth-child(even) {
    padding-right: 16rem;
  }

  .sm\:even\:pb-64:nth-child(even) {
    padding-bottom: 16rem;
  }

  .sm\:even\:pl-64:nth-child(even) {
    padding-left: 16rem;
  }

  .sm\:even\:pt-75:nth-child(even) {
    padding-top: 18.75rem;
  }

  .sm\:even\:pr-75:nth-child(even) {
    padding-right: 18.75rem;
  }

  .sm\:even\:pb-75:nth-child(even) {
    padding-bottom: 18.75rem;
  }

  .sm\:even\:pl-75:nth-child(even) {
    padding-left: 18.75rem;
  }

  .sm\:even\:pt-px:nth-child(even) {
    padding-top: 1px;
  }

  .sm\:even\:pr-px:nth-child(even) {
    padding-right: 1px;
  }

  .sm\:even\:pb-px:nth-child(even) {
    padding-bottom: 1px;
  }

  .sm\:even\:pl-px:nth-child(even) {
    padding-left: 1px;
  }

  .sm\:odd\:p-0:nth-child(odd) {
    padding: 0;
  }

  .sm\:odd\:p-1:nth-child(odd) {
    padding: 0.25rem;
  }

  .sm\:odd\:p-2:nth-child(odd) {
    padding: 0.5rem;
  }

  .sm\:odd\:p-3:nth-child(odd) {
    padding: 0.75rem;
  }

  .sm\:odd\:p-4:nth-child(odd) {
    padding: 1rem;
  }

  .sm\:odd\:p-5:nth-child(odd) {
    padding: 1.25rem;
  }

  .sm\:odd\:p-6:nth-child(odd) {
    padding: 1.5rem;
  }

  .sm\:odd\:p-7:nth-child(odd) {
    padding: 1.75rem;
  }

  .sm\:odd\:p-8:nth-child(odd) {
    padding: 2rem;
  }

  .sm\:odd\:p-9:nth-child(odd) {
    padding: 2.25rem;
  }

  .sm\:odd\:p-10:nth-child(odd) {
    padding: 2.5rem;
  }

  .sm\:odd\:p-11:nth-child(odd) {
    padding: 2.75rem;
  }

  .sm\:odd\:p-12:nth-child(odd) {
    padding: 3rem;
  }

  .sm\:odd\:p-13:nth-child(odd) {
    padding: 3.25rem;
  }

  .sm\:odd\:p-14:nth-child(odd) {
    padding: 3.5rem;
  }

  .sm\:odd\:p-15:nth-child(odd) {
    padding: 3.75rem;
  }

  .sm\:odd\:p-16:nth-child(odd) {
    padding: 4rem;
  }

  .sm\:odd\:p-17:nth-child(odd) {
    padding: 4.25rem;
  }

  .sm\:odd\:p-18:nth-child(odd) {
    padding: 4.5rem;
  }

  .sm\:odd\:p-19:nth-child(odd) {
    padding: 4.75rem;
  }

  .sm\:odd\:p-20:nth-child(odd) {
    padding: 5rem;
  }

  .sm\:odd\:p-24:nth-child(odd) {
    padding: 6rem;
  }

  .sm\:odd\:p-32:nth-child(odd) {
    padding: 8rem;
  }

  .sm\:odd\:p-40:nth-child(odd) {
    padding: 10rem;
  }

  .sm\:odd\:p-48:nth-child(odd) {
    padding: 12rem;
  }

  .sm\:odd\:p-56:nth-child(odd) {
    padding: 14rem;
  }

  .sm\:odd\:p-64:nth-child(odd) {
    padding: 16rem;
  }

  .sm\:odd\:p-75:nth-child(odd) {
    padding: 18.75rem;
  }

  .sm\:odd\:p-px:nth-child(odd) {
    padding: 1px;
  }

  .sm\:odd\:py-0:nth-child(odd) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:odd\:px-0:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:odd\:py-1:nth-child(odd) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:odd\:px-1:nth-child(odd) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:odd\:py-2:nth-child(odd) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:odd\:px-2:nth-child(odd) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:odd\:py-3:nth-child(odd) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:odd\:px-3:nth-child(odd) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:odd\:py-4:nth-child(odd) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:odd\:px-4:nth-child(odd) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:odd\:py-5:nth-child(odd) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:odd\:px-5:nth-child(odd) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:odd\:py-6:nth-child(odd) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:odd\:px-6:nth-child(odd) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:odd\:py-7:nth-child(odd) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:odd\:px-7:nth-child(odd) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:odd\:py-8:nth-child(odd) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:odd\:px-8:nth-child(odd) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:odd\:py-9:nth-child(odd) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:odd\:px-9:nth-child(odd) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:odd\:py-10:nth-child(odd) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:odd\:px-10:nth-child(odd) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:odd\:py-11:nth-child(odd) {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:odd\:px-11:nth-child(odd) {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:odd\:py-12:nth-child(odd) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:odd\:px-12:nth-child(odd) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:odd\:py-13:nth-child(odd) {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .sm\:odd\:px-13:nth-child(odd) {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .sm\:odd\:py-14:nth-child(odd) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:odd\:px-14:nth-child(odd) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:odd\:py-15:nth-child(odd) {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:odd\:px-15:nth-child(odd) {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .sm\:odd\:py-16:nth-child(odd) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:odd\:px-16:nth-child(odd) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:odd\:py-17:nth-child(odd) {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .sm\:odd\:px-17:nth-child(odd) {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .sm\:odd\:py-18:nth-child(odd) {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:odd\:px-18:nth-child(odd) {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sm\:odd\:py-19:nth-child(odd) {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .sm\:odd\:px-19:nth-child(odd) {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .sm\:odd\:py-20:nth-child(odd) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:odd\:px-20:nth-child(odd) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:odd\:py-24:nth-child(odd) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:odd\:px-24:nth-child(odd) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:odd\:py-32:nth-child(odd) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:odd\:px-32:nth-child(odd) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:odd\:py-40:nth-child(odd) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:odd\:px-40:nth-child(odd) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:odd\:py-48:nth-child(odd) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:odd\:px-48:nth-child(odd) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:odd\:py-56:nth-child(odd) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:odd\:px-56:nth-child(odd) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:odd\:py-64:nth-child(odd) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:odd\:px-64:nth-child(odd) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:odd\:py-75:nth-child(odd) {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .sm\:odd\:px-75:nth-child(odd) {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .sm\:odd\:py-px:nth-child(odd) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:odd\:px-px:nth-child(odd) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:odd\:pt-0:nth-child(odd) {
    padding-top: 0;
  }

  .sm\:odd\:pr-0:nth-child(odd) {
    padding-right: 0;
  }

  .sm\:odd\:pb-0:nth-child(odd) {
    padding-bottom: 0;
  }

  .sm\:odd\:pl-0:nth-child(odd) {
    padding-left: 0;
  }

  .sm\:odd\:pt-1:nth-child(odd) {
    padding-top: 0.25rem;
  }

  .sm\:odd\:pr-1:nth-child(odd) {
    padding-right: 0.25rem;
  }

  .sm\:odd\:pb-1:nth-child(odd) {
    padding-bottom: 0.25rem;
  }

  .sm\:odd\:pl-1:nth-child(odd) {
    padding-left: 0.25rem;
  }

  .sm\:odd\:pt-2:nth-child(odd) {
    padding-top: 0.5rem;
  }

  .sm\:odd\:pr-2:nth-child(odd) {
    padding-right: 0.5rem;
  }

  .sm\:odd\:pb-2:nth-child(odd) {
    padding-bottom: 0.5rem;
  }

  .sm\:odd\:pl-2:nth-child(odd) {
    padding-left: 0.5rem;
  }

  .sm\:odd\:pt-3:nth-child(odd) {
    padding-top: 0.75rem;
  }

  .sm\:odd\:pr-3:nth-child(odd) {
    padding-right: 0.75rem;
  }

  .sm\:odd\:pb-3:nth-child(odd) {
    padding-bottom: 0.75rem;
  }

  .sm\:odd\:pl-3:nth-child(odd) {
    padding-left: 0.75rem;
  }

  .sm\:odd\:pt-4:nth-child(odd) {
    padding-top: 1rem;
  }

  .sm\:odd\:pr-4:nth-child(odd) {
    padding-right: 1rem;
  }

  .sm\:odd\:pb-4:nth-child(odd) {
    padding-bottom: 1rem;
  }

  .sm\:odd\:pl-4:nth-child(odd) {
    padding-left: 1rem;
  }

  .sm\:odd\:pt-5:nth-child(odd) {
    padding-top: 1.25rem;
  }

  .sm\:odd\:pr-5:nth-child(odd) {
    padding-right: 1.25rem;
  }

  .sm\:odd\:pb-5:nth-child(odd) {
    padding-bottom: 1.25rem;
  }

  .sm\:odd\:pl-5:nth-child(odd) {
    padding-left: 1.25rem;
  }

  .sm\:odd\:pt-6:nth-child(odd) {
    padding-top: 1.5rem;
  }

  .sm\:odd\:pr-6:nth-child(odd) {
    padding-right: 1.5rem;
  }

  .sm\:odd\:pb-6:nth-child(odd) {
    padding-bottom: 1.5rem;
  }

  .sm\:odd\:pl-6:nth-child(odd) {
    padding-left: 1.5rem;
  }

  .sm\:odd\:pt-7:nth-child(odd) {
    padding-top: 1.75rem;
  }

  .sm\:odd\:pr-7:nth-child(odd) {
    padding-right: 1.75rem;
  }

  .sm\:odd\:pb-7:nth-child(odd) {
    padding-bottom: 1.75rem;
  }

  .sm\:odd\:pl-7:nth-child(odd) {
    padding-left: 1.75rem;
  }

  .sm\:odd\:pt-8:nth-child(odd) {
    padding-top: 2rem;
  }

  .sm\:odd\:pr-8:nth-child(odd) {
    padding-right: 2rem;
  }

  .sm\:odd\:pb-8:nth-child(odd) {
    padding-bottom: 2rem;
  }

  .sm\:odd\:pl-8:nth-child(odd) {
    padding-left: 2rem;
  }

  .sm\:odd\:pt-9:nth-child(odd) {
    padding-top: 2.25rem;
  }

  .sm\:odd\:pr-9:nth-child(odd) {
    padding-right: 2.25rem;
  }

  .sm\:odd\:pb-9:nth-child(odd) {
    padding-bottom: 2.25rem;
  }

  .sm\:odd\:pl-9:nth-child(odd) {
    padding-left: 2.25rem;
  }

  .sm\:odd\:pt-10:nth-child(odd) {
    padding-top: 2.5rem;
  }

  .sm\:odd\:pr-10:nth-child(odd) {
    padding-right: 2.5rem;
  }

  .sm\:odd\:pb-10:nth-child(odd) {
    padding-bottom: 2.5rem;
  }

  .sm\:odd\:pl-10:nth-child(odd) {
    padding-left: 2.5rem;
  }

  .sm\:odd\:pt-11:nth-child(odd) {
    padding-top: 2.75rem;
  }

  .sm\:odd\:pr-11:nth-child(odd) {
    padding-right: 2.75rem;
  }

  .sm\:odd\:pb-11:nth-child(odd) {
    padding-bottom: 2.75rem;
  }

  .sm\:odd\:pl-11:nth-child(odd) {
    padding-left: 2.75rem;
  }

  .sm\:odd\:pt-12:nth-child(odd) {
    padding-top: 3rem;
  }

  .sm\:odd\:pr-12:nth-child(odd) {
    padding-right: 3rem;
  }

  .sm\:odd\:pb-12:nth-child(odd) {
    padding-bottom: 3rem;
  }

  .sm\:odd\:pl-12:nth-child(odd) {
    padding-left: 3rem;
  }

  .sm\:odd\:pt-13:nth-child(odd) {
    padding-top: 3.25rem;
  }

  .sm\:odd\:pr-13:nth-child(odd) {
    padding-right: 3.25rem;
  }

  .sm\:odd\:pb-13:nth-child(odd) {
    padding-bottom: 3.25rem;
  }

  .sm\:odd\:pl-13:nth-child(odd) {
    padding-left: 3.25rem;
  }

  .sm\:odd\:pt-14:nth-child(odd) {
    padding-top: 3.5rem;
  }

  .sm\:odd\:pr-14:nth-child(odd) {
    padding-right: 3.5rem;
  }

  .sm\:odd\:pb-14:nth-child(odd) {
    padding-bottom: 3.5rem;
  }

  .sm\:odd\:pl-14:nth-child(odd) {
    padding-left: 3.5rem;
  }

  .sm\:odd\:pt-15:nth-child(odd) {
    padding-top: 3.75rem;
  }

  .sm\:odd\:pr-15:nth-child(odd) {
    padding-right: 3.75rem;
  }

  .sm\:odd\:pb-15:nth-child(odd) {
    padding-bottom: 3.75rem;
  }

  .sm\:odd\:pl-15:nth-child(odd) {
    padding-left: 3.75rem;
  }

  .sm\:odd\:pt-16:nth-child(odd) {
    padding-top: 4rem;
  }

  .sm\:odd\:pr-16:nth-child(odd) {
    padding-right: 4rem;
  }

  .sm\:odd\:pb-16:nth-child(odd) {
    padding-bottom: 4rem;
  }

  .sm\:odd\:pl-16:nth-child(odd) {
    padding-left: 4rem;
  }

  .sm\:odd\:pt-17:nth-child(odd) {
    padding-top: 4.25rem;
  }

  .sm\:odd\:pr-17:nth-child(odd) {
    padding-right: 4.25rem;
  }

  .sm\:odd\:pb-17:nth-child(odd) {
    padding-bottom: 4.25rem;
  }

  .sm\:odd\:pl-17:nth-child(odd) {
    padding-left: 4.25rem;
  }

  .sm\:odd\:pt-18:nth-child(odd) {
    padding-top: 4.5rem;
  }

  .sm\:odd\:pr-18:nth-child(odd) {
    padding-right: 4.5rem;
  }

  .sm\:odd\:pb-18:nth-child(odd) {
    padding-bottom: 4.5rem;
  }

  .sm\:odd\:pl-18:nth-child(odd) {
    padding-left: 4.5rem;
  }

  .sm\:odd\:pt-19:nth-child(odd) {
    padding-top: 4.75rem;
  }

  .sm\:odd\:pr-19:nth-child(odd) {
    padding-right: 4.75rem;
  }

  .sm\:odd\:pb-19:nth-child(odd) {
    padding-bottom: 4.75rem;
  }

  .sm\:odd\:pl-19:nth-child(odd) {
    padding-left: 4.75rem;
  }

  .sm\:odd\:pt-20:nth-child(odd) {
    padding-top: 5rem;
  }

  .sm\:odd\:pr-20:nth-child(odd) {
    padding-right: 5rem;
  }

  .sm\:odd\:pb-20:nth-child(odd) {
    padding-bottom: 5rem;
  }

  .sm\:odd\:pl-20:nth-child(odd) {
    padding-left: 5rem;
  }

  .sm\:odd\:pt-24:nth-child(odd) {
    padding-top: 6rem;
  }

  .sm\:odd\:pr-24:nth-child(odd) {
    padding-right: 6rem;
  }

  .sm\:odd\:pb-24:nth-child(odd) {
    padding-bottom: 6rem;
  }

  .sm\:odd\:pl-24:nth-child(odd) {
    padding-left: 6rem;
  }

  .sm\:odd\:pt-32:nth-child(odd) {
    padding-top: 8rem;
  }

  .sm\:odd\:pr-32:nth-child(odd) {
    padding-right: 8rem;
  }

  .sm\:odd\:pb-32:nth-child(odd) {
    padding-bottom: 8rem;
  }

  .sm\:odd\:pl-32:nth-child(odd) {
    padding-left: 8rem;
  }

  .sm\:odd\:pt-40:nth-child(odd) {
    padding-top: 10rem;
  }

  .sm\:odd\:pr-40:nth-child(odd) {
    padding-right: 10rem;
  }

  .sm\:odd\:pb-40:nth-child(odd) {
    padding-bottom: 10rem;
  }

  .sm\:odd\:pl-40:nth-child(odd) {
    padding-left: 10rem;
  }

  .sm\:odd\:pt-48:nth-child(odd) {
    padding-top: 12rem;
  }

  .sm\:odd\:pr-48:nth-child(odd) {
    padding-right: 12rem;
  }

  .sm\:odd\:pb-48:nth-child(odd) {
    padding-bottom: 12rem;
  }

  .sm\:odd\:pl-48:nth-child(odd) {
    padding-left: 12rem;
  }

  .sm\:odd\:pt-56:nth-child(odd) {
    padding-top: 14rem;
  }

  .sm\:odd\:pr-56:nth-child(odd) {
    padding-right: 14rem;
  }

  .sm\:odd\:pb-56:nth-child(odd) {
    padding-bottom: 14rem;
  }

  .sm\:odd\:pl-56:nth-child(odd) {
    padding-left: 14rem;
  }

  .sm\:odd\:pt-64:nth-child(odd) {
    padding-top: 16rem;
  }

  .sm\:odd\:pr-64:nth-child(odd) {
    padding-right: 16rem;
  }

  .sm\:odd\:pb-64:nth-child(odd) {
    padding-bottom: 16rem;
  }

  .sm\:odd\:pl-64:nth-child(odd) {
    padding-left: 16rem;
  }

  .sm\:odd\:pt-75:nth-child(odd) {
    padding-top: 18.75rem;
  }

  .sm\:odd\:pr-75:nth-child(odd) {
    padding-right: 18.75rem;
  }

  .sm\:odd\:pb-75:nth-child(odd) {
    padding-bottom: 18.75rem;
  }

  .sm\:odd\:pl-75:nth-child(odd) {
    padding-left: 18.75rem;
  }

  .sm\:odd\:pt-px:nth-child(odd) {
    padding-top: 1px;
  }

  .sm\:odd\:pr-px:nth-child(odd) {
    padding-right: 1px;
  }

  .sm\:odd\:pb-px:nth-child(odd) {
    padding-bottom: 1px;
  }

  .sm\:odd\:pl-px:nth-child(odd) {
    padding-left: 1px;
  }

  .sm\:children\:p-0 > * {
    padding: 0;
  }

  .sm\:children\:p-1 > * {
    padding: 0.25rem;
  }

  .sm\:children\:p-2 > * {
    padding: 0.5rem;
  }

  .sm\:children\:p-3 > * {
    padding: 0.75rem;
  }

  .sm\:children\:p-4 > * {
    padding: 1rem;
  }

  .sm\:children\:p-5 > * {
    padding: 1.25rem;
  }

  .sm\:children\:p-6 > * {
    padding: 1.5rem;
  }

  .sm\:children\:p-7 > * {
    padding: 1.75rem;
  }

  .sm\:children\:p-8 > * {
    padding: 2rem;
  }

  .sm\:children\:p-9 > * {
    padding: 2.25rem;
  }

  .sm\:children\:p-10 > * {
    padding: 2.5rem;
  }

  .sm\:children\:p-11 > * {
    padding: 2.75rem;
  }

  .sm\:children\:p-12 > * {
    padding: 3rem;
  }

  .sm\:children\:p-13 > * {
    padding: 3.25rem;
  }

  .sm\:children\:p-14 > * {
    padding: 3.5rem;
  }

  .sm\:children\:p-15 > * {
    padding: 3.75rem;
  }

  .sm\:children\:p-16 > * {
    padding: 4rem;
  }

  .sm\:children\:p-17 > * {
    padding: 4.25rem;
  }

  .sm\:children\:p-18 > * {
    padding: 4.5rem;
  }

  .sm\:children\:p-19 > * {
    padding: 4.75rem;
  }

  .sm\:children\:p-20 > * {
    padding: 5rem;
  }

  .sm\:children\:p-24 > * {
    padding: 6rem;
  }

  .sm\:children\:p-32 > * {
    padding: 8rem;
  }

  .sm\:children\:p-40 > * {
    padding: 10rem;
  }

  .sm\:children\:p-48 > * {
    padding: 12rem;
  }

  .sm\:children\:p-56 > * {
    padding: 14rem;
  }

  .sm\:children\:p-64 > * {
    padding: 16rem;
  }

  .sm\:children\:p-75 > * {
    padding: 18.75rem;
  }

  .sm\:children\:p-px > * {
    padding: 1px;
  }

  .sm\:children\:py-0 > * {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:children\:px-0 > * {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:children\:py-1 > * {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:children\:px-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:children\:py-2 > * {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:children\:px-2 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:children\:py-3 > * {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:children\:px-3 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:children\:py-4 > * {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:children\:px-4 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:children\:py-5 > * {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:children\:px-5 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:children\:py-6 > * {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:children\:px-6 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:children\:py-7 > * {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:children\:px-7 > * {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:children\:py-8 > * {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:children\:px-8 > * {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:children\:py-9 > * {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:children\:px-9 > * {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:children\:py-10 > * {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:children\:px-10 > * {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:children\:py-11 > * {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:children\:px-11 > * {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:children\:py-12 > * {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:children\:px-12 > * {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:children\:py-13 > * {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .sm\:children\:px-13 > * {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .sm\:children\:py-14 > * {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:children\:px-14 > * {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:children\:py-15 > * {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:children\:px-15 > * {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .sm\:children\:py-16 > * {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:children\:px-16 > * {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:children\:py-17 > * {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .sm\:children\:px-17 > * {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .sm\:children\:py-18 > * {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:children\:px-18 > * {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sm\:children\:py-19 > * {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .sm\:children\:px-19 > * {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .sm\:children\:py-20 > * {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:children\:px-20 > * {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:children\:py-24 > * {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:children\:px-24 > * {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:children\:py-32 > * {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:children\:px-32 > * {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:children\:py-40 > * {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:children\:px-40 > * {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:children\:py-48 > * {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:children\:px-48 > * {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:children\:py-56 > * {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:children\:px-56 > * {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:children\:py-64 > * {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:children\:px-64 > * {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:children\:py-75 > * {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .sm\:children\:px-75 > * {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .sm\:children\:py-px > * {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:children\:px-px > * {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:children\:pt-0 > * {
    padding-top: 0;
  }

  .sm\:children\:pr-0 > * {
    padding-right: 0;
  }

  .sm\:children\:pb-0 > * {
    padding-bottom: 0;
  }

  .sm\:children\:pl-0 > * {
    padding-left: 0;
  }

  .sm\:children\:pt-1 > * {
    padding-top: 0.25rem;
  }

  .sm\:children\:pr-1 > * {
    padding-right: 0.25rem;
  }

  .sm\:children\:pb-1 > * {
    padding-bottom: 0.25rem;
  }

  .sm\:children\:pl-1 > * {
    padding-left: 0.25rem;
  }

  .sm\:children\:pt-2 > * {
    padding-top: 0.5rem;
  }

  .sm\:children\:pr-2 > * {
    padding-right: 0.5rem;
  }

  .sm\:children\:pb-2 > * {
    padding-bottom: 0.5rem;
  }

  .sm\:children\:pl-2 > * {
    padding-left: 0.5rem;
  }

  .sm\:children\:pt-3 > * {
    padding-top: 0.75rem;
  }

  .sm\:children\:pr-3 > * {
    padding-right: 0.75rem;
  }

  .sm\:children\:pb-3 > * {
    padding-bottom: 0.75rem;
  }

  .sm\:children\:pl-3 > * {
    padding-left: 0.75rem;
  }

  .sm\:children\:pt-4 > * {
    padding-top: 1rem;
  }

  .sm\:children\:pr-4 > * {
    padding-right: 1rem;
  }

  .sm\:children\:pb-4 > * {
    padding-bottom: 1rem;
  }

  .sm\:children\:pl-4 > * {
    padding-left: 1rem;
  }

  .sm\:children\:pt-5 > * {
    padding-top: 1.25rem;
  }

  .sm\:children\:pr-5 > * {
    padding-right: 1.25rem;
  }

  .sm\:children\:pb-5 > * {
    padding-bottom: 1.25rem;
  }

  .sm\:children\:pl-5 > * {
    padding-left: 1.25rem;
  }

  .sm\:children\:pt-6 > * {
    padding-top: 1.5rem;
  }

  .sm\:children\:pr-6 > * {
    padding-right: 1.5rem;
  }

  .sm\:children\:pb-6 > * {
    padding-bottom: 1.5rem;
  }

  .sm\:children\:pl-6 > * {
    padding-left: 1.5rem;
  }

  .sm\:children\:pt-7 > * {
    padding-top: 1.75rem;
  }

  .sm\:children\:pr-7 > * {
    padding-right: 1.75rem;
  }

  .sm\:children\:pb-7 > * {
    padding-bottom: 1.75rem;
  }

  .sm\:children\:pl-7 > * {
    padding-left: 1.75rem;
  }

  .sm\:children\:pt-8 > * {
    padding-top: 2rem;
  }

  .sm\:children\:pr-8 > * {
    padding-right: 2rem;
  }

  .sm\:children\:pb-8 > * {
    padding-bottom: 2rem;
  }

  .sm\:children\:pl-8 > * {
    padding-left: 2rem;
  }

  .sm\:children\:pt-9 > * {
    padding-top: 2.25rem;
  }

  .sm\:children\:pr-9 > * {
    padding-right: 2.25rem;
  }

  .sm\:children\:pb-9 > * {
    padding-bottom: 2.25rem;
  }

  .sm\:children\:pl-9 > * {
    padding-left: 2.25rem;
  }

  .sm\:children\:pt-10 > * {
    padding-top: 2.5rem;
  }

  .sm\:children\:pr-10 > * {
    padding-right: 2.5rem;
  }

  .sm\:children\:pb-10 > * {
    padding-bottom: 2.5rem;
  }

  .sm\:children\:pl-10 > * {
    padding-left: 2.5rem;
  }

  .sm\:children\:pt-11 > * {
    padding-top: 2.75rem;
  }

  .sm\:children\:pr-11 > * {
    padding-right: 2.75rem;
  }

  .sm\:children\:pb-11 > * {
    padding-bottom: 2.75rem;
  }

  .sm\:children\:pl-11 > * {
    padding-left: 2.75rem;
  }

  .sm\:children\:pt-12 > * {
    padding-top: 3rem;
  }

  .sm\:children\:pr-12 > * {
    padding-right: 3rem;
  }

  .sm\:children\:pb-12 > * {
    padding-bottom: 3rem;
  }

  .sm\:children\:pl-12 > * {
    padding-left: 3rem;
  }

  .sm\:children\:pt-13 > * {
    padding-top: 3.25rem;
  }

  .sm\:children\:pr-13 > * {
    padding-right: 3.25rem;
  }

  .sm\:children\:pb-13 > * {
    padding-bottom: 3.25rem;
  }

  .sm\:children\:pl-13 > * {
    padding-left: 3.25rem;
  }

  .sm\:children\:pt-14 > * {
    padding-top: 3.5rem;
  }

  .sm\:children\:pr-14 > * {
    padding-right: 3.5rem;
  }

  .sm\:children\:pb-14 > * {
    padding-bottom: 3.5rem;
  }

  .sm\:children\:pl-14 > * {
    padding-left: 3.5rem;
  }

  .sm\:children\:pt-15 > * {
    padding-top: 3.75rem;
  }

  .sm\:children\:pr-15 > * {
    padding-right: 3.75rem;
  }

  .sm\:children\:pb-15 > * {
    padding-bottom: 3.75rem;
  }

  .sm\:children\:pl-15 > * {
    padding-left: 3.75rem;
  }

  .sm\:children\:pt-16 > * {
    padding-top: 4rem;
  }

  .sm\:children\:pr-16 > * {
    padding-right: 4rem;
  }

  .sm\:children\:pb-16 > * {
    padding-bottom: 4rem;
  }

  .sm\:children\:pl-16 > * {
    padding-left: 4rem;
  }

  .sm\:children\:pt-17 > * {
    padding-top: 4.25rem;
  }

  .sm\:children\:pr-17 > * {
    padding-right: 4.25rem;
  }

  .sm\:children\:pb-17 > * {
    padding-bottom: 4.25rem;
  }

  .sm\:children\:pl-17 > * {
    padding-left: 4.25rem;
  }

  .sm\:children\:pt-18 > * {
    padding-top: 4.5rem;
  }

  .sm\:children\:pr-18 > * {
    padding-right: 4.5rem;
  }

  .sm\:children\:pb-18 > * {
    padding-bottom: 4.5rem;
  }

  .sm\:children\:pl-18 > * {
    padding-left: 4.5rem;
  }

  .sm\:children\:pt-19 > * {
    padding-top: 4.75rem;
  }

  .sm\:children\:pr-19 > * {
    padding-right: 4.75rem;
  }

  .sm\:children\:pb-19 > * {
    padding-bottom: 4.75rem;
  }

  .sm\:children\:pl-19 > * {
    padding-left: 4.75rem;
  }

  .sm\:children\:pt-20 > * {
    padding-top: 5rem;
  }

  .sm\:children\:pr-20 > * {
    padding-right: 5rem;
  }

  .sm\:children\:pb-20 > * {
    padding-bottom: 5rem;
  }

  .sm\:children\:pl-20 > * {
    padding-left: 5rem;
  }

  .sm\:children\:pt-24 > * {
    padding-top: 6rem;
  }

  .sm\:children\:pr-24 > * {
    padding-right: 6rem;
  }

  .sm\:children\:pb-24 > * {
    padding-bottom: 6rem;
  }

  .sm\:children\:pl-24 > * {
    padding-left: 6rem;
  }

  .sm\:children\:pt-32 > * {
    padding-top: 8rem;
  }

  .sm\:children\:pr-32 > * {
    padding-right: 8rem;
  }

  .sm\:children\:pb-32 > * {
    padding-bottom: 8rem;
  }

  .sm\:children\:pl-32 > * {
    padding-left: 8rem;
  }

  .sm\:children\:pt-40 > * {
    padding-top: 10rem;
  }

  .sm\:children\:pr-40 > * {
    padding-right: 10rem;
  }

  .sm\:children\:pb-40 > * {
    padding-bottom: 10rem;
  }

  .sm\:children\:pl-40 > * {
    padding-left: 10rem;
  }

  .sm\:children\:pt-48 > * {
    padding-top: 12rem;
  }

  .sm\:children\:pr-48 > * {
    padding-right: 12rem;
  }

  .sm\:children\:pb-48 > * {
    padding-bottom: 12rem;
  }

  .sm\:children\:pl-48 > * {
    padding-left: 12rem;
  }

  .sm\:children\:pt-56 > * {
    padding-top: 14rem;
  }

  .sm\:children\:pr-56 > * {
    padding-right: 14rem;
  }

  .sm\:children\:pb-56 > * {
    padding-bottom: 14rem;
  }

  .sm\:children\:pl-56 > * {
    padding-left: 14rem;
  }

  .sm\:children\:pt-64 > * {
    padding-top: 16rem;
  }

  .sm\:children\:pr-64 > * {
    padding-right: 16rem;
  }

  .sm\:children\:pb-64 > * {
    padding-bottom: 16rem;
  }

  .sm\:children\:pl-64 > * {
    padding-left: 16rem;
  }

  .sm\:children\:pt-75 > * {
    padding-top: 18.75rem;
  }

  .sm\:children\:pr-75 > * {
    padding-right: 18.75rem;
  }

  .sm\:children\:pb-75 > * {
    padding-bottom: 18.75rem;
  }

  .sm\:children\:pl-75 > * {
    padding-left: 18.75rem;
  }

  .sm\:children\:pt-px > * {
    padding-top: 1px;
  }

  .sm\:children\:pr-px > * {
    padding-right: 1px;
  }

  .sm\:children\:pb-px > * {
    padding-bottom: 1px;
  }

  .sm\:children\:pl-px > * {
    padding-left: 1px;
  }

  .sm\:first\:p-0:first-child {
    padding: 0;
  }

  .sm\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .sm\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .sm\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .sm\:first\:p-4:first-child {
    padding: 1rem;
  }

  .sm\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .sm\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .sm\:first\:p-7:first-child {
    padding: 1.75rem;
  }

  .sm\:first\:p-8:first-child {
    padding: 2rem;
  }

  .sm\:first\:p-9:first-child {
    padding: 2.25rem;
  }

  .sm\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .sm\:first\:p-11:first-child {
    padding: 2.75rem;
  }

  .sm\:first\:p-12:first-child {
    padding: 3rem;
  }

  .sm\:first\:p-13:first-child {
    padding: 3.25rem;
  }

  .sm\:first\:p-14:first-child {
    padding: 3.5rem;
  }

  .sm\:first\:p-15:first-child {
    padding: 3.75rem;
  }

  .sm\:first\:p-16:first-child {
    padding: 4rem;
  }

  .sm\:first\:p-17:first-child {
    padding: 4.25rem;
  }

  .sm\:first\:p-18:first-child {
    padding: 4.5rem;
  }

  .sm\:first\:p-19:first-child {
    padding: 4.75rem;
  }

  .sm\:first\:p-20:first-child {
    padding: 5rem;
  }

  .sm\:first\:p-24:first-child {
    padding: 6rem;
  }

  .sm\:first\:p-32:first-child {
    padding: 8rem;
  }

  .sm\:first\:p-40:first-child {
    padding: 10rem;
  }

  .sm\:first\:p-48:first-child {
    padding: 12rem;
  }

  .sm\:first\:p-56:first-child {
    padding: 14rem;
  }

  .sm\:first\:p-64:first-child {
    padding: 16rem;
  }

  .sm\:first\:p-75:first-child {
    padding: 18.75rem;
  }

  .sm\:first\:p-px:first-child {
    padding: 1px;
  }

  .sm\:first\:py-0:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:first\:px-0:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:first\:py-7:first-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:first\:px-7:first-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:first\:py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:first\:px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:first\:py-11:first-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:first\:px-11:first-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:first\:py-13:first-child {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .sm\:first\:px-13:first-child {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .sm\:first\:py-14:first-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:first\:px-14:first-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:first\:py-15:first-child {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:first\:px-15:first-child {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .sm\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:first\:py-17:first-child {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .sm\:first\:px-17:first-child {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .sm\:first\:py-18:first-child {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:first\:px-18:first-child {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sm\:first\:py-19:first-child {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .sm\:first\:px-19:first-child {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .sm\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:first\:py-75:first-child {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .sm\:first\:px-75:first-child {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .sm\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:first\:pt-0:first-child {
    padding-top: 0;
  }

  .sm\:first\:pr-0:first-child {
    padding-right: 0;
  }

  .sm\:first\:pb-0:first-child {
    padding-bottom: 0;
  }

  .sm\:first\:pl-0:first-child {
    padding-left: 0;
  }

  .sm\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .sm\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .sm\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .sm\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .sm\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .sm\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .sm\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .sm\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .sm\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .sm\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .sm\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .sm\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .sm\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .sm\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .sm\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .sm\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .sm\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .sm\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .sm\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .sm\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .sm\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .sm\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .sm\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .sm\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .sm\:first\:pt-7:first-child {
    padding-top: 1.75rem;
  }

  .sm\:first\:pr-7:first-child {
    padding-right: 1.75rem;
  }

  .sm\:first\:pb-7:first-child {
    padding-bottom: 1.75rem;
  }

  .sm\:first\:pl-7:first-child {
    padding-left: 1.75rem;
  }

  .sm\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .sm\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .sm\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .sm\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .sm\:first\:pt-9:first-child {
    padding-top: 2.25rem;
  }

  .sm\:first\:pr-9:first-child {
    padding-right: 2.25rem;
  }

  .sm\:first\:pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .sm\:first\:pl-9:first-child {
    padding-left: 2.25rem;
  }

  .sm\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .sm\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .sm\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .sm\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .sm\:first\:pt-11:first-child {
    padding-top: 2.75rem;
  }

  .sm\:first\:pr-11:first-child {
    padding-right: 2.75rem;
  }

  .sm\:first\:pb-11:first-child {
    padding-bottom: 2.75rem;
  }

  .sm\:first\:pl-11:first-child {
    padding-left: 2.75rem;
  }

  .sm\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .sm\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .sm\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .sm\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .sm\:first\:pt-13:first-child {
    padding-top: 3.25rem;
  }

  .sm\:first\:pr-13:first-child {
    padding-right: 3.25rem;
  }

  .sm\:first\:pb-13:first-child {
    padding-bottom: 3.25rem;
  }

  .sm\:first\:pl-13:first-child {
    padding-left: 3.25rem;
  }

  .sm\:first\:pt-14:first-child {
    padding-top: 3.5rem;
  }

  .sm\:first\:pr-14:first-child {
    padding-right: 3.5rem;
  }

  .sm\:first\:pb-14:first-child {
    padding-bottom: 3.5rem;
  }

  .sm\:first\:pl-14:first-child {
    padding-left: 3.5rem;
  }

  .sm\:first\:pt-15:first-child {
    padding-top: 3.75rem;
  }

  .sm\:first\:pr-15:first-child {
    padding-right: 3.75rem;
  }

  .sm\:first\:pb-15:first-child {
    padding-bottom: 3.75rem;
  }

  .sm\:first\:pl-15:first-child {
    padding-left: 3.75rem;
  }

  .sm\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .sm\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .sm\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .sm\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .sm\:first\:pt-17:first-child {
    padding-top: 4.25rem;
  }

  .sm\:first\:pr-17:first-child {
    padding-right: 4.25rem;
  }

  .sm\:first\:pb-17:first-child {
    padding-bottom: 4.25rem;
  }

  .sm\:first\:pl-17:first-child {
    padding-left: 4.25rem;
  }

  .sm\:first\:pt-18:first-child {
    padding-top: 4.5rem;
  }

  .sm\:first\:pr-18:first-child {
    padding-right: 4.5rem;
  }

  .sm\:first\:pb-18:first-child {
    padding-bottom: 4.5rem;
  }

  .sm\:first\:pl-18:first-child {
    padding-left: 4.5rem;
  }

  .sm\:first\:pt-19:first-child {
    padding-top: 4.75rem;
  }

  .sm\:first\:pr-19:first-child {
    padding-right: 4.75rem;
  }

  .sm\:first\:pb-19:first-child {
    padding-bottom: 4.75rem;
  }

  .sm\:first\:pl-19:first-child {
    padding-left: 4.75rem;
  }

  .sm\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .sm\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .sm\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .sm\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .sm\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .sm\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .sm\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .sm\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .sm\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .sm\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .sm\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .sm\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .sm\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .sm\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .sm\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .sm\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .sm\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .sm\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .sm\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .sm\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .sm\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .sm\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .sm\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .sm\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .sm\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .sm\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .sm\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .sm\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .sm\:first\:pt-75:first-child {
    padding-top: 18.75rem;
  }

  .sm\:first\:pr-75:first-child {
    padding-right: 18.75rem;
  }

  .sm\:first\:pb-75:first-child {
    padding-bottom: 18.75rem;
  }

  .sm\:first\:pl-75:first-child {
    padding-left: 18.75rem;
  }

  .sm\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .sm\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .sm\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .sm\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .sm\:last\:p-0:last-child {
    padding: 0;
  }

  .sm\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .sm\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .sm\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .sm\:last\:p-4:last-child {
    padding: 1rem;
  }

  .sm\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .sm\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .sm\:last\:p-7:last-child {
    padding: 1.75rem;
  }

  .sm\:last\:p-8:last-child {
    padding: 2rem;
  }

  .sm\:last\:p-9:last-child {
    padding: 2.25rem;
  }

  .sm\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .sm\:last\:p-11:last-child {
    padding: 2.75rem;
  }

  .sm\:last\:p-12:last-child {
    padding: 3rem;
  }

  .sm\:last\:p-13:last-child {
    padding: 3.25rem;
  }

  .sm\:last\:p-14:last-child {
    padding: 3.5rem;
  }

  .sm\:last\:p-15:last-child {
    padding: 3.75rem;
  }

  .sm\:last\:p-16:last-child {
    padding: 4rem;
  }

  .sm\:last\:p-17:last-child {
    padding: 4.25rem;
  }

  .sm\:last\:p-18:last-child {
    padding: 4.5rem;
  }

  .sm\:last\:p-19:last-child {
    padding: 4.75rem;
  }

  .sm\:last\:p-20:last-child {
    padding: 5rem;
  }

  .sm\:last\:p-24:last-child {
    padding: 6rem;
  }

  .sm\:last\:p-32:last-child {
    padding: 8rem;
  }

  .sm\:last\:p-40:last-child {
    padding: 10rem;
  }

  .sm\:last\:p-48:last-child {
    padding: 12rem;
  }

  .sm\:last\:p-56:last-child {
    padding: 14rem;
  }

  .sm\:last\:p-64:last-child {
    padding: 16rem;
  }

  .sm\:last\:p-75:last-child {
    padding: 18.75rem;
  }

  .sm\:last\:p-px:last-child {
    padding: 1px;
  }

  .sm\:last\:py-0:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:last\:px-0:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:last\:py-7:last-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:last\:px-7:last-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:last\:py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:last\:px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:last\:py-11:last-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:last\:px-11:last-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:last\:py-13:last-child {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .sm\:last\:px-13:last-child {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .sm\:last\:py-14:last-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:last\:px-14:last-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:last\:py-15:last-child {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:last\:px-15:last-child {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .sm\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:last\:py-17:last-child {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .sm\:last\:px-17:last-child {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .sm\:last\:py-18:last-child {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:last\:px-18:last-child {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sm\:last\:py-19:last-child {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .sm\:last\:px-19:last-child {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .sm\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:last\:py-75:last-child {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .sm\:last\:px-75:last-child {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .sm\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:last\:pt-0:last-child {
    padding-top: 0;
  }

  .sm\:last\:pr-0:last-child {
    padding-right: 0;
  }

  .sm\:last\:pb-0:last-child {
    padding-bottom: 0;
  }

  .sm\:last\:pl-0:last-child {
    padding-left: 0;
  }

  .sm\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .sm\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .sm\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .sm\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .sm\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .sm\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .sm\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .sm\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .sm\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .sm\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .sm\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .sm\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .sm\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .sm\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .sm\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .sm\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .sm\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .sm\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .sm\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .sm\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .sm\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .sm\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .sm\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .sm\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .sm\:last\:pt-7:last-child {
    padding-top: 1.75rem;
  }

  .sm\:last\:pr-7:last-child {
    padding-right: 1.75rem;
  }

  .sm\:last\:pb-7:last-child {
    padding-bottom: 1.75rem;
  }

  .sm\:last\:pl-7:last-child {
    padding-left: 1.75rem;
  }

  .sm\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .sm\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .sm\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .sm\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .sm\:last\:pt-9:last-child {
    padding-top: 2.25rem;
  }

  .sm\:last\:pr-9:last-child {
    padding-right: 2.25rem;
  }

  .sm\:last\:pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .sm\:last\:pl-9:last-child {
    padding-left: 2.25rem;
  }

  .sm\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .sm\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .sm\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .sm\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .sm\:last\:pt-11:last-child {
    padding-top: 2.75rem;
  }

  .sm\:last\:pr-11:last-child {
    padding-right: 2.75rem;
  }

  .sm\:last\:pb-11:last-child {
    padding-bottom: 2.75rem;
  }

  .sm\:last\:pl-11:last-child {
    padding-left: 2.75rem;
  }

  .sm\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .sm\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .sm\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .sm\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .sm\:last\:pt-13:last-child {
    padding-top: 3.25rem;
  }

  .sm\:last\:pr-13:last-child {
    padding-right: 3.25rem;
  }

  .sm\:last\:pb-13:last-child {
    padding-bottom: 3.25rem;
  }

  .sm\:last\:pl-13:last-child {
    padding-left: 3.25rem;
  }

  .sm\:last\:pt-14:last-child {
    padding-top: 3.5rem;
  }

  .sm\:last\:pr-14:last-child {
    padding-right: 3.5rem;
  }

  .sm\:last\:pb-14:last-child {
    padding-bottom: 3.5rem;
  }

  .sm\:last\:pl-14:last-child {
    padding-left: 3.5rem;
  }

  .sm\:last\:pt-15:last-child {
    padding-top: 3.75rem;
  }

  .sm\:last\:pr-15:last-child {
    padding-right: 3.75rem;
  }

  .sm\:last\:pb-15:last-child {
    padding-bottom: 3.75rem;
  }

  .sm\:last\:pl-15:last-child {
    padding-left: 3.75rem;
  }

  .sm\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .sm\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .sm\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .sm\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .sm\:last\:pt-17:last-child {
    padding-top: 4.25rem;
  }

  .sm\:last\:pr-17:last-child {
    padding-right: 4.25rem;
  }

  .sm\:last\:pb-17:last-child {
    padding-bottom: 4.25rem;
  }

  .sm\:last\:pl-17:last-child {
    padding-left: 4.25rem;
  }

  .sm\:last\:pt-18:last-child {
    padding-top: 4.5rem;
  }

  .sm\:last\:pr-18:last-child {
    padding-right: 4.5rem;
  }

  .sm\:last\:pb-18:last-child {
    padding-bottom: 4.5rem;
  }

  .sm\:last\:pl-18:last-child {
    padding-left: 4.5rem;
  }

  .sm\:last\:pt-19:last-child {
    padding-top: 4.75rem;
  }

  .sm\:last\:pr-19:last-child {
    padding-right: 4.75rem;
  }

  .sm\:last\:pb-19:last-child {
    padding-bottom: 4.75rem;
  }

  .sm\:last\:pl-19:last-child {
    padding-left: 4.75rem;
  }

  .sm\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .sm\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .sm\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .sm\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .sm\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .sm\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .sm\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .sm\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .sm\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .sm\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .sm\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .sm\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .sm\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .sm\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .sm\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .sm\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .sm\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .sm\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .sm\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .sm\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .sm\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .sm\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .sm\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .sm\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .sm\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .sm\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .sm\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .sm\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .sm\:last\:pt-75:last-child {
    padding-top: 18.75rem;
  }

  .sm\:last\:pr-75:last-child {
    padding-right: 18.75rem;
  }

  .sm\:last\:pb-75:last-child {
    padding-bottom: 18.75rem;
  }

  .sm\:last\:pl-75:last-child {
    padding-left: 18.75rem;
  }

  .sm\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .sm\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .sm\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .sm\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .sm\:hover\:p-0:hover {
    padding: 0;
  }

  .sm\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .sm\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .sm\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .sm\:hover\:p-4:hover {
    padding: 1rem;
  }

  .sm\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .sm\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .sm\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .sm\:hover\:p-8:hover {
    padding: 2rem;
  }

  .sm\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .sm\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .sm\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .sm\:hover\:p-12:hover {
    padding: 3rem;
  }

  .sm\:hover\:p-13:hover {
    padding: 3.25rem;
  }

  .sm\:hover\:p-14:hover {
    padding: 3.5rem;
  }

  .sm\:hover\:p-15:hover {
    padding: 3.75rem;
  }

  .sm\:hover\:p-16:hover {
    padding: 4rem;
  }

  .sm\:hover\:p-17:hover {
    padding: 4.25rem;
  }

  .sm\:hover\:p-18:hover {
    padding: 4.5rem;
  }

  .sm\:hover\:p-19:hover {
    padding: 4.75rem;
  }

  .sm\:hover\:p-20:hover {
    padding: 5rem;
  }

  .sm\:hover\:p-24:hover {
    padding: 6rem;
  }

  .sm\:hover\:p-32:hover {
    padding: 8rem;
  }

  .sm\:hover\:p-40:hover {
    padding: 10rem;
  }

  .sm\:hover\:p-48:hover {
    padding: 12rem;
  }

  .sm\:hover\:p-56:hover {
    padding: 14rem;
  }

  .sm\:hover\:p-64:hover {
    padding: 16rem;
  }

  .sm\:hover\:p-75:hover {
    padding: 18.75rem;
  }

  .sm\:hover\:p-px:hover {
    padding: 1px;
  }

  .sm\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:hover\:py-13:hover {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .sm\:hover\:px-13:hover {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .sm\:hover\:py-14:hover {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:hover\:px-14:hover {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:hover\:py-15:hover {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:hover\:px-15:hover {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .sm\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:hover\:py-17:hover {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .sm\:hover\:px-17:hover {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .sm\:hover\:py-18:hover {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:hover\:px-18:hover {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sm\:hover\:py-19:hover {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .sm\:hover\:px-19:hover {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .sm\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:hover\:py-75:hover {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .sm\:hover\:px-75:hover {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .sm\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .sm\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .sm\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .sm\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .sm\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .sm\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .sm\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .sm\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .sm\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .sm\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .sm\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .sm\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .sm\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .sm\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .sm\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .sm\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .sm\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .sm\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .sm\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .sm\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .sm\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .sm\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .sm\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .sm\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .sm\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .sm\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .sm\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .sm\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .sm\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .sm\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .sm\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .sm\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .sm\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .sm\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .sm\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .sm\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .sm\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .sm\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .sm\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .sm\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .sm\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .sm\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .sm\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .sm\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .sm\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .sm\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .sm\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .sm\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .sm\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .sm\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .sm\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .sm\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .sm\:hover\:pt-13:hover {
    padding-top: 3.25rem;
  }

  .sm\:hover\:pr-13:hover {
    padding-right: 3.25rem;
  }

  .sm\:hover\:pb-13:hover {
    padding-bottom: 3.25rem;
  }

  .sm\:hover\:pl-13:hover {
    padding-left: 3.25rem;
  }

  .sm\:hover\:pt-14:hover {
    padding-top: 3.5rem;
  }

  .sm\:hover\:pr-14:hover {
    padding-right: 3.5rem;
  }

  .sm\:hover\:pb-14:hover {
    padding-bottom: 3.5rem;
  }

  .sm\:hover\:pl-14:hover {
    padding-left: 3.5rem;
  }

  .sm\:hover\:pt-15:hover {
    padding-top: 3.75rem;
  }

  .sm\:hover\:pr-15:hover {
    padding-right: 3.75rem;
  }

  .sm\:hover\:pb-15:hover {
    padding-bottom: 3.75rem;
  }

  .sm\:hover\:pl-15:hover {
    padding-left: 3.75rem;
  }

  .sm\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .sm\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .sm\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .sm\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .sm\:hover\:pt-17:hover {
    padding-top: 4.25rem;
  }

  .sm\:hover\:pr-17:hover {
    padding-right: 4.25rem;
  }

  .sm\:hover\:pb-17:hover {
    padding-bottom: 4.25rem;
  }

  .sm\:hover\:pl-17:hover {
    padding-left: 4.25rem;
  }

  .sm\:hover\:pt-18:hover {
    padding-top: 4.5rem;
  }

  .sm\:hover\:pr-18:hover {
    padding-right: 4.5rem;
  }

  .sm\:hover\:pb-18:hover {
    padding-bottom: 4.5rem;
  }

  .sm\:hover\:pl-18:hover {
    padding-left: 4.5rem;
  }

  .sm\:hover\:pt-19:hover {
    padding-top: 4.75rem;
  }

  .sm\:hover\:pr-19:hover {
    padding-right: 4.75rem;
  }

  .sm\:hover\:pb-19:hover {
    padding-bottom: 4.75rem;
  }

  .sm\:hover\:pl-19:hover {
    padding-left: 4.75rem;
  }

  .sm\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .sm\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .sm\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .sm\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .sm\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .sm\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .sm\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .sm\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .sm\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .sm\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .sm\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .sm\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .sm\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .sm\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .sm\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .sm\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .sm\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .sm\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .sm\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .sm\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .sm\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .sm\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .sm\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .sm\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .sm\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .sm\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .sm\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .sm\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .sm\:hover\:pt-75:hover {
    padding-top: 18.75rem;
  }

  .sm\:hover\:pr-75:hover {
    padding-right: 18.75rem;
  }

  .sm\:hover\:pb-75:hover {
    padding-bottom: 18.75rem;
  }

  .sm\:hover\:pl-75:hover {
    padding-left: 18.75rem;
  }

  .sm\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .sm\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .sm\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .sm\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .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-9\! {
    padding: 2.25rem !important;
  }

  .sm\:p-10\! {
    padding: 2.5rem !important;
  }

  .sm\:p-11\! {
    padding: 2.75rem !important;
  }

  .sm\:p-12\! {
    padding: 3rem !important;
  }

  .sm\:p-13\! {
    padding: 3.25rem !important;
  }

  .sm\:p-14\! {
    padding: 3.5rem !important;
  }

  .sm\:p-15\! {
    padding: 3.75rem !important;
  }

  .sm\:p-16\! {
    padding: 4rem !important;
  }

  .sm\:p-17\! {
    padding: 4.25rem !important;
  }

  .sm\:p-18\! {
    padding: 4.5rem !important;
  }

  .sm\:p-19\! {
    padding: 4.75rem !important;
  }

  .sm\:p-20\! {
    padding: 5rem !important;
  }

  .sm\:p-24\! {
    padding: 6rem !important;
  }

  .sm\:p-32\! {
    padding: 8rem !important;
  }

  .sm\:p-40\! {
    padding: 10rem !important;
  }

  .sm\:p-48\! {
    padding: 12rem !important;
  }

  .sm\:p-56\! {
    padding: 14rem !important;
  }

  .sm\:p-64\! {
    padding: 16rem !important;
  }

  .sm\:p-75\! {
    padding: 18.75rem !important;
  }

  .sm\:p-px\! {
    padding: 1px !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-9\! {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .sm\:px-9\! {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !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-11\! {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .sm\:px-11\! {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !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-13\! {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .sm\:px-13\! {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }

  .sm\:py-14\! {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .sm\:px-14\! {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .sm\:py-15\! {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .sm\:px-15\! {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !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-17\! {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }

  .sm\:px-17\! {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
  }

  .sm\:py-18\! {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .sm\:px-18\! {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .sm\:py-19\! {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .sm\:px-19\! {
    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-24\! {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:px-24\! {
    padding-left: 6rem !important;
    padding-right: 6rem !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-48\! {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm\:px-48\! {
    padding-left: 12rem !important;
    padding-right: 12rem !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-64\! {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:px-64\! {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:py-75\! {
    padding-top: 18.75rem !important;
    padding-bottom: 18.75rem !important;
  }

  .sm\:px-75\! {
    padding-left: 18.75rem !important;
    padding-right: 18.75rem !important;
  }

  .sm\:py-px\! {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:px-px\! {
    padding-left: 1px !important;
    padding-right: 1px !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-9\! {
    padding-top: 2.25rem !important;
  }

  .sm\:pr-9\! {
    padding-right: 2.25rem !important;
  }

  .sm\:pb-9\! {
    padding-bottom: 2.25rem !important;
  }

  .sm\:pl-9\! {
    padding-left: 2.25rem !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-11\! {
    padding-top: 2.75rem !important;
  }

  .sm\:pr-11\! {
    padding-right: 2.75rem !important;
  }

  .sm\:pb-11\! {
    padding-bottom: 2.75rem !important;
  }

  .sm\:pl-11\! {
    padding-left: 2.75rem !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-13\! {
    padding-top: 3.25rem !important;
  }

  .sm\:pr-13\! {
    padding-right: 3.25rem !important;
  }

  .sm\:pb-13\! {
    padding-bottom: 3.25rem !important;
  }

  .sm\:pl-13\! {
    padding-left: 3.25rem !important;
  }

  .sm\:pt-14\! {
    padding-top: 3.5rem !important;
  }

  .sm\:pr-14\! {
    padding-right: 3.5rem !important;
  }

  .sm\:pb-14\! {
    padding-bottom: 3.5rem !important;
  }

  .sm\:pl-14\! {
    padding-left: 3.5rem !important;
  }

  .sm\:pt-15\! {
    padding-top: 3.75rem !important;
  }

  .sm\:pr-15\! {
    padding-right: 3.75rem !important;
  }

  .sm\:pb-15\! {
    padding-bottom: 3.75rem !important;
  }

  .sm\:pl-15\! {
    padding-left: 3.75rem !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-17\! {
    padding-top: 4.25rem !important;
  }

  .sm\:pr-17\! {
    padding-right: 4.25rem !important;
  }

  .sm\:pb-17\! {
    padding-bottom: 4.25rem !important;
  }

  .sm\:pl-17\! {
    padding-left: 4.25rem !important;
  }

  .sm\:pt-18\! {
    padding-top: 4.5rem !important;
  }

  .sm\:pr-18\! {
    padding-right: 4.5rem !important;
  }

  .sm\:pb-18\! {
    padding-bottom: 4.5rem !important;
  }

  .sm\:pl-18\! {
    padding-left: 4.5rem !important;
  }

  .sm\:pt-19\! {
    padding-top: 4.75rem !important;
  }

  .sm\:pr-19\! {
    padding-right: 4.75rem !important;
  }

  .sm\:pb-19\! {
    padding-bottom: 4.75rem !important;
  }

  .sm\:pl-19\! {
    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-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-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-48\! {
    padding-top: 12rem !important;
  }

  .sm\:pr-48\! {
    padding-right: 12rem !important;
  }

  .sm\:pb-48\! {
    padding-bottom: 12rem !important;
  }

  .sm\:pl-48\! {
    padding-left: 12rem !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-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-75\! {
    padding-top: 18.75rem !important;
  }

  .sm\:pr-75\! {
    padding-right: 18.75rem !important;
  }

  .sm\:pb-75\! {
    padding-bottom: 18.75rem !important;
  }

  .sm\:pl-75\! {
    padding-left: 18.75rem !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\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .sm\:placeholder-current::placeholder {
    color: currentColor;
  }

  .sm\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-450::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-550::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-300::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-400::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-500::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-600::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-700::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-800::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-900::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-100::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-200::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-300::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-400::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-500::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-600::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-700::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-800::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-900::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-200::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-300::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-400::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-500::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-600::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-700::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-800::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-900::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-dark-blue::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .sm\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .sm\:placeholder-pale-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .sm\:placeholder-success::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .sm\:placeholder-error::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-transparent:nth-child(even)::placeholder {
    color: transparent;
  }

  .sm\:even\:placeholder-current:nth-child(even)::placeholder {
    color: currentColor;
  }

  .sm\:even\:placeholder-black:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-white:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-450:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-550:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-gray:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-red-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-red-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-red-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-red-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-red-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-red-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-red-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-red-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-red-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-green-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-green-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-green-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-green-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-green-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-green-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-green-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-green-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-green-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-dark-blue:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-light-blue:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-pale-yellow:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-success:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .sm\:even\:placeholder-error:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-transparent:nth-child(odd)::placeholder {
    color: transparent;
  }

  .sm\:odd\:placeholder-current:nth-child(odd)::placeholder {
    color: currentColor;
  }

  .sm\:odd\:placeholder-black:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-white:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-450:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-550:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-dark-blue:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-light-blue:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-pale-yellow:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-success:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .sm\:odd\:placeholder-error:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-transparent > *::placeholder {
    color: transparent;
  }

  .sm\:children\:placeholder-current > *::placeholder {
    color: currentColor;
  }

  .sm\:children\:placeholder-black > *::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-white > *::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-gray-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-gray-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-gray-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-gray-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-gray-450 > *::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-gray-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-gray-550 > *::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-gray-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-gray-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-gray-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-gray-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-gray > *::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-red-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-red-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-red-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-red-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-red-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-red-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-red-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-red-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-red-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-orange-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-orange-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-orange-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-orange-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-orange-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-orange-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-orange-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-orange-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-orange-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-yellow-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-yellow-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-yellow-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-yellow-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-yellow-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-yellow-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-yellow-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-yellow-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-yellow-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-green-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-green-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-green-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-green-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-green-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-green-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-green-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-green-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-green-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-teal-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-teal-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-teal-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-teal-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-teal-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-teal-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-teal-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-teal-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-teal-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-blue-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-blue-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-blue-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-blue-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-blue-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-blue-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-blue-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-blue-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-blue-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-indigo-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-indigo-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-indigo-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-indigo-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-indigo-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-indigo-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-indigo-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-indigo-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-indigo-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-purple-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-purple-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-purple-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-purple-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-purple-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-purple-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-purple-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-purple-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-purple-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-pink-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-pink-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-pink-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-pink-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-pink-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-pink-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-pink-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-pink-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-pink-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-dark-blue > *::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-light-blue > *::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-pale-yellow > *::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-success > *::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .sm\:children\:placeholder-error > *::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-transparent:first-child::placeholder {
    color: transparent;
  }

  .sm\:first\:placeholder-current:first-child::placeholder {
    color: currentColor;
  }

  .sm\:first\:placeholder-black:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-white:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-450:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-550:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-gray:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-red-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-red-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-red-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-red-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-red-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-red-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-red-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-red-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-red-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-green-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-green-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-green-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-green-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-green-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-green-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-green-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-green-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-green-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-dark-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-light-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-pale-yellow:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-success:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .sm\:first\:placeholder-error:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-transparent:last-child::placeholder {
    color: transparent;
  }

  .sm\:last\:placeholder-current:last-child::placeholder {
    color: currentColor;
  }

  .sm\:last\:placeholder-black:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-white:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-450:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-550:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-gray:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-red-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-red-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-red-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-red-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-red-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-red-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-red-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-red-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-red-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-green-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-green-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-green-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-green-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-green-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-green-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-green-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-green-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-green-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-dark-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-light-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-pale-yellow:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-success:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .sm\:last\:placeholder-error:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-transparent:hover::placeholder {
    color: transparent;
  }

  .sm\:hover\:placeholder-current:hover::placeholder {
    color: currentColor;
  }

  .sm\:hover\:placeholder-black:hover::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-white:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-450:hover::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-550:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray:hover::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-dark-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-light-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-pale-yellow:hover::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-success:hover::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .sm\:hover\:placeholder-error:hover::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .sm\:placeholder-transparent::placeholder\! {
    color: transparent !important;
  }

  .sm\:placeholder-current::placeholder\! {
    color: currentColor !important;
  }

  .sm\:placeholder-black::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-200::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #f0f2f7 !important;
    color: rgba(240, 242, 247, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #e3e8f0 !important;
    color: rgba(227, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-450::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #B0B5CC !important;
    color: rgba(176, 181, 204, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-500::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #B9BED1 !important;
    color: rgba(185, 190, 209, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-550::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #9597a6 !important;
    color: rgba(149, 151, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-600::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #707070 !important;
    color: rgba(112, 112, 112, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #454545 !important;
    color: rgba(69, 69, 69, 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-gray::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #454545 !important;
    color: rgba(69, 69, 69, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, 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-dark-blue::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #000142 !important;
    color: rgba(0, 1, 66, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-light-blue::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #3B55E6 !important;
    color: rgba(59, 85, 230, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pale-yellow::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #FBAF4E !important;
    color: rgba(251, 175, 78, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-success::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #007E62 !important;
    color: rgba(0, 126, 98, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-error::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #F60139 !important;
    color: rgba(246, 1, 57, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .sm\:even\:placeholder-opacity-0:nth-child(even)::placeholder {
    --placeholder-opacity: 0;
  }

  .sm\:even\:placeholder-opacity-25:nth-child(even)::placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm\:even\:placeholder-opacity-50:nth-child(even)::placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm\:even\:placeholder-opacity-75:nth-child(even)::placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm\:even\:placeholder-opacity-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
  }

  .sm\:odd\:placeholder-opacity-0:nth-child(odd)::placeholder {
    --placeholder-opacity: 0;
  }

  .sm\:odd\:placeholder-opacity-25:nth-child(odd)::placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm\:odd\:placeholder-opacity-50:nth-child(odd)::placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm\:odd\:placeholder-opacity-75:nth-child(odd)::placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm\:odd\:placeholder-opacity-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
  }

  .sm\:children\:placeholder-opacity-0 > *::placeholder {
    --placeholder-opacity: 0;
  }

  .sm\:children\:placeholder-opacity-25 > *::placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm\:children\:placeholder-opacity-50 > *::placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm\:children\:placeholder-opacity-75 > *::placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm\:children\:placeholder-opacity-100 > *::placeholder {
    --placeholder-opacity: 1;
  }

  .sm\:first\:placeholder-opacity-0:first-child::placeholder {
    --placeholder-opacity: 0;
  }

  .sm\:first\:placeholder-opacity-25:first-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm\:first\:placeholder-opacity-50:first-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm\:first\:placeholder-opacity-75:first-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm\:first\:placeholder-opacity-100:first-child::placeholder {
    --placeholder-opacity: 1;
  }

  .sm\:last\:placeholder-opacity-0:last-child::placeholder {
    --placeholder-opacity: 0;
  }

  .sm\:last\:placeholder-opacity-25:last-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm\:last\:placeholder-opacity-50:last-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm\:last\:placeholder-opacity-75:last-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm\:last\:placeholder-opacity-100:last-child::placeholder {
    --placeholder-opacity: 1;
  }

  .sm\:hover\:placeholder-opacity-0:hover::placeholder {
    --placeholder-opacity: 0;
  }

  .sm\:hover\:placeholder-opacity-25:hover::placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm\:hover\:placeholder-opacity-50:hover::placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm\:hover\:placeholder-opacity-75:hover::placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm\:hover\:placeholder-opacity-100:hover::placeholder {
    --placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-0::placeholder\! {
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-25::placeholder\! {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-50::placeholder\! {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-75::placeholder\! {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-100::placeholder\! {
    --placeholder-opacity: 1 !important;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:even\:pointer-events-none:nth-child(even) {
    pointer-events: none;
  }

  .sm\:even\:pointer-events-auto:nth-child(even) {
    pointer-events: auto;
  }

  .sm\:odd\:pointer-events-none:nth-child(odd) {
    pointer-events: none;
  }

  .sm\:odd\:pointer-events-auto:nth-child(odd) {
    pointer-events: auto;
  }

  .sm\:children\:pointer-events-none > * {
    pointer-events: none;
  }

  .sm\:children\:pointer-events-auto > * {
    pointer-events: auto;
  }

  .sm\:first\:pointer-events-none:first-child {
    pointer-events: none;
  }

  .sm\:first\:pointer-events-auto:first-child {
    pointer-events: auto;
  }

  .sm\:last\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .sm\:last\:pointer-events-auto:last-child {
    pointer-events: auto;
  }

  .sm\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .sm\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .sm\:pointer-events-none\! {
    pointer-events: none !important;
  }

  .sm\:pointer-events-auto\! {
    pointer-events: auto !important;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: sticky;
  }

  .sm\:even\:static:nth-child(even) {
    position: static;
  }

  .sm\:even\:fixed:nth-child(even) {
    position: fixed;
  }

  .sm\:even\:absolute:nth-child(even) {
    position: absolute;
  }

  .sm\:even\:relative:nth-child(even) {
    position: relative;
  }

  .sm\:even\:sticky:nth-child(even) {
    position: sticky;
  }

  .sm\:odd\:static:nth-child(odd) {
    position: static;
  }

  .sm\:odd\:fixed:nth-child(odd) {
    position: fixed;
  }

  .sm\:odd\:absolute:nth-child(odd) {
    position: absolute;
  }

  .sm\:odd\:relative:nth-child(odd) {
    position: relative;
  }

  .sm\:odd\:sticky:nth-child(odd) {
    position: sticky;
  }

  .sm\:children\:static > * {
    position: static;
  }

  .sm\:children\:fixed > * {
    position: fixed;
  }

  .sm\:children\:absolute > * {
    position: absolute;
  }

  .sm\:children\:relative > * {
    position: relative;
  }

  .sm\:children\:sticky > * {
    position: sticky;
  }

  .sm\:first\:static:first-child {
    position: static;
  }

  .sm\:first\:fixed:first-child {
    position: fixed;
  }

  .sm\:first\:absolute:first-child {
    position: absolute;
  }

  .sm\:first\:relative:first-child {
    position: relative;
  }

  .sm\:first\:sticky:first-child {
    position: sticky;
  }

  .sm\:last\:static:last-child {
    position: static;
  }

  .sm\:last\:fixed:last-child {
    position: fixed;
  }

  .sm\:last\:absolute:last-child {
    position: absolute;
  }

  .sm\:last\:relative:last-child {
    position: relative;
  }

  .sm\:last\:sticky:last-child {
    position: sticky;
  }

  .sm\:hover\:static:hover {
    position: static;
  }

  .sm\:hover\:fixed:hover {
    position: fixed;
  }

  .sm\:hover\:absolute:hover {
    position: absolute;
  }

  .sm\:hover\:relative:hover {
    position: relative;
  }

  .sm\:hover\:sticky:hover {
    position: sticky;
  }

  .sm\:static\! {
    position: static !important;
  }

  .sm\:fixed\! {
    position: fixed !important;
  }

  .sm\:absolute\! {
    position: absolute !important;
  }

  .sm\:relative\! {
    position: relative !important;
  }

  .sm\:sticky\! {
    position: sticky !important;
  }

  .sm\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .sm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .sm\:top-0 {
    top: 0;
  }

  .sm\:right-0 {
    right: 0;
  }

  .sm\:bottom-0 {
    bottom: 0;
  }

  .sm\:left-0 {
    left: 0;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:even\:inset-0:nth-child(even) {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:even\:inset-auto:nth-child(even) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:even\:inset-y-0:nth-child(even) {
    top: 0;
    bottom: 0;
  }

  .sm\:even\:inset-x-0:nth-child(even) {
    right: 0;
    left: 0;
  }

  .sm\:even\:inset-y-auto:nth-child(even) {
    top: auto;
    bottom: auto;
  }

  .sm\:even\:inset-x-auto:nth-child(even) {
    right: auto;
    left: auto;
  }

  .sm\:even\:top-0:nth-child(even) {
    top: 0;
  }

  .sm\:even\:right-0:nth-child(even) {
    right: 0;
  }

  .sm\:even\:bottom-0:nth-child(even) {
    bottom: 0;
  }

  .sm\:even\:left-0:nth-child(even) {
    left: 0;
  }

  .sm\:even\:top-auto:nth-child(even) {
    top: auto;
  }

  .sm\:even\:right-auto:nth-child(even) {
    right: auto;
  }

  .sm\:even\:bottom-auto:nth-child(even) {
    bottom: auto;
  }

  .sm\:even\:left-auto:nth-child(even) {
    left: auto;
  }

  .sm\:odd\:inset-0:nth-child(odd) {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:odd\:inset-auto:nth-child(odd) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:odd\:inset-y-0:nth-child(odd) {
    top: 0;
    bottom: 0;
  }

  .sm\:odd\:inset-x-0:nth-child(odd) {
    right: 0;
    left: 0;
  }

  .sm\:odd\:inset-y-auto:nth-child(odd) {
    top: auto;
    bottom: auto;
  }

  .sm\:odd\:inset-x-auto:nth-child(odd) {
    right: auto;
    left: auto;
  }

  .sm\:odd\:top-0:nth-child(odd) {
    top: 0;
  }

  .sm\:odd\:right-0:nth-child(odd) {
    right: 0;
  }

  .sm\:odd\:bottom-0:nth-child(odd) {
    bottom: 0;
  }

  .sm\:odd\:left-0:nth-child(odd) {
    left: 0;
  }

  .sm\:odd\:top-auto:nth-child(odd) {
    top: auto;
  }

  .sm\:odd\:right-auto:nth-child(odd) {
    right: auto;
  }

  .sm\:odd\:bottom-auto:nth-child(odd) {
    bottom: auto;
  }

  .sm\:odd\:left-auto:nth-child(odd) {
    left: auto;
  }

  .sm\:children\:inset-0 > * {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:children\:inset-auto > * {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:children\:inset-y-0 > * {
    top: 0;
    bottom: 0;
  }

  .sm\:children\:inset-x-0 > * {
    right: 0;
    left: 0;
  }

  .sm\:children\:inset-y-auto > * {
    top: auto;
    bottom: auto;
  }

  .sm\:children\:inset-x-auto > * {
    right: auto;
    left: auto;
  }

  .sm\:children\:top-0 > * {
    top: 0;
  }

  .sm\:children\:right-0 > * {
    right: 0;
  }

  .sm\:children\:bottom-0 > * {
    bottom: 0;
  }

  .sm\:children\:left-0 > * {
    left: 0;
  }

  .sm\:children\:top-auto > * {
    top: auto;
  }

  .sm\:children\:right-auto > * {
    right: auto;
  }

  .sm\:children\:bottom-auto > * {
    bottom: auto;
  }

  .sm\:children\:left-auto > * {
    left: auto;
  }

  .sm\:first\:inset-0:first-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:first\:inset-auto:first-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:first\:inset-y-0:first-child {
    top: 0;
    bottom: 0;
  }

  .sm\:first\:inset-x-0:first-child {
    right: 0;
    left: 0;
  }

  .sm\:first\:inset-y-auto:first-child {
    top: auto;
    bottom: auto;
  }

  .sm\:first\:inset-x-auto:first-child {
    right: auto;
    left: auto;
  }

  .sm\:first\:top-0:first-child {
    top: 0;
  }

  .sm\:first\:right-0:first-child {
    right: 0;
  }

  .sm\:first\:bottom-0:first-child {
    bottom: 0;
  }

  .sm\:first\:left-0:first-child {
    left: 0;
  }

  .sm\:first\:top-auto:first-child {
    top: auto;
  }

  .sm\:first\:right-auto:first-child {
    right: auto;
  }

  .sm\:first\:bottom-auto:first-child {
    bottom: auto;
  }

  .sm\:first\:left-auto:first-child {
    left: auto;
  }

  .sm\:last\:inset-0:last-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:last\:inset-auto:last-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:last\:inset-y-0:last-child {
    top: 0;
    bottom: 0;
  }

  .sm\:last\:inset-x-0:last-child {
    right: 0;
    left: 0;
  }

  .sm\:last\:inset-y-auto:last-child {
    top: auto;
    bottom: auto;
  }

  .sm\:last\:inset-x-auto:last-child {
    right: auto;
    left: auto;
  }

  .sm\:last\:top-0:last-child {
    top: 0;
  }

  .sm\:last\:right-0:last-child {
    right: 0;
  }

  .sm\:last\:bottom-0:last-child {
    bottom: 0;
  }

  .sm\:last\:left-0:last-child {
    left: 0;
  }

  .sm\:last\:top-auto:last-child {
    top: auto;
  }

  .sm\:last\:right-auto:last-child {
    right: auto;
  }

  .sm\:last\:bottom-auto:last-child {
    bottom: auto;
  }

  .sm\:last\:left-auto:last-child {
    left: auto;
  }

  .sm\:hover\:inset-0:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:hover\:inset-auto:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:hover\:inset-y-0:hover {
    top: 0;
    bottom: 0;
  }

  .sm\:hover\:inset-x-0:hover {
    right: 0;
    left: 0;
  }

  .sm\:hover\:inset-y-auto:hover {
    top: auto;
    bottom: auto;
  }

  .sm\:hover\:inset-x-auto:hover {
    right: auto;
    left: auto;
  }

  .sm\:hover\:top-0:hover {
    top: 0;
  }

  .sm\:hover\:right-0:hover {
    right: 0;
  }

  .sm\:hover\:bottom-0:hover {
    bottom: 0;
  }

  .sm\:hover\:left-0:hover {
    left: 0;
  }

  .sm\:hover\:top-auto:hover {
    top: auto;
  }

  .sm\:hover\:right-auto:hover {
    right: auto;
  }

  .sm\:hover\:bottom-auto:hover {
    bottom: auto;
  }

  .sm\:hover\:left-auto:hover {
    left: auto;
  }

  .sm\:inset-0\! {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .sm\:inset-auto\! {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:inset-y-0\! {
    top: 0 !important;
    bottom: 0 !important;
  }

  .sm\:inset-x-0\! {
    right: 0 !important;
    left: 0 !important;
  }

  .sm\:inset-y-auto\! {
    top: auto !important;
    bottom: auto !important;
  }

  .sm\:inset-x-auto\! {
    right: auto !important;
    left: auto !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-auto\! {
    top: auto !important;
  }

  .sm\:right-auto\! {
    right: auto !important;
  }

  .sm\:bottom-auto\! {
    bottom: auto !important;
  }

  .sm\:left-auto\! {
    left: auto !important;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:even\:resize-none:nth-child(even) {
    resize: none;
  }

  .sm\:even\:resize-y:nth-child(even) {
    resize: vertical;
  }

  .sm\:even\:resize-x:nth-child(even) {
    resize: horizontal;
  }

  .sm\:even\:resize:nth-child(even) {
    resize: both;
  }

  .sm\:odd\:resize-none:nth-child(odd) {
    resize: none;
  }

  .sm\:odd\:resize-y:nth-child(odd) {
    resize: vertical;
  }

  .sm\:odd\:resize-x:nth-child(odd) {
    resize: horizontal;
  }

  .sm\:odd\:resize:nth-child(odd) {
    resize: both;
  }

  .sm\:children\:resize-none > * {
    resize: none;
  }

  .sm\:children\:resize-y > * {
    resize: vertical;
  }

  .sm\:children\:resize-x > * {
    resize: horizontal;
  }

  .sm\:children\:resize > * {
    resize: both;
  }

  .sm\:first\:resize-none:first-child {
    resize: none;
  }

  .sm\:first\:resize-y:first-child {
    resize: vertical;
  }

  .sm\:first\:resize-x:first-child {
    resize: horizontal;
  }

  .sm\:first\:resize:first-child {
    resize: both;
  }

  .sm\:last\:resize-none:last-child {
    resize: none;
  }

  .sm\:last\:resize-y:last-child {
    resize: vertical;
  }

  .sm\:last\:resize-x:last-child {
    resize: horizontal;
  }

  .sm\:last\:resize:last-child {
    resize: both;
  }

  .sm\:hover\:resize-none:hover {
    resize: none;
  }

  .sm\:hover\:resize-y:hover {
    resize: vertical;
  }

  .sm\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .sm\:hover\:resize:hover {
    resize: both;
  }

  .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 {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:shadow-none {
    box-shadow: none;
  }

  .sm\:even\:shadow-xs:nth-child(even) {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:even\:shadow-sm:nth-child(even) {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:even\:shadow:nth-child(even) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:even\:shadow-md:nth-child(even) {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:even\:shadow-lg:nth-child(even) {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:even\:shadow-xl:nth-child(even) {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:even\:shadow-2xl:nth-child(even) {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:even\:shadow-inner:nth-child(even) {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:even\:shadow-outline:nth-child(even) {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:even\:shadow-none:nth-child(even) {
    box-shadow: none;
  }

  .sm\:odd\:shadow-xs:nth-child(odd) {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:odd\:shadow-sm:nth-child(odd) {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:odd\:shadow:nth-child(odd) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:odd\:shadow-md:nth-child(odd) {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:odd\:shadow-lg:nth-child(odd) {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:odd\:shadow-xl:nth-child(odd) {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:odd\:shadow-2xl:nth-child(odd) {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:odd\:shadow-inner:nth-child(odd) {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:odd\:shadow-outline:nth-child(odd) {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:odd\:shadow-none:nth-child(odd) {
    box-shadow: none;
  }

  .sm\:children\:shadow-xs > * {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:children\:shadow-sm > * {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:children\:shadow > * {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:children\:shadow-md > * {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:children\:shadow-lg > * {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:children\:shadow-xl > * {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:children\:shadow-2xl > * {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:children\:shadow-inner > * {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:children\:shadow-outline > * {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:children\:shadow-none > * {
    box-shadow: none;
  }

  .sm\:first\:shadow-xs:first-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:first\:shadow-sm:first-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:first\:shadow:first-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:first\:shadow-md:first-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:first\:shadow-lg:first-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:first\:shadow-xl:first-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:first\:shadow-2xl:first-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:first\:shadow-inner:first-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:first\:shadow-outline:first-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:first\:shadow-none:first-child {
    box-shadow: none;
  }

  .sm\:last\:shadow-xs:last-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:last\:shadow-sm:last-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:last\:shadow:last-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:last\:shadow-md:last-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:last\:shadow-lg:last-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:last\:shadow-xl:last-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:last\:shadow-2xl:last-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:last\:shadow-inner:last-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:last\:shadow-outline:last-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:last\:shadow-none:last-child {
    box-shadow: none;
  }

  .sm\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .sm\:shadow-xs\! {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:shadow-sm\! {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:shadow\! {
    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\! {
    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\! {
    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\! {
    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\! {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:shadow-inner\! {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:shadow-outline\! {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:shadow-none\! {
    box-shadow: none !important;
  }

  .sm\:fill-current {
    fill: currentColor;
  }

  .sm\:even\:fill-current:nth-child(even) {
    fill: currentColor;
  }

  .sm\:odd\:fill-current:nth-child(odd) {
    fill: currentColor;
  }

  .sm\:children\:fill-current > * {
    fill: currentColor;
  }

  .sm\:first\:fill-current:first-child {
    fill: currentColor;
  }

  .sm\:last\:fill-current:last-child {
    fill: currentColor;
  }

  .sm\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .sm\:fill-current\! {
    fill: currentColor !important;
  }

  .sm\:stroke-current {
    stroke: currentColor;
  }

  .sm\:even\:stroke-current:nth-child(even) {
    stroke: currentColor;
  }

  .sm\:odd\:stroke-current:nth-child(odd) {
    stroke: currentColor;
  }

  .sm\:children\:stroke-current > * {
    stroke: currentColor;
  }

  .sm\:first\:stroke-current:first-child {
    stroke: currentColor;
  }

  .sm\:last\:stroke-current:last-child {
    stroke: currentColor;
  }

  .sm\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .sm\:stroke-current\! {
    stroke: currentColor !important;
  }

  .sm\:stroke-0 {
    stroke-width: 0;
  }

  .sm\:stroke-1 {
    stroke-width: 1;
  }

  .sm\:stroke-2 {
    stroke-width: 2;
  }

  .sm\:even\:stroke-0:nth-child(even) {
    stroke-width: 0;
  }

  .sm\:even\:stroke-1:nth-child(even) {
    stroke-width: 1;
  }

  .sm\:even\:stroke-2:nth-child(even) {
    stroke-width: 2;
  }

  .sm\:odd\:stroke-0:nth-child(odd) {
    stroke-width: 0;
  }

  .sm\:odd\:stroke-1:nth-child(odd) {
    stroke-width: 1;
  }

  .sm\:odd\:stroke-2:nth-child(odd) {
    stroke-width: 2;
  }

  .sm\:children\:stroke-0 > * {
    stroke-width: 0;
  }

  .sm\:children\:stroke-1 > * {
    stroke-width: 1;
  }

  .sm\:children\:stroke-2 > * {
    stroke-width: 2;
  }

  .sm\:first\:stroke-0:first-child {
    stroke-width: 0;
  }

  .sm\:first\:stroke-1:first-child {
    stroke-width: 1;
  }

  .sm\:first\:stroke-2:first-child {
    stroke-width: 2;
  }

  .sm\:last\:stroke-0:last-child {
    stroke-width: 0;
  }

  .sm\:last\:stroke-1:last-child {
    stroke-width: 1;
  }

  .sm\:last\:stroke-2:last-child {
    stroke-width: 2;
  }

  .sm\:hover\:stroke-0:hover {
    stroke-width: 0;
  }

  .sm\:hover\:stroke-1:hover {
    stroke-width: 1;
  }

  .sm\:hover\:stroke-2:hover {
    stroke-width: 2;
  }

  .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;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:even\:table-auto:nth-child(even) {
    table-layout: auto;
  }

  .sm\:even\:table-fixed:nth-child(even) {
    table-layout: fixed;
  }

  .sm\:odd\:table-auto:nth-child(odd) {
    table-layout: auto;
  }

  .sm\:odd\:table-fixed:nth-child(odd) {
    table-layout: fixed;
  }

  .sm\:children\:table-auto > * {
    table-layout: auto;
  }

  .sm\:children\:table-fixed > * {
    table-layout: fixed;
  }

  .sm\:first\:table-auto:first-child {
    table-layout: auto;
  }

  .sm\:first\:table-fixed:first-child {
    table-layout: fixed;
  }

  .sm\:last\:table-auto:last-child {
    table-layout: auto;
  }

  .sm\:last\:table-fixed:last-child {
    table-layout: fixed;
  }

  .sm\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .sm\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .sm\:table-auto\! {
    table-layout: auto !important;
  }

  .sm\:table-fixed\! {
    table-layout: fixed !important;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:even\:text-left:nth-child(even) {
    text-align: left;
  }

  .sm\:even\:text-center:nth-child(even) {
    text-align: center;
  }

  .sm\:even\:text-right:nth-child(even) {
    text-align: right;
  }

  .sm\:even\:text-justify:nth-child(even) {
    text-align: justify;
  }

  .sm\:odd\:text-left:nth-child(odd) {
    text-align: left;
  }

  .sm\:odd\:text-center:nth-child(odd) {
    text-align: center;
  }

  .sm\:odd\:text-right:nth-child(odd) {
    text-align: right;
  }

  .sm\:odd\:text-justify:nth-child(odd) {
    text-align: justify;
  }

  .sm\:children\:text-left > * {
    text-align: left;
  }

  .sm\:children\:text-center > * {
    text-align: center;
  }

  .sm\:children\:text-right > * {
    text-align: right;
  }

  .sm\:children\:text-justify > * {
    text-align: justify;
  }

  .sm\:first\:text-left:first-child {
    text-align: left;
  }

  .sm\:first\:text-center:first-child {
    text-align: center;
  }

  .sm\:first\:text-right:first-child {
    text-align: right;
  }

  .sm\:first\:text-justify:first-child {
    text-align: justify;
  }

  .sm\:last\:text-left:last-child {
    text-align: left;
  }

  .sm\:last\:text-center:last-child {
    text-align: center;
  }

  .sm\:last\:text-right:last-child {
    text-align: right;
  }

  .sm\:last\:text-justify:last-child {
    text-align: justify;
  }

  .sm\:hover\:text-left:hover {
    text-align: left;
  }

  .sm\:hover\:text-center:hover {
    text-align: center;
  }

  .sm\:hover\:text-right:hover {
    text-align: right;
  }

  .sm\:hover\:text-justify:hover {
    text-align: justify;
  }

  .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;
  }

  .sm\:text-current {
    color: currentColor;
  }

  .sm\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:text-gray-200 {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .sm\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm\:text-gray-400 {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .sm\:text-gray-450 {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .sm\:text-gray-500 {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .sm\:text-gray-550 {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .sm\:text-gray-600 {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .sm\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm\:text-gray-800 {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .sm\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm\:text-gray {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .sm\:text-red-100 {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sm\:text-red-200 {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sm\:text-red-300 {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sm\:text-red-400 {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sm\:text-red-500 {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .sm\:text-red-600 {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .sm\:text-red-700 {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .sm\:text-red-800 {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sm\:text-red-900 {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sm\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sm\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sm\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sm\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sm\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sm\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sm\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sm\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sm\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sm\:text-yellow-100 {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sm\:text-yellow-200 {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sm\:text-yellow-300 {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sm\:text-yellow-400 {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sm\:text-yellow-500 {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sm\:text-yellow-600 {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sm\:text-yellow-700 {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sm\:text-yellow-800 {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sm\:text-yellow-900 {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sm\:text-green-100 {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sm\:text-green-200 {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sm\:text-green-300 {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sm\:text-green-400 {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sm\:text-green-500 {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sm\:text-green-600 {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sm\:text-green-700 {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sm\:text-green-800 {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sm\:text-green-900 {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sm\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm\:text-blue-100 {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sm\:text-blue-200 {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sm\:text-blue-300 {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sm\:text-blue-400 {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sm\:text-blue-500 {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sm\:text-blue-600 {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sm\:text-blue-700 {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sm\:text-blue-800 {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sm\:text-blue-900 {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sm\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sm\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sm\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sm\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sm\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sm\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sm\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sm\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sm\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sm\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm\:text-dark-blue {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .sm\:text-light-blue {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .sm\:text-pale-yellow {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .sm\:text-success {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .sm\:text-error {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .sm\:even\:text-transparent:nth-child(even) {
    color: transparent;
  }

  .sm\:even\:text-current:nth-child(even) {
    color: currentColor;
  }

  .sm\:even\:text-black:nth-child(even) {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:even\:text-white:nth-child(even) {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:even\:text-gray-100:nth-child(even) {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:even\:text-gray-200:nth-child(even) {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .sm\:even\:text-gray-300:nth-child(even) {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm\:even\:text-gray-400:nth-child(even) {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .sm\:even\:text-gray-450:nth-child(even) {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .sm\:even\:text-gray-500:nth-child(even) {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .sm\:even\:text-gray-550:nth-child(even) {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .sm\:even\:text-gray-600:nth-child(even) {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .sm\:even\:text-gray-700:nth-child(even) {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm\:even\:text-gray-800:nth-child(even) {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .sm\:even\:text-gray-900:nth-child(even) {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm\:even\:text-gray:nth-child(even) {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .sm\:even\:text-red-100:nth-child(even) {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sm\:even\:text-red-200:nth-child(even) {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sm\:even\:text-red-300:nth-child(even) {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sm\:even\:text-red-400:nth-child(even) {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sm\:even\:text-red-500:nth-child(even) {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .sm\:even\:text-red-600:nth-child(even) {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .sm\:even\:text-red-700:nth-child(even) {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .sm\:even\:text-red-800:nth-child(even) {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sm\:even\:text-red-900:nth-child(even) {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sm\:even\:text-orange-100:nth-child(even) {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sm\:even\:text-orange-200:nth-child(even) {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sm\:even\:text-orange-300:nth-child(even) {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sm\:even\:text-orange-400:nth-child(even) {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sm\:even\:text-orange-500:nth-child(even) {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sm\:even\:text-orange-600:nth-child(even) {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sm\:even\:text-orange-700:nth-child(even) {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sm\:even\:text-orange-800:nth-child(even) {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sm\:even\:text-orange-900:nth-child(even) {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sm\:even\:text-yellow-100:nth-child(even) {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sm\:even\:text-yellow-200:nth-child(even) {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sm\:even\:text-yellow-300:nth-child(even) {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sm\:even\:text-yellow-400:nth-child(even) {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sm\:even\:text-yellow-500:nth-child(even) {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sm\:even\:text-yellow-600:nth-child(even) {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sm\:even\:text-yellow-700:nth-child(even) {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sm\:even\:text-yellow-800:nth-child(even) {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sm\:even\:text-yellow-900:nth-child(even) {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sm\:even\:text-green-100:nth-child(even) {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sm\:even\:text-green-200:nth-child(even) {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sm\:even\:text-green-300:nth-child(even) {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sm\:even\:text-green-400:nth-child(even) {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sm\:even\:text-green-500:nth-child(even) {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sm\:even\:text-green-600:nth-child(even) {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sm\:even\:text-green-700:nth-child(even) {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sm\:even\:text-green-800:nth-child(even) {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sm\:even\:text-green-900:nth-child(even) {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sm\:even\:text-teal-100:nth-child(even) {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm\:even\:text-teal-200:nth-child(even) {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm\:even\:text-teal-300:nth-child(even) {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm\:even\:text-teal-400:nth-child(even) {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm\:even\:text-teal-500:nth-child(even) {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm\:even\:text-teal-600:nth-child(even) {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm\:even\:text-teal-700:nth-child(even) {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm\:even\:text-teal-800:nth-child(even) {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm\:even\:text-teal-900:nth-child(even) {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm\:even\:text-blue-100:nth-child(even) {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sm\:even\:text-blue-200:nth-child(even) {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sm\:even\:text-blue-300:nth-child(even) {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sm\:even\:text-blue-400:nth-child(even) {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sm\:even\:text-blue-500:nth-child(even) {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sm\:even\:text-blue-600:nth-child(even) {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sm\:even\:text-blue-700:nth-child(even) {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sm\:even\:text-blue-800:nth-child(even) {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sm\:even\:text-blue-900:nth-child(even) {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sm\:even\:text-indigo-100:nth-child(even) {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm\:even\:text-indigo-200:nth-child(even) {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm\:even\:text-indigo-300:nth-child(even) {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm\:even\:text-indigo-400:nth-child(even) {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm\:even\:text-indigo-500:nth-child(even) {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm\:even\:text-indigo-600:nth-child(even) {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm\:even\:text-indigo-700:nth-child(even) {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm\:even\:text-indigo-800:nth-child(even) {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm\:even\:text-indigo-900:nth-child(even) {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm\:even\:text-purple-100:nth-child(even) {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sm\:even\:text-purple-200:nth-child(even) {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sm\:even\:text-purple-300:nth-child(even) {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sm\:even\:text-purple-400:nth-child(even) {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sm\:even\:text-purple-500:nth-child(even) {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sm\:even\:text-purple-600:nth-child(even) {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sm\:even\:text-purple-700:nth-child(even) {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sm\:even\:text-purple-800:nth-child(even) {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sm\:even\:text-purple-900:nth-child(even) {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sm\:even\:text-pink-100:nth-child(even) {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm\:even\:text-pink-200:nth-child(even) {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm\:even\:text-pink-300:nth-child(even) {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm\:even\:text-pink-400:nth-child(even) {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm\:even\:text-pink-500:nth-child(even) {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm\:even\:text-pink-600:nth-child(even) {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm\:even\:text-pink-700:nth-child(even) {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm\:even\:text-pink-800:nth-child(even) {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm\:even\:text-pink-900:nth-child(even) {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm\:even\:text-dark-blue:nth-child(even) {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .sm\:even\:text-light-blue:nth-child(even) {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .sm\:even\:text-pale-yellow:nth-child(even) {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .sm\:even\:text-success:nth-child(even) {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .sm\:even\:text-error:nth-child(even) {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .sm\:odd\:text-transparent:nth-child(odd) {
    color: transparent;
  }

  .sm\:odd\:text-current:nth-child(odd) {
    color: currentColor;
  }

  .sm\:odd\:text-black:nth-child(odd) {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:odd\:text-white:nth-child(odd) {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:odd\:text-gray-100:nth-child(odd) {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:odd\:text-gray-200:nth-child(odd) {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .sm\:odd\:text-gray-300:nth-child(odd) {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm\:odd\:text-gray-400:nth-child(odd) {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .sm\:odd\:text-gray-450:nth-child(odd) {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .sm\:odd\:text-gray-500:nth-child(odd) {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .sm\:odd\:text-gray-550:nth-child(odd) {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .sm\:odd\:text-gray-600:nth-child(odd) {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .sm\:odd\:text-gray-700:nth-child(odd) {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm\:odd\:text-gray-800:nth-child(odd) {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .sm\:odd\:text-gray-900:nth-child(odd) {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm\:odd\:text-gray:nth-child(odd) {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .sm\:odd\:text-red-100:nth-child(odd) {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sm\:odd\:text-red-200:nth-child(odd) {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sm\:odd\:text-red-300:nth-child(odd) {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sm\:odd\:text-red-400:nth-child(odd) {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sm\:odd\:text-red-500:nth-child(odd) {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .sm\:odd\:text-red-600:nth-child(odd) {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .sm\:odd\:text-red-700:nth-child(odd) {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .sm\:odd\:text-red-800:nth-child(odd) {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sm\:odd\:text-red-900:nth-child(odd) {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sm\:odd\:text-orange-100:nth-child(odd) {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sm\:odd\:text-orange-200:nth-child(odd) {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sm\:odd\:text-orange-300:nth-child(odd) {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sm\:odd\:text-orange-400:nth-child(odd) {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sm\:odd\:text-orange-500:nth-child(odd) {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sm\:odd\:text-orange-600:nth-child(odd) {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sm\:odd\:text-orange-700:nth-child(odd) {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sm\:odd\:text-orange-800:nth-child(odd) {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sm\:odd\:text-orange-900:nth-child(odd) {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sm\:odd\:text-yellow-100:nth-child(odd) {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sm\:odd\:text-yellow-200:nth-child(odd) {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sm\:odd\:text-yellow-300:nth-child(odd) {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sm\:odd\:text-yellow-400:nth-child(odd) {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sm\:odd\:text-yellow-500:nth-child(odd) {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sm\:odd\:text-yellow-600:nth-child(odd) {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sm\:odd\:text-yellow-700:nth-child(odd) {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sm\:odd\:text-yellow-800:nth-child(odd) {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sm\:odd\:text-yellow-900:nth-child(odd) {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sm\:odd\:text-green-100:nth-child(odd) {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sm\:odd\:text-green-200:nth-child(odd) {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sm\:odd\:text-green-300:nth-child(odd) {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sm\:odd\:text-green-400:nth-child(odd) {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sm\:odd\:text-green-500:nth-child(odd) {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sm\:odd\:text-green-600:nth-child(odd) {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sm\:odd\:text-green-700:nth-child(odd) {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sm\:odd\:text-green-800:nth-child(odd) {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sm\:odd\:text-green-900:nth-child(odd) {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sm\:odd\:text-teal-100:nth-child(odd) {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm\:odd\:text-teal-200:nth-child(odd) {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm\:odd\:text-teal-300:nth-child(odd) {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm\:odd\:text-teal-400:nth-child(odd) {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm\:odd\:text-teal-500:nth-child(odd) {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm\:odd\:text-teal-600:nth-child(odd) {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm\:odd\:text-teal-700:nth-child(odd) {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm\:odd\:text-teal-800:nth-child(odd) {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm\:odd\:text-teal-900:nth-child(odd) {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm\:odd\:text-blue-100:nth-child(odd) {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sm\:odd\:text-blue-200:nth-child(odd) {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sm\:odd\:text-blue-300:nth-child(odd) {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sm\:odd\:text-blue-400:nth-child(odd) {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sm\:odd\:text-blue-500:nth-child(odd) {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sm\:odd\:text-blue-600:nth-child(odd) {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sm\:odd\:text-blue-700:nth-child(odd) {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sm\:odd\:text-blue-800:nth-child(odd) {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sm\:odd\:text-blue-900:nth-child(odd) {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sm\:odd\:text-indigo-100:nth-child(odd) {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm\:odd\:text-indigo-200:nth-child(odd) {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm\:odd\:text-indigo-300:nth-child(odd) {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm\:odd\:text-indigo-400:nth-child(odd) {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm\:odd\:text-indigo-500:nth-child(odd) {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm\:odd\:text-indigo-600:nth-child(odd) {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm\:odd\:text-indigo-700:nth-child(odd) {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm\:odd\:text-indigo-800:nth-child(odd) {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm\:odd\:text-indigo-900:nth-child(odd) {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm\:odd\:text-purple-100:nth-child(odd) {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sm\:odd\:text-purple-200:nth-child(odd) {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sm\:odd\:text-purple-300:nth-child(odd) {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sm\:odd\:text-purple-400:nth-child(odd) {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sm\:odd\:text-purple-500:nth-child(odd) {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sm\:odd\:text-purple-600:nth-child(odd) {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sm\:odd\:text-purple-700:nth-child(odd) {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sm\:odd\:text-purple-800:nth-child(odd) {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sm\:odd\:text-purple-900:nth-child(odd) {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sm\:odd\:text-pink-100:nth-child(odd) {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm\:odd\:text-pink-200:nth-child(odd) {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm\:odd\:text-pink-300:nth-child(odd) {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm\:odd\:text-pink-400:nth-child(odd) {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm\:odd\:text-pink-500:nth-child(odd) {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm\:odd\:text-pink-600:nth-child(odd) {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm\:odd\:text-pink-700:nth-child(odd) {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm\:odd\:text-pink-800:nth-child(odd) {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm\:odd\:text-pink-900:nth-child(odd) {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm\:odd\:text-dark-blue:nth-child(odd) {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .sm\:odd\:text-light-blue:nth-child(odd) {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .sm\:odd\:text-pale-yellow:nth-child(odd) {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .sm\:odd\:text-success:nth-child(odd) {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .sm\:odd\:text-error:nth-child(odd) {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .sm\:children\:text-transparent > * {
    color: transparent;
  }

  .sm\:children\:text-current > * {
    color: currentColor;
  }

  .sm\:children\:text-black > * {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:children\:text-white > * {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:children\:text-gray-100 > * {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:children\:text-gray-200 > * {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .sm\:children\:text-gray-300 > * {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm\:children\:text-gray-400 > * {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .sm\:children\:text-gray-450 > * {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .sm\:children\:text-gray-500 > * {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .sm\:children\:text-gray-550 > * {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .sm\:children\:text-gray-600 > * {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .sm\:children\:text-gray-700 > * {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm\:children\:text-gray-800 > * {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .sm\:children\:text-gray-900 > * {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm\:children\:text-gray > * {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .sm\:children\:text-red-100 > * {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sm\:children\:text-red-200 > * {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sm\:children\:text-red-300 > * {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sm\:children\:text-red-400 > * {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sm\:children\:text-red-500 > * {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .sm\:children\:text-red-600 > * {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .sm\:children\:text-red-700 > * {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .sm\:children\:text-red-800 > * {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sm\:children\:text-red-900 > * {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sm\:children\:text-orange-100 > * {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sm\:children\:text-orange-200 > * {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sm\:children\:text-orange-300 > * {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sm\:children\:text-orange-400 > * {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sm\:children\:text-orange-500 > * {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sm\:children\:text-orange-600 > * {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sm\:children\:text-orange-700 > * {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sm\:children\:text-orange-800 > * {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sm\:children\:text-orange-900 > * {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sm\:children\:text-yellow-100 > * {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sm\:children\:text-yellow-200 > * {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sm\:children\:text-yellow-300 > * {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sm\:children\:text-yellow-400 > * {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sm\:children\:text-yellow-500 > * {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sm\:children\:text-yellow-600 > * {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sm\:children\:text-yellow-700 > * {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sm\:children\:text-yellow-800 > * {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sm\:children\:text-yellow-900 > * {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sm\:children\:text-green-100 > * {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sm\:children\:text-green-200 > * {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sm\:children\:text-green-300 > * {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sm\:children\:text-green-400 > * {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sm\:children\:text-green-500 > * {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sm\:children\:text-green-600 > * {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sm\:children\:text-green-700 > * {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sm\:children\:text-green-800 > * {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sm\:children\:text-green-900 > * {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sm\:children\:text-teal-100 > * {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm\:children\:text-teal-200 > * {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm\:children\:text-teal-300 > * {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm\:children\:text-teal-400 > * {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm\:children\:text-teal-500 > * {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm\:children\:text-teal-600 > * {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm\:children\:text-teal-700 > * {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm\:children\:text-teal-800 > * {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm\:children\:text-teal-900 > * {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm\:children\:text-blue-100 > * {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sm\:children\:text-blue-200 > * {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sm\:children\:text-blue-300 > * {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sm\:children\:text-blue-400 > * {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sm\:children\:text-blue-500 > * {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sm\:children\:text-blue-600 > * {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sm\:children\:text-blue-700 > * {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sm\:children\:text-blue-800 > * {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sm\:children\:text-blue-900 > * {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sm\:children\:text-indigo-100 > * {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm\:children\:text-indigo-200 > * {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm\:children\:text-indigo-300 > * {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm\:children\:text-indigo-400 > * {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm\:children\:text-indigo-500 > * {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm\:children\:text-indigo-600 > * {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm\:children\:text-indigo-700 > * {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm\:children\:text-indigo-800 > * {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm\:children\:text-indigo-900 > * {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm\:children\:text-purple-100 > * {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sm\:children\:text-purple-200 > * {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sm\:children\:text-purple-300 > * {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sm\:children\:text-purple-400 > * {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sm\:children\:text-purple-500 > * {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sm\:children\:text-purple-600 > * {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sm\:children\:text-purple-700 > * {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sm\:children\:text-purple-800 > * {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sm\:children\:text-purple-900 > * {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sm\:children\:text-pink-100 > * {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm\:children\:text-pink-200 > * {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm\:children\:text-pink-300 > * {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm\:children\:text-pink-400 > * {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm\:children\:text-pink-500 > * {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm\:children\:text-pink-600 > * {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm\:children\:text-pink-700 > * {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm\:children\:text-pink-800 > * {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm\:children\:text-pink-900 > * {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm\:children\:text-dark-blue > * {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .sm\:children\:text-light-blue > * {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .sm\:children\:text-pale-yellow > * {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .sm\:children\:text-success > * {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .sm\:children\:text-error > * {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .sm\:first\:text-transparent:first-child {
    color: transparent;
  }

  .sm\:first\:text-current:first-child {
    color: currentColor;
  }

  .sm\:first\:text-black:first-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:first\:text-white:first-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:first\:text-gray-100:first-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:first\:text-gray-200:first-child {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .sm\:first\:text-gray-300:first-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm\:first\:text-gray-400:first-child {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .sm\:first\:text-gray-450:first-child {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .sm\:first\:text-gray-500:first-child {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .sm\:first\:text-gray-550:first-child {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .sm\:first\:text-gray-600:first-child {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .sm\:first\:text-gray-700:first-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm\:first\:text-gray-800:first-child {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .sm\:first\:text-gray-900:first-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm\:first\:text-gray:first-child {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .sm\:first\:text-red-100:first-child {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sm\:first\:text-red-200:first-child {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sm\:first\:text-red-300:first-child {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sm\:first\:text-red-400:first-child {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sm\:first\:text-red-500:first-child {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .sm\:first\:text-red-600:first-child {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .sm\:first\:text-red-700:first-child {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .sm\:first\:text-red-800:first-child {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sm\:first\:text-red-900:first-child {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sm\:first\:text-orange-100:first-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sm\:first\:text-orange-200:first-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sm\:first\:text-orange-300:first-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sm\:first\:text-orange-400:first-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sm\:first\:text-orange-500:first-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sm\:first\:text-orange-600:first-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sm\:first\:text-orange-700:first-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sm\:first\:text-orange-800:first-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sm\:first\:text-orange-900:first-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sm\:first\:text-yellow-100:first-child {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sm\:first\:text-yellow-200:first-child {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sm\:first\:text-yellow-300:first-child {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sm\:first\:text-yellow-400:first-child {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sm\:first\:text-yellow-500:first-child {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sm\:first\:text-yellow-600:first-child {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sm\:first\:text-yellow-700:first-child {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sm\:first\:text-yellow-800:first-child {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sm\:first\:text-yellow-900:first-child {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sm\:first\:text-green-100:first-child {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sm\:first\:text-green-200:first-child {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sm\:first\:text-green-300:first-child {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sm\:first\:text-green-400:first-child {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sm\:first\:text-green-500:first-child {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sm\:first\:text-green-600:first-child {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sm\:first\:text-green-700:first-child {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sm\:first\:text-green-800:first-child {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sm\:first\:text-green-900:first-child {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sm\:first\:text-teal-100:first-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm\:first\:text-teal-200:first-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm\:first\:text-teal-300:first-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm\:first\:text-teal-400:first-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm\:first\:text-teal-500:first-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm\:first\:text-teal-600:first-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm\:first\:text-teal-700:first-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm\:first\:text-teal-800:first-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm\:first\:text-teal-900:first-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm\:first\:text-blue-100:first-child {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sm\:first\:text-blue-200:first-child {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sm\:first\:text-blue-300:first-child {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sm\:first\:text-blue-400:first-child {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sm\:first\:text-blue-500:first-child {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sm\:first\:text-blue-600:first-child {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sm\:first\:text-blue-700:first-child {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sm\:first\:text-blue-800:first-child {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sm\:first\:text-blue-900:first-child {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sm\:first\:text-indigo-100:first-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm\:first\:text-indigo-200:first-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm\:first\:text-indigo-300:first-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm\:first\:text-indigo-400:first-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm\:first\:text-indigo-500:first-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm\:first\:text-indigo-600:first-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm\:first\:text-indigo-700:first-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm\:first\:text-indigo-800:first-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm\:first\:text-indigo-900:first-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm\:first\:text-purple-100:first-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sm\:first\:text-purple-200:first-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sm\:first\:text-purple-300:first-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sm\:first\:text-purple-400:first-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sm\:first\:text-purple-500:first-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sm\:first\:text-purple-600:first-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sm\:first\:text-purple-700:first-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sm\:first\:text-purple-800:first-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sm\:first\:text-purple-900:first-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sm\:first\:text-pink-100:first-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm\:first\:text-pink-200:first-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm\:first\:text-pink-300:first-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm\:first\:text-pink-400:first-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm\:first\:text-pink-500:first-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm\:first\:text-pink-600:first-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm\:first\:text-pink-700:first-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm\:first\:text-pink-800:first-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm\:first\:text-pink-900:first-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm\:first\:text-dark-blue:first-child {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .sm\:first\:text-light-blue:first-child {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .sm\:first\:text-pale-yellow:first-child {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .sm\:first\:text-success:first-child {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .sm\:first\:text-error:first-child {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .sm\:last\:text-transparent:last-child {
    color: transparent;
  }

  .sm\:last\:text-current:last-child {
    color: currentColor;
  }

  .sm\:last\:text-black:last-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:last\:text-white:last-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:last\:text-gray-100:last-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:last\:text-gray-200:last-child {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .sm\:last\:text-gray-300:last-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm\:last\:text-gray-400:last-child {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .sm\:last\:text-gray-450:last-child {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .sm\:last\:text-gray-500:last-child {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .sm\:last\:text-gray-550:last-child {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .sm\:last\:text-gray-600:last-child {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .sm\:last\:text-gray-700:last-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm\:last\:text-gray-800:last-child {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .sm\:last\:text-gray-900:last-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm\:last\:text-gray:last-child {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .sm\:last\:text-red-100:last-child {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sm\:last\:text-red-200:last-child {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sm\:last\:text-red-300:last-child {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sm\:last\:text-red-400:last-child {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sm\:last\:text-red-500:last-child {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .sm\:last\:text-red-600:last-child {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .sm\:last\:text-red-700:last-child {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .sm\:last\:text-red-800:last-child {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sm\:last\:text-red-900:last-child {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sm\:last\:text-orange-100:last-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sm\:last\:text-orange-200:last-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sm\:last\:text-orange-300:last-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sm\:last\:text-orange-400:last-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sm\:last\:text-orange-500:last-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sm\:last\:text-orange-600:last-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sm\:last\:text-orange-700:last-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sm\:last\:text-orange-800:last-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sm\:last\:text-orange-900:last-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sm\:last\:text-yellow-100:last-child {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sm\:last\:text-yellow-200:last-child {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sm\:last\:text-yellow-300:last-child {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sm\:last\:text-yellow-400:last-child {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sm\:last\:text-yellow-500:last-child {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sm\:last\:text-yellow-600:last-child {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sm\:last\:text-yellow-700:last-child {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sm\:last\:text-yellow-800:last-child {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sm\:last\:text-yellow-900:last-child {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sm\:last\:text-green-100:last-child {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sm\:last\:text-green-200:last-child {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sm\:last\:text-green-300:last-child {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sm\:last\:text-green-400:last-child {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sm\:last\:text-green-500:last-child {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sm\:last\:text-green-600:last-child {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sm\:last\:text-green-700:last-child {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sm\:last\:text-green-800:last-child {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sm\:last\:text-green-900:last-child {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sm\:last\:text-teal-100:last-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm\:last\:text-teal-200:last-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm\:last\:text-teal-300:last-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm\:last\:text-teal-400:last-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm\:last\:text-teal-500:last-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm\:last\:text-teal-600:last-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm\:last\:text-teal-700:last-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm\:last\:text-teal-800:last-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm\:last\:text-teal-900:last-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm\:last\:text-blue-100:last-child {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sm\:last\:text-blue-200:last-child {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sm\:last\:text-blue-300:last-child {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sm\:last\:text-blue-400:last-child {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sm\:last\:text-blue-500:last-child {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sm\:last\:text-blue-600:last-child {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sm\:last\:text-blue-700:last-child {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sm\:last\:text-blue-800:last-child {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sm\:last\:text-blue-900:last-child {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sm\:last\:text-indigo-100:last-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm\:last\:text-indigo-200:last-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm\:last\:text-indigo-300:last-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm\:last\:text-indigo-400:last-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm\:last\:text-indigo-500:last-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm\:last\:text-indigo-600:last-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm\:last\:text-indigo-700:last-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm\:last\:text-indigo-800:last-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm\:last\:text-indigo-900:last-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm\:last\:text-purple-100:last-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sm\:last\:text-purple-200:last-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sm\:last\:text-purple-300:last-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sm\:last\:text-purple-400:last-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sm\:last\:text-purple-500:last-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sm\:last\:text-purple-600:last-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sm\:last\:text-purple-700:last-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sm\:last\:text-purple-800:last-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sm\:last\:text-purple-900:last-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sm\:last\:text-pink-100:last-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm\:last\:text-pink-200:last-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm\:last\:text-pink-300:last-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm\:last\:text-pink-400:last-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm\:last\:text-pink-500:last-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm\:last\:text-pink-600:last-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm\:last\:text-pink-700:last-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm\:last\:text-pink-800:last-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm\:last\:text-pink-900:last-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm\:last\:text-dark-blue:last-child {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .sm\:last\:text-light-blue:last-child {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .sm\:last\:text-pale-yellow:last-child {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .sm\:last\:text-success:last-child {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .sm\:last\:text-error:last-child {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-current:hover {
    color: currentColor;
  }

  .sm\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .sm\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .sm\:hover\:text-gray-450:hover {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .sm\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .sm\:hover\:text-gray-550:hover {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .sm\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .sm\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .sm\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm\:hover\:text-gray:hover {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .sm\:hover\:text-red-100:hover {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sm\:hover\:text-red-200:hover {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sm\:hover\:text-red-300:hover {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sm\:hover\:text-red-400:hover {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sm\:hover\:text-red-500:hover {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .sm\:hover\:text-red-600:hover {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .sm\:hover\:text-red-700:hover {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .sm\:hover\:text-red-800:hover {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sm\:hover\:text-red-900:hover {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sm\:hover\:text-orange-100:hover {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sm\:hover\:text-orange-200:hover {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sm\:hover\:text-orange-300:hover {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sm\:hover\:text-orange-400:hover {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sm\:hover\:text-orange-500:hover {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sm\:hover\:text-orange-600:hover {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sm\:hover\:text-orange-700:hover {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sm\:hover\:text-orange-800:hover {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sm\:hover\:text-orange-900:hover {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-100:hover {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-200:hover {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-300:hover {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-400:hover {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-500:hover {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-600:hover {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-700:hover {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-800:hover {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-900:hover {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sm\:hover\:text-green-100:hover {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sm\:hover\:text-green-200:hover {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sm\:hover\:text-green-300:hover {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sm\:hover\:text-green-400:hover {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sm\:hover\:text-green-500:hover {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sm\:hover\:text-green-600:hover {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sm\:hover\:text-green-700:hover {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sm\:hover\:text-green-800:hover {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sm\:hover\:text-green-900:hover {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sm\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm\:hover\:text-blue-100:hover {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sm\:hover\:text-blue-200:hover {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sm\:hover\:text-blue-300:hover {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sm\:hover\:text-blue-400:hover {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sm\:hover\:text-blue-500:hover {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sm\:hover\:text-blue-600:hover {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sm\:hover\:text-blue-700:hover {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sm\:hover\:text-blue-800:hover {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sm\:hover\:text-blue-900:hover {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm\:hover\:text-purple-100:hover {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sm\:hover\:text-purple-200:hover {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sm\:hover\:text-purple-300:hover {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sm\:hover\:text-purple-400:hover {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sm\:hover\:text-purple-500:hover {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sm\:hover\:text-purple-600:hover {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sm\:hover\:text-purple-700:hover {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sm\:hover\:text-purple-800:hover {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sm\:hover\:text-purple-900:hover {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sm\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm\:hover\:text-dark-blue:hover {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .sm\:hover\:text-light-blue:hover {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .sm\:hover\:text-pale-yellow:hover {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .sm\:hover\:text-success:hover {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .sm\:hover\:text-error:hover {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .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: #f0f2f7 !important;
    color: rgba(240, 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: #e3e8f0 !important;
    color: rgba(227, 232, 240, var(--text-opacity)) !important;
  }

  .sm\:text-gray-450\! {
    --text-opacity: 1 !important;
    color: #B0B5CC !important;
    color: rgba(176, 181, 204, var(--text-opacity)) !important;
  }

  .sm\:text-gray-500\! {
    --text-opacity: 1 !important;
    color: #B9BED1 !important;
    color: rgba(185, 190, 209, var(--text-opacity)) !important;
  }

  .sm\:text-gray-550\! {
    --text-opacity: 1 !important;
    color: #9597a6 !important;
    color: rgba(149, 151, 166, var(--text-opacity)) !important;
  }

  .sm\:text-gray-600\! {
    --text-opacity: 1 !important;
    color: #707070 !important;
    color: rgba(112, 112, 112, 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: #454545 !important;
    color: rgba(69, 69, 69, 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-gray\! {
    --text-opacity: 1 !important;
    color: #454545 !important;
    color: rgba(69, 69, 69, 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-dark-blue\! {
    --text-opacity: 1 !important;
    color: #000142 !important;
    color: rgba(0, 1, 66, var(--text-opacity)) !important;
  }

  .sm\:text-light-blue\! {
    --text-opacity: 1 !important;
    color: #3B55E6 !important;
    color: rgba(59, 85, 230, var(--text-opacity)) !important;
  }

  .sm\:text-pale-yellow\! {
    --text-opacity: 1 !important;
    color: #FBAF4E !important;
    color: rgba(251, 175, 78, var(--text-opacity)) !important;
  }

  .sm\:text-success\! {
    --text-opacity: 1 !important;
    color: #007E62 !important;
    color: rgba(0, 126, 98, var(--text-opacity)) !important;
  }

  .sm\:text-error\! {
    --text-opacity: 1 !important;
    color: #F60139 !important;
    color: rgba(246, 1, 57, var(--text-opacity)) !important;
  }

  .sm\:text-opacity-0 {
    --text-opacity: 0;
  }

  .sm\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .sm\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .sm\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .sm\:text-opacity-100 {
    --text-opacity: 1;
  }

  .sm\:even\:text-opacity-0:nth-child(even) {
    --text-opacity: 0;
  }

  .sm\:even\:text-opacity-25:nth-child(even) {
    --text-opacity: 0.25;
  }

  .sm\:even\:text-opacity-50:nth-child(even) {
    --text-opacity: 0.5;
  }

  .sm\:even\:text-opacity-75:nth-child(even) {
    --text-opacity: 0.75;
  }

  .sm\:even\:text-opacity-100:nth-child(even) {
    --text-opacity: 1;
  }

  .sm\:odd\:text-opacity-0:nth-child(odd) {
    --text-opacity: 0;
  }

  .sm\:odd\:text-opacity-25:nth-child(odd) {
    --text-opacity: 0.25;
  }

  .sm\:odd\:text-opacity-50:nth-child(odd) {
    --text-opacity: 0.5;
  }

  .sm\:odd\:text-opacity-75:nth-child(odd) {
    --text-opacity: 0.75;
  }

  .sm\:odd\:text-opacity-100:nth-child(odd) {
    --text-opacity: 1;
  }

  .sm\:children\:text-opacity-0 > * {
    --text-opacity: 0;
  }

  .sm\:children\:text-opacity-25 > * {
    --text-opacity: 0.25;
  }

  .sm\:children\:text-opacity-50 > * {
    --text-opacity: 0.5;
  }

  .sm\:children\:text-opacity-75 > * {
    --text-opacity: 0.75;
  }

  .sm\:children\:text-opacity-100 > * {
    --text-opacity: 1;
  }

  .sm\:first\:text-opacity-0:first-child {
    --text-opacity: 0;
  }

  .sm\:first\:text-opacity-25:first-child {
    --text-opacity: 0.25;
  }

  .sm\:first\:text-opacity-50:first-child {
    --text-opacity: 0.5;
  }

  .sm\:first\:text-opacity-75:first-child {
    --text-opacity: 0.75;
  }

  .sm\:first\:text-opacity-100:first-child {
    --text-opacity: 1;
  }

  .sm\:last\:text-opacity-0:last-child {
    --text-opacity: 0;
  }

  .sm\:last\:text-opacity-25:last-child {
    --text-opacity: 0.25;
  }

  .sm\:last\:text-opacity-50:last-child {
    --text-opacity: 0.5;
  }

  .sm\:last\:text-opacity-75:last-child {
    --text-opacity: 0.75;
  }

  .sm\:last\:text-opacity-100:last-child {
    --text-opacity: 1;
  }

  .sm\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .sm\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .sm\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .sm\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .sm\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .sm\:text-opacity-0\! {
    --text-opacity: 0 !important;
  }

  .sm\:text-opacity-25\! {
    --text-opacity: 0.25 !important;
  }

  .sm\:text-opacity-50\! {
    --text-opacity: 0.5 !important;
  }

  .sm\:text-opacity-75\! {
    --text-opacity: 0.75 !important;
  }

  .sm\:text-opacity-100\! {
    --text-opacity: 1 !important;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:not-italic {
    font-style: normal;
  }

  .sm\:even\:italic:nth-child(even) {
    font-style: italic;
  }

  .sm\:even\:not-italic:nth-child(even) {
    font-style: normal;
  }

  .sm\:odd\:italic:nth-child(odd) {
    font-style: italic;
  }

  .sm\:odd\:not-italic:nth-child(odd) {
    font-style: normal;
  }

  .sm\:children\:italic > * {
    font-style: italic;
  }

  .sm\:children\:not-italic > * {
    font-style: normal;
  }

  .sm\:first\:italic:first-child {
    font-style: italic;
  }

  .sm\:first\:not-italic:first-child {
    font-style: normal;
  }

  .sm\:last\:italic:last-child {
    font-style: italic;
  }

  .sm\:last\:not-italic:last-child {
    font-style: normal;
  }

  .sm\:hover\:italic:hover {
    font-style: italic;
  }

  .sm\:hover\:not-italic:hover {
    font-style: normal;
  }

  .sm\:italic\! {
    font-style: italic !important;
  }

  .sm\:not-italic\! {
    font-style: normal !important;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:even\:uppercase:nth-child(even) {
    text-transform: uppercase;
  }

  .sm\:even\:lowercase:nth-child(even) {
    text-transform: lowercase;
  }

  .sm\:even\:capitalize:nth-child(even) {
    text-transform: capitalize;
  }

  .sm\:even\:normal-case:nth-child(even) {
    text-transform: none;
  }

  .sm\:odd\:uppercase:nth-child(odd) {
    text-transform: uppercase;
  }

  .sm\:odd\:lowercase:nth-child(odd) {
    text-transform: lowercase;
  }

  .sm\:odd\:capitalize:nth-child(odd) {
    text-transform: capitalize;
  }

  .sm\:odd\:normal-case:nth-child(odd) {
    text-transform: none;
  }

  .sm\:children\:uppercase > * {
    text-transform: uppercase;
  }

  .sm\:children\:lowercase > * {
    text-transform: lowercase;
  }

  .sm\:children\:capitalize > * {
    text-transform: capitalize;
  }

  .sm\:children\:normal-case > * {
    text-transform: none;
  }

  .sm\:first\:uppercase:first-child {
    text-transform: uppercase;
  }

  .sm\:first\:lowercase:first-child {
    text-transform: lowercase;
  }

  .sm\:first\:capitalize:first-child {
    text-transform: capitalize;
  }

  .sm\:first\:normal-case:first-child {
    text-transform: none;
  }

  .sm\:last\:uppercase:last-child {
    text-transform: uppercase;
  }

  .sm\:last\:lowercase:last-child {
    text-transform: lowercase;
  }

  .sm\:last\:capitalize:last-child {
    text-transform: capitalize;
  }

  .sm\:last\:normal-case:last-child {
    text-transform: none;
  }

  .sm\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .sm\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .sm\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .sm\:hover\:normal-case:hover {
    text-transform: none;
  }

  .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;
  }

  .sm\:line-through {
    text-decoration: line-through;
  }

  .sm\:no-underline {
    text-decoration: none;
  }

  .sm\:even\:underline:nth-child(even) {
    text-decoration: underline;
  }

  .sm\:even\:line-through:nth-child(even) {
    text-decoration: line-through;
  }

  .sm\:even\:no-underline:nth-child(even) {
    text-decoration: none;
  }

  .sm\:odd\:underline:nth-child(odd) {
    text-decoration: underline;
  }

  .sm\:odd\:line-through:nth-child(odd) {
    text-decoration: line-through;
  }

  .sm\:odd\:no-underline:nth-child(odd) {
    text-decoration: none;
  }

  .sm\:children\:underline > * {
    text-decoration: underline;
  }

  .sm\:children\:line-through > * {
    text-decoration: line-through;
  }

  .sm\:children\:no-underline > * {
    text-decoration: none;
  }

  .sm\:first\:underline:first-child {
    text-decoration: underline;
  }

  .sm\:first\:line-through:first-child {
    text-decoration: line-through;
  }

  .sm\:first\:no-underline:first-child {
    text-decoration: none;
  }

  .sm\:last\:underline:last-child {
    text-decoration: underline;
  }

  .sm\:last\:line-through:last-child {
    text-decoration: line-through;
  }

  .sm\:last\:no-underline:last-child {
    text-decoration: none;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm\:underline\! {
    text-decoration: underline !important;
  }

  .sm\:line-through\! {
    text-decoration: line-through !important;
  }

  .sm\:no-underline\! {
    text-decoration: none !important;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:even\:antialiased:nth-child(even) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:even\:subpixel-antialiased:nth-child(even) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:odd\:antialiased:nth-child(odd) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:odd\:subpixel-antialiased:nth-child(odd) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:children\:antialiased > * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:children\:subpixel-antialiased > * {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:first\:antialiased:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:first\:subpixel-antialiased:first-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:last\:antialiased:last-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:last\:subpixel-antialiased:last-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .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\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .sm\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .sm\:even\:tracking-tighter:nth-child(even) {
    letter-spacing: -0.05em;
  }

  .sm\:even\:tracking-tight:nth-child(even) {
    letter-spacing: -0.025em;
  }

  .sm\:even\:tracking-normal:nth-child(even) {
    letter-spacing: 0;
  }

  .sm\:even\:tracking-wide:nth-child(even) {
    letter-spacing: 0.025em;
  }

  .sm\:even\:tracking-wider:nth-child(even) {
    letter-spacing: 0.05em;
  }

  .sm\:even\:tracking-widest:nth-child(even) {
    letter-spacing: 0.1em;
  }

  .sm\:odd\:tracking-tighter:nth-child(odd) {
    letter-spacing: -0.05em;
  }

  .sm\:odd\:tracking-tight:nth-child(odd) {
    letter-spacing: -0.025em;
  }

  .sm\:odd\:tracking-normal:nth-child(odd) {
    letter-spacing: 0;
  }

  .sm\:odd\:tracking-wide:nth-child(odd) {
    letter-spacing: 0.025em;
  }

  .sm\:odd\:tracking-wider:nth-child(odd) {
    letter-spacing: 0.05em;
  }

  .sm\:odd\:tracking-widest:nth-child(odd) {
    letter-spacing: 0.1em;
  }

  .sm\:children\:tracking-tighter > * {
    letter-spacing: -0.05em;
  }

  .sm\:children\:tracking-tight > * {
    letter-spacing: -0.025em;
  }

  .sm\:children\:tracking-normal > * {
    letter-spacing: 0;
  }

  .sm\:children\:tracking-wide > * {
    letter-spacing: 0.025em;
  }

  .sm\:children\:tracking-wider > * {
    letter-spacing: 0.05em;
  }

  .sm\:children\:tracking-widest > * {
    letter-spacing: 0.1em;
  }

  .sm\:first\:tracking-tighter:first-child {
    letter-spacing: -0.05em;
  }

  .sm\:first\:tracking-tight:first-child {
    letter-spacing: -0.025em;
  }

  .sm\:first\:tracking-normal:first-child {
    letter-spacing: 0;
  }

  .sm\:first\:tracking-wide:first-child {
    letter-spacing: 0.025em;
  }

  .sm\:first\:tracking-wider:first-child {
    letter-spacing: 0.05em;
  }

  .sm\:first\:tracking-widest:first-child {
    letter-spacing: 0.1em;
  }

  .sm\:last\:tracking-tighter:last-child {
    letter-spacing: -0.05em;
  }

  .sm\:last\:tracking-tight:last-child {
    letter-spacing: -0.025em;
  }

  .sm\:last\:tracking-normal:last-child {
    letter-spacing: 0;
  }

  .sm\:last\:tracking-wide:last-child {
    letter-spacing: 0.025em;
  }

  .sm\:last\:tracking-wider:last-child {
    letter-spacing: 0.05em;
  }

  .sm\:last\:tracking-widest:last-child {
    letter-spacing: 0.1em;
  }

  .sm\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em;
  }

  .sm\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em;
  }

  .sm\:hover\:tracking-normal:hover {
    letter-spacing: 0;
  }

  .sm\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em;
  }

  .sm\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
  }

  .sm\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }

  .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\:select-none {
    user-select: none;
  }

  .sm\:select-text {
    user-select: text;
  }

  .sm\:select-all {
    user-select: all;
  }

  .sm\:select-auto {
    user-select: auto;
  }

  .sm\:even\:select-none:nth-child(even) {
    user-select: none;
  }

  .sm\:even\:select-text:nth-child(even) {
    user-select: text;
  }

  .sm\:even\:select-all:nth-child(even) {
    user-select: all;
  }

  .sm\:even\:select-auto:nth-child(even) {
    user-select: auto;
  }

  .sm\:odd\:select-none:nth-child(odd) {
    user-select: none;
  }

  .sm\:odd\:select-text:nth-child(odd) {
    user-select: text;
  }

  .sm\:odd\:select-all:nth-child(odd) {
    user-select: all;
  }

  .sm\:odd\:select-auto:nth-child(odd) {
    user-select: auto;
  }

  .sm\:children\:select-none > * {
    user-select: none;
  }

  .sm\:children\:select-text > * {
    user-select: text;
  }

  .sm\:children\:select-all > * {
    user-select: all;
  }

  .sm\:children\:select-auto > * {
    user-select: auto;
  }

  .sm\:first\:select-none:first-child {
    user-select: none;
  }

  .sm\:first\:select-text:first-child {
    user-select: text;
  }

  .sm\:first\:select-all:first-child {
    user-select: all;
  }

  .sm\:first\:select-auto:first-child {
    user-select: auto;
  }

  .sm\:last\:select-none:last-child {
    user-select: none;
  }

  .sm\:last\:select-text:last-child {
    user-select: text;
  }

  .sm\:last\:select-all:last-child {
    user-select: all;
  }

  .sm\:last\:select-auto:last-child {
    user-select: auto;
  }

  .sm\:hover\:select-none:hover {
    user-select: none;
  }

  .sm\:hover\:select-text:hover {
    user-select: text;
  }

  .sm\:hover\:select-all:hover {
    user-select: all;
  }

  .sm\:hover\:select-auto:hover {
    user-select: auto;
  }

  .sm\:select-none\! {
    user-select: none !important;
  }

  .sm\:select-text\! {
    user-select: text !important;
  }

  .sm\:select-all\! {
    user-select: all !important;
  }

  .sm\:select-auto\! {
    user-select: auto !important;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:even\:align-baseline:nth-child(even) {
    vertical-align: baseline;
  }

  .sm\:even\:align-top:nth-child(even) {
    vertical-align: top;
  }

  .sm\:even\:align-middle:nth-child(even) {
    vertical-align: middle;
  }

  .sm\:even\:align-bottom:nth-child(even) {
    vertical-align: bottom;
  }

  .sm\:even\:align-text-top:nth-child(even) {
    vertical-align: text-top;
  }

  .sm\:even\:align-text-bottom:nth-child(even) {
    vertical-align: text-bottom;
  }

  .sm\:odd\:align-baseline:nth-child(odd) {
    vertical-align: baseline;
  }

  .sm\:odd\:align-top:nth-child(odd) {
    vertical-align: top;
  }

  .sm\:odd\:align-middle:nth-child(odd) {
    vertical-align: middle;
  }

  .sm\:odd\:align-bottom:nth-child(odd) {
    vertical-align: bottom;
  }

  .sm\:odd\:align-text-top:nth-child(odd) {
    vertical-align: text-top;
  }

  .sm\:odd\:align-text-bottom:nth-child(odd) {
    vertical-align: text-bottom;
  }

  .sm\:children\:align-baseline > * {
    vertical-align: baseline;
  }

  .sm\:children\:align-top > * {
    vertical-align: top;
  }

  .sm\:children\:align-middle > * {
    vertical-align: middle;
  }

  .sm\:children\:align-bottom > * {
    vertical-align: bottom;
  }

  .sm\:children\:align-text-top > * {
    vertical-align: text-top;
  }

  .sm\:children\:align-text-bottom > * {
    vertical-align: text-bottom;
  }

  .sm\:first\:align-baseline:first-child {
    vertical-align: baseline;
  }

  .sm\:first\:align-top:first-child {
    vertical-align: top;
  }

  .sm\:first\:align-middle:first-child {
    vertical-align: middle;
  }

  .sm\:first\:align-bottom:first-child {
    vertical-align: bottom;
  }

  .sm\:first\:align-text-top:first-child {
    vertical-align: text-top;
  }

  .sm\:first\:align-text-bottom:first-child {
    vertical-align: text-bottom;
  }

  .sm\:last\:align-baseline:last-child {
    vertical-align: baseline;
  }

  .sm\:last\:align-top:last-child {
    vertical-align: top;
  }

  .sm\:last\:align-middle:last-child {
    vertical-align: middle;
  }

  .sm\:last\:align-bottom:last-child {
    vertical-align: bottom;
  }

  .sm\:last\:align-text-top:last-child {
    vertical-align: text-top;
  }

  .sm\:last\:align-text-bottom:last-child {
    vertical-align: text-bottom;
  }

  .sm\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .sm\:hover\:align-top:hover {
    vertical-align: top;
  }

  .sm\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .sm\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .sm\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .sm\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .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;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:even\:visible:nth-child(even) {
    visibility: visible;
  }

  .sm\:even\:invisible:nth-child(even) {
    visibility: hidden;
  }

  .sm\:odd\:visible:nth-child(odd) {
    visibility: visible;
  }

  .sm\:odd\:invisible:nth-child(odd) {
    visibility: hidden;
  }

  .sm\:children\:visible > * {
    visibility: visible;
  }

  .sm\:children\:invisible > * {
    visibility: hidden;
  }

  .sm\:first\:visible:first-child {
    visibility: visible;
  }

  .sm\:first\:invisible:first-child {
    visibility: hidden;
  }

  .sm\:last\:visible:last-child {
    visibility: visible;
  }

  .sm\:last\:invisible:last-child {
    visibility: hidden;
  }

  .sm\:hover\:visible:hover {
    visibility: visible;
  }

  .sm\:hover\:invisible:hover {
    visibility: hidden;
  }

  .sm\:visible\! {
    visibility: visible !important;
  }

  .sm\:invisible\! {
    visibility: hidden !important;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:even\:whitespace-normal:nth-child(even) {
    white-space: normal;
  }

  .sm\:even\:whitespace-no-wrap:nth-child(even) {
    white-space: nowrap;
  }

  .sm\:even\:whitespace-pre:nth-child(even) {
    white-space: pre;
  }

  .sm\:even\:whitespace-pre-line:nth-child(even) {
    white-space: pre-line;
  }

  .sm\:even\:whitespace-pre-wrap:nth-child(even) {
    white-space: pre-wrap;
  }

  .sm\:odd\:whitespace-normal:nth-child(odd) {
    white-space: normal;
  }

  .sm\:odd\:whitespace-no-wrap:nth-child(odd) {
    white-space: nowrap;
  }

  .sm\:odd\:whitespace-pre:nth-child(odd) {
    white-space: pre;
  }

  .sm\:odd\:whitespace-pre-line:nth-child(odd) {
    white-space: pre-line;
  }

  .sm\:odd\:whitespace-pre-wrap:nth-child(odd) {
    white-space: pre-wrap;
  }

  .sm\:children\:whitespace-normal > * {
    white-space: normal;
  }

  .sm\:children\:whitespace-no-wrap > * {
    white-space: nowrap;
  }

  .sm\:children\:whitespace-pre > * {
    white-space: pre;
  }

  .sm\:children\:whitespace-pre-line > * {
    white-space: pre-line;
  }

  .sm\:children\:whitespace-pre-wrap > * {
    white-space: pre-wrap;
  }

  .sm\:first\:whitespace-normal:first-child {
    white-space: normal;
  }

  .sm\:first\:whitespace-no-wrap:first-child {
    white-space: nowrap;
  }

  .sm\:first\:whitespace-pre:first-child {
    white-space: pre;
  }

  .sm\:first\:whitespace-pre-line:first-child {
    white-space: pre-line;
  }

  .sm\:first\:whitespace-pre-wrap:first-child {
    white-space: pre-wrap;
  }

  .sm\:last\:whitespace-normal:last-child {
    white-space: normal;
  }

  .sm\:last\:whitespace-no-wrap:last-child {
    white-space: nowrap;
  }

  .sm\:last\:whitespace-pre:last-child {
    white-space: pre;
  }

  .sm\:last\:whitespace-pre-line:last-child {
    white-space: pre-line;
  }

  .sm\:last\:whitespace-pre-wrap:last-child {
    white-space: pre-wrap;
  }

  .sm\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .sm\:hover\:whitespace-no-wrap:hover {
    white-space: nowrap;
  }

  .sm\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .sm\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .sm\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .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 {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words {
    overflow-wrap: break-word;
  }

  .sm\:break-all {
    word-break: break-all;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:even\:break-normal:nth-child(even) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:even\:break-words:nth-child(even) {
    overflow-wrap: break-word;
  }

  .sm\:even\:break-all:nth-child(even) {
    word-break: break-all;
  }

  .sm\:even\:truncate:nth-child(even) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:odd\:break-normal:nth-child(odd) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:odd\:break-words:nth-child(odd) {
    overflow-wrap: break-word;
  }

  .sm\:odd\:break-all:nth-child(odd) {
    word-break: break-all;
  }

  .sm\:odd\:truncate:nth-child(odd) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:children\:break-normal > * {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:children\:break-words > * {
    overflow-wrap: break-word;
  }

  .sm\:children\:break-all > * {
    word-break: break-all;
  }

  .sm\:children\:truncate > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:first\:break-normal:first-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:first\:break-words:first-child {
    overflow-wrap: break-word;
  }

  .sm\:first\:break-all:first-child {
    word-break: break-all;
  }

  .sm\:first\:truncate:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:last\:break-normal:last-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:last\:break-words:last-child {
    overflow-wrap: break-word;
  }

  .sm\:last\:break-all:last-child {
    word-break: break-all;
  }

  .sm\:last\:truncate:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:hover\:break-normal:hover {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:hover\:break-words:hover {
    overflow-wrap: break-word;
  }

  .sm\:hover\:break-all:hover {
    word-break: break-all;
  }

  .sm\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:break-normal\! {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:break-words\! {
    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;
  }

  .sm\:w-1 {
    width: 0.25rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-11 {
    width: 2.75rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-13 {
    width: 3.25rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-15 {
    width: 3.75rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-17 {
    width: 4.25rem;
  }

  .sm\:w-18 {
    width: 4.5rem;
  }

  .sm\:w-19 {
    width: 4.75rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-75 {
    width: 18.75rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.666667%;
  }

  .sm\:w-2\/6 {
    width: 33.333333%;
  }

  .sm\:w-3\/6 {
    width: 50%;
  }

  .sm\:w-4\/6 {
    width: 66.666667%;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-1\/12 {
    width: 8.333333%;
  }

  .sm\:w-2\/12 {
    width: 16.666667%;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:even\:w-0:nth-child(even) {
    width: 0;
  }

  .sm\:even\:w-1:nth-child(even) {
    width: 0.25rem;
  }

  .sm\:even\:w-2:nth-child(even) {
    width: 0.5rem;
  }

  .sm\:even\:w-3:nth-child(even) {
    width: 0.75rem;
  }

  .sm\:even\:w-4:nth-child(even) {
    width: 1rem;
  }

  .sm\:even\:w-5:nth-child(even) {
    width: 1.25rem;
  }

  .sm\:even\:w-6:nth-child(even) {
    width: 1.5rem;
  }

  .sm\:even\:w-7:nth-child(even) {
    width: 1.75rem;
  }

  .sm\:even\:w-8:nth-child(even) {
    width: 2rem;
  }

  .sm\:even\:w-9:nth-child(even) {
    width: 2.25rem;
  }

  .sm\:even\:w-10:nth-child(even) {
    width: 2.5rem;
  }

  .sm\:even\:w-11:nth-child(even) {
    width: 2.75rem;
  }

  .sm\:even\:w-12:nth-child(even) {
    width: 3rem;
  }

  .sm\:even\:w-13:nth-child(even) {
    width: 3.25rem;
  }

  .sm\:even\:w-14:nth-child(even) {
    width: 3.5rem;
  }

  .sm\:even\:w-15:nth-child(even) {
    width: 3.75rem;
  }

  .sm\:even\:w-16:nth-child(even) {
    width: 4rem;
  }

  .sm\:even\:w-17:nth-child(even) {
    width: 4.25rem;
  }

  .sm\:even\:w-18:nth-child(even) {
    width: 4.5rem;
  }

  .sm\:even\:w-19:nth-child(even) {
    width: 4.75rem;
  }

  .sm\:even\:w-20:nth-child(even) {
    width: 5rem;
  }

  .sm\:even\:w-24:nth-child(even) {
    width: 6rem;
  }

  .sm\:even\:w-32:nth-child(even) {
    width: 8rem;
  }

  .sm\:even\:w-40:nth-child(even) {
    width: 10rem;
  }

  .sm\:even\:w-48:nth-child(even) {
    width: 12rem;
  }

  .sm\:even\:w-56:nth-child(even) {
    width: 14rem;
  }

  .sm\:even\:w-64:nth-child(even) {
    width: 16rem;
  }

  .sm\:even\:w-75:nth-child(even) {
    width: 18.75rem;
  }

  .sm\:even\:w-auto:nth-child(even) {
    width: auto;
  }

  .sm\:even\:w-px:nth-child(even) {
    width: 1px;
  }

  .sm\:even\:w-1\/2:nth-child(even) {
    width: 50%;
  }

  .sm\:even\:w-1\/3:nth-child(even) {
    width: 33.333333%;
  }

  .sm\:even\:w-2\/3:nth-child(even) {
    width: 66.666667%;
  }

  .sm\:even\:w-1\/4:nth-child(even) {
    width: 25%;
  }

  .sm\:even\:w-2\/4:nth-child(even) {
    width: 50%;
  }

  .sm\:even\:w-3\/4:nth-child(even) {
    width: 75%;
  }

  .sm\:even\:w-1\/5:nth-child(even) {
    width: 20%;
  }

  .sm\:even\:w-2\/5:nth-child(even) {
    width: 40%;
  }

  .sm\:even\:w-3\/5:nth-child(even) {
    width: 60%;
  }

  .sm\:even\:w-4\/5:nth-child(even) {
    width: 80%;
  }

  .sm\:even\:w-1\/6:nth-child(even) {
    width: 16.666667%;
  }

  .sm\:even\:w-2\/6:nth-child(even) {
    width: 33.333333%;
  }

  .sm\:even\:w-3\/6:nth-child(even) {
    width: 50%;
  }

  .sm\:even\:w-4\/6:nth-child(even) {
    width: 66.666667%;
  }

  .sm\:even\:w-5\/6:nth-child(even) {
    width: 83.333333%;
  }

  .sm\:even\:w-1\/12:nth-child(even) {
    width: 8.333333%;
  }

  .sm\:even\:w-2\/12:nth-child(even) {
    width: 16.666667%;
  }

  .sm\:even\:w-3\/12:nth-child(even) {
    width: 25%;
  }

  .sm\:even\:w-4\/12:nth-child(even) {
    width: 33.333333%;
  }

  .sm\:even\:w-5\/12:nth-child(even) {
    width: 41.666667%;
  }

  .sm\:even\:w-6\/12:nth-child(even) {
    width: 50%;
  }

  .sm\:even\:w-7\/12:nth-child(even) {
    width: 58.333333%;
  }

  .sm\:even\:w-8\/12:nth-child(even) {
    width: 66.666667%;
  }

  .sm\:even\:w-9\/12:nth-child(even) {
    width: 75%;
  }

  .sm\:even\:w-10\/12:nth-child(even) {
    width: 83.333333%;
  }

  .sm\:even\:w-11\/12:nth-child(even) {
    width: 91.666667%;
  }

  .sm\:even\:w-full:nth-child(even) {
    width: 100%;
  }

  .sm\:even\:w-screen:nth-child(even) {
    width: 100vw;
  }

  .sm\:odd\:w-0:nth-child(odd) {
    width: 0;
  }

  .sm\:odd\:w-1:nth-child(odd) {
    width: 0.25rem;
  }

  .sm\:odd\:w-2:nth-child(odd) {
    width: 0.5rem;
  }

  .sm\:odd\:w-3:nth-child(odd) {
    width: 0.75rem;
  }

  .sm\:odd\:w-4:nth-child(odd) {
    width: 1rem;
  }

  .sm\:odd\:w-5:nth-child(odd) {
    width: 1.25rem;
  }

  .sm\:odd\:w-6:nth-child(odd) {
    width: 1.5rem;
  }

  .sm\:odd\:w-7:nth-child(odd) {
    width: 1.75rem;
  }

  .sm\:odd\:w-8:nth-child(odd) {
    width: 2rem;
  }

  .sm\:odd\:w-9:nth-child(odd) {
    width: 2.25rem;
  }

  .sm\:odd\:w-10:nth-child(odd) {
    width: 2.5rem;
  }

  .sm\:odd\:w-11:nth-child(odd) {
    width: 2.75rem;
  }

  .sm\:odd\:w-12:nth-child(odd) {
    width: 3rem;
  }

  .sm\:odd\:w-13:nth-child(odd) {
    width: 3.25rem;
  }

  .sm\:odd\:w-14:nth-child(odd) {
    width: 3.5rem;
  }

  .sm\:odd\:w-15:nth-child(odd) {
    width: 3.75rem;
  }

  .sm\:odd\:w-16:nth-child(odd) {
    width: 4rem;
  }

  .sm\:odd\:w-17:nth-child(odd) {
    width: 4.25rem;
  }

  .sm\:odd\:w-18:nth-child(odd) {
    width: 4.5rem;
  }

  .sm\:odd\:w-19:nth-child(odd) {
    width: 4.75rem;
  }

  .sm\:odd\:w-20:nth-child(odd) {
    width: 5rem;
  }

  .sm\:odd\:w-24:nth-child(odd) {
    width: 6rem;
  }

  .sm\:odd\:w-32:nth-child(odd) {
    width: 8rem;
  }

  .sm\:odd\:w-40:nth-child(odd) {
    width: 10rem;
  }

  .sm\:odd\:w-48:nth-child(odd) {
    width: 12rem;
  }

  .sm\:odd\:w-56:nth-child(odd) {
    width: 14rem;
  }

  .sm\:odd\:w-64:nth-child(odd) {
    width: 16rem;
  }

  .sm\:odd\:w-75:nth-child(odd) {
    width: 18.75rem;
  }

  .sm\:odd\:w-auto:nth-child(odd) {
    width: auto;
  }

  .sm\:odd\:w-px:nth-child(odd) {
    width: 1px;
  }

  .sm\:odd\:w-1\/2:nth-child(odd) {
    width: 50%;
  }

  .sm\:odd\:w-1\/3:nth-child(odd) {
    width: 33.333333%;
  }

  .sm\:odd\:w-2\/3:nth-child(odd) {
    width: 66.666667%;
  }

  .sm\:odd\:w-1\/4:nth-child(odd) {
    width: 25%;
  }

  .sm\:odd\:w-2\/4:nth-child(odd) {
    width: 50%;
  }

  .sm\:odd\:w-3\/4:nth-child(odd) {
    width: 75%;
  }

  .sm\:odd\:w-1\/5:nth-child(odd) {
    width: 20%;
  }

  .sm\:odd\:w-2\/5:nth-child(odd) {
    width: 40%;
  }

  .sm\:odd\:w-3\/5:nth-child(odd) {
    width: 60%;
  }

  .sm\:odd\:w-4\/5:nth-child(odd) {
    width: 80%;
  }

  .sm\:odd\:w-1\/6:nth-child(odd) {
    width: 16.666667%;
  }

  .sm\:odd\:w-2\/6:nth-child(odd) {
    width: 33.333333%;
  }

  .sm\:odd\:w-3\/6:nth-child(odd) {
    width: 50%;
  }

  .sm\:odd\:w-4\/6:nth-child(odd) {
    width: 66.666667%;
  }

  .sm\:odd\:w-5\/6:nth-child(odd) {
    width: 83.333333%;
  }

  .sm\:odd\:w-1\/12:nth-child(odd) {
    width: 8.333333%;
  }

  .sm\:odd\:w-2\/12:nth-child(odd) {
    width: 16.666667%;
  }

  .sm\:odd\:w-3\/12:nth-child(odd) {
    width: 25%;
  }

  .sm\:odd\:w-4\/12:nth-child(odd) {
    width: 33.333333%;
  }

  .sm\:odd\:w-5\/12:nth-child(odd) {
    width: 41.666667%;
  }

  .sm\:odd\:w-6\/12:nth-child(odd) {
    width: 50%;
  }

  .sm\:odd\:w-7\/12:nth-child(odd) {
    width: 58.333333%;
  }

  .sm\:odd\:w-8\/12:nth-child(odd) {
    width: 66.666667%;
  }

  .sm\:odd\:w-9\/12:nth-child(odd) {
    width: 75%;
  }

  .sm\:odd\:w-10\/12:nth-child(odd) {
    width: 83.333333%;
  }

  .sm\:odd\:w-11\/12:nth-child(odd) {
    width: 91.666667%;
  }

  .sm\:odd\:w-full:nth-child(odd) {
    width: 100%;
  }

  .sm\:odd\:w-screen:nth-child(odd) {
    width: 100vw;
  }

  .sm\:children\:w-0 > * {
    width: 0;
  }

  .sm\:children\:w-1 > * {
    width: 0.25rem;
  }

  .sm\:children\:w-2 > * {
    width: 0.5rem;
  }

  .sm\:children\:w-3 > * {
    width: 0.75rem;
  }

  .sm\:children\:w-4 > * {
    width: 1rem;
  }

  .sm\:children\:w-5 > * {
    width: 1.25rem;
  }

  .sm\:children\:w-6 > * {
    width: 1.5rem;
  }

  .sm\:children\:w-7 > * {
    width: 1.75rem;
  }

  .sm\:children\:w-8 > * {
    width: 2rem;
  }

  .sm\:children\:w-9 > * {
    width: 2.25rem;
  }

  .sm\:children\:w-10 > * {
    width: 2.5rem;
  }

  .sm\:children\:w-11 > * {
    width: 2.75rem;
  }

  .sm\:children\:w-12 > * {
    width: 3rem;
  }

  .sm\:children\:w-13 > * {
    width: 3.25rem;
  }

  .sm\:children\:w-14 > * {
    width: 3.5rem;
  }

  .sm\:children\:w-15 > * {
    width: 3.75rem;
  }

  .sm\:children\:w-16 > * {
    width: 4rem;
  }

  .sm\:children\:w-17 > * {
    width: 4.25rem;
  }

  .sm\:children\:w-18 > * {
    width: 4.5rem;
  }

  .sm\:children\:w-19 > * {
    width: 4.75rem;
  }

  .sm\:children\:w-20 > * {
    width: 5rem;
  }

  .sm\:children\:w-24 > * {
    width: 6rem;
  }

  .sm\:children\:w-32 > * {
    width: 8rem;
  }

  .sm\:children\:w-40 > * {
    width: 10rem;
  }

  .sm\:children\:w-48 > * {
    width: 12rem;
  }

  .sm\:children\:w-56 > * {
    width: 14rem;
  }

  .sm\:children\:w-64 > * {
    width: 16rem;
  }

  .sm\:children\:w-75 > * {
    width: 18.75rem;
  }

  .sm\:children\:w-auto > * {
    width: auto;
  }

  .sm\:children\:w-px > * {
    width: 1px;
  }

  .sm\:children\:w-1\/2 > * {
    width: 50%;
  }

  .sm\:children\:w-1\/3 > * {
    width: 33.333333%;
  }

  .sm\:children\:w-2\/3 > * {
    width: 66.666667%;
  }

  .sm\:children\:w-1\/4 > * {
    width: 25%;
  }

  .sm\:children\:w-2\/4 > * {
    width: 50%;
  }

  .sm\:children\:w-3\/4 > * {
    width: 75%;
  }

  .sm\:children\:w-1\/5 > * {
    width: 20%;
  }

  .sm\:children\:w-2\/5 > * {
    width: 40%;
  }

  .sm\:children\:w-3\/5 > * {
    width: 60%;
  }

  .sm\:children\:w-4\/5 > * {
    width: 80%;
  }

  .sm\:children\:w-1\/6 > * {
    width: 16.666667%;
  }

  .sm\:children\:w-2\/6 > * {
    width: 33.333333%;
  }

  .sm\:children\:w-3\/6 > * {
    width: 50%;
  }

  .sm\:children\:w-4\/6 > * {
    width: 66.666667%;
  }

  .sm\:children\:w-5\/6 > * {
    width: 83.333333%;
  }

  .sm\:children\:w-1\/12 > * {
    width: 8.333333%;
  }

  .sm\:children\:w-2\/12 > * {
    width: 16.666667%;
  }

  .sm\:children\:w-3\/12 > * {
    width: 25%;
  }

  .sm\:children\:w-4\/12 > * {
    width: 33.333333%;
  }

  .sm\:children\:w-5\/12 > * {
    width: 41.666667%;
  }

  .sm\:children\:w-6\/12 > * {
    width: 50%;
  }

  .sm\:children\:w-7\/12 > * {
    width: 58.333333%;
  }

  .sm\:children\:w-8\/12 > * {
    width: 66.666667%;
  }

  .sm\:children\:w-9\/12 > * {
    width: 75%;
  }

  .sm\:children\:w-10\/12 > * {
    width: 83.333333%;
  }

  .sm\:children\:w-11\/12 > * {
    width: 91.666667%;
  }

  .sm\:children\:w-full > * {
    width: 100%;
  }

  .sm\:children\:w-screen > * {
    width: 100vw;
  }

  .sm\:first\:w-0:first-child {
    width: 0;
  }

  .sm\:first\:w-1:first-child {
    width: 0.25rem;
  }

  .sm\:first\:w-2:first-child {
    width: 0.5rem;
  }

  .sm\:first\:w-3:first-child {
    width: 0.75rem;
  }

  .sm\:first\:w-4:first-child {
    width: 1rem;
  }

  .sm\:first\:w-5:first-child {
    width: 1.25rem;
  }

  .sm\:first\:w-6:first-child {
    width: 1.5rem;
  }

  .sm\:first\:w-7:first-child {
    width: 1.75rem;
  }

  .sm\:first\:w-8:first-child {
    width: 2rem;
  }

  .sm\:first\:w-9:first-child {
    width: 2.25rem;
  }

  .sm\:first\:w-10:first-child {
    width: 2.5rem;
  }

  .sm\:first\:w-11:first-child {
    width: 2.75rem;
  }

  .sm\:first\:w-12:first-child {
    width: 3rem;
  }

  .sm\:first\:w-13:first-child {
    width: 3.25rem;
  }

  .sm\:first\:w-14:first-child {
    width: 3.5rem;
  }

  .sm\:first\:w-15:first-child {
    width: 3.75rem;
  }

  .sm\:first\:w-16:first-child {
    width: 4rem;
  }

  .sm\:first\:w-17:first-child {
    width: 4.25rem;
  }

  .sm\:first\:w-18:first-child {
    width: 4.5rem;
  }

  .sm\:first\:w-19:first-child {
    width: 4.75rem;
  }

  .sm\:first\:w-20:first-child {
    width: 5rem;
  }

  .sm\:first\:w-24:first-child {
    width: 6rem;
  }

  .sm\:first\:w-32:first-child {
    width: 8rem;
  }

  .sm\:first\:w-40:first-child {
    width: 10rem;
  }

  .sm\:first\:w-48:first-child {
    width: 12rem;
  }

  .sm\:first\:w-56:first-child {
    width: 14rem;
  }

  .sm\:first\:w-64:first-child {
    width: 16rem;
  }

  .sm\:first\:w-75:first-child {
    width: 18.75rem;
  }

  .sm\:first\:w-auto:first-child {
    width: auto;
  }

  .sm\:first\:w-px:first-child {
    width: 1px;
  }

  .sm\:first\:w-1\/2:first-child {
    width: 50%;
  }

  .sm\:first\:w-1\/3:first-child {
    width: 33.333333%;
  }

  .sm\:first\:w-2\/3:first-child {
    width: 66.666667%;
  }

  .sm\:first\:w-1\/4:first-child {
    width: 25%;
  }

  .sm\:first\:w-2\/4:first-child {
    width: 50%;
  }

  .sm\:first\:w-3\/4:first-child {
    width: 75%;
  }

  .sm\:first\:w-1\/5:first-child {
    width: 20%;
  }

  .sm\:first\:w-2\/5:first-child {
    width: 40%;
  }

  .sm\:first\:w-3\/5:first-child {
    width: 60%;
  }

  .sm\:first\:w-4\/5:first-child {
    width: 80%;
  }

  .sm\:first\:w-1\/6:first-child {
    width: 16.666667%;
  }

  .sm\:first\:w-2\/6:first-child {
    width: 33.333333%;
  }

  .sm\:first\:w-3\/6:first-child {
    width: 50%;
  }

  .sm\:first\:w-4\/6:first-child {
    width: 66.666667%;
  }

  .sm\:first\:w-5\/6:first-child {
    width: 83.333333%;
  }

  .sm\:first\:w-1\/12:first-child {
    width: 8.333333%;
  }

  .sm\:first\:w-2\/12:first-child {
    width: 16.666667%;
  }

  .sm\:first\:w-3\/12:first-child {
    width: 25%;
  }

  .sm\:first\:w-4\/12:first-child {
    width: 33.333333%;
  }

  .sm\:first\:w-5\/12:first-child {
    width: 41.666667%;
  }

  .sm\:first\:w-6\/12:first-child {
    width: 50%;
  }

  .sm\:first\:w-7\/12:first-child {
    width: 58.333333%;
  }

  .sm\:first\:w-8\/12:first-child {
    width: 66.666667%;
  }

  .sm\:first\:w-9\/12:first-child {
    width: 75%;
  }

  .sm\:first\:w-10\/12:first-child {
    width: 83.333333%;
  }

  .sm\:first\:w-11\/12:first-child {
    width: 91.666667%;
  }

  .sm\:first\:w-full:first-child {
    width: 100%;
  }

  .sm\:first\:w-screen:first-child {
    width: 100vw;
  }

  .sm\:last\:w-0:last-child {
    width: 0;
  }

  .sm\:last\:w-1:last-child {
    width: 0.25rem;
  }

  .sm\:last\:w-2:last-child {
    width: 0.5rem;
  }

  .sm\:last\:w-3:last-child {
    width: 0.75rem;
  }

  .sm\:last\:w-4:last-child {
    width: 1rem;
  }

  .sm\:last\:w-5:last-child {
    width: 1.25rem;
  }

  .sm\:last\:w-6:last-child {
    width: 1.5rem;
  }

  .sm\:last\:w-7:last-child {
    width: 1.75rem;
  }

  .sm\:last\:w-8:last-child {
    width: 2rem;
  }

  .sm\:last\:w-9:last-child {
    width: 2.25rem;
  }

  .sm\:last\:w-10:last-child {
    width: 2.5rem;
  }

  .sm\:last\:w-11:last-child {
    width: 2.75rem;
  }

  .sm\:last\:w-12:last-child {
    width: 3rem;
  }

  .sm\:last\:w-13:last-child {
    width: 3.25rem;
  }

  .sm\:last\:w-14:last-child {
    width: 3.5rem;
  }

  .sm\:last\:w-15:last-child {
    width: 3.75rem;
  }

  .sm\:last\:w-16:last-child {
    width: 4rem;
  }

  .sm\:last\:w-17:last-child {
    width: 4.25rem;
  }

  .sm\:last\:w-18:last-child {
    width: 4.5rem;
  }

  .sm\:last\:w-19:last-child {
    width: 4.75rem;
  }

  .sm\:last\:w-20:last-child {
    width: 5rem;
  }

  .sm\:last\:w-24:last-child {
    width: 6rem;
  }

  .sm\:last\:w-32:last-child {
    width: 8rem;
  }

  .sm\:last\:w-40:last-child {
    width: 10rem;
  }

  .sm\:last\:w-48:last-child {
    width: 12rem;
  }

  .sm\:last\:w-56:last-child {
    width: 14rem;
  }

  .sm\:last\:w-64:last-child {
    width: 16rem;
  }

  .sm\:last\:w-75:last-child {
    width: 18.75rem;
  }

  .sm\:last\:w-auto:last-child {
    width: auto;
  }

  .sm\:last\:w-px:last-child {
    width: 1px;
  }

  .sm\:last\:w-1\/2:last-child {
    width: 50%;
  }

  .sm\:last\:w-1\/3:last-child {
    width: 33.333333%;
  }

  .sm\:last\:w-2\/3:last-child {
    width: 66.666667%;
  }

  .sm\:last\:w-1\/4:last-child {
    width: 25%;
  }

  .sm\:last\:w-2\/4:last-child {
    width: 50%;
  }

  .sm\:last\:w-3\/4:last-child {
    width: 75%;
  }

  .sm\:last\:w-1\/5:last-child {
    width: 20%;
  }

  .sm\:last\:w-2\/5:last-child {
    width: 40%;
  }

  .sm\:last\:w-3\/5:last-child {
    width: 60%;
  }

  .sm\:last\:w-4\/5:last-child {
    width: 80%;
  }

  .sm\:last\:w-1\/6:last-child {
    width: 16.666667%;
  }

  .sm\:last\:w-2\/6:last-child {
    width: 33.333333%;
  }

  .sm\:last\:w-3\/6:last-child {
    width: 50%;
  }

  .sm\:last\:w-4\/6:last-child {
    width: 66.666667%;
  }

  .sm\:last\:w-5\/6:last-child {
    width: 83.333333%;
  }

  .sm\:last\:w-1\/12:last-child {
    width: 8.333333%;
  }

  .sm\:last\:w-2\/12:last-child {
    width: 16.666667%;
  }

  .sm\:last\:w-3\/12:last-child {
    width: 25%;
  }

  .sm\:last\:w-4\/12:last-child {
    width: 33.333333%;
  }

  .sm\:last\:w-5\/12:last-child {
    width: 41.666667%;
  }

  .sm\:last\:w-6\/12:last-child {
    width: 50%;
  }

  .sm\:last\:w-7\/12:last-child {
    width: 58.333333%;
  }

  .sm\:last\:w-8\/12:last-child {
    width: 66.666667%;
  }

  .sm\:last\:w-9\/12:last-child {
    width: 75%;
  }

  .sm\:last\:w-10\/12:last-child {
    width: 83.333333%;
  }

  .sm\:last\:w-11\/12:last-child {
    width: 91.666667%;
  }

  .sm\:last\:w-full:last-child {
    width: 100%;
  }

  .sm\:last\:w-screen:last-child {
    width: 100vw;
  }

  .sm\:hover\:w-0:hover {
    width: 0;
  }

  .sm\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .sm\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .sm\:hover\:w-3:hover {
    width: 0.75rem;
  }

  .sm\:hover\:w-4:hover {
    width: 1rem;
  }

  .sm\:hover\:w-5:hover {
    width: 1.25rem;
  }

  .sm\:hover\:w-6:hover {
    width: 1.5rem;
  }

  .sm\:hover\:w-7:hover {
    width: 1.75rem;
  }

  .sm\:hover\:w-8:hover {
    width: 2rem;
  }

  .sm\:hover\:w-9:hover {
    width: 2.25rem;
  }

  .sm\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .sm\:hover\:w-11:hover {
    width: 2.75rem;
  }

  .sm\:hover\:w-12:hover {
    width: 3rem;
  }

  .sm\:hover\:w-13:hover {
    width: 3.25rem;
  }

  .sm\:hover\:w-14:hover {
    width: 3.5rem;
  }

  .sm\:hover\:w-15:hover {
    width: 3.75rem;
  }

  .sm\:hover\:w-16:hover {
    width: 4rem;
  }

  .sm\:hover\:w-17:hover {
    width: 4.25rem;
  }

  .sm\:hover\:w-18:hover {
    width: 4.5rem;
  }

  .sm\:hover\:w-19:hover {
    width: 4.75rem;
  }

  .sm\:hover\:w-20:hover {
    width: 5rem;
  }

  .sm\:hover\:w-24:hover {
    width: 6rem;
  }

  .sm\:hover\:w-32:hover {
    width: 8rem;
  }

  .sm\:hover\:w-40:hover {
    width: 10rem;
  }

  .sm\:hover\:w-48:hover {
    width: 12rem;
  }

  .sm\:hover\:w-56:hover {
    width: 14rem;
  }

  .sm\:hover\:w-64:hover {
    width: 16rem;
  }

  .sm\:hover\:w-75:hover {
    width: 18.75rem;
  }

  .sm\:hover\:w-auto:hover {
    width: auto;
  }

  .sm\:hover\:w-px:hover {
    width: 1px;
  }

  .sm\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .sm\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .sm\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .sm\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .sm\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .sm\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .sm\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .sm\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .sm\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .sm\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .sm\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .sm\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .sm\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .sm\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .sm\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .sm\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .sm\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .sm\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .sm\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .sm\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .sm\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .sm\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .sm\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .sm\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .sm\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .sm\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .sm\:hover\:w-full:hover {
    width: 100%;
  }

  .sm\:hover\:w-screen:hover {
    width: 100vw;
  }

  .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-9\! {
    width: 2.25rem !important;
  }

  .sm\:w-10\! {
    width: 2.5rem !important;
  }

  .sm\:w-11\! {
    width: 2.75rem !important;
  }

  .sm\:w-12\! {
    width: 3rem !important;
  }

  .sm\:w-13\! {
    width: 3.25rem !important;
  }

  .sm\:w-14\! {
    width: 3.5rem !important;
  }

  .sm\:w-15\! {
    width: 3.75rem !important;
  }

  .sm\:w-16\! {
    width: 4rem !important;
  }

  .sm\:w-17\! {
    width: 4.25rem !important;
  }

  .sm\:w-18\! {
    width: 4.5rem !important;
  }

  .sm\:w-19\! {
    width: 4.75rem !important;
  }

  .sm\:w-20\! {
    width: 5rem !important;
  }

  .sm\:w-24\! {
    width: 6rem !important;
  }

  .sm\:w-32\! {
    width: 8rem !important;
  }

  .sm\:w-40\! {
    width: 10rem !important;
  }

  .sm\:w-48\! {
    width: 12rem !important;
  }

  .sm\:w-56\! {
    width: 14rem !important;
  }

  .sm\:w-64\! {
    width: 16rem !important;
  }

  .sm\:w-75\! {
    width: 18.75rem !important;
  }

  .sm\:w-auto\! {
    width: auto !important;
  }

  .sm\:w-px\! {
    width: 1px !important;
  }

  .sm\:w-1\/2\! {
    width: 50% !important;
  }

  .sm\:w-1\/3\! {
    width: 33.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\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .sm\:even\:z-0:nth-child(even) {
    z-index: 0;
  }

  .sm\:even\:z-10:nth-child(even) {
    z-index: 10;
  }

  .sm\:even\:z-20:nth-child(even) {
    z-index: 20;
  }

  .sm\:even\:z-30:nth-child(even) {
    z-index: 30;
  }

  .sm\:even\:z-40:nth-child(even) {
    z-index: 40;
  }

  .sm\:even\:z-50:nth-child(even) {
    z-index: 50;
  }

  .sm\:even\:z-auto:nth-child(even) {
    z-index: auto;
  }

  .sm\:odd\:z-0:nth-child(odd) {
    z-index: 0;
  }

  .sm\:odd\:z-10:nth-child(odd) {
    z-index: 10;
  }

  .sm\:odd\:z-20:nth-child(odd) {
    z-index: 20;
  }

  .sm\:odd\:z-30:nth-child(odd) {
    z-index: 30;
  }

  .sm\:odd\:z-40:nth-child(odd) {
    z-index: 40;
  }

  .sm\:odd\:z-50:nth-child(odd) {
    z-index: 50;
  }

  .sm\:odd\:z-auto:nth-child(odd) {
    z-index: auto;
  }

  .sm\:children\:z-0 > * {
    z-index: 0;
  }

  .sm\:children\:z-10 > * {
    z-index: 10;
  }

  .sm\:children\:z-20 > * {
    z-index: 20;
  }

  .sm\:children\:z-30 > * {
    z-index: 30;
  }

  .sm\:children\:z-40 > * {
    z-index: 40;
  }

  .sm\:children\:z-50 > * {
    z-index: 50;
  }

  .sm\:children\:z-auto > * {
    z-index: auto;
  }

  .sm\:first\:z-0:first-child {
    z-index: 0;
  }

  .sm\:first\:z-10:first-child {
    z-index: 10;
  }

  .sm\:first\:z-20:first-child {
    z-index: 20;
  }

  .sm\:first\:z-30:first-child {
    z-index: 30;
  }

  .sm\:first\:z-40:first-child {
    z-index: 40;
  }

  .sm\:first\:z-50:first-child {
    z-index: 50;
  }

  .sm\:first\:z-auto:first-child {
    z-index: auto;
  }

  .sm\:last\:z-0:last-child {
    z-index: 0;
  }

  .sm\:last\:z-10:last-child {
    z-index: 10;
  }

  .sm\:last\:z-20:last-child {
    z-index: 20;
  }

  .sm\:last\:z-30:last-child {
    z-index: 30;
  }

  .sm\:last\:z-40:last-child {
    z-index: 40;
  }

  .sm\:last\:z-50:last-child {
    z-index: 50;
  }

  .sm\:last\:z-auto:last-child {
    z-index: auto;
  }

  .sm\:hover\:z-0:hover {
    z-index: 0;
  }

  .sm\:hover\:z-10:hover {
    z-index: 10;
  }

  .sm\:hover\:z-20:hover {
    z-index: 20;
  }

  .sm\:hover\:z-30:hover {
    z-index: 30;
  }

  .sm\:hover\:z-40:hover {
    z-index: 40;
  }

  .sm\:hover\:z-50:hover {
    z-index: 50;
  }

  .sm\:hover\:z-auto:hover {
    z-index: auto;
  }

  .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;
    gap: 0;
  }

  .sm\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .sm\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .sm\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .sm\:gap-7 {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .sm\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .sm\:gap-9 {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .sm\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .sm\:gap-11 {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .sm\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .sm\:gap-13 {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .sm\:gap-14 {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .sm\:gap-15 {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .sm\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .sm\:gap-17 {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .sm\:gap-18 {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .sm\:gap-19 {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .sm\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .sm\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .sm\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .sm\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .sm\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .sm\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .sm\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .sm\:gap-75 {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .sm\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .sm\:col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .sm\:col-gap-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .sm\:col-gap-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .sm\:col-gap-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .sm\:col-gap-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .sm\:col-gap-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .sm\:col-gap-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .sm\:col-gap-7 {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .sm\:col-gap-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .sm\:col-gap-9 {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .sm\:col-gap-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .sm\:col-gap-11 {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .sm\:col-gap-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .sm\:col-gap-13 {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .sm\:col-gap-14 {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .sm\:col-gap-15 {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .sm\:col-gap-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .sm\:col-gap-17 {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .sm\:col-gap-18 {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .sm\:col-gap-19 {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .sm\:col-gap-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .sm\:col-gap-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .sm\:col-gap-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .sm\:col-gap-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .sm\:col-gap-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .sm\:col-gap-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .sm\:col-gap-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .sm\:col-gap-75 {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .sm\:col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .sm\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sm\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sm\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sm\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sm\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sm\:row-gap-7 {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .sm\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sm\:row-gap-9 {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .sm\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sm\:row-gap-11 {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .sm\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sm\:row-gap-13 {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .sm\:row-gap-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .sm\:row-gap-15 {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .sm\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sm\:row-gap-17 {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .sm\:row-gap-18 {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .sm\:row-gap-19 {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .sm\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sm\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sm\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sm\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sm\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sm\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sm\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sm\:row-gap-75 {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .sm\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm\:even\:gap-0:nth-child(even) {
    grid-gap: 0;
    gap: 0;
  }

  .sm\:even\:gap-1:nth-child(even) {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm\:even\:gap-2:nth-child(even) {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm\:even\:gap-3:nth-child(even) {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .sm\:even\:gap-4:nth-child(even) {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .sm\:even\:gap-5:nth-child(even) {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .sm\:even\:gap-6:nth-child(even) {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .sm\:even\:gap-7:nth-child(even) {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .sm\:even\:gap-8:nth-child(even) {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .sm\:even\:gap-9:nth-child(even) {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .sm\:even\:gap-10:nth-child(even) {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .sm\:even\:gap-11:nth-child(even) {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .sm\:even\:gap-12:nth-child(even) {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .sm\:even\:gap-13:nth-child(even) {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .sm\:even\:gap-14:nth-child(even) {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .sm\:even\:gap-15:nth-child(even) {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .sm\:even\:gap-16:nth-child(even) {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .sm\:even\:gap-17:nth-child(even) {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .sm\:even\:gap-18:nth-child(even) {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .sm\:even\:gap-19:nth-child(even) {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .sm\:even\:gap-20:nth-child(even) {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .sm\:even\:gap-24:nth-child(even) {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .sm\:even\:gap-32:nth-child(even) {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .sm\:even\:gap-40:nth-child(even) {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .sm\:even\:gap-48:nth-child(even) {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .sm\:even\:gap-56:nth-child(even) {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .sm\:even\:gap-64:nth-child(even) {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .sm\:even\:gap-75:nth-child(even) {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .sm\:even\:gap-px:nth-child(even) {
    grid-gap: 1px;
    gap: 1px;
  }

  .sm\:even\:col-gap-0:nth-child(even) {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .sm\:even\:col-gap-1:nth-child(even) {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .sm\:even\:col-gap-2:nth-child(even) {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .sm\:even\:col-gap-3:nth-child(even) {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .sm\:even\:col-gap-4:nth-child(even) {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .sm\:even\:col-gap-5:nth-child(even) {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .sm\:even\:col-gap-6:nth-child(even) {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .sm\:even\:col-gap-7:nth-child(even) {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .sm\:even\:col-gap-8:nth-child(even) {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .sm\:even\:col-gap-9:nth-child(even) {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .sm\:even\:col-gap-10:nth-child(even) {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .sm\:even\:col-gap-11:nth-child(even) {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .sm\:even\:col-gap-12:nth-child(even) {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .sm\:even\:col-gap-13:nth-child(even) {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .sm\:even\:col-gap-14:nth-child(even) {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .sm\:even\:col-gap-15:nth-child(even) {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .sm\:even\:col-gap-16:nth-child(even) {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .sm\:even\:col-gap-17:nth-child(even) {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .sm\:even\:col-gap-18:nth-child(even) {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .sm\:even\:col-gap-19:nth-child(even) {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .sm\:even\:col-gap-20:nth-child(even) {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .sm\:even\:col-gap-24:nth-child(even) {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .sm\:even\:col-gap-32:nth-child(even) {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .sm\:even\:col-gap-40:nth-child(even) {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .sm\:even\:col-gap-48:nth-child(even) {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .sm\:even\:col-gap-56:nth-child(even) {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .sm\:even\:col-gap-64:nth-child(even) {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .sm\:even\:col-gap-75:nth-child(even) {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .sm\:even\:col-gap-px:nth-child(even) {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .sm\:even\:row-gap-0:nth-child(even) {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sm\:even\:row-gap-1:nth-child(even) {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm\:even\:row-gap-2:nth-child(even) {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm\:even\:row-gap-3:nth-child(even) {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sm\:even\:row-gap-4:nth-child(even) {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sm\:even\:row-gap-5:nth-child(even) {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sm\:even\:row-gap-6:nth-child(even) {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sm\:even\:row-gap-7:nth-child(even) {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .sm\:even\:row-gap-8:nth-child(even) {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sm\:even\:row-gap-9:nth-child(even) {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .sm\:even\:row-gap-10:nth-child(even) {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sm\:even\:row-gap-11:nth-child(even) {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .sm\:even\:row-gap-12:nth-child(even) {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sm\:even\:row-gap-13:nth-child(even) {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .sm\:even\:row-gap-14:nth-child(even) {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .sm\:even\:row-gap-15:nth-child(even) {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .sm\:even\:row-gap-16:nth-child(even) {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sm\:even\:row-gap-17:nth-child(even) {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .sm\:even\:row-gap-18:nth-child(even) {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .sm\:even\:row-gap-19:nth-child(even) {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .sm\:even\:row-gap-20:nth-child(even) {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sm\:even\:row-gap-24:nth-child(even) {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sm\:even\:row-gap-32:nth-child(even) {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sm\:even\:row-gap-40:nth-child(even) {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sm\:even\:row-gap-48:nth-child(even) {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sm\:even\:row-gap-56:nth-child(even) {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sm\:even\:row-gap-64:nth-child(even) {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sm\:even\:row-gap-75:nth-child(even) {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .sm\:even\:row-gap-px:nth-child(even) {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm\:odd\:gap-0:nth-child(odd) {
    grid-gap: 0;
    gap: 0;
  }

  .sm\:odd\:gap-1:nth-child(odd) {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm\:odd\:gap-2:nth-child(odd) {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm\:odd\:gap-3:nth-child(odd) {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .sm\:odd\:gap-4:nth-child(odd) {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .sm\:odd\:gap-5:nth-child(odd) {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .sm\:odd\:gap-6:nth-child(odd) {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .sm\:odd\:gap-7:nth-child(odd) {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .sm\:odd\:gap-8:nth-child(odd) {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .sm\:odd\:gap-9:nth-child(odd) {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .sm\:odd\:gap-10:nth-child(odd) {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .sm\:odd\:gap-11:nth-child(odd) {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .sm\:odd\:gap-12:nth-child(odd) {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .sm\:odd\:gap-13:nth-child(odd) {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .sm\:odd\:gap-14:nth-child(odd) {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .sm\:odd\:gap-15:nth-child(odd) {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .sm\:odd\:gap-16:nth-child(odd) {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .sm\:odd\:gap-17:nth-child(odd) {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .sm\:odd\:gap-18:nth-child(odd) {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .sm\:odd\:gap-19:nth-child(odd) {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .sm\:odd\:gap-20:nth-child(odd) {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .sm\:odd\:gap-24:nth-child(odd) {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .sm\:odd\:gap-32:nth-child(odd) {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .sm\:odd\:gap-40:nth-child(odd) {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .sm\:odd\:gap-48:nth-child(odd) {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .sm\:odd\:gap-56:nth-child(odd) {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .sm\:odd\:gap-64:nth-child(odd) {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .sm\:odd\:gap-75:nth-child(odd) {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .sm\:odd\:gap-px:nth-child(odd) {
    grid-gap: 1px;
    gap: 1px;
  }

  .sm\:odd\:col-gap-0:nth-child(odd) {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .sm\:odd\:col-gap-1:nth-child(odd) {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .sm\:odd\:col-gap-2:nth-child(odd) {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .sm\:odd\:col-gap-3:nth-child(odd) {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .sm\:odd\:col-gap-4:nth-child(odd) {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .sm\:odd\:col-gap-5:nth-child(odd) {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .sm\:odd\:col-gap-6:nth-child(odd) {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .sm\:odd\:col-gap-7:nth-child(odd) {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .sm\:odd\:col-gap-8:nth-child(odd) {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .sm\:odd\:col-gap-9:nth-child(odd) {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .sm\:odd\:col-gap-10:nth-child(odd) {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .sm\:odd\:col-gap-11:nth-child(odd) {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .sm\:odd\:col-gap-12:nth-child(odd) {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .sm\:odd\:col-gap-13:nth-child(odd) {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .sm\:odd\:col-gap-14:nth-child(odd) {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .sm\:odd\:col-gap-15:nth-child(odd) {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .sm\:odd\:col-gap-16:nth-child(odd) {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .sm\:odd\:col-gap-17:nth-child(odd) {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .sm\:odd\:col-gap-18:nth-child(odd) {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .sm\:odd\:col-gap-19:nth-child(odd) {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .sm\:odd\:col-gap-20:nth-child(odd) {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .sm\:odd\:col-gap-24:nth-child(odd) {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .sm\:odd\:col-gap-32:nth-child(odd) {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .sm\:odd\:col-gap-40:nth-child(odd) {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .sm\:odd\:col-gap-48:nth-child(odd) {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .sm\:odd\:col-gap-56:nth-child(odd) {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .sm\:odd\:col-gap-64:nth-child(odd) {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .sm\:odd\:col-gap-75:nth-child(odd) {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .sm\:odd\:col-gap-px:nth-child(odd) {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .sm\:odd\:row-gap-0:nth-child(odd) {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sm\:odd\:row-gap-1:nth-child(odd) {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm\:odd\:row-gap-2:nth-child(odd) {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm\:odd\:row-gap-3:nth-child(odd) {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sm\:odd\:row-gap-4:nth-child(odd) {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sm\:odd\:row-gap-5:nth-child(odd) {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sm\:odd\:row-gap-6:nth-child(odd) {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sm\:odd\:row-gap-7:nth-child(odd) {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .sm\:odd\:row-gap-8:nth-child(odd) {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sm\:odd\:row-gap-9:nth-child(odd) {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .sm\:odd\:row-gap-10:nth-child(odd) {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sm\:odd\:row-gap-11:nth-child(odd) {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .sm\:odd\:row-gap-12:nth-child(odd) {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sm\:odd\:row-gap-13:nth-child(odd) {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .sm\:odd\:row-gap-14:nth-child(odd) {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .sm\:odd\:row-gap-15:nth-child(odd) {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .sm\:odd\:row-gap-16:nth-child(odd) {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sm\:odd\:row-gap-17:nth-child(odd) {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .sm\:odd\:row-gap-18:nth-child(odd) {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .sm\:odd\:row-gap-19:nth-child(odd) {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .sm\:odd\:row-gap-20:nth-child(odd) {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sm\:odd\:row-gap-24:nth-child(odd) {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sm\:odd\:row-gap-32:nth-child(odd) {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sm\:odd\:row-gap-40:nth-child(odd) {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sm\:odd\:row-gap-48:nth-child(odd) {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sm\:odd\:row-gap-56:nth-child(odd) {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sm\:odd\:row-gap-64:nth-child(odd) {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sm\:odd\:row-gap-75:nth-child(odd) {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .sm\:odd\:row-gap-px:nth-child(odd) {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm\:children\:gap-0 > * {
    grid-gap: 0;
    gap: 0;
  }

  .sm\:children\:gap-1 > * {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm\:children\:gap-2 > * {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm\:children\:gap-3 > * {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .sm\:children\:gap-4 > * {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .sm\:children\:gap-5 > * {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .sm\:children\:gap-6 > * {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .sm\:children\:gap-7 > * {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .sm\:children\:gap-8 > * {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .sm\:children\:gap-9 > * {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .sm\:children\:gap-10 > * {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .sm\:children\:gap-11 > * {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .sm\:children\:gap-12 > * {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .sm\:children\:gap-13 > * {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .sm\:children\:gap-14 > * {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .sm\:children\:gap-15 > * {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .sm\:children\:gap-16 > * {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .sm\:children\:gap-17 > * {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .sm\:children\:gap-18 > * {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .sm\:children\:gap-19 > * {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .sm\:children\:gap-20 > * {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .sm\:children\:gap-24 > * {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .sm\:children\:gap-32 > * {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .sm\:children\:gap-40 > * {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .sm\:children\:gap-48 > * {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .sm\:children\:gap-56 > * {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .sm\:children\:gap-64 > * {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .sm\:children\:gap-75 > * {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .sm\:children\:gap-px > * {
    grid-gap: 1px;
    gap: 1px;
  }

  .sm\:children\:col-gap-0 > * {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .sm\:children\:col-gap-1 > * {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .sm\:children\:col-gap-2 > * {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .sm\:children\:col-gap-3 > * {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .sm\:children\:col-gap-4 > * {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .sm\:children\:col-gap-5 > * {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .sm\:children\:col-gap-6 > * {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .sm\:children\:col-gap-7 > * {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .sm\:children\:col-gap-8 > * {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .sm\:children\:col-gap-9 > * {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .sm\:children\:col-gap-10 > * {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .sm\:children\:col-gap-11 > * {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .sm\:children\:col-gap-12 > * {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .sm\:children\:col-gap-13 > * {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .sm\:children\:col-gap-14 > * {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .sm\:children\:col-gap-15 > * {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .sm\:children\:col-gap-16 > * {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .sm\:children\:col-gap-17 > * {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .sm\:children\:col-gap-18 > * {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .sm\:children\:col-gap-19 > * {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .sm\:children\:col-gap-20 > * {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .sm\:children\:col-gap-24 > * {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .sm\:children\:col-gap-32 > * {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .sm\:children\:col-gap-40 > * {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .sm\:children\:col-gap-48 > * {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .sm\:children\:col-gap-56 > * {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .sm\:children\:col-gap-64 > * {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .sm\:children\:col-gap-75 > * {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .sm\:children\:col-gap-px > * {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .sm\:children\:row-gap-0 > * {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sm\:children\:row-gap-1 > * {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm\:children\:row-gap-2 > * {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm\:children\:row-gap-3 > * {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sm\:children\:row-gap-4 > * {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sm\:children\:row-gap-5 > * {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sm\:children\:row-gap-6 > * {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sm\:children\:row-gap-7 > * {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .sm\:children\:row-gap-8 > * {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sm\:children\:row-gap-9 > * {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .sm\:children\:row-gap-10 > * {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sm\:children\:row-gap-11 > * {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .sm\:children\:row-gap-12 > * {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sm\:children\:row-gap-13 > * {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .sm\:children\:row-gap-14 > * {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .sm\:children\:row-gap-15 > * {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .sm\:children\:row-gap-16 > * {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sm\:children\:row-gap-17 > * {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .sm\:children\:row-gap-18 > * {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .sm\:children\:row-gap-19 > * {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .sm\:children\:row-gap-20 > * {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sm\:children\:row-gap-24 > * {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sm\:children\:row-gap-32 > * {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sm\:children\:row-gap-40 > * {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sm\:children\:row-gap-48 > * {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sm\:children\:row-gap-56 > * {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sm\:children\:row-gap-64 > * {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sm\:children\:row-gap-75 > * {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .sm\:children\:row-gap-px > * {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm\:first\:gap-0:first-child {
    grid-gap: 0;
    gap: 0;
  }

  .sm\:first\:gap-1:first-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm\:first\:gap-2:first-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm\:first\:gap-3:first-child {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .sm\:first\:gap-4:first-child {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .sm\:first\:gap-5:first-child {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .sm\:first\:gap-6:first-child {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .sm\:first\:gap-7:first-child {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .sm\:first\:gap-8:first-child {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .sm\:first\:gap-9:first-child {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .sm\:first\:gap-10:first-child {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .sm\:first\:gap-11:first-child {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .sm\:first\:gap-12:first-child {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .sm\:first\:gap-13:first-child {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .sm\:first\:gap-14:first-child {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .sm\:first\:gap-15:first-child {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .sm\:first\:gap-16:first-child {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .sm\:first\:gap-17:first-child {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .sm\:first\:gap-18:first-child {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .sm\:first\:gap-19:first-child {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .sm\:first\:gap-20:first-child {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .sm\:first\:gap-24:first-child {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .sm\:first\:gap-32:first-child {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .sm\:first\:gap-40:first-child {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .sm\:first\:gap-48:first-child {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .sm\:first\:gap-56:first-child {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .sm\:first\:gap-64:first-child {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .sm\:first\:gap-75:first-child {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .sm\:first\:gap-px:first-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .sm\:first\:col-gap-0:first-child {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .sm\:first\:col-gap-1:first-child {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .sm\:first\:col-gap-2:first-child {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .sm\:first\:col-gap-3:first-child {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .sm\:first\:col-gap-4:first-child {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .sm\:first\:col-gap-5:first-child {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .sm\:first\:col-gap-6:first-child {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .sm\:first\:col-gap-7:first-child {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .sm\:first\:col-gap-8:first-child {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .sm\:first\:col-gap-9:first-child {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .sm\:first\:col-gap-10:first-child {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .sm\:first\:col-gap-11:first-child {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .sm\:first\:col-gap-12:first-child {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .sm\:first\:col-gap-13:first-child {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .sm\:first\:col-gap-14:first-child {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .sm\:first\:col-gap-15:first-child {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .sm\:first\:col-gap-16:first-child {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .sm\:first\:col-gap-17:first-child {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .sm\:first\:col-gap-18:first-child {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .sm\:first\:col-gap-19:first-child {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .sm\:first\:col-gap-20:first-child {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .sm\:first\:col-gap-24:first-child {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .sm\:first\:col-gap-32:first-child {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .sm\:first\:col-gap-40:first-child {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .sm\:first\:col-gap-48:first-child {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .sm\:first\:col-gap-56:first-child {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .sm\:first\:col-gap-64:first-child {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .sm\:first\:col-gap-75:first-child {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .sm\:first\:col-gap-px:first-child {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .sm\:first\:row-gap-0:first-child {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sm\:first\:row-gap-1:first-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm\:first\:row-gap-2:first-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm\:first\:row-gap-3:first-child {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sm\:first\:row-gap-4:first-child {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sm\:first\:row-gap-5:first-child {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sm\:first\:row-gap-6:first-child {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sm\:first\:row-gap-7:first-child {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .sm\:first\:row-gap-8:first-child {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sm\:first\:row-gap-9:first-child {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .sm\:first\:row-gap-10:first-child {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sm\:first\:row-gap-11:first-child {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .sm\:first\:row-gap-12:first-child {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sm\:first\:row-gap-13:first-child {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .sm\:first\:row-gap-14:first-child {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .sm\:first\:row-gap-15:first-child {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .sm\:first\:row-gap-16:first-child {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sm\:first\:row-gap-17:first-child {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .sm\:first\:row-gap-18:first-child {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .sm\:first\:row-gap-19:first-child {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .sm\:first\:row-gap-20:first-child {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sm\:first\:row-gap-24:first-child {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sm\:first\:row-gap-32:first-child {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sm\:first\:row-gap-40:first-child {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sm\:first\:row-gap-48:first-child {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sm\:first\:row-gap-56:first-child {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sm\:first\:row-gap-64:first-child {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sm\:first\:row-gap-75:first-child {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .sm\:first\:row-gap-px:first-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm\:last\:gap-0:last-child {
    grid-gap: 0;
    gap: 0;
  }

  .sm\:last\:gap-1:last-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm\:last\:gap-2:last-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm\:last\:gap-3:last-child {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .sm\:last\:gap-4:last-child {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .sm\:last\:gap-5:last-child {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .sm\:last\:gap-6:last-child {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .sm\:last\:gap-7:last-child {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .sm\:last\:gap-8:last-child {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .sm\:last\:gap-9:last-child {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .sm\:last\:gap-10:last-child {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .sm\:last\:gap-11:last-child {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .sm\:last\:gap-12:last-child {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .sm\:last\:gap-13:last-child {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .sm\:last\:gap-14:last-child {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .sm\:last\:gap-15:last-child {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .sm\:last\:gap-16:last-child {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .sm\:last\:gap-17:last-child {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .sm\:last\:gap-18:last-child {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .sm\:last\:gap-19:last-child {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .sm\:last\:gap-20:last-child {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .sm\:last\:gap-24:last-child {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .sm\:last\:gap-32:last-child {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .sm\:last\:gap-40:last-child {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .sm\:last\:gap-48:last-child {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .sm\:last\:gap-56:last-child {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .sm\:last\:gap-64:last-child {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .sm\:last\:gap-75:last-child {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .sm\:last\:gap-px:last-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .sm\:last\:col-gap-0:last-child {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .sm\:last\:col-gap-1:last-child {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .sm\:last\:col-gap-2:last-child {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .sm\:last\:col-gap-3:last-child {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .sm\:last\:col-gap-4:last-child {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .sm\:last\:col-gap-5:last-child {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .sm\:last\:col-gap-6:last-child {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .sm\:last\:col-gap-7:last-child {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .sm\:last\:col-gap-8:last-child {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .sm\:last\:col-gap-9:last-child {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .sm\:last\:col-gap-10:last-child {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .sm\:last\:col-gap-11:last-child {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .sm\:last\:col-gap-12:last-child {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .sm\:last\:col-gap-13:last-child {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .sm\:last\:col-gap-14:last-child {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .sm\:last\:col-gap-15:last-child {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .sm\:last\:col-gap-16:last-child {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .sm\:last\:col-gap-17:last-child {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .sm\:last\:col-gap-18:last-child {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .sm\:last\:col-gap-19:last-child {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .sm\:last\:col-gap-20:last-child {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .sm\:last\:col-gap-24:last-child {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .sm\:last\:col-gap-32:last-child {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .sm\:last\:col-gap-40:last-child {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .sm\:last\:col-gap-48:last-child {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .sm\:last\:col-gap-56:last-child {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .sm\:last\:col-gap-64:last-child {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .sm\:last\:col-gap-75:last-child {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .sm\:last\:col-gap-px:last-child {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .sm\:last\:row-gap-0:last-child {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sm\:last\:row-gap-1:last-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm\:last\:row-gap-2:last-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm\:last\:row-gap-3:last-child {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sm\:last\:row-gap-4:last-child {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sm\:last\:row-gap-5:last-child {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sm\:last\:row-gap-6:last-child {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sm\:last\:row-gap-7:last-child {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .sm\:last\:row-gap-8:last-child {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sm\:last\:row-gap-9:last-child {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .sm\:last\:row-gap-10:last-child {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sm\:last\:row-gap-11:last-child {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .sm\:last\:row-gap-12:last-child {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sm\:last\:row-gap-13:last-child {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .sm\:last\:row-gap-14:last-child {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .sm\:last\:row-gap-15:last-child {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .sm\:last\:row-gap-16:last-child {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sm\:last\:row-gap-17:last-child {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .sm\:last\:row-gap-18:last-child {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .sm\:last\:row-gap-19:last-child {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .sm\:last\:row-gap-20:last-child {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sm\:last\:row-gap-24:last-child {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sm\:last\:row-gap-32:last-child {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sm\:last\:row-gap-40:last-child {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sm\:last\:row-gap-48:last-child {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sm\:last\:row-gap-56:last-child {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sm\:last\:row-gap-64:last-child {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sm\:last\:row-gap-75:last-child {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .sm\:last\:row-gap-px:last-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm\:hover\:gap-0:hover {
    grid-gap: 0;
    gap: 0;
  }

  .sm\:hover\:gap-1:hover {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm\:hover\:gap-2:hover {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm\:hover\:gap-3:hover {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .sm\:hover\:gap-4:hover {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .sm\:hover\:gap-5:hover {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .sm\:hover\:gap-6:hover {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .sm\:hover\:gap-7:hover {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .sm\:hover\:gap-8:hover {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .sm\:hover\:gap-9:hover {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .sm\:hover\:gap-10:hover {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .sm\:hover\:gap-11:hover {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .sm\:hover\:gap-12:hover {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .sm\:hover\:gap-13:hover {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .sm\:hover\:gap-14:hover {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .sm\:hover\:gap-15:hover {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .sm\:hover\:gap-16:hover {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .sm\:hover\:gap-17:hover {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .sm\:hover\:gap-18:hover {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .sm\:hover\:gap-19:hover {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .sm\:hover\:gap-20:hover {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .sm\:hover\:gap-24:hover {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .sm\:hover\:gap-32:hover {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .sm\:hover\:gap-40:hover {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .sm\:hover\:gap-48:hover {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .sm\:hover\:gap-56:hover {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .sm\:hover\:gap-64:hover {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .sm\:hover\:gap-75:hover {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .sm\:hover\:gap-px:hover {
    grid-gap: 1px;
    gap: 1px;
  }

  .sm\:hover\:col-gap-0:hover {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .sm\:hover\:col-gap-1:hover {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .sm\:hover\:col-gap-2:hover {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .sm\:hover\:col-gap-3:hover {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .sm\:hover\:col-gap-4:hover {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .sm\:hover\:col-gap-5:hover {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .sm\:hover\:col-gap-6:hover {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .sm\:hover\:col-gap-7:hover {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .sm\:hover\:col-gap-8:hover {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .sm\:hover\:col-gap-9:hover {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .sm\:hover\:col-gap-10:hover {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .sm\:hover\:col-gap-11:hover {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .sm\:hover\:col-gap-12:hover {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .sm\:hover\:col-gap-13:hover {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .sm\:hover\:col-gap-14:hover {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .sm\:hover\:col-gap-15:hover {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .sm\:hover\:col-gap-16:hover {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .sm\:hover\:col-gap-17:hover {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .sm\:hover\:col-gap-18:hover {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .sm\:hover\:col-gap-19:hover {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .sm\:hover\:col-gap-20:hover {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .sm\:hover\:col-gap-24:hover {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .sm\:hover\:col-gap-32:hover {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .sm\:hover\:col-gap-40:hover {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .sm\:hover\:col-gap-48:hover {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .sm\:hover\:col-gap-56:hover {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .sm\:hover\:col-gap-64:hover {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .sm\:hover\:col-gap-75:hover {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .sm\:hover\:col-gap-px:hover {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .sm\:hover\:row-gap-0:hover {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sm\:hover\:row-gap-1:hover {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm\:hover\:row-gap-2:hover {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm\:hover\:row-gap-3:hover {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sm\:hover\:row-gap-4:hover {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sm\:hover\:row-gap-5:hover {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sm\:hover\:row-gap-6:hover {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sm\:hover\:row-gap-7:hover {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .sm\:hover\:row-gap-8:hover {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sm\:hover\:row-gap-9:hover {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .sm\:hover\:row-gap-10:hover {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sm\:hover\:row-gap-11:hover {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .sm\:hover\:row-gap-12:hover {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sm\:hover\:row-gap-13:hover {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .sm\:hover\:row-gap-14:hover {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .sm\:hover\:row-gap-15:hover {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .sm\:hover\:row-gap-16:hover {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sm\:hover\:row-gap-17:hover {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .sm\:hover\:row-gap-18:hover {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .sm\:hover\:row-gap-19:hover {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .sm\:hover\:row-gap-20:hover {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sm\:hover\:row-gap-24:hover {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sm\:hover\:row-gap-32:hover {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sm\:hover\:row-gap-40:hover {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sm\:hover\:row-gap-48:hover {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sm\:hover\:row-gap-56:hover {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sm\:hover\:row-gap-64:hover {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sm\:hover\:row-gap-75:hover {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .sm\:hover\:row-gap-px:hover {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .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-9\! {
    grid-gap: 2.25rem !important;
    gap: 2.25rem !important;
  }

  .sm\:gap-10\! {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .sm\:gap-11\! {
    grid-gap: 2.75rem !important;
    gap: 2.75rem !important;
  }

  .sm\:gap-12\! {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .sm\:gap-13\! {
    grid-gap: 3.25rem !important;
    gap: 3.25rem !important;
  }

  .sm\:gap-14\! {
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important;
  }

  .sm\:gap-15\! {
    grid-gap: 3.75rem !important;
    gap: 3.75rem !important;
  }

  .sm\:gap-16\! {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .sm\:gap-17\! {
    grid-gap: 4.25rem !important;
    gap: 4.25rem !important;
  }

  .sm\:gap-18\! {
    grid-gap: 4.5rem !important;
    gap: 4.5rem !important;
  }

  .sm\:gap-19\! {
    grid-gap: 4.75rem !important;
    gap: 4.75rem !important;
  }

  .sm\:gap-20\! {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .sm\:gap-24\! {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .sm\:gap-32\! {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .sm\:gap-40\! {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .sm\:gap-48\! {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .sm\:gap-56\! {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .sm\:gap-64\! {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .sm\:gap-75\! {
    grid-gap: 18.75rem !important;
    gap: 18.75rem !important;
  }

  .sm\:gap-px\! {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .sm\:col-gap-0\! {
    grid-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .sm\:col-gap-1\! {
    grid-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .sm\:col-gap-2\! {
    grid-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .sm\:col-gap-3\! {
    grid-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .sm\:col-gap-4\! {
    grid-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .sm\:col-gap-5\! {
    grid-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .sm\:col-gap-6\! {
    grid-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .sm\:col-gap-7\! {
    grid-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important;
  }

  .sm\:col-gap-8\! {
    grid-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .sm\:col-gap-9\! {
    grid-column-gap: 2.25rem !important;
    column-gap: 2.25rem !important;
  }

  .sm\:col-gap-10\! {
    grid-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .sm\:col-gap-11\! {
    grid-column-gap: 2.75rem !important;
    column-gap: 2.75rem !important;
  }

  .sm\:col-gap-12\! {
    grid-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .sm\:col-gap-13\! {
    grid-column-gap: 3.25rem !important;
    column-gap: 3.25rem !important;
  }

  .sm\:col-gap-14\! {
    grid-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }

  .sm\:col-gap-15\! {
    grid-column-gap: 3.75rem !important;
    column-gap: 3.75rem !important;
  }

  .sm\:col-gap-16\! {
    grid-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .sm\:col-gap-17\! {
    grid-column-gap: 4.25rem !important;
    column-gap: 4.25rem !important;
  }

  .sm\:col-gap-18\! {
    grid-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }

  .sm\:col-gap-19\! {
    grid-column-gap: 4.75rem !important;
    column-gap: 4.75rem !important;
  }

  .sm\:col-gap-20\! {
    grid-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .sm\:col-gap-24\! {
    grid-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .sm\:col-gap-32\! {
    grid-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .sm\:col-gap-40\! {
    grid-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .sm\:col-gap-48\! {
    grid-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .sm\:col-gap-56\! {
    grid-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .sm\:col-gap-64\! {
    grid-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .sm\:col-gap-75\! {
    grid-column-gap: 18.75rem !important;
    column-gap: 18.75rem !important;
  }

  .sm\:col-gap-px\! {
    grid-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .sm\:row-gap-0\! {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .sm\:row-gap-1\! {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .sm\:row-gap-2\! {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .sm\:row-gap-3\! {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .sm\:row-gap-4\! {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .sm\:row-gap-5\! {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .sm\:row-gap-6\! {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .sm\:row-gap-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-9\! {
    grid-row-gap: 2.25rem !important;
    row-gap: 2.25rem !important;
  }

  .sm\:row-gap-10\! {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .sm\:row-gap-11\! {
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important;
  }

  .sm\:row-gap-12\! {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .sm\:row-gap-13\! {
    grid-row-gap: 3.25rem !important;
    row-gap: 3.25rem !important;
  }

  .sm\:row-gap-14\! {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .sm\:row-gap-15\! {
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important;
  }

  .sm\:row-gap-16\! {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .sm\:row-gap-17\! {
    grid-row-gap: 4.25rem !important;
    row-gap: 4.25rem !important;
  }

  .sm\:row-gap-18\! {
    grid-row-gap: 4.5rem !important;
    row-gap: 4.5rem !important;
  }

  .sm\:row-gap-19\! {
    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-24\! {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .sm\:row-gap-32\! {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .sm\:row-gap-40\! {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .sm\:row-gap-48\! {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .sm\:row-gap-56\! {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .sm\:row-gap-64\! {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .sm\:row-gap-75\! {
    grid-row-gap: 18.75rem !important;
    row-gap: 18.75rem !important;
  }

  .sm\:row-gap-px\! {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .sm\:even\:grid-flow-row:nth-child(even) {
    grid-auto-flow: row;
  }

  .sm\:even\:grid-flow-col:nth-child(even) {
    grid-auto-flow: column;
  }

  .sm\:even\:grid-flow-row-dense:nth-child(even) {
    grid-auto-flow: row dense;
  }

  .sm\:even\:grid-flow-col-dense:nth-child(even) {
    grid-auto-flow: column dense;
  }

  .sm\:odd\:grid-flow-row:nth-child(odd) {
    grid-auto-flow: row;
  }

  .sm\:odd\:grid-flow-col:nth-child(odd) {
    grid-auto-flow: column;
  }

  .sm\:odd\:grid-flow-row-dense:nth-child(odd) {
    grid-auto-flow: row dense;
  }

  .sm\:odd\:grid-flow-col-dense:nth-child(odd) {
    grid-auto-flow: column dense;
  }

  .sm\:children\:grid-flow-row > * {
    grid-auto-flow: row;
  }

  .sm\:children\:grid-flow-col > * {
    grid-auto-flow: column;
  }

  .sm\:children\:grid-flow-row-dense > * {
    grid-auto-flow: row dense;
  }

  .sm\:children\:grid-flow-col-dense > * {
    grid-auto-flow: column dense;
  }

  .sm\:first\:grid-flow-row:first-child {
    grid-auto-flow: row;
  }

  .sm\:first\:grid-flow-col:first-child {
    grid-auto-flow: column;
  }

  .sm\:first\:grid-flow-row-dense:first-child {
    grid-auto-flow: row dense;
  }

  .sm\:first\:grid-flow-col-dense:first-child {
    grid-auto-flow: column dense;
  }

  .sm\:last\:grid-flow-row:last-child {
    grid-auto-flow: row;
  }

  .sm\:last\:grid-flow-col:last-child {
    grid-auto-flow: column;
  }

  .sm\:last\:grid-flow-row-dense:last-child {
    grid-auto-flow: row dense;
  }

  .sm\:last\:grid-flow-col-dense:last-child {
    grid-auto-flow: column dense;
  }

  .sm\:hover\:grid-flow-row:hover {
    grid-auto-flow: row;
  }

  .sm\:hover\:grid-flow-col:hover {
    grid-auto-flow: column;
  }

  .sm\:hover\:grid-flow-row-dense:hover {
    grid-auto-flow: row dense;
  }

  .sm\:hover\:grid-flow-col-dense:hover {
    grid-auto-flow: column dense;
  }

  .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));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-none {
    grid-template-columns: none;
  }

  .sm\:even\:grid-cols-1:nth-child(even) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-2:nth-child(even) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-3:nth-child(even) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-4:nth-child(even) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-5:nth-child(even) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-6:nth-child(even) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-7:nth-child(even) {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-8:nth-child(even) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-9:nth-child(even) {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-10:nth-child(even) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-11:nth-child(even) {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-12:nth-child(even) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-none:nth-child(even) {
    grid-template-columns: none;
  }

  .sm\:odd\:grid-cols-1:nth-child(odd) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-2:nth-child(odd) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-3:nth-child(odd) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-4:nth-child(odd) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-5:nth-child(odd) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-6:nth-child(odd) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-7:nth-child(odd) {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-8:nth-child(odd) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-9:nth-child(odd) {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-10:nth-child(odd) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-11:nth-child(odd) {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-12:nth-child(odd) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-none:nth-child(odd) {
    grid-template-columns: none;
  }

  .sm\:children\:grid-cols-1 > * {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:children\:grid-cols-2 > * {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:children\:grid-cols-3 > * {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:children\:grid-cols-4 > * {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:children\:grid-cols-5 > * {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:children\:grid-cols-6 > * {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:children\:grid-cols-7 > * {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:children\:grid-cols-8 > * {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:children\:grid-cols-9 > * {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:children\:grid-cols-10 > * {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:children\:grid-cols-11 > * {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:children\:grid-cols-12 > * {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:children\:grid-cols-none > * {
    grid-template-columns: none;
  }

  .sm\:first\:grid-cols-1:first-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-2:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-3:first-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-4:first-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-5:first-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-6:first-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-7:first-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-8:first-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-9:first-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-10:first-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-11:first-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-12:first-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-none:first-child {
    grid-template-columns: none;
  }

  .sm\:last\:grid-cols-1:last-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-2:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-3:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-4:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-5:last-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-6:last-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-7:last-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-8:last-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-9:last-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-10:last-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-11:last-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-12:last-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-none:last-child {
    grid-template-columns: none;
  }

  .sm\:hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-none:hover {
    grid-template-columns: none;
  }

  .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\:col-auto {
    grid-column: auto;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm\:even\:col-auto:nth-child(even) {
    grid-column: auto;
  }

  .sm\:even\:col-span-1:nth-child(even) {
    grid-column: span 1 / span 1;
  }

  .sm\:even\:col-span-2:nth-child(even) {
    grid-column: span 2 / span 2;
  }

  .sm\:even\:col-span-3:nth-child(even) {
    grid-column: span 3 / span 3;
  }

  .sm\:even\:col-span-4:nth-child(even) {
    grid-column: span 4 / span 4;
  }

  .sm\:even\:col-span-5:nth-child(even) {
    grid-column: span 5 / span 5;
  }

  .sm\:even\:col-span-6:nth-child(even) {
    grid-column: span 6 / span 6;
  }

  .sm\:even\:col-span-7:nth-child(even) {
    grid-column: span 7 / span 7;
  }

  .sm\:even\:col-span-8:nth-child(even) {
    grid-column: span 8 / span 8;
  }

  .sm\:even\:col-span-9:nth-child(even) {
    grid-column: span 9 / span 9;
  }

  .sm\:even\:col-span-10:nth-child(even) {
    grid-column: span 10 / span 10;
  }

  .sm\:even\:col-span-11:nth-child(even) {
    grid-column: span 11 / span 11;
  }

  .sm\:even\:col-span-12:nth-child(even) {
    grid-column: span 12 / span 12;
  }

  .sm\:odd\:col-auto:nth-child(odd) {
    grid-column: auto;
  }

  .sm\:odd\:col-span-1:nth-child(odd) {
    grid-column: span 1 / span 1;
  }

  .sm\:odd\:col-span-2:nth-child(odd) {
    grid-column: span 2 / span 2;
  }

  .sm\:odd\:col-span-3:nth-child(odd) {
    grid-column: span 3 / span 3;
  }

  .sm\:odd\:col-span-4:nth-child(odd) {
    grid-column: span 4 / span 4;
  }

  .sm\:odd\:col-span-5:nth-child(odd) {
    grid-column: span 5 / span 5;
  }

  .sm\:odd\:col-span-6:nth-child(odd) {
    grid-column: span 6 / span 6;
  }

  .sm\:odd\:col-span-7:nth-child(odd) {
    grid-column: span 7 / span 7;
  }

  .sm\:odd\:col-span-8:nth-child(odd) {
    grid-column: span 8 / span 8;
  }

  .sm\:odd\:col-span-9:nth-child(odd) {
    grid-column: span 9 / span 9;
  }

  .sm\:odd\:col-span-10:nth-child(odd) {
    grid-column: span 10 / span 10;
  }

  .sm\:odd\:col-span-11:nth-child(odd) {
    grid-column: span 11 / span 11;
  }

  .sm\:odd\:col-span-12:nth-child(odd) {
    grid-column: span 12 / span 12;
  }

  .sm\:children\:col-auto > * {
    grid-column: auto;
  }

  .sm\:children\:col-span-1 > * {
    grid-column: span 1 / span 1;
  }

  .sm\:children\:col-span-2 > * {
    grid-column: span 2 / span 2;
  }

  .sm\:children\:col-span-3 > * {
    grid-column: span 3 / span 3;
  }

  .sm\:children\:col-span-4 > * {
    grid-column: span 4 / span 4;
  }

  .sm\:children\:col-span-5 > * {
    grid-column: span 5 / span 5;
  }

  .sm\:children\:col-span-6 > * {
    grid-column: span 6 / span 6;
  }

  .sm\:children\:col-span-7 > * {
    grid-column: span 7 / span 7;
  }

  .sm\:children\:col-span-8 > * {
    grid-column: span 8 / span 8;
  }

  .sm\:children\:col-span-9 > * {
    grid-column: span 9 / span 9;
  }

  .sm\:children\:col-span-10 > * {
    grid-column: span 10 / span 10;
  }

  .sm\:children\:col-span-11 > * {
    grid-column: span 11 / span 11;
  }

  .sm\:children\:col-span-12 > * {
    grid-column: span 12 / span 12;
  }

  .sm\:first\:col-auto:first-child {
    grid-column: auto;
  }

  .sm\:first\:col-span-1:first-child {
    grid-column: span 1 / span 1;
  }

  .sm\:first\:col-span-2:first-child {
    grid-column: span 2 / span 2;
  }

  .sm\:first\:col-span-3:first-child {
    grid-column: span 3 / span 3;
  }

  .sm\:first\:col-span-4:first-child {
    grid-column: span 4 / span 4;
  }

  .sm\:first\:col-span-5:first-child {
    grid-column: span 5 / span 5;
  }

  .sm\:first\:col-span-6:first-child {
    grid-column: span 6 / span 6;
  }

  .sm\:first\:col-span-7:first-child {
    grid-column: span 7 / span 7;
  }

  .sm\:first\:col-span-8:first-child {
    grid-column: span 8 / span 8;
  }

  .sm\:first\:col-span-9:first-child {
    grid-column: span 9 / span 9;
  }

  .sm\:first\:col-span-10:first-child {
    grid-column: span 10 / span 10;
  }

  .sm\:first\:col-span-11:first-child {
    grid-column: span 11 / span 11;
  }

  .sm\:first\:col-span-12:first-child {
    grid-column: span 12 / span 12;
  }

  .sm\:last\:col-auto:last-child {
    grid-column: auto;
  }

  .sm\:last\:col-span-1:last-child {
    grid-column: span 1 / span 1;
  }

  .sm\:last\:col-span-2:last-child {
    grid-column: span 2 / span 2;
  }

  .sm\:last\:col-span-3:last-child {
    grid-column: span 3 / span 3;
  }

  .sm\:last\:col-span-4:last-child {
    grid-column: span 4 / span 4;
  }

  .sm\:last\:col-span-5:last-child {
    grid-column: span 5 / span 5;
  }

  .sm\:last\:col-span-6:last-child {
    grid-column: span 6 / span 6;
  }

  .sm\:last\:col-span-7:last-child {
    grid-column: span 7 / span 7;
  }

  .sm\:last\:col-span-8:last-child {
    grid-column: span 8 / span 8;
  }

  .sm\:last\:col-span-9:last-child {
    grid-column: span 9 / span 9;
  }

  .sm\:last\:col-span-10:last-child {
    grid-column: span 10 / span 10;
  }

  .sm\:last\:col-span-11:last-child {
    grid-column: span 11 / span 11;
  }

  .sm\:last\:col-span-12:last-child {
    grid-column: span 12 / span 12;
  }

  .sm\:hover\:col-auto:hover {
    grid-column: auto;
  }

  .sm\:hover\:col-span-1:hover {
    grid-column: span 1 / span 1;
  }

  .sm\:hover\:col-span-2:hover {
    grid-column: span 2 / span 2;
  }

  .sm\:hover\:col-span-3:hover {
    grid-column: span 3 / span 3;
  }

  .sm\:hover\:col-span-4:hover {
    grid-column: span 4 / span 4;
  }

  .sm\:hover\:col-span-5:hover {
    grid-column: span 5 / span 5;
  }

  .sm\:hover\:col-span-6:hover {
    grid-column: span 6 / span 6;
  }

  .sm\:hover\:col-span-7:hover {
    grid-column: span 7 / span 7;
  }

  .sm\:hover\:col-span-8:hover {
    grid-column: span 8 / span 8;
  }

  .sm\:hover\:col-span-9:hover {
    grid-column: span 9 / span 9;
  }

  .sm\:hover\:col-span-10:hover {
    grid-column: span 10 / span 10;
  }

  .sm\:hover\:col-span-11:hover {
    grid-column: span 11 / span 11;
  }

  .sm\:hover\:col-span-12:hover {
    grid-column: span 12 / span 12;
  }

  .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-start-1 {
    grid-column-start: 1;
  }

  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:col-start-4 {
    grid-column-start: 4;
  }

  .sm\:col-start-5 {
    grid-column-start: 5;
  }

  .sm\:col-start-6 {
    grid-column-start: 6;
  }

  .sm\:col-start-7 {
    grid-column-start: 7;
  }

  .sm\:col-start-8 {
    grid-column-start: 8;
  }

  .sm\:col-start-9 {
    grid-column-start: 9;
  }

  .sm\:col-start-10 {
    grid-column-start: 10;
  }

  .sm\:col-start-11 {
    grid-column-start: 11;
  }

  .sm\:col-start-12 {
    grid-column-start: 12;
  }

  .sm\:col-start-13 {
    grid-column-start: 13;
  }

  .sm\:col-start-auto {
    grid-column-start: auto;
  }

  .sm\:even\:col-start-1:nth-child(even) {
    grid-column-start: 1;
  }

  .sm\:even\:col-start-2:nth-child(even) {
    grid-column-start: 2;
  }

  .sm\:even\:col-start-3:nth-child(even) {
    grid-column-start: 3;
  }

  .sm\:even\:col-start-4:nth-child(even) {
    grid-column-start: 4;
  }

  .sm\:even\:col-start-5:nth-child(even) {
    grid-column-start: 5;
  }

  .sm\:even\:col-start-6:nth-child(even) {
    grid-column-start: 6;
  }

  .sm\:even\:col-start-7:nth-child(even) {
    grid-column-start: 7;
  }

  .sm\:even\:col-start-8:nth-child(even) {
    grid-column-start: 8;
  }

  .sm\:even\:col-start-9:nth-child(even) {
    grid-column-start: 9;
  }

  .sm\:even\:col-start-10:nth-child(even) {
    grid-column-start: 10;
  }

  .sm\:even\:col-start-11:nth-child(even) {
    grid-column-start: 11;
  }

  .sm\:even\:col-start-12:nth-child(even) {
    grid-column-start: 12;
  }

  .sm\:even\:col-start-13:nth-child(even) {
    grid-column-start: 13;
  }

  .sm\:even\:col-start-auto:nth-child(even) {
    grid-column-start: auto;
  }

  .sm\:odd\:col-start-1:nth-child(odd) {
    grid-column-start: 1;
  }

  .sm\:odd\:col-start-2:nth-child(odd) {
    grid-column-start: 2;
  }

  .sm\:odd\:col-start-3:nth-child(odd) {
    grid-column-start: 3;
  }

  .sm\:odd\:col-start-4:nth-child(odd) {
    grid-column-start: 4;
  }

  .sm\:odd\:col-start-5:nth-child(odd) {
    grid-column-start: 5;
  }

  .sm\:odd\:col-start-6:nth-child(odd) {
    grid-column-start: 6;
  }

  .sm\:odd\:col-start-7:nth-child(odd) {
    grid-column-start: 7;
  }

  .sm\:odd\:col-start-8:nth-child(odd) {
    grid-column-start: 8;
  }

  .sm\:odd\:col-start-9:nth-child(odd) {
    grid-column-start: 9;
  }

  .sm\:odd\:col-start-10:nth-child(odd) {
    grid-column-start: 10;
  }

  .sm\:odd\:col-start-11:nth-child(odd) {
    grid-column-start: 11;
  }

  .sm\:odd\:col-start-12:nth-child(odd) {
    grid-column-start: 12;
  }

  .sm\:odd\:col-start-13:nth-child(odd) {
    grid-column-start: 13;
  }

  .sm\:odd\:col-start-auto:nth-child(odd) {
    grid-column-start: auto;
  }

  .sm\:children\:col-start-1 > * {
    grid-column-start: 1;
  }

  .sm\:children\:col-start-2 > * {
    grid-column-start: 2;
  }

  .sm\:children\:col-start-3 > * {
    grid-column-start: 3;
  }

  .sm\:children\:col-start-4 > * {
    grid-column-start: 4;
  }

  .sm\:children\:col-start-5 > * {
    grid-column-start: 5;
  }

  .sm\:children\:col-start-6 > * {
    grid-column-start: 6;
  }

  .sm\:children\:col-start-7 > * {
    grid-column-start: 7;
  }

  .sm\:children\:col-start-8 > * {
    grid-column-start: 8;
  }

  .sm\:children\:col-start-9 > * {
    grid-column-start: 9;
  }

  .sm\:children\:col-start-10 > * {
    grid-column-start: 10;
  }

  .sm\:children\:col-start-11 > * {
    grid-column-start: 11;
  }

  .sm\:children\:col-start-12 > * {
    grid-column-start: 12;
  }

  .sm\:children\:col-start-13 > * {
    grid-column-start: 13;
  }

  .sm\:children\:col-start-auto > * {
    grid-column-start: auto;
  }

  .sm\:first\:col-start-1:first-child {
    grid-column-start: 1;
  }

  .sm\:first\:col-start-2:first-child {
    grid-column-start: 2;
  }

  .sm\:first\:col-start-3:first-child {
    grid-column-start: 3;
  }

  .sm\:first\:col-start-4:first-child {
    grid-column-start: 4;
  }

  .sm\:first\:col-start-5:first-child {
    grid-column-start: 5;
  }

  .sm\:first\:col-start-6:first-child {
    grid-column-start: 6;
  }

  .sm\:first\:col-start-7:first-child {
    grid-column-start: 7;
  }

  .sm\:first\:col-start-8:first-child {
    grid-column-start: 8;
  }

  .sm\:first\:col-start-9:first-child {
    grid-column-start: 9;
  }

  .sm\:first\:col-start-10:first-child {
    grid-column-start: 10;
  }

  .sm\:first\:col-start-11:first-child {
    grid-column-start: 11;
  }

  .sm\:first\:col-start-12:first-child {
    grid-column-start: 12;
  }

  .sm\:first\:col-start-13:first-child {
    grid-column-start: 13;
  }

  .sm\:first\:col-start-auto:first-child {
    grid-column-start: auto;
  }

  .sm\:last\:col-start-1:last-child {
    grid-column-start: 1;
  }

  .sm\:last\:col-start-2:last-child {
    grid-column-start: 2;
  }

  .sm\:last\:col-start-3:last-child {
    grid-column-start: 3;
  }

  .sm\:last\:col-start-4:last-child {
    grid-column-start: 4;
  }

  .sm\:last\:col-start-5:last-child {
    grid-column-start: 5;
  }

  .sm\:last\:col-start-6:last-child {
    grid-column-start: 6;
  }

  .sm\:last\:col-start-7:last-child {
    grid-column-start: 7;
  }

  .sm\:last\:col-start-8:last-child {
    grid-column-start: 8;
  }

  .sm\:last\:col-start-9:last-child {
    grid-column-start: 9;
  }

  .sm\:last\:col-start-10:last-child {
    grid-column-start: 10;
  }

  .sm\:last\:col-start-11:last-child {
    grid-column-start: 11;
  }

  .sm\:last\:col-start-12:last-child {
    grid-column-start: 12;
  }

  .sm\:last\:col-start-13:last-child {
    grid-column-start: 13;
  }

  .sm\:last\:col-start-auto:last-child {
    grid-column-start: auto;
  }

  .sm\:hover\:col-start-1:hover {
    grid-column-start: 1;
  }

  .sm\:hover\:col-start-2:hover {
    grid-column-start: 2;
  }

  .sm\:hover\:col-start-3:hover {
    grid-column-start: 3;
  }

  .sm\:hover\:col-start-4:hover {
    grid-column-start: 4;
  }

  .sm\:hover\:col-start-5:hover {
    grid-column-start: 5;
  }

  .sm\:hover\:col-start-6:hover {
    grid-column-start: 6;
  }

  .sm\:hover\:col-start-7:hover {
    grid-column-start: 7;
  }

  .sm\:hover\:col-start-8:hover {
    grid-column-start: 8;
  }

  .sm\:hover\:col-start-9:hover {
    grid-column-start: 9;
  }

  .sm\:hover\:col-start-10:hover {
    grid-column-start: 10;
  }

  .sm\:hover\:col-start-11:hover {
    grid-column-start: 11;
  }

  .sm\:hover\:col-start-12:hover {
    grid-column-start: 12;
  }

  .sm\:hover\:col-start-13:hover {
    grid-column-start: 13;
  }

  .sm\:hover\:col-start-auto:hover {
    grid-column-start: auto;
  }

  .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;
  }

  .sm\:col-end-2 {
    grid-column-end: 2;
  }

  .sm\:col-end-3 {
    grid-column-end: 3;
  }

  .sm\:col-end-4 {
    grid-column-end: 4;
  }

  .sm\:col-end-5 {
    grid-column-end: 5;
  }

  .sm\:col-end-6 {
    grid-column-end: 6;
  }

  .sm\:col-end-7 {
    grid-column-end: 7;
  }

  .sm\:col-end-8 {
    grid-column-end: 8;
  }

  .sm\:col-end-9 {
    grid-column-end: 9;
  }

  .sm\:col-end-10 {
    grid-column-end: 10;
  }

  .sm\:col-end-11 {
    grid-column-end: 11;
  }

  .sm\:col-end-12 {
    grid-column-end: 12;
  }

  .sm\:col-end-13 {
    grid-column-end: 13;
  }

  .sm\:col-end-auto {
    grid-column-end: auto;
  }

  .sm\:even\:col-end-1:nth-child(even) {
    grid-column-end: 1;
  }

  .sm\:even\:col-end-2:nth-child(even) {
    grid-column-end: 2;
  }

  .sm\:even\:col-end-3:nth-child(even) {
    grid-column-end: 3;
  }

  .sm\:even\:col-end-4:nth-child(even) {
    grid-column-end: 4;
  }

  .sm\:even\:col-end-5:nth-child(even) {
    grid-column-end: 5;
  }

  .sm\:even\:col-end-6:nth-child(even) {
    grid-column-end: 6;
  }

  .sm\:even\:col-end-7:nth-child(even) {
    grid-column-end: 7;
  }

  .sm\:even\:col-end-8:nth-child(even) {
    grid-column-end: 8;
  }

  .sm\:even\:col-end-9:nth-child(even) {
    grid-column-end: 9;
  }

  .sm\:even\:col-end-10:nth-child(even) {
    grid-column-end: 10;
  }

  .sm\:even\:col-end-11:nth-child(even) {
    grid-column-end: 11;
  }

  .sm\:even\:col-end-12:nth-child(even) {
    grid-column-end: 12;
  }

  .sm\:even\:col-end-13:nth-child(even) {
    grid-column-end: 13;
  }

  .sm\:even\:col-end-auto:nth-child(even) {
    grid-column-end: auto;
  }

  .sm\:odd\:col-end-1:nth-child(odd) {
    grid-column-end: 1;
  }

  .sm\:odd\:col-end-2:nth-child(odd) {
    grid-column-end: 2;
  }

  .sm\:odd\:col-end-3:nth-child(odd) {
    grid-column-end: 3;
  }

  .sm\:odd\:col-end-4:nth-child(odd) {
    grid-column-end: 4;
  }

  .sm\:odd\:col-end-5:nth-child(odd) {
    grid-column-end: 5;
  }

  .sm\:odd\:col-end-6:nth-child(odd) {
    grid-column-end: 6;
  }

  .sm\:odd\:col-end-7:nth-child(odd) {
    grid-column-end: 7;
  }

  .sm\:odd\:col-end-8:nth-child(odd) {
    grid-column-end: 8;
  }

  .sm\:odd\:col-end-9:nth-child(odd) {
    grid-column-end: 9;
  }

  .sm\:odd\:col-end-10:nth-child(odd) {
    grid-column-end: 10;
  }

  .sm\:odd\:col-end-11:nth-child(odd) {
    grid-column-end: 11;
  }

  .sm\:odd\:col-end-12:nth-child(odd) {
    grid-column-end: 12;
  }

  .sm\:odd\:col-end-13:nth-child(odd) {
    grid-column-end: 13;
  }

  .sm\:odd\:col-end-auto:nth-child(odd) {
    grid-column-end: auto;
  }

  .sm\:children\:col-end-1 > * {
    grid-column-end: 1;
  }

  .sm\:children\:col-end-2 > * {
    grid-column-end: 2;
  }

  .sm\:children\:col-end-3 > * {
    grid-column-end: 3;
  }

  .sm\:children\:col-end-4 > * {
    grid-column-end: 4;
  }

  .sm\:children\:col-end-5 > * {
    grid-column-end: 5;
  }

  .sm\:children\:col-end-6 > * {
    grid-column-end: 6;
  }

  .sm\:children\:col-end-7 > * {
    grid-column-end: 7;
  }

  .sm\:children\:col-end-8 > * {
    grid-column-end: 8;
  }

  .sm\:children\:col-end-9 > * {
    grid-column-end: 9;
  }

  .sm\:children\:col-end-10 > * {
    grid-column-end: 10;
  }

  .sm\:children\:col-end-11 > * {
    grid-column-end: 11;
  }

  .sm\:children\:col-end-12 > * {
    grid-column-end: 12;
  }

  .sm\:children\:col-end-13 > * {
    grid-column-end: 13;
  }

  .sm\:children\:col-end-auto > * {
    grid-column-end: auto;
  }

  .sm\:first\:col-end-1:first-child {
    grid-column-end: 1;
  }

  .sm\:first\:col-end-2:first-child {
    grid-column-end: 2;
  }

  .sm\:first\:col-end-3:first-child {
    grid-column-end: 3;
  }

  .sm\:first\:col-end-4:first-child {
    grid-column-end: 4;
  }

  .sm\:first\:col-end-5:first-child {
    grid-column-end: 5;
  }

  .sm\:first\:col-end-6:first-child {
    grid-column-end: 6;
  }

  .sm\:first\:col-end-7:first-child {
    grid-column-end: 7;
  }

  .sm\:first\:col-end-8:first-child {
    grid-column-end: 8;
  }

  .sm\:first\:col-end-9:first-child {
    grid-column-end: 9;
  }

  .sm\:first\:col-end-10:first-child {
    grid-column-end: 10;
  }

  .sm\:first\:col-end-11:first-child {
    grid-column-end: 11;
  }

  .sm\:first\:col-end-12:first-child {
    grid-column-end: 12;
  }

  .sm\:first\:col-end-13:first-child {
    grid-column-end: 13;
  }

  .sm\:first\:col-end-auto:first-child {
    grid-column-end: auto;
  }

  .sm\:last\:col-end-1:last-child {
    grid-column-end: 1;
  }

  .sm\:last\:col-end-2:last-child {
    grid-column-end: 2;
  }

  .sm\:last\:col-end-3:last-child {
    grid-column-end: 3;
  }

  .sm\:last\:col-end-4:last-child {
    grid-column-end: 4;
  }

  .sm\:last\:col-end-5:last-child {
    grid-column-end: 5;
  }

  .sm\:last\:col-end-6:last-child {
    grid-column-end: 6;
  }

  .sm\:last\:col-end-7:last-child {
    grid-column-end: 7;
  }

  .sm\:last\:col-end-8:last-child {
    grid-column-end: 8;
  }

  .sm\:last\:col-end-9:last-child {
    grid-column-end: 9;
  }

  .sm\:last\:col-end-10:last-child {
    grid-column-end: 10;
  }

  .sm\:last\:col-end-11:last-child {
    grid-column-end: 11;
  }

  .sm\:last\:col-end-12:last-child {
    grid-column-end: 12;
  }

  .sm\:last\:col-end-13:last-child {
    grid-column-end: 13;
  }

  .sm\:last\:col-end-auto:last-child {
    grid-column-end: auto;
  }

  .sm\:hover\:col-end-1:hover {
    grid-column-end: 1;
  }

  .sm\:hover\:col-end-2:hover {
    grid-column-end: 2;
  }

  .sm\:hover\:col-end-3:hover {
    grid-column-end: 3;
  }

  .sm\:hover\:col-end-4:hover {
    grid-column-end: 4;
  }

  .sm\:hover\:col-end-5:hover {
    grid-column-end: 5;
  }

  .sm\:hover\:col-end-6:hover {
    grid-column-end: 6;
  }

  .sm\:hover\:col-end-7:hover {
    grid-column-end: 7;
  }

  .sm\:hover\:col-end-8:hover {
    grid-column-end: 8;
  }

  .sm\:hover\:col-end-9:hover {
    grid-column-end: 9;
  }

  .sm\:hover\:col-end-10:hover {
    grid-column-end: 10;
  }

  .sm\:hover\:col-end-11:hover {
    grid-column-end: 11;
  }

  .sm\:hover\:col-end-12:hover {
    grid-column-end: 12;
  }

  .sm\:hover\:col-end-13:hover {
    grid-column-end: 13;
  }

  .sm\:hover\:col-end-auto:hover {
    grid-column-end: auto;
  }

  .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));
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-rows-none {
    grid-template-rows: none;
  }

  .sm\:even\:grid-rows-1:nth-child(even) {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:even\:grid-rows-2:nth-child(even) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:even\:grid-rows-3:nth-child(even) {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:even\:grid-rows-4:nth-child(even) {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:even\:grid-rows-5:nth-child(even) {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:even\:grid-rows-6:nth-child(even) {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:even\:grid-rows-none:nth-child(even) {
    grid-template-rows: none;
  }

  .sm\:odd\:grid-rows-1:nth-child(odd) {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:odd\:grid-rows-2:nth-child(odd) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:odd\:grid-rows-3:nth-child(odd) {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:odd\:grid-rows-4:nth-child(odd) {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:odd\:grid-rows-5:nth-child(odd) {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:odd\:grid-rows-6:nth-child(odd) {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:odd\:grid-rows-none:nth-child(odd) {
    grid-template-rows: none;
  }

  .sm\:children\:grid-rows-1 > * {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:children\:grid-rows-2 > * {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:children\:grid-rows-3 > * {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:children\:grid-rows-4 > * {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:children\:grid-rows-5 > * {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:children\:grid-rows-6 > * {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:children\:grid-rows-none > * {
    grid-template-rows: none;
  }

  .sm\:first\:grid-rows-1:first-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:first\:grid-rows-2:first-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:first\:grid-rows-3:first-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:first\:grid-rows-4:first-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:first\:grid-rows-5:first-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:first\:grid-rows-6:first-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:first\:grid-rows-none:first-child {
    grid-template-rows: none;
  }

  .sm\:last\:grid-rows-1:last-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:last\:grid-rows-2:last-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:last\:grid-rows-3:last-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:last\:grid-rows-4:last-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:last\:grid-rows-5:last-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:last\:grid-rows-6:last-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:last\:grid-rows-none:last-child {
    grid-template-rows: none;
  }

  .sm\:hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:hover\:grid-rows-none:hover {
    grid-template-rows: none;
  }

  .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\:row-auto {
    grid-row: auto;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .sm\:even\:row-auto:nth-child(even) {
    grid-row: auto;
  }

  .sm\:even\:row-span-1:nth-child(even) {
    grid-row: span 1 / span 1;
  }

  .sm\:even\:row-span-2:nth-child(even) {
    grid-row: span 2 / span 2;
  }

  .sm\:even\:row-span-3:nth-child(even) {
    grid-row: span 3 / span 3;
  }

  .sm\:even\:row-span-4:nth-child(even) {
    grid-row: span 4 / span 4;
  }

  .sm\:even\:row-span-5:nth-child(even) {
    grid-row: span 5 / span 5;
  }

  .sm\:even\:row-span-6:nth-child(even) {
    grid-row: span 6 / span 6;
  }

  .sm\:odd\:row-auto:nth-child(odd) {
    grid-row: auto;
  }

  .sm\:odd\:row-span-1:nth-child(odd) {
    grid-row: span 1 / span 1;
  }

  .sm\:odd\:row-span-2:nth-child(odd) {
    grid-row: span 2 / span 2;
  }

  .sm\:odd\:row-span-3:nth-child(odd) {
    grid-row: span 3 / span 3;
  }

  .sm\:odd\:row-span-4:nth-child(odd) {
    grid-row: span 4 / span 4;
  }

  .sm\:odd\:row-span-5:nth-child(odd) {
    grid-row: span 5 / span 5;
  }

  .sm\:odd\:row-span-6:nth-child(odd) {
    grid-row: span 6 / span 6;
  }

  .sm\:children\:row-auto > * {
    grid-row: auto;
  }

  .sm\:children\:row-span-1 > * {
    grid-row: span 1 / span 1;
  }

  .sm\:children\:row-span-2 > * {
    grid-row: span 2 / span 2;
  }

  .sm\:children\:row-span-3 > * {
    grid-row: span 3 / span 3;
  }

  .sm\:children\:row-span-4 > * {
    grid-row: span 4 / span 4;
  }

  .sm\:children\:row-span-5 > * {
    grid-row: span 5 / span 5;
  }

  .sm\:children\:row-span-6 > * {
    grid-row: span 6 / span 6;
  }

  .sm\:first\:row-auto:first-child {
    grid-row: auto;
  }

  .sm\:first\:row-span-1:first-child {
    grid-row: span 1 / span 1;
  }

  .sm\:first\:row-span-2:first-child {
    grid-row: span 2 / span 2;
  }

  .sm\:first\:row-span-3:first-child {
    grid-row: span 3 / span 3;
  }

  .sm\:first\:row-span-4:first-child {
    grid-row: span 4 / span 4;
  }

  .sm\:first\:row-span-5:first-child {
    grid-row: span 5 / span 5;
  }

  .sm\:first\:row-span-6:first-child {
    grid-row: span 6 / span 6;
  }

  .sm\:last\:row-auto:last-child {
    grid-row: auto;
  }

  .sm\:last\:row-span-1:last-child {
    grid-row: span 1 / span 1;
  }

  .sm\:last\:row-span-2:last-child {
    grid-row: span 2 / span 2;
  }

  .sm\:last\:row-span-3:last-child {
    grid-row: span 3 / span 3;
  }

  .sm\:last\:row-span-4:last-child {
    grid-row: span 4 / span 4;
  }

  .sm\:last\:row-span-5:last-child {
    grid-row: span 5 / span 5;
  }

  .sm\:last\:row-span-6:last-child {
    grid-row: span 6 / span 6;
  }

  .sm\:hover\:row-auto:hover {
    grid-row: auto;
  }

  .sm\:hover\:row-span-1:hover {
    grid-row: span 1 / span 1;
  }

  .sm\:hover\:row-span-2:hover {
    grid-row: span 2 / span 2;
  }

  .sm\:hover\:row-span-3:hover {
    grid-row: span 3 / span 3;
  }

  .sm\:hover\:row-span-4:hover {
    grid-row: span 4 / span 4;
  }

  .sm\:hover\:row-span-5:hover {
    grid-row: span 5 / span 5;
  }

  .sm\:hover\:row-span-6:hover {
    grid-row: span 6 / span 6;
  }

  .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-start-1 {
    grid-row-start: 1;
  }

  .sm\:row-start-2 {
    grid-row-start: 2;
  }

  .sm\:row-start-3 {
    grid-row-start: 3;
  }

  .sm\:row-start-4 {
    grid-row-start: 4;
  }

  .sm\:row-start-5 {
    grid-row-start: 5;
  }

  .sm\:row-start-6 {
    grid-row-start: 6;
  }

  .sm\:row-start-7 {
    grid-row-start: 7;
  }

  .sm\:row-start-auto {
    grid-row-start: auto;
  }

  .sm\:even\:row-start-1:nth-child(even) {
    grid-row-start: 1;
  }

  .sm\:even\:row-start-2:nth-child(even) {
    grid-row-start: 2;
  }

  .sm\:even\:row-start-3:nth-child(even) {
    grid-row-start: 3;
  }

  .sm\:even\:row-start-4:nth-child(even) {
    grid-row-start: 4;
  }

  .sm\:even\:row-start-5:nth-child(even) {
    grid-row-start: 5;
  }

  .sm\:even\:row-start-6:nth-child(even) {
    grid-row-start: 6;
  }

  .sm\:even\:row-start-7:nth-child(even) {
    grid-row-start: 7;
  }

  .sm\:even\:row-start-auto:nth-child(even) {
    grid-row-start: auto;
  }

  .sm\:odd\:row-start-1:nth-child(odd) {
    grid-row-start: 1;
  }

  .sm\:odd\:row-start-2:nth-child(odd) {
    grid-row-start: 2;
  }

  .sm\:odd\:row-start-3:nth-child(odd) {
    grid-row-start: 3;
  }

  .sm\:odd\:row-start-4:nth-child(odd) {
    grid-row-start: 4;
  }

  .sm\:odd\:row-start-5:nth-child(odd) {
    grid-row-start: 5;
  }

  .sm\:odd\:row-start-6:nth-child(odd) {
    grid-row-start: 6;
  }

  .sm\:odd\:row-start-7:nth-child(odd) {
    grid-row-start: 7;
  }

  .sm\:odd\:row-start-auto:nth-child(odd) {
    grid-row-start: auto;
  }

  .sm\:children\:row-start-1 > * {
    grid-row-start: 1;
  }

  .sm\:children\:row-start-2 > * {
    grid-row-start: 2;
  }

  .sm\:children\:row-start-3 > * {
    grid-row-start: 3;
  }

  .sm\:children\:row-start-4 > * {
    grid-row-start: 4;
  }

  .sm\:children\:row-start-5 > * {
    grid-row-start: 5;
  }

  .sm\:children\:row-start-6 > * {
    grid-row-start: 6;
  }

  .sm\:children\:row-start-7 > * {
    grid-row-start: 7;
  }

  .sm\:children\:row-start-auto > * {
    grid-row-start: auto;
  }

  .sm\:first\:row-start-1:first-child {
    grid-row-start: 1;
  }

  .sm\:first\:row-start-2:first-child {
    grid-row-start: 2;
  }

  .sm\:first\:row-start-3:first-child {
    grid-row-start: 3;
  }

  .sm\:first\:row-start-4:first-child {
    grid-row-start: 4;
  }

  .sm\:first\:row-start-5:first-child {
    grid-row-start: 5;
  }

  .sm\:first\:row-start-6:first-child {
    grid-row-start: 6;
  }

  .sm\:first\:row-start-7:first-child {
    grid-row-start: 7;
  }

  .sm\:first\:row-start-auto:first-child {
    grid-row-start: auto;
  }

  .sm\:last\:row-start-1:last-child {
    grid-row-start: 1;
  }

  .sm\:last\:row-start-2:last-child {
    grid-row-start: 2;
  }

  .sm\:last\:row-start-3:last-child {
    grid-row-start: 3;
  }

  .sm\:last\:row-start-4:last-child {
    grid-row-start: 4;
  }

  .sm\:last\:row-start-5:last-child {
    grid-row-start: 5;
  }

  .sm\:last\:row-start-6:last-child {
    grid-row-start: 6;
  }

  .sm\:last\:row-start-7:last-child {
    grid-row-start: 7;
  }

  .sm\:last\:row-start-auto:last-child {
    grid-row-start: auto;
  }

  .sm\:hover\:row-start-1:hover {
    grid-row-start: 1;
  }

  .sm\:hover\:row-start-2:hover {
    grid-row-start: 2;
  }

  .sm\:hover\:row-start-3:hover {
    grid-row-start: 3;
  }

  .sm\:hover\:row-start-4:hover {
    grid-row-start: 4;
  }

  .sm\:hover\:row-start-5:hover {
    grid-row-start: 5;
  }

  .sm\:hover\:row-start-6:hover {
    grid-row-start: 6;
  }

  .sm\:hover\:row-start-7:hover {
    grid-row-start: 7;
  }

  .sm\:hover\:row-start-auto:hover {
    grid-row-start: auto;
  }

  .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;
  }

  .sm\:row-end-2 {
    grid-row-end: 2;
  }

  .sm\:row-end-3 {
    grid-row-end: 3;
  }

  .sm\:row-end-4 {
    grid-row-end: 4;
  }

  .sm\:row-end-5 {
    grid-row-end: 5;
  }

  .sm\:row-end-6 {
    grid-row-end: 6;
  }

  .sm\:row-end-7 {
    grid-row-end: 7;
  }

  .sm\:row-end-auto {
    grid-row-end: auto;
  }

  .sm\:even\:row-end-1:nth-child(even) {
    grid-row-end: 1;
  }

  .sm\:even\:row-end-2:nth-child(even) {
    grid-row-end: 2;
  }

  .sm\:even\:row-end-3:nth-child(even) {
    grid-row-end: 3;
  }

  .sm\:even\:row-end-4:nth-child(even) {
    grid-row-end: 4;
  }

  .sm\:even\:row-end-5:nth-child(even) {
    grid-row-end: 5;
  }

  .sm\:even\:row-end-6:nth-child(even) {
    grid-row-end: 6;
  }

  .sm\:even\:row-end-7:nth-child(even) {
    grid-row-end: 7;
  }

  .sm\:even\:row-end-auto:nth-child(even) {
    grid-row-end: auto;
  }

  .sm\:odd\:row-end-1:nth-child(odd) {
    grid-row-end: 1;
  }

  .sm\:odd\:row-end-2:nth-child(odd) {
    grid-row-end: 2;
  }

  .sm\:odd\:row-end-3:nth-child(odd) {
    grid-row-end: 3;
  }

  .sm\:odd\:row-end-4:nth-child(odd) {
    grid-row-end: 4;
  }

  .sm\:odd\:row-end-5:nth-child(odd) {
    grid-row-end: 5;
  }

  .sm\:odd\:row-end-6:nth-child(odd) {
    grid-row-end: 6;
  }

  .sm\:odd\:row-end-7:nth-child(odd) {
    grid-row-end: 7;
  }

  .sm\:odd\:row-end-auto:nth-child(odd) {
    grid-row-end: auto;
  }

  .sm\:children\:row-end-1 > * {
    grid-row-end: 1;
  }

  .sm\:children\:row-end-2 > * {
    grid-row-end: 2;
  }

  .sm\:children\:row-end-3 > * {
    grid-row-end: 3;
  }

  .sm\:children\:row-end-4 > * {
    grid-row-end: 4;
  }

  .sm\:children\:row-end-5 > * {
    grid-row-end: 5;
  }

  .sm\:children\:row-end-6 > * {
    grid-row-end: 6;
  }

  .sm\:children\:row-end-7 > * {
    grid-row-end: 7;
  }

  .sm\:children\:row-end-auto > * {
    grid-row-end: auto;
  }

  .sm\:first\:row-end-1:first-child {
    grid-row-end: 1;
  }

  .sm\:first\:row-end-2:first-child {
    grid-row-end: 2;
  }

  .sm\:first\:row-end-3:first-child {
    grid-row-end: 3;
  }

  .sm\:first\:row-end-4:first-child {
    grid-row-end: 4;
  }

  .sm\:first\:row-end-5:first-child {
    grid-row-end: 5;
  }

  .sm\:first\:row-end-6:first-child {
    grid-row-end: 6;
  }

  .sm\:first\:row-end-7:first-child {
    grid-row-end: 7;
  }

  .sm\:first\:row-end-auto:first-child {
    grid-row-end: auto;
  }

  .sm\:last\:row-end-1:last-child {
    grid-row-end: 1;
  }

  .sm\:last\:row-end-2:last-child {
    grid-row-end: 2;
  }

  .sm\:last\:row-end-3:last-child {
    grid-row-end: 3;
  }

  .sm\:last\:row-end-4:last-child {
    grid-row-end: 4;
  }

  .sm\:last\:row-end-5:last-child {
    grid-row-end: 5;
  }

  .sm\:last\:row-end-6:last-child {
    grid-row-end: 6;
  }

  .sm\:last\:row-end-7:last-child {
    grid-row-end: 7;
  }

  .sm\:last\:row-end-auto:last-child {
    grid-row-end: auto;
  }

  .sm\:hover\:row-end-1:hover {
    grid-row-end: 1;
  }

  .sm\:hover\:row-end-2:hover {
    grid-row-end: 2;
  }

  .sm\:hover\:row-end-3:hover {
    grid-row-end: 3;
  }

  .sm\:hover\:row-end-4:hover {
    grid-row-end: 4;
  }

  .sm\:hover\:row-end-5:hover {
    grid-row-end: 5;
  }

  .sm\:hover\:row-end-6:hover {
    grid-row-end: 6;
  }

  .sm\:hover\:row-end-7:hover {
    grid-row-end: 7;
  }

  .sm\:hover\:row-end-auto:hover {
    grid-row-end: auto;
  }

  .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;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .sm\:transform-none {
    transform: none;
  }

  .sm\:even\:transform:nth-child(even) {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .sm\:even\:transform-none:nth-child(even) {
    transform: none;
  }

  .sm\:odd\:transform:nth-child(odd) {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .sm\:odd\:transform-none:nth-child(odd) {
    transform: none;
  }

  .sm\:children\:transform > * {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .sm\:children\:transform-none > * {
    transform: none;
  }

  .sm\:first\:transform:first-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .sm\:first\:transform-none:first-child {
    transform: none;
  }

  .sm\:last\:transform:last-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .sm\:last\:transform-none:last-child {
    transform: none;
  }

  .sm\:hover\:transform:hover {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .sm\:hover\:transform-none:hover {
    transform: none;
  }

  .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;
    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\! {
    transform: none !important;
  }

  .sm\:origin-center {
    transform-origin: center;
  }

  .sm\:origin-top {
    transform-origin: top;
  }

  .sm\:origin-top-right {
    transform-origin: top right;
  }

  .sm\:origin-right {
    transform-origin: right;
  }

  .sm\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .sm\:origin-bottom {
    transform-origin: bottom;
  }

  .sm\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .sm\:origin-left {
    transform-origin: left;
  }

  .sm\:origin-top-left {
    transform-origin: top left;
  }

  .sm\:even\:origin-center:nth-child(even) {
    transform-origin: center;
  }

  .sm\:even\:origin-top:nth-child(even) {
    transform-origin: top;
  }

  .sm\:even\:origin-top-right:nth-child(even) {
    transform-origin: top right;
  }

  .sm\:even\:origin-right:nth-child(even) {
    transform-origin: right;
  }

  .sm\:even\:origin-bottom-right:nth-child(even) {
    transform-origin: bottom right;
  }

  .sm\:even\:origin-bottom:nth-child(even) {
    transform-origin: bottom;
  }

  .sm\:even\:origin-bottom-left:nth-child(even) {
    transform-origin: bottom left;
  }

  .sm\:even\:origin-left:nth-child(even) {
    transform-origin: left;
  }

  .sm\:even\:origin-top-left:nth-child(even) {
    transform-origin: top left;
  }

  .sm\:odd\:origin-center:nth-child(odd) {
    transform-origin: center;
  }

  .sm\:odd\:origin-top:nth-child(odd) {
    transform-origin: top;
  }

  .sm\:odd\:origin-top-right:nth-child(odd) {
    transform-origin: top right;
  }

  .sm\:odd\:origin-right:nth-child(odd) {
    transform-origin: right;
  }

  .sm\:odd\:origin-bottom-right:nth-child(odd) {
    transform-origin: bottom right;
  }

  .sm\:odd\:origin-bottom:nth-child(odd) {
    transform-origin: bottom;
  }

  .sm\:odd\:origin-bottom-left:nth-child(odd) {
    transform-origin: bottom left;
  }

  .sm\:odd\:origin-left:nth-child(odd) {
    transform-origin: left;
  }

  .sm\:odd\:origin-top-left:nth-child(odd) {
    transform-origin: top left;
  }

  .sm\:children\:origin-center > * {
    transform-origin: center;
  }

  .sm\:children\:origin-top > * {
    transform-origin: top;
  }

  .sm\:children\:origin-top-right > * {
    transform-origin: top right;
  }

  .sm\:children\:origin-right > * {
    transform-origin: right;
  }

  .sm\:children\:origin-bottom-right > * {
    transform-origin: bottom right;
  }

  .sm\:children\:origin-bottom > * {
    transform-origin: bottom;
  }

  .sm\:children\:origin-bottom-left > * {
    transform-origin: bottom left;
  }

  .sm\:children\:origin-left > * {
    transform-origin: left;
  }

  .sm\:children\:origin-top-left > * {
    transform-origin: top left;
  }

  .sm\:first\:origin-center:first-child {
    transform-origin: center;
  }

  .sm\:first\:origin-top:first-child {
    transform-origin: top;
  }

  .sm\:first\:origin-top-right:first-child {
    transform-origin: top right;
  }

  .sm\:first\:origin-right:first-child {
    transform-origin: right;
  }

  .sm\:first\:origin-bottom-right:first-child {
    transform-origin: bottom right;
  }

  .sm\:first\:origin-bottom:first-child {
    transform-origin: bottom;
  }

  .sm\:first\:origin-bottom-left:first-child {
    transform-origin: bottom left;
  }

  .sm\:first\:origin-left:first-child {
    transform-origin: left;
  }

  .sm\:first\:origin-top-left:first-child {
    transform-origin: top left;
  }

  .sm\:last\:origin-center:last-child {
    transform-origin: center;
  }

  .sm\:last\:origin-top:last-child {
    transform-origin: top;
  }

  .sm\:last\:origin-top-right:last-child {
    transform-origin: top right;
  }

  .sm\:last\:origin-right:last-child {
    transform-origin: right;
  }

  .sm\:last\:origin-bottom-right:last-child {
    transform-origin: bottom right;
  }

  .sm\:last\:origin-bottom:last-child {
    transform-origin: bottom;
  }

  .sm\:last\:origin-bottom-left:last-child {
    transform-origin: bottom left;
  }

  .sm\:last\:origin-left:last-child {
    transform-origin: left;
  }

  .sm\:last\:origin-top-left:last-child {
    transform-origin: top left;
  }

  .sm\:hover\:origin-center:hover {
    transform-origin: center;
  }

  .sm\:hover\:origin-top:hover {
    transform-origin: top;
  }

  .sm\:hover\:origin-top-right:hover {
    transform-origin: top right;
  }

  .sm\:hover\:origin-right:hover {
    transform-origin: right;
  }

  .sm\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right;
  }

  .sm\:hover\:origin-bottom:hover {
    transform-origin: bottom;
  }

  .sm\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left;
  }

  .sm\:hover\:origin-left:hover {
    transform-origin: left;
  }

  .sm\:hover\:origin-top-left:hover {
    transform-origin: top left;
  }

  .sm\:origin-center\! {
    transform-origin: center !important;
  }

  .sm\:origin-top\! {
    transform-origin: top !important;
  }

  .sm\:origin-top-right\! {
    transform-origin: top right !important;
  }

  .sm\:origin-right\! {
    transform-origin: right !important;
  }

  .sm\:origin-bottom-right\! {
    transform-origin: bottom right !important;
  }

  .sm\:origin-bottom\! {
    transform-origin: bottom !important;
  }

  .sm\:origin-bottom-left\! {
    transform-origin: bottom left !important;
  }

  .sm\:origin-left\! {
    transform-origin: left !important;
  }

  .sm\:origin-top-left\! {
    transform-origin: top left !important;
  }

  .sm\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .sm\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .sm\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .sm\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .sm\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .sm\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .sm\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .sm\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .sm\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .sm\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .sm\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .sm\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .sm\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .sm\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .sm\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .sm\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .sm\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .sm\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .sm\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .sm\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .sm\:even\:scale-0:nth-child(even) {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:even\:scale-50:nth-child(even) {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:even\:scale-75:nth-child(even) {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:even\:scale-90:nth-child(even) {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:even\:scale-95:nth-child(even) {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:even\:scale-100:nth-child(even) {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:even\:scale-105:nth-child(even) {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:even\:scale-110:nth-child(even) {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:even\:scale-125:nth-child(even) {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:even\:scale-150:nth-child(even) {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:even\:scale-x-0:nth-child(even) {
    --transform-scale-x: 0;
  }

  .sm\:even\:scale-x-50:nth-child(even) {
    --transform-scale-x: .5;
  }

  .sm\:even\:scale-x-75:nth-child(even) {
    --transform-scale-x: .75;
  }

  .sm\:even\:scale-x-90:nth-child(even) {
    --transform-scale-x: .9;
  }

  .sm\:even\:scale-x-95:nth-child(even) {
    --transform-scale-x: .95;
  }

  .sm\:even\:scale-x-100:nth-child(even) {
    --transform-scale-x: 1;
  }

  .sm\:even\:scale-x-105:nth-child(even) {
    --transform-scale-x: 1.05;
  }

  .sm\:even\:scale-x-110:nth-child(even) {
    --transform-scale-x: 1.1;
  }

  .sm\:even\:scale-x-125:nth-child(even) {
    --transform-scale-x: 1.25;
  }

  .sm\:even\:scale-x-150:nth-child(even) {
    --transform-scale-x: 1.5;
  }

  .sm\:even\:scale-y-0:nth-child(even) {
    --transform-scale-y: 0;
  }

  .sm\:even\:scale-y-50:nth-child(even) {
    --transform-scale-y: .5;
  }

  .sm\:even\:scale-y-75:nth-child(even) {
    --transform-scale-y: .75;
  }

  .sm\:even\:scale-y-90:nth-child(even) {
    --transform-scale-y: .9;
  }

  .sm\:even\:scale-y-95:nth-child(even) {
    --transform-scale-y: .95;
  }

  .sm\:even\:scale-y-100:nth-child(even) {
    --transform-scale-y: 1;
  }

  .sm\:even\:scale-y-105:nth-child(even) {
    --transform-scale-y: 1.05;
  }

  .sm\:even\:scale-y-110:nth-child(even) {
    --transform-scale-y: 1.1;
  }

  .sm\:even\:scale-y-125:nth-child(even) {
    --transform-scale-y: 1.25;
  }

  .sm\:even\:scale-y-150:nth-child(even) {
    --transform-scale-y: 1.5;
  }

  .sm\:odd\:scale-0:nth-child(odd) {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:odd\:scale-50:nth-child(odd) {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:odd\:scale-75:nth-child(odd) {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:odd\:scale-90:nth-child(odd) {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:odd\:scale-95:nth-child(odd) {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:odd\:scale-100:nth-child(odd) {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:odd\:scale-105:nth-child(odd) {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:odd\:scale-110:nth-child(odd) {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:odd\:scale-125:nth-child(odd) {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:odd\:scale-150:nth-child(odd) {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:odd\:scale-x-0:nth-child(odd) {
    --transform-scale-x: 0;
  }

  .sm\:odd\:scale-x-50:nth-child(odd) {
    --transform-scale-x: .5;
  }

  .sm\:odd\:scale-x-75:nth-child(odd) {
    --transform-scale-x: .75;
  }

  .sm\:odd\:scale-x-90:nth-child(odd) {
    --transform-scale-x: .9;
  }

  .sm\:odd\:scale-x-95:nth-child(odd) {
    --transform-scale-x: .95;
  }

  .sm\:odd\:scale-x-100:nth-child(odd) {
    --transform-scale-x: 1;
  }

  .sm\:odd\:scale-x-105:nth-child(odd) {
    --transform-scale-x: 1.05;
  }

  .sm\:odd\:scale-x-110:nth-child(odd) {
    --transform-scale-x: 1.1;
  }

  .sm\:odd\:scale-x-125:nth-child(odd) {
    --transform-scale-x: 1.25;
  }

  .sm\:odd\:scale-x-150:nth-child(odd) {
    --transform-scale-x: 1.5;
  }

  .sm\:odd\:scale-y-0:nth-child(odd) {
    --transform-scale-y: 0;
  }

  .sm\:odd\:scale-y-50:nth-child(odd) {
    --transform-scale-y: .5;
  }

  .sm\:odd\:scale-y-75:nth-child(odd) {
    --transform-scale-y: .75;
  }

  .sm\:odd\:scale-y-90:nth-child(odd) {
    --transform-scale-y: .9;
  }

  .sm\:odd\:scale-y-95:nth-child(odd) {
    --transform-scale-y: .95;
  }

  .sm\:odd\:scale-y-100:nth-child(odd) {
    --transform-scale-y: 1;
  }

  .sm\:odd\:scale-y-105:nth-child(odd) {
    --transform-scale-y: 1.05;
  }

  .sm\:odd\:scale-y-110:nth-child(odd) {
    --transform-scale-y: 1.1;
  }

  .sm\:odd\:scale-y-125:nth-child(odd) {
    --transform-scale-y: 1.25;
  }

  .sm\:odd\:scale-y-150:nth-child(odd) {
    --transform-scale-y: 1.5;
  }

  .sm\:children\:scale-0 > * {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:children\:scale-50 > * {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:children\:scale-75 > * {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:children\:scale-90 > * {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:children\:scale-95 > * {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:children\:scale-100 > * {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:children\:scale-105 > * {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:children\:scale-110 > * {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:children\:scale-125 > * {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:children\:scale-150 > * {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:children\:scale-x-0 > * {
    --transform-scale-x: 0;
  }

  .sm\:children\:scale-x-50 > * {
    --transform-scale-x: .5;
  }

  .sm\:children\:scale-x-75 > * {
    --transform-scale-x: .75;
  }

  .sm\:children\:scale-x-90 > * {
    --transform-scale-x: .9;
  }

  .sm\:children\:scale-x-95 > * {
    --transform-scale-x: .95;
  }

  .sm\:children\:scale-x-100 > * {
    --transform-scale-x: 1;
  }

  .sm\:children\:scale-x-105 > * {
    --transform-scale-x: 1.05;
  }

  .sm\:children\:scale-x-110 > * {
    --transform-scale-x: 1.1;
  }

  .sm\:children\:scale-x-125 > * {
    --transform-scale-x: 1.25;
  }

  .sm\:children\:scale-x-150 > * {
    --transform-scale-x: 1.5;
  }

  .sm\:children\:scale-y-0 > * {
    --transform-scale-y: 0;
  }

  .sm\:children\:scale-y-50 > * {
    --transform-scale-y: .5;
  }

  .sm\:children\:scale-y-75 > * {
    --transform-scale-y: .75;
  }

  .sm\:children\:scale-y-90 > * {
    --transform-scale-y: .9;
  }

  .sm\:children\:scale-y-95 > * {
    --transform-scale-y: .95;
  }

  .sm\:children\:scale-y-100 > * {
    --transform-scale-y: 1;
  }

  .sm\:children\:scale-y-105 > * {
    --transform-scale-y: 1.05;
  }

  .sm\:children\:scale-y-110 > * {
    --transform-scale-y: 1.1;
  }

  .sm\:children\:scale-y-125 > * {
    --transform-scale-y: 1.25;
  }

  .sm\:children\:scale-y-150 > * {
    --transform-scale-y: 1.5;
  }

  .sm\:first\:scale-0:first-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:first\:scale-50:first-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:first\:scale-75:first-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:first\:scale-90:first-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:first\:scale-95:first-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:first\:scale-100:first-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:first\:scale-105:first-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:first\:scale-110:first-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:first\:scale-125:first-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:first\:scale-150:first-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:first\:scale-x-0:first-child {
    --transform-scale-x: 0;
  }

  .sm\:first\:scale-x-50:first-child {
    --transform-scale-x: .5;
  }

  .sm\:first\:scale-x-75:first-child {
    --transform-scale-x: .75;
  }

  .sm\:first\:scale-x-90:first-child {
    --transform-scale-x: .9;
  }

  .sm\:first\:scale-x-95:first-child {
    --transform-scale-x: .95;
  }

  .sm\:first\:scale-x-100:first-child {
    --transform-scale-x: 1;
  }

  .sm\:first\:scale-x-105:first-child {
    --transform-scale-x: 1.05;
  }

  .sm\:first\:scale-x-110:first-child {
    --transform-scale-x: 1.1;
  }

  .sm\:first\:scale-x-125:first-child {
    --transform-scale-x: 1.25;
  }

  .sm\:first\:scale-x-150:first-child {
    --transform-scale-x: 1.5;
  }

  .sm\:first\:scale-y-0:first-child {
    --transform-scale-y: 0;
  }

  .sm\:first\:scale-y-50:first-child {
    --transform-scale-y: .5;
  }

  .sm\:first\:scale-y-75:first-child {
    --transform-scale-y: .75;
  }

  .sm\:first\:scale-y-90:first-child {
    --transform-scale-y: .9;
  }

  .sm\:first\:scale-y-95:first-child {
    --transform-scale-y: .95;
  }

  .sm\:first\:scale-y-100:first-child {
    --transform-scale-y: 1;
  }

  .sm\:first\:scale-y-105:first-child {
    --transform-scale-y: 1.05;
  }

  .sm\:first\:scale-y-110:first-child {
    --transform-scale-y: 1.1;
  }

  .sm\:first\:scale-y-125:first-child {
    --transform-scale-y: 1.25;
  }

  .sm\:first\:scale-y-150:first-child {
    --transform-scale-y: 1.5;
  }

  .sm\:last\:scale-0:last-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:last\:scale-50:last-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:last\:scale-75:last-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:last\:scale-90:last-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:last\:scale-95:last-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:last\:scale-100:last-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:last\:scale-105:last-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:last\:scale-110:last-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:last\:scale-125:last-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:last\:scale-150:last-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:last\:scale-x-0:last-child {
    --transform-scale-x: 0;
  }

  .sm\:last\:scale-x-50:last-child {
    --transform-scale-x: .5;
  }

  .sm\:last\:scale-x-75:last-child {
    --transform-scale-x: .75;
  }

  .sm\:last\:scale-x-90:last-child {
    --transform-scale-x: .9;
  }

  .sm\:last\:scale-x-95:last-child {
    --transform-scale-x: .95;
  }

  .sm\:last\:scale-x-100:last-child {
    --transform-scale-x: 1;
  }

  .sm\:last\:scale-x-105:last-child {
    --transform-scale-x: 1.05;
  }

  .sm\:last\:scale-x-110:last-child {
    --transform-scale-x: 1.1;
  }

  .sm\:last\:scale-x-125:last-child {
    --transform-scale-x: 1.25;
  }

  .sm\:last\:scale-x-150:last-child {
    --transform-scale-x: 1.5;
  }

  .sm\:last\:scale-y-0:last-child {
    --transform-scale-y: 0;
  }

  .sm\:last\:scale-y-50:last-child {
    --transform-scale-y: .5;
  }

  .sm\:last\:scale-y-75:last-child {
    --transform-scale-y: .75;
  }

  .sm\:last\:scale-y-90:last-child {
    --transform-scale-y: .9;
  }

  .sm\:last\:scale-y-95:last-child {
    --transform-scale-y: .95;
  }

  .sm\:last\:scale-y-100:last-child {
    --transform-scale-y: 1;
  }

  .sm\:last\:scale-y-105:last-child {
    --transform-scale-y: 1.05;
  }

  .sm\:last\:scale-y-110:last-child {
    --transform-scale-y: 1.1;
  }

  .sm\:last\:scale-y-125:last-child {
    --transform-scale-y: 1.25;
  }

  .sm\:last\:scale-y-150:last-child {
    --transform-scale-y: 1.5;
  }

  .sm\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .sm\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .sm\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .sm\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .sm\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .sm\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .sm\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .sm\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .sm\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .sm\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .sm\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .sm\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .sm\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .sm\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .sm\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .sm\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .sm\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .sm\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .sm\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .sm\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .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\:rotate-0 {
    --transform-rotate: 0;
  }

  .sm\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .sm\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .sm\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .sm\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .sm\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .sm\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .sm\:even\:rotate-0:nth-child(even) {
    --transform-rotate: 0;
  }

  .sm\:even\:rotate-45:nth-child(even) {
    --transform-rotate: 45deg;
  }

  .sm\:even\:rotate-90:nth-child(even) {
    --transform-rotate: 90deg;
  }

  .sm\:even\:rotate-180:nth-child(even) {
    --transform-rotate: 180deg;
  }

  .sm\:even\:-rotate-180:nth-child(even) {
    --transform-rotate: -180deg;
  }

  .sm\:even\:-rotate-90:nth-child(even) {
    --transform-rotate: -90deg;
  }

  .sm\:even\:-rotate-45:nth-child(even) {
    --transform-rotate: -45deg;
  }

  .sm\:odd\:rotate-0:nth-child(odd) {
    --transform-rotate: 0;
  }

  .sm\:odd\:rotate-45:nth-child(odd) {
    --transform-rotate: 45deg;
  }

  .sm\:odd\:rotate-90:nth-child(odd) {
    --transform-rotate: 90deg;
  }

  .sm\:odd\:rotate-180:nth-child(odd) {
    --transform-rotate: 180deg;
  }

  .sm\:odd\:-rotate-180:nth-child(odd) {
    --transform-rotate: -180deg;
  }

  .sm\:odd\:-rotate-90:nth-child(odd) {
    --transform-rotate: -90deg;
  }

  .sm\:odd\:-rotate-45:nth-child(odd) {
    --transform-rotate: -45deg;
  }

  .sm\:children\:rotate-0 > * {
    --transform-rotate: 0;
  }

  .sm\:children\:rotate-45 > * {
    --transform-rotate: 45deg;
  }

  .sm\:children\:rotate-90 > * {
    --transform-rotate: 90deg;
  }

  .sm\:children\:rotate-180 > * {
    --transform-rotate: 180deg;
  }

  .sm\:children\:-rotate-180 > * {
    --transform-rotate: -180deg;
  }

  .sm\:children\:-rotate-90 > * {
    --transform-rotate: -90deg;
  }

  .sm\:children\:-rotate-45 > * {
    --transform-rotate: -45deg;
  }

  .sm\:first\:rotate-0:first-child {
    --transform-rotate: 0;
  }

  .sm\:first\:rotate-45:first-child {
    --transform-rotate: 45deg;
  }

  .sm\:first\:rotate-90:first-child {
    --transform-rotate: 90deg;
  }

  .sm\:first\:rotate-180:first-child {
    --transform-rotate: 180deg;
  }

  .sm\:first\:-rotate-180:first-child {
    --transform-rotate: -180deg;
  }

  .sm\:first\:-rotate-90:first-child {
    --transform-rotate: -90deg;
  }

  .sm\:first\:-rotate-45:first-child {
    --transform-rotate: -45deg;
  }

  .sm\:last\:rotate-0:last-child {
    --transform-rotate: 0;
  }

  .sm\:last\:rotate-45:last-child {
    --transform-rotate: 45deg;
  }

  .sm\:last\:rotate-90:last-child {
    --transform-rotate: 90deg;
  }

  .sm\:last\:rotate-180:last-child {
    --transform-rotate: 180deg;
  }

  .sm\:last\:-rotate-180:last-child {
    --transform-rotate: -180deg;
  }

  .sm\:last\:-rotate-90:last-child {
    --transform-rotate: -90deg;
  }

  .sm\:last\:-rotate-45:last-child {
    --transform-rotate: -45deg;
  }

  .sm\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .sm\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .sm\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .sm\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .sm\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .sm\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .sm\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .sm\:rotate-0\! {
    --transform-rotate: 0 !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\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .sm\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .sm\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .sm\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .sm\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .sm\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .sm\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .sm\:translate-x-7 {
    --transform-translate-x: 1.75rem;
  }

  .sm\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .sm\:translate-x-9 {
    --transform-translate-x: 2.25rem;
  }

  .sm\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .sm\:translate-x-11 {
    --transform-translate-x: 2.75rem;
  }

  .sm\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .sm\:translate-x-13 {
    --transform-translate-x: 3.25rem;
  }

  .sm\:translate-x-14 {
    --transform-translate-x: 3.5rem;
  }

  .sm\:translate-x-15 {
    --transform-translate-x: 3.75rem;
  }

  .sm\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .sm\:translate-x-17 {
    --transform-translate-x: 4.25rem;
  }

  .sm\:translate-x-18 {
    --transform-translate-x: 4.5rem;
  }

  .sm\:translate-x-19 {
    --transform-translate-x: 4.75rem;
  }

  .sm\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .sm\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .sm\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .sm\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .sm\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .sm\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .sm\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .sm\:translate-x-75 {
    --transform-translate-x: 18.75rem;
  }

  .sm\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .sm\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .sm\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .sm\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .sm\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .sm\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .sm\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .sm\:-translate-x-7 {
    --transform-translate-x: -1.75rem;
  }

  .sm\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .sm\:-translate-x-9 {
    --transform-translate-x: -2.25rem;
  }

  .sm\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .sm\:-translate-x-11 {
    --transform-translate-x: -2.75rem;
  }

  .sm\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .sm\:-translate-x-13 {
    --transform-translate-x: -3.25rem;
  }

  .sm\:-translate-x-14 {
    --transform-translate-x: -3.5rem;
  }

  .sm\:-translate-x-15 {
    --transform-translate-x: -3.75rem;
  }

  .sm\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .sm\:-translate-x-17 {
    --transform-translate-x: -4.25rem;
  }

  .sm\:-translate-x-18 {
    --transform-translate-x: -4.5rem;
  }

  .sm\:-translate-x-19 {
    --transform-translate-x: -4.75rem;
  }

  .sm\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .sm\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .sm\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .sm\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .sm\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .sm\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .sm\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .sm\:-translate-x-75 {
    --transform-translate-x: -18.75rem;
  }

  .sm\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .sm\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .sm\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .sm\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .sm\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .sm\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .sm\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .sm\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .sm\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .sm\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .sm\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .sm\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .sm\:translate-y-7 {
    --transform-translate-y: 1.75rem;
  }

  .sm\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .sm\:translate-y-9 {
    --transform-translate-y: 2.25rem;
  }

  .sm\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .sm\:translate-y-11 {
    --transform-translate-y: 2.75rem;
  }

  .sm\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .sm\:translate-y-13 {
    --transform-translate-y: 3.25rem;
  }

  .sm\:translate-y-14 {
    --transform-translate-y: 3.5rem;
  }

  .sm\:translate-y-15 {
    --transform-translate-y: 3.75rem;
  }

  .sm\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .sm\:translate-y-17 {
    --transform-translate-y: 4.25rem;
  }

  .sm\:translate-y-18 {
    --transform-translate-y: 4.5rem;
  }

  .sm\:translate-y-19 {
    --transform-translate-y: 4.75rem;
  }

  .sm\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .sm\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .sm\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .sm\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .sm\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .sm\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .sm\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .sm\:translate-y-75 {
    --transform-translate-y: 18.75rem;
  }

  .sm\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .sm\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .sm\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .sm\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .sm\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .sm\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .sm\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .sm\:-translate-y-7 {
    --transform-translate-y: -1.75rem;
  }

  .sm\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .sm\:-translate-y-9 {
    --transform-translate-y: -2.25rem;
  }

  .sm\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .sm\:-translate-y-11 {
    --transform-translate-y: -2.75rem;
  }

  .sm\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .sm\:-translate-y-13 {
    --transform-translate-y: -3.25rem;
  }

  .sm\:-translate-y-14 {
    --transform-translate-y: -3.5rem;
  }

  .sm\:-translate-y-15 {
    --transform-translate-y: -3.75rem;
  }

  .sm\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .sm\:-translate-y-17 {
    --transform-translate-y: -4.25rem;
  }

  .sm\:-translate-y-18 {
    --transform-translate-y: -4.5rem;
  }

  .sm\:-translate-y-19 {
    --transform-translate-y: -4.75rem;
  }

  .sm\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .sm\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .sm\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .sm\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .sm\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .sm\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .sm\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .sm\:-translate-y-75 {
    --transform-translate-y: -18.75rem;
  }

  .sm\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .sm\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .sm\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .sm\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .sm\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .sm\:even\:translate-x-0:nth-child(even) {
    --transform-translate-x: 0;
  }

  .sm\:even\:translate-x-1:nth-child(even) {
    --transform-translate-x: 0.25rem;
  }

  .sm\:even\:translate-x-2:nth-child(even) {
    --transform-translate-x: 0.5rem;
  }

  .sm\:even\:translate-x-3:nth-child(even) {
    --transform-translate-x: 0.75rem;
  }

  .sm\:even\:translate-x-4:nth-child(even) {
    --transform-translate-x: 1rem;
  }

  .sm\:even\:translate-x-5:nth-child(even) {
    --transform-translate-x: 1.25rem;
  }

  .sm\:even\:translate-x-6:nth-child(even) {
    --transform-translate-x: 1.5rem;
  }

  .sm\:even\:translate-x-7:nth-child(even) {
    --transform-translate-x: 1.75rem;
  }

  .sm\:even\:translate-x-8:nth-child(even) {
    --transform-translate-x: 2rem;
  }

  .sm\:even\:translate-x-9:nth-child(even) {
    --transform-translate-x: 2.25rem;
  }

  .sm\:even\:translate-x-10:nth-child(even) {
    --transform-translate-x: 2.5rem;
  }

  .sm\:even\:translate-x-11:nth-child(even) {
    --transform-translate-x: 2.75rem;
  }

  .sm\:even\:translate-x-12:nth-child(even) {
    --transform-translate-x: 3rem;
  }

  .sm\:even\:translate-x-13:nth-child(even) {
    --transform-translate-x: 3.25rem;
  }

  .sm\:even\:translate-x-14:nth-child(even) {
    --transform-translate-x: 3.5rem;
  }

  .sm\:even\:translate-x-15:nth-child(even) {
    --transform-translate-x: 3.75rem;
  }

  .sm\:even\:translate-x-16:nth-child(even) {
    --transform-translate-x: 4rem;
  }

  .sm\:even\:translate-x-17:nth-child(even) {
    --transform-translate-x: 4.25rem;
  }

  .sm\:even\:translate-x-18:nth-child(even) {
    --transform-translate-x: 4.5rem;
  }

  .sm\:even\:translate-x-19:nth-child(even) {
    --transform-translate-x: 4.75rem;
  }

  .sm\:even\:translate-x-20:nth-child(even) {
    --transform-translate-x: 5rem;
  }

  .sm\:even\:translate-x-24:nth-child(even) {
    --transform-translate-x: 6rem;
  }

  .sm\:even\:translate-x-32:nth-child(even) {
    --transform-translate-x: 8rem;
  }

  .sm\:even\:translate-x-40:nth-child(even) {
    --transform-translate-x: 10rem;
  }

  .sm\:even\:translate-x-48:nth-child(even) {
    --transform-translate-x: 12rem;
  }

  .sm\:even\:translate-x-56:nth-child(even) {
    --transform-translate-x: 14rem;
  }

  .sm\:even\:translate-x-64:nth-child(even) {
    --transform-translate-x: 16rem;
  }

  .sm\:even\:translate-x-75:nth-child(even) {
    --transform-translate-x: 18.75rem;
  }

  .sm\:even\:translate-x-px:nth-child(even) {
    --transform-translate-x: 1px;
  }

  .sm\:even\:-translate-x-1:nth-child(even) {
    --transform-translate-x: -0.25rem;
  }

  .sm\:even\:-translate-x-2:nth-child(even) {
    --transform-translate-x: -0.5rem;
  }

  .sm\:even\:-translate-x-3:nth-child(even) {
    --transform-translate-x: -0.75rem;
  }

  .sm\:even\:-translate-x-4:nth-child(even) {
    --transform-translate-x: -1rem;
  }

  .sm\:even\:-translate-x-5:nth-child(even) {
    --transform-translate-x: -1.25rem;
  }

  .sm\:even\:-translate-x-6:nth-child(even) {
    --transform-translate-x: -1.5rem;
  }

  .sm\:even\:-translate-x-7:nth-child(even) {
    --transform-translate-x: -1.75rem;
  }

  .sm\:even\:-translate-x-8:nth-child(even) {
    --transform-translate-x: -2rem;
  }

  .sm\:even\:-translate-x-9:nth-child(even) {
    --transform-translate-x: -2.25rem;
  }

  .sm\:even\:-translate-x-10:nth-child(even) {
    --transform-translate-x: -2.5rem;
  }

  .sm\:even\:-translate-x-11:nth-child(even) {
    --transform-translate-x: -2.75rem;
  }

  .sm\:even\:-translate-x-12:nth-child(even) {
    --transform-translate-x: -3rem;
  }

  .sm\:even\:-translate-x-13:nth-child(even) {
    --transform-translate-x: -3.25rem;
  }

  .sm\:even\:-translate-x-14:nth-child(even) {
    --transform-translate-x: -3.5rem;
  }

  .sm\:even\:-translate-x-15:nth-child(even) {
    --transform-translate-x: -3.75rem;
  }

  .sm\:even\:-translate-x-16:nth-child(even) {
    --transform-translate-x: -4rem;
  }

  .sm\:even\:-translate-x-17:nth-child(even) {
    --transform-translate-x: -4.25rem;
  }

  .sm\:even\:-translate-x-18:nth-child(even) {
    --transform-translate-x: -4.5rem;
  }

  .sm\:even\:-translate-x-19:nth-child(even) {
    --transform-translate-x: -4.75rem;
  }

  .sm\:even\:-translate-x-20:nth-child(even) {
    --transform-translate-x: -5rem;
  }

  .sm\:even\:-translate-x-24:nth-child(even) {
    --transform-translate-x: -6rem;
  }

  .sm\:even\:-translate-x-32:nth-child(even) {
    --transform-translate-x: -8rem;
  }

  .sm\:even\:-translate-x-40:nth-child(even) {
    --transform-translate-x: -10rem;
  }

  .sm\:even\:-translate-x-48:nth-child(even) {
    --transform-translate-x: -12rem;
  }

  .sm\:even\:-translate-x-56:nth-child(even) {
    --transform-translate-x: -14rem;
  }

  .sm\:even\:-translate-x-64:nth-child(even) {
    --transform-translate-x: -16rem;
  }

  .sm\:even\:-translate-x-75:nth-child(even) {
    --transform-translate-x: -18.75rem;
  }

  .sm\:even\:-translate-x-px:nth-child(even) {
    --transform-translate-x: -1px;
  }

  .sm\:even\:-translate-x-full:nth-child(even) {
    --transform-translate-x: -100%;
  }

  .sm\:even\:-translate-x-1\/2:nth-child(even) {
    --transform-translate-x: -50%;
  }

  .sm\:even\:translate-x-1\/2:nth-child(even) {
    --transform-translate-x: 50%;
  }

  .sm\:even\:translate-x-full:nth-child(even) {
    --transform-translate-x: 100%;
  }

  .sm\:even\:translate-y-0:nth-child(even) {
    --transform-translate-y: 0;
  }

  .sm\:even\:translate-y-1:nth-child(even) {
    --transform-translate-y: 0.25rem;
  }

  .sm\:even\:translate-y-2:nth-child(even) {
    --transform-translate-y: 0.5rem;
  }

  .sm\:even\:translate-y-3:nth-child(even) {
    --transform-translate-y: 0.75rem;
  }

  .sm\:even\:translate-y-4:nth-child(even) {
    --transform-translate-y: 1rem;
  }

  .sm\:even\:translate-y-5:nth-child(even) {
    --transform-translate-y: 1.25rem;
  }

  .sm\:even\:translate-y-6:nth-child(even) {
    --transform-translate-y: 1.5rem;
  }

  .sm\:even\:translate-y-7:nth-child(even) {
    --transform-translate-y: 1.75rem;
  }

  .sm\:even\:translate-y-8:nth-child(even) {
    --transform-translate-y: 2rem;
  }

  .sm\:even\:translate-y-9:nth-child(even) {
    --transform-translate-y: 2.25rem;
  }

  .sm\:even\:translate-y-10:nth-child(even) {
    --transform-translate-y: 2.5rem;
  }

  .sm\:even\:translate-y-11:nth-child(even) {
    --transform-translate-y: 2.75rem;
  }

  .sm\:even\:translate-y-12:nth-child(even) {
    --transform-translate-y: 3rem;
  }

  .sm\:even\:translate-y-13:nth-child(even) {
    --transform-translate-y: 3.25rem;
  }

  .sm\:even\:translate-y-14:nth-child(even) {
    --transform-translate-y: 3.5rem;
  }

  .sm\:even\:translate-y-15:nth-child(even) {
    --transform-translate-y: 3.75rem;
  }

  .sm\:even\:translate-y-16:nth-child(even) {
    --transform-translate-y: 4rem;
  }

  .sm\:even\:translate-y-17:nth-child(even) {
    --transform-translate-y: 4.25rem;
  }

  .sm\:even\:translate-y-18:nth-child(even) {
    --transform-translate-y: 4.5rem;
  }

  .sm\:even\:translate-y-19:nth-child(even) {
    --transform-translate-y: 4.75rem;
  }

  .sm\:even\:translate-y-20:nth-child(even) {
    --transform-translate-y: 5rem;
  }

  .sm\:even\:translate-y-24:nth-child(even) {
    --transform-translate-y: 6rem;
  }

  .sm\:even\:translate-y-32:nth-child(even) {
    --transform-translate-y: 8rem;
  }

  .sm\:even\:translate-y-40:nth-child(even) {
    --transform-translate-y: 10rem;
  }

  .sm\:even\:translate-y-48:nth-child(even) {
    --transform-translate-y: 12rem;
  }

  .sm\:even\:translate-y-56:nth-child(even) {
    --transform-translate-y: 14rem;
  }

  .sm\:even\:translate-y-64:nth-child(even) {
    --transform-translate-y: 16rem;
  }

  .sm\:even\:translate-y-75:nth-child(even) {
    --transform-translate-y: 18.75rem;
  }

  .sm\:even\:translate-y-px:nth-child(even) {
    --transform-translate-y: 1px;
  }

  .sm\:even\:-translate-y-1:nth-child(even) {
    --transform-translate-y: -0.25rem;
  }

  .sm\:even\:-translate-y-2:nth-child(even) {
    --transform-translate-y: -0.5rem;
  }

  .sm\:even\:-translate-y-3:nth-child(even) {
    --transform-translate-y: -0.75rem;
  }

  .sm\:even\:-translate-y-4:nth-child(even) {
    --transform-translate-y: -1rem;
  }

  .sm\:even\:-translate-y-5:nth-child(even) {
    --transform-translate-y: -1.25rem;
  }

  .sm\:even\:-translate-y-6:nth-child(even) {
    --transform-translate-y: -1.5rem;
  }

  .sm\:even\:-translate-y-7:nth-child(even) {
    --transform-translate-y: -1.75rem;
  }

  .sm\:even\:-translate-y-8:nth-child(even) {
    --transform-translate-y: -2rem;
  }

  .sm\:even\:-translate-y-9:nth-child(even) {
    --transform-translate-y: -2.25rem;
  }

  .sm\:even\:-translate-y-10:nth-child(even) {
    --transform-translate-y: -2.5rem;
  }

  .sm\:even\:-translate-y-11:nth-child(even) {
    --transform-translate-y: -2.75rem;
  }

  .sm\:even\:-translate-y-12:nth-child(even) {
    --transform-translate-y: -3rem;
  }

  .sm\:even\:-translate-y-13:nth-child(even) {
    --transform-translate-y: -3.25rem;
  }

  .sm\:even\:-translate-y-14:nth-child(even) {
    --transform-translate-y: -3.5rem;
  }

  .sm\:even\:-translate-y-15:nth-child(even) {
    --transform-translate-y: -3.75rem;
  }

  .sm\:even\:-translate-y-16:nth-child(even) {
    --transform-translate-y: -4rem;
  }

  .sm\:even\:-translate-y-17:nth-child(even) {
    --transform-translate-y: -4.25rem;
  }

  .sm\:even\:-translate-y-18:nth-child(even) {
    --transform-translate-y: -4.5rem;
  }

  .sm\:even\:-translate-y-19:nth-child(even) {
    --transform-translate-y: -4.75rem;
  }

  .sm\:even\:-translate-y-20:nth-child(even) {
    --transform-translate-y: -5rem;
  }

  .sm\:even\:-translate-y-24:nth-child(even) {
    --transform-translate-y: -6rem;
  }

  .sm\:even\:-translate-y-32:nth-child(even) {
    --transform-translate-y: -8rem;
  }

  .sm\:even\:-translate-y-40:nth-child(even) {
    --transform-translate-y: -10rem;
  }

  .sm\:even\:-translate-y-48:nth-child(even) {
    --transform-translate-y: -12rem;
  }

  .sm\:even\:-translate-y-56:nth-child(even) {
    --transform-translate-y: -14rem;
  }

  .sm\:even\:-translate-y-64:nth-child(even) {
    --transform-translate-y: -16rem;
  }

  .sm\:even\:-translate-y-75:nth-child(even) {
    --transform-translate-y: -18.75rem;
  }

  .sm\:even\:-translate-y-px:nth-child(even) {
    --transform-translate-y: -1px;
  }

  .sm\:even\:-translate-y-full:nth-child(even) {
    --transform-translate-y: -100%;
  }

  .sm\:even\:-translate-y-1\/2:nth-child(even) {
    --transform-translate-y: -50%;
  }

  .sm\:even\:translate-y-1\/2:nth-child(even) {
    --transform-translate-y: 50%;
  }

  .sm\:even\:translate-y-full:nth-child(even) {
    --transform-translate-y: 100%;
  }

  .sm\:odd\:translate-x-0:nth-child(odd) {
    --transform-translate-x: 0;
  }

  .sm\:odd\:translate-x-1:nth-child(odd) {
    --transform-translate-x: 0.25rem;
  }

  .sm\:odd\:translate-x-2:nth-child(odd) {
    --transform-translate-x: 0.5rem;
  }

  .sm\:odd\:translate-x-3:nth-child(odd) {
    --transform-translate-x: 0.75rem;
  }

  .sm\:odd\:translate-x-4:nth-child(odd) {
    --transform-translate-x: 1rem;
  }

  .sm\:odd\:translate-x-5:nth-child(odd) {
    --transform-translate-x: 1.25rem;
  }

  .sm\:odd\:translate-x-6:nth-child(odd) {
    --transform-translate-x: 1.5rem;
  }

  .sm\:odd\:translate-x-7:nth-child(odd) {
    --transform-translate-x: 1.75rem;
  }

  .sm\:odd\:translate-x-8:nth-child(odd) {
    --transform-translate-x: 2rem;
  }

  .sm\:odd\:translate-x-9:nth-child(odd) {
    --transform-translate-x: 2.25rem;
  }

  .sm\:odd\:translate-x-10:nth-child(odd) {
    --transform-translate-x: 2.5rem;
  }

  .sm\:odd\:translate-x-11:nth-child(odd) {
    --transform-translate-x: 2.75rem;
  }

  .sm\:odd\:translate-x-12:nth-child(odd) {
    --transform-translate-x: 3rem;
  }

  .sm\:odd\:translate-x-13:nth-child(odd) {
    --transform-translate-x: 3.25rem;
  }

  .sm\:odd\:translate-x-14:nth-child(odd) {
    --transform-translate-x: 3.5rem;
  }

  .sm\:odd\:translate-x-15:nth-child(odd) {
    --transform-translate-x: 3.75rem;
  }

  .sm\:odd\:translate-x-16:nth-child(odd) {
    --transform-translate-x: 4rem;
  }

  .sm\:odd\:translate-x-17:nth-child(odd) {
    --transform-translate-x: 4.25rem;
  }

  .sm\:odd\:translate-x-18:nth-child(odd) {
    --transform-translate-x: 4.5rem;
  }

  .sm\:odd\:translate-x-19:nth-child(odd) {
    --transform-translate-x: 4.75rem;
  }

  .sm\:odd\:translate-x-20:nth-child(odd) {
    --transform-translate-x: 5rem;
  }

  .sm\:odd\:translate-x-24:nth-child(odd) {
    --transform-translate-x: 6rem;
  }

  .sm\:odd\:translate-x-32:nth-child(odd) {
    --transform-translate-x: 8rem;
  }

  .sm\:odd\:translate-x-40:nth-child(odd) {
    --transform-translate-x: 10rem;
  }

  .sm\:odd\:translate-x-48:nth-child(odd) {
    --transform-translate-x: 12rem;
  }

  .sm\:odd\:translate-x-56:nth-child(odd) {
    --transform-translate-x: 14rem;
  }

  .sm\:odd\:translate-x-64:nth-child(odd) {
    --transform-translate-x: 16rem;
  }

  .sm\:odd\:translate-x-75:nth-child(odd) {
    --transform-translate-x: 18.75rem;
  }

  .sm\:odd\:translate-x-px:nth-child(odd) {
    --transform-translate-x: 1px;
  }

  .sm\:odd\:-translate-x-1:nth-child(odd) {
    --transform-translate-x: -0.25rem;
  }

  .sm\:odd\:-translate-x-2:nth-child(odd) {
    --transform-translate-x: -0.5rem;
  }

  .sm\:odd\:-translate-x-3:nth-child(odd) {
    --transform-translate-x: -0.75rem;
  }

  .sm\:odd\:-translate-x-4:nth-child(odd) {
    --transform-translate-x: -1rem;
  }

  .sm\:odd\:-translate-x-5:nth-child(odd) {
    --transform-translate-x: -1.25rem;
  }

  .sm\:odd\:-translate-x-6:nth-child(odd) {
    --transform-translate-x: -1.5rem;
  }

  .sm\:odd\:-translate-x-7:nth-child(odd) {
    --transform-translate-x: -1.75rem;
  }

  .sm\:odd\:-translate-x-8:nth-child(odd) {
    --transform-translate-x: -2rem;
  }

  .sm\:odd\:-translate-x-9:nth-child(odd) {
    --transform-translate-x: -2.25rem;
  }

  .sm\:odd\:-translate-x-10:nth-child(odd) {
    --transform-translate-x: -2.5rem;
  }

  .sm\:odd\:-translate-x-11:nth-child(odd) {
    --transform-translate-x: -2.75rem;
  }

  .sm\:odd\:-translate-x-12:nth-child(odd) {
    --transform-translate-x: -3rem;
  }

  .sm\:odd\:-translate-x-13:nth-child(odd) {
    --transform-translate-x: -3.25rem;
  }

  .sm\:odd\:-translate-x-14:nth-child(odd) {
    --transform-translate-x: -3.5rem;
  }

  .sm\:odd\:-translate-x-15:nth-child(odd) {
    --transform-translate-x: -3.75rem;
  }

  .sm\:odd\:-translate-x-16:nth-child(odd) {
    --transform-translate-x: -4rem;
  }

  .sm\:odd\:-translate-x-17:nth-child(odd) {
    --transform-translate-x: -4.25rem;
  }

  .sm\:odd\:-translate-x-18:nth-child(odd) {
    --transform-translate-x: -4.5rem;
  }

  .sm\:odd\:-translate-x-19:nth-child(odd) {
    --transform-translate-x: -4.75rem;
  }

  .sm\:odd\:-translate-x-20:nth-child(odd) {
    --transform-translate-x: -5rem;
  }

  .sm\:odd\:-translate-x-24:nth-child(odd) {
    --transform-translate-x: -6rem;
  }

  .sm\:odd\:-translate-x-32:nth-child(odd) {
    --transform-translate-x: -8rem;
  }

  .sm\:odd\:-translate-x-40:nth-child(odd) {
    --transform-translate-x: -10rem;
  }

  .sm\:odd\:-translate-x-48:nth-child(odd) {
    --transform-translate-x: -12rem;
  }

  .sm\:odd\:-translate-x-56:nth-child(odd) {
    --transform-translate-x: -14rem;
  }

  .sm\:odd\:-translate-x-64:nth-child(odd) {
    --transform-translate-x: -16rem;
  }

  .sm\:odd\:-translate-x-75:nth-child(odd) {
    --transform-translate-x: -18.75rem;
  }

  .sm\:odd\:-translate-x-px:nth-child(odd) {
    --transform-translate-x: -1px;
  }

  .sm\:odd\:-translate-x-full:nth-child(odd) {
    --transform-translate-x: -100%;
  }

  .sm\:odd\:-translate-x-1\/2:nth-child(odd) {
    --transform-translate-x: -50%;
  }

  .sm\:odd\:translate-x-1\/2:nth-child(odd) {
    --transform-translate-x: 50%;
  }

  .sm\:odd\:translate-x-full:nth-child(odd) {
    --transform-translate-x: 100%;
  }

  .sm\:odd\:translate-y-0:nth-child(odd) {
    --transform-translate-y: 0;
  }

  .sm\:odd\:translate-y-1:nth-child(odd) {
    --transform-translate-y: 0.25rem;
  }

  .sm\:odd\:translate-y-2:nth-child(odd) {
    --transform-translate-y: 0.5rem;
  }

  .sm\:odd\:translate-y-3:nth-child(odd) {
    --transform-translate-y: 0.75rem;
  }

  .sm\:odd\:translate-y-4:nth-child(odd) {
    --transform-translate-y: 1rem;
  }

  .sm\:odd\:translate-y-5:nth-child(odd) {
    --transform-translate-y: 1.25rem;
  }

  .sm\:odd\:translate-y-6:nth-child(odd) {
    --transform-translate-y: 1.5rem;
  }

  .sm\:odd\:translate-y-7:nth-child(odd) {
    --transform-translate-y: 1.75rem;
  }

  .sm\:odd\:translate-y-8:nth-child(odd) {
    --transform-translate-y: 2rem;
  }

  .sm\:odd\:translate-y-9:nth-child(odd) {
    --transform-translate-y: 2.25rem;
  }

  .sm\:odd\:translate-y-10:nth-child(odd) {
    --transform-translate-y: 2.5rem;
  }

  .sm\:odd\:translate-y-11:nth-child(odd) {
    --transform-translate-y: 2.75rem;
  }

  .sm\:odd\:translate-y-12:nth-child(odd) {
    --transform-translate-y: 3rem;
  }

  .sm\:odd\:translate-y-13:nth-child(odd) {
    --transform-translate-y: 3.25rem;
  }

  .sm\:odd\:translate-y-14:nth-child(odd) {
    --transform-translate-y: 3.5rem;
  }

  .sm\:odd\:translate-y-15:nth-child(odd) {
    --transform-translate-y: 3.75rem;
  }

  .sm\:odd\:translate-y-16:nth-child(odd) {
    --transform-translate-y: 4rem;
  }

  .sm\:odd\:translate-y-17:nth-child(odd) {
    --transform-translate-y: 4.25rem;
  }

  .sm\:odd\:translate-y-18:nth-child(odd) {
    --transform-translate-y: 4.5rem;
  }

  .sm\:odd\:translate-y-19:nth-child(odd) {
    --transform-translate-y: 4.75rem;
  }

  .sm\:odd\:translate-y-20:nth-child(odd) {
    --transform-translate-y: 5rem;
  }

  .sm\:odd\:translate-y-24:nth-child(odd) {
    --transform-translate-y: 6rem;
  }

  .sm\:odd\:translate-y-32:nth-child(odd) {
    --transform-translate-y: 8rem;
  }

  .sm\:odd\:translate-y-40:nth-child(odd) {
    --transform-translate-y: 10rem;
  }

  .sm\:odd\:translate-y-48:nth-child(odd) {
    --transform-translate-y: 12rem;
  }

  .sm\:odd\:translate-y-56:nth-child(odd) {
    --transform-translate-y: 14rem;
  }

  .sm\:odd\:translate-y-64:nth-child(odd) {
    --transform-translate-y: 16rem;
  }

  .sm\:odd\:translate-y-75:nth-child(odd) {
    --transform-translate-y: 18.75rem;
  }

  .sm\:odd\:translate-y-px:nth-child(odd) {
    --transform-translate-y: 1px;
  }

  .sm\:odd\:-translate-y-1:nth-child(odd) {
    --transform-translate-y: -0.25rem;
  }

  .sm\:odd\:-translate-y-2:nth-child(odd) {
    --transform-translate-y: -0.5rem;
  }

  .sm\:odd\:-translate-y-3:nth-child(odd) {
    --transform-translate-y: -0.75rem;
  }

  .sm\:odd\:-translate-y-4:nth-child(odd) {
    --transform-translate-y: -1rem;
  }

  .sm\:odd\:-translate-y-5:nth-child(odd) {
    --transform-translate-y: -1.25rem;
  }

  .sm\:odd\:-translate-y-6:nth-child(odd) {
    --transform-translate-y: -1.5rem;
  }

  .sm\:odd\:-translate-y-7:nth-child(odd) {
    --transform-translate-y: -1.75rem;
  }

  .sm\:odd\:-translate-y-8:nth-child(odd) {
    --transform-translate-y: -2rem;
  }

  .sm\:odd\:-translate-y-9:nth-child(odd) {
    --transform-translate-y: -2.25rem;
  }

  .sm\:odd\:-translate-y-10:nth-child(odd) {
    --transform-translate-y: -2.5rem;
  }

  .sm\:odd\:-translate-y-11:nth-child(odd) {
    --transform-translate-y: -2.75rem;
  }

  .sm\:odd\:-translate-y-12:nth-child(odd) {
    --transform-translate-y: -3rem;
  }

  .sm\:odd\:-translate-y-13:nth-child(odd) {
    --transform-translate-y: -3.25rem;
  }

  .sm\:odd\:-translate-y-14:nth-child(odd) {
    --transform-translate-y: -3.5rem;
  }

  .sm\:odd\:-translate-y-15:nth-child(odd) {
    --transform-translate-y: -3.75rem;
  }

  .sm\:odd\:-translate-y-16:nth-child(odd) {
    --transform-translate-y: -4rem;
  }

  .sm\:odd\:-translate-y-17:nth-child(odd) {
    --transform-translate-y: -4.25rem;
  }

  .sm\:odd\:-translate-y-18:nth-child(odd) {
    --transform-translate-y: -4.5rem;
  }

  .sm\:odd\:-translate-y-19:nth-child(odd) {
    --transform-translate-y: -4.75rem;
  }

  .sm\:odd\:-translate-y-20:nth-child(odd) {
    --transform-translate-y: -5rem;
  }

  .sm\:odd\:-translate-y-24:nth-child(odd) {
    --transform-translate-y: -6rem;
  }

  .sm\:odd\:-translate-y-32:nth-child(odd) {
    --transform-translate-y: -8rem;
  }

  .sm\:odd\:-translate-y-40:nth-child(odd) {
    --transform-translate-y: -10rem;
  }

  .sm\:odd\:-translate-y-48:nth-child(odd) {
    --transform-translate-y: -12rem;
  }

  .sm\:odd\:-translate-y-56:nth-child(odd) {
    --transform-translate-y: -14rem;
  }

  .sm\:odd\:-translate-y-64:nth-child(odd) {
    --transform-translate-y: -16rem;
  }

  .sm\:odd\:-translate-y-75:nth-child(odd) {
    --transform-translate-y: -18.75rem;
  }

  .sm\:odd\:-translate-y-px:nth-child(odd) {
    --transform-translate-y: -1px;
  }

  .sm\:odd\:-translate-y-full:nth-child(odd) {
    --transform-translate-y: -100%;
  }

  .sm\:odd\:-translate-y-1\/2:nth-child(odd) {
    --transform-translate-y: -50%;
  }

  .sm\:odd\:translate-y-1\/2:nth-child(odd) {
    --transform-translate-y: 50%;
  }

  .sm\:odd\:translate-y-full:nth-child(odd) {
    --transform-translate-y: 100%;
  }

  .sm\:children\:translate-x-0 > * {
    --transform-translate-x: 0;
  }

  .sm\:children\:translate-x-1 > * {
    --transform-translate-x: 0.25rem;
  }

  .sm\:children\:translate-x-2 > * {
    --transform-translate-x: 0.5rem;
  }

  .sm\:children\:translate-x-3 > * {
    --transform-translate-x: 0.75rem;
  }

  .sm\:children\:translate-x-4 > * {
    --transform-translate-x: 1rem;
  }

  .sm\:children\:translate-x-5 > * {
    --transform-translate-x: 1.25rem;
  }

  .sm\:children\:translate-x-6 > * {
    --transform-translate-x: 1.5rem;
  }

  .sm\:children\:translate-x-7 > * {
    --transform-translate-x: 1.75rem;
  }

  .sm\:children\:translate-x-8 > * {
    --transform-translate-x: 2rem;
  }

  .sm\:children\:translate-x-9 > * {
    --transform-translate-x: 2.25rem;
  }

  .sm\:children\:translate-x-10 > * {
    --transform-translate-x: 2.5rem;
  }

  .sm\:children\:translate-x-11 > * {
    --transform-translate-x: 2.75rem;
  }

  .sm\:children\:translate-x-12 > * {
    --transform-translate-x: 3rem;
  }

  .sm\:children\:translate-x-13 > * {
    --transform-translate-x: 3.25rem;
  }

  .sm\:children\:translate-x-14 > * {
    --transform-translate-x: 3.5rem;
  }

  .sm\:children\:translate-x-15 > * {
    --transform-translate-x: 3.75rem;
  }

  .sm\:children\:translate-x-16 > * {
    --transform-translate-x: 4rem;
  }

  .sm\:children\:translate-x-17 > * {
    --transform-translate-x: 4.25rem;
  }

  .sm\:children\:translate-x-18 > * {
    --transform-translate-x: 4.5rem;
  }

  .sm\:children\:translate-x-19 > * {
    --transform-translate-x: 4.75rem;
  }

  .sm\:children\:translate-x-20 > * {
    --transform-translate-x: 5rem;
  }

  .sm\:children\:translate-x-24 > * {
    --transform-translate-x: 6rem;
  }

  .sm\:children\:translate-x-32 > * {
    --transform-translate-x: 8rem;
  }

  .sm\:children\:translate-x-40 > * {
    --transform-translate-x: 10rem;
  }

  .sm\:children\:translate-x-48 > * {
    --transform-translate-x: 12rem;
  }

  .sm\:children\:translate-x-56 > * {
    --transform-translate-x: 14rem;
  }

  .sm\:children\:translate-x-64 > * {
    --transform-translate-x: 16rem;
  }

  .sm\:children\:translate-x-75 > * {
    --transform-translate-x: 18.75rem;
  }

  .sm\:children\:translate-x-px > * {
    --transform-translate-x: 1px;
  }

  .sm\:children\:-translate-x-1 > * {
    --transform-translate-x: -0.25rem;
  }

  .sm\:children\:-translate-x-2 > * {
    --transform-translate-x: -0.5rem;
  }

  .sm\:children\:-translate-x-3 > * {
    --transform-translate-x: -0.75rem;
  }

  .sm\:children\:-translate-x-4 > * {
    --transform-translate-x: -1rem;
  }

  .sm\:children\:-translate-x-5 > * {
    --transform-translate-x: -1.25rem;
  }

  .sm\:children\:-translate-x-6 > * {
    --transform-translate-x: -1.5rem;
  }

  .sm\:children\:-translate-x-7 > * {
    --transform-translate-x: -1.75rem;
  }

  .sm\:children\:-translate-x-8 > * {
    --transform-translate-x: -2rem;
  }

  .sm\:children\:-translate-x-9 > * {
    --transform-translate-x: -2.25rem;
  }

  .sm\:children\:-translate-x-10 > * {
    --transform-translate-x: -2.5rem;
  }

  .sm\:children\:-translate-x-11 > * {
    --transform-translate-x: -2.75rem;
  }

  .sm\:children\:-translate-x-12 > * {
    --transform-translate-x: -3rem;
  }

  .sm\:children\:-translate-x-13 > * {
    --transform-translate-x: -3.25rem;
  }

  .sm\:children\:-translate-x-14 > * {
    --transform-translate-x: -3.5rem;
  }

  .sm\:children\:-translate-x-15 > * {
    --transform-translate-x: -3.75rem;
  }

  .sm\:children\:-translate-x-16 > * {
    --transform-translate-x: -4rem;
  }

  .sm\:children\:-translate-x-17 > * {
    --transform-translate-x: -4.25rem;
  }

  .sm\:children\:-translate-x-18 > * {
    --transform-translate-x: -4.5rem;
  }

  .sm\:children\:-translate-x-19 > * {
    --transform-translate-x: -4.75rem;
  }

  .sm\:children\:-translate-x-20 > * {
    --transform-translate-x: -5rem;
  }

  .sm\:children\:-translate-x-24 > * {
    --transform-translate-x: -6rem;
  }

  .sm\:children\:-translate-x-32 > * {
    --transform-translate-x: -8rem;
  }

  .sm\:children\:-translate-x-40 > * {
    --transform-translate-x: -10rem;
  }

  .sm\:children\:-translate-x-48 > * {
    --transform-translate-x: -12rem;
  }

  .sm\:children\:-translate-x-56 > * {
    --transform-translate-x: -14rem;
  }

  .sm\:children\:-translate-x-64 > * {
    --transform-translate-x: -16rem;
  }

  .sm\:children\:-translate-x-75 > * {
    --transform-translate-x: -18.75rem;
  }

  .sm\:children\:-translate-x-px > * {
    --transform-translate-x: -1px;
  }

  .sm\:children\:-translate-x-full > * {
    --transform-translate-x: -100%;
  }

  .sm\:children\:-translate-x-1\/2 > * {
    --transform-translate-x: -50%;
  }

  .sm\:children\:translate-x-1\/2 > * {
    --transform-translate-x: 50%;
  }

  .sm\:children\:translate-x-full > * {
    --transform-translate-x: 100%;
  }

  .sm\:children\:translate-y-0 > * {
    --transform-translate-y: 0;
  }

  .sm\:children\:translate-y-1 > * {
    --transform-translate-y: 0.25rem;
  }

  .sm\:children\:translate-y-2 > * {
    --transform-translate-y: 0.5rem;
  }

  .sm\:children\:translate-y-3 > * {
    --transform-translate-y: 0.75rem;
  }

  .sm\:children\:translate-y-4 > * {
    --transform-translate-y: 1rem;
  }

  .sm\:children\:translate-y-5 > * {
    --transform-translate-y: 1.25rem;
  }

  .sm\:children\:translate-y-6 > * {
    --transform-translate-y: 1.5rem;
  }

  .sm\:children\:translate-y-7 > * {
    --transform-translate-y: 1.75rem;
  }

  .sm\:children\:translate-y-8 > * {
    --transform-translate-y: 2rem;
  }

  .sm\:children\:translate-y-9 > * {
    --transform-translate-y: 2.25rem;
  }

  .sm\:children\:translate-y-10 > * {
    --transform-translate-y: 2.5rem;
  }

  .sm\:children\:translate-y-11 > * {
    --transform-translate-y: 2.75rem;
  }

  .sm\:children\:translate-y-12 > * {
    --transform-translate-y: 3rem;
  }

  .sm\:children\:translate-y-13 > * {
    --transform-translate-y: 3.25rem;
  }

  .sm\:children\:translate-y-14 > * {
    --transform-translate-y: 3.5rem;
  }

  .sm\:children\:translate-y-15 > * {
    --transform-translate-y: 3.75rem;
  }

  .sm\:children\:translate-y-16 > * {
    --transform-translate-y: 4rem;
  }

  .sm\:children\:translate-y-17 > * {
    --transform-translate-y: 4.25rem;
  }

  .sm\:children\:translate-y-18 > * {
    --transform-translate-y: 4.5rem;
  }

  .sm\:children\:translate-y-19 > * {
    --transform-translate-y: 4.75rem;
  }

  .sm\:children\:translate-y-20 > * {
    --transform-translate-y: 5rem;
  }

  .sm\:children\:translate-y-24 > * {
    --transform-translate-y: 6rem;
  }

  .sm\:children\:translate-y-32 > * {
    --transform-translate-y: 8rem;
  }

  .sm\:children\:translate-y-40 > * {
    --transform-translate-y: 10rem;
  }

  .sm\:children\:translate-y-48 > * {
    --transform-translate-y: 12rem;
  }

  .sm\:children\:translate-y-56 > * {
    --transform-translate-y: 14rem;
  }

  .sm\:children\:translate-y-64 > * {
    --transform-translate-y: 16rem;
  }

  .sm\:children\:translate-y-75 > * {
    --transform-translate-y: 18.75rem;
  }

  .sm\:children\:translate-y-px > * {
    --transform-translate-y: 1px;
  }

  .sm\:children\:-translate-y-1 > * {
    --transform-translate-y: -0.25rem;
  }

  .sm\:children\:-translate-y-2 > * {
    --transform-translate-y: -0.5rem;
  }

  .sm\:children\:-translate-y-3 > * {
    --transform-translate-y: -0.75rem;
  }

  .sm\:children\:-translate-y-4 > * {
    --transform-translate-y: -1rem;
  }

  .sm\:children\:-translate-y-5 > * {
    --transform-translate-y: -1.25rem;
  }

  .sm\:children\:-translate-y-6 > * {
    --transform-translate-y: -1.5rem;
  }

  .sm\:children\:-translate-y-7 > * {
    --transform-translate-y: -1.75rem;
  }

  .sm\:children\:-translate-y-8 > * {
    --transform-translate-y: -2rem;
  }

  .sm\:children\:-translate-y-9 > * {
    --transform-translate-y: -2.25rem;
  }

  .sm\:children\:-translate-y-10 > * {
    --transform-translate-y: -2.5rem;
  }

  .sm\:children\:-translate-y-11 > * {
    --transform-translate-y: -2.75rem;
  }

  .sm\:children\:-translate-y-12 > * {
    --transform-translate-y: -3rem;
  }

  .sm\:children\:-translate-y-13 > * {
    --transform-translate-y: -3.25rem;
  }

  .sm\:children\:-translate-y-14 > * {
    --transform-translate-y: -3.5rem;
  }

  .sm\:children\:-translate-y-15 > * {
    --transform-translate-y: -3.75rem;
  }

  .sm\:children\:-translate-y-16 > * {
    --transform-translate-y: -4rem;
  }

  .sm\:children\:-translate-y-17 > * {
    --transform-translate-y: -4.25rem;
  }

  .sm\:children\:-translate-y-18 > * {
    --transform-translate-y: -4.5rem;
  }

  .sm\:children\:-translate-y-19 > * {
    --transform-translate-y: -4.75rem;
  }

  .sm\:children\:-translate-y-20 > * {
    --transform-translate-y: -5rem;
  }

  .sm\:children\:-translate-y-24 > * {
    --transform-translate-y: -6rem;
  }

  .sm\:children\:-translate-y-32 > * {
    --transform-translate-y: -8rem;
  }

  .sm\:children\:-translate-y-40 > * {
    --transform-translate-y: -10rem;
  }

  .sm\:children\:-translate-y-48 > * {
    --transform-translate-y: -12rem;
  }

  .sm\:children\:-translate-y-56 > * {
    --transform-translate-y: -14rem;
  }

  .sm\:children\:-translate-y-64 > * {
    --transform-translate-y: -16rem;
  }

  .sm\:children\:-translate-y-75 > * {
    --transform-translate-y: -18.75rem;
  }

  .sm\:children\:-translate-y-px > * {
    --transform-translate-y: -1px;
  }

  .sm\:children\:-translate-y-full > * {
    --transform-translate-y: -100%;
  }

  .sm\:children\:-translate-y-1\/2 > * {
    --transform-translate-y: -50%;
  }

  .sm\:children\:translate-y-1\/2 > * {
    --transform-translate-y: 50%;
  }

  .sm\:children\:translate-y-full > * {
    --transform-translate-y: 100%;
  }

  .sm\:first\:translate-x-0:first-child {
    --transform-translate-x: 0;
  }

  .sm\:first\:translate-x-1:first-child {
    --transform-translate-x: 0.25rem;
  }

  .sm\:first\:translate-x-2:first-child {
    --transform-translate-x: 0.5rem;
  }

  .sm\:first\:translate-x-3:first-child {
    --transform-translate-x: 0.75rem;
  }

  .sm\:first\:translate-x-4:first-child {
    --transform-translate-x: 1rem;
  }

  .sm\:first\:translate-x-5:first-child {
    --transform-translate-x: 1.25rem;
  }

  .sm\:first\:translate-x-6:first-child {
    --transform-translate-x: 1.5rem;
  }

  .sm\:first\:translate-x-7:first-child {
    --transform-translate-x: 1.75rem;
  }

  .sm\:first\:translate-x-8:first-child {
    --transform-translate-x: 2rem;
  }

  .sm\:first\:translate-x-9:first-child {
    --transform-translate-x: 2.25rem;
  }

  .sm\:first\:translate-x-10:first-child {
    --transform-translate-x: 2.5rem;
  }

  .sm\:first\:translate-x-11:first-child {
    --transform-translate-x: 2.75rem;
  }

  .sm\:first\:translate-x-12:first-child {
    --transform-translate-x: 3rem;
  }

  .sm\:first\:translate-x-13:first-child {
    --transform-translate-x: 3.25rem;
  }

  .sm\:first\:translate-x-14:first-child {
    --transform-translate-x: 3.5rem;
  }

  .sm\:first\:translate-x-15:first-child {
    --transform-translate-x: 3.75rem;
  }

  .sm\:first\:translate-x-16:first-child {
    --transform-translate-x: 4rem;
  }

  .sm\:first\:translate-x-17:first-child {
    --transform-translate-x: 4.25rem;
  }

  .sm\:first\:translate-x-18:first-child {
    --transform-translate-x: 4.5rem;
  }

  .sm\:first\:translate-x-19:first-child {
    --transform-translate-x: 4.75rem;
  }

  .sm\:first\:translate-x-20:first-child {
    --transform-translate-x: 5rem;
  }

  .sm\:first\:translate-x-24:first-child {
    --transform-translate-x: 6rem;
  }

  .sm\:first\:translate-x-32:first-child {
    --transform-translate-x: 8rem;
  }

  .sm\:first\:translate-x-40:first-child {
    --transform-translate-x: 10rem;
  }

  .sm\:first\:translate-x-48:first-child {
    --transform-translate-x: 12rem;
  }

  .sm\:first\:translate-x-56:first-child {
    --transform-translate-x: 14rem;
  }

  .sm\:first\:translate-x-64:first-child {
    --transform-translate-x: 16rem;
  }

  .sm\:first\:translate-x-75:first-child {
    --transform-translate-x: 18.75rem;
  }

  .sm\:first\:translate-x-px:first-child {
    --transform-translate-x: 1px;
  }

  .sm\:first\:-translate-x-1:first-child {
    --transform-translate-x: -0.25rem;
  }

  .sm\:first\:-translate-x-2:first-child {
    --transform-translate-x: -0.5rem;
  }

  .sm\:first\:-translate-x-3:first-child {
    --transform-translate-x: -0.75rem;
  }

  .sm\:first\:-translate-x-4:first-child {
    --transform-translate-x: -1rem;
  }

  .sm\:first\:-translate-x-5:first-child {
    --transform-translate-x: -1.25rem;
  }

  .sm\:first\:-translate-x-6:first-child {
    --transform-translate-x: -1.5rem;
  }

  .sm\:first\:-translate-x-7:first-child {
    --transform-translate-x: -1.75rem;
  }

  .sm\:first\:-translate-x-8:first-child {
    --transform-translate-x: -2rem;
  }

  .sm\:first\:-translate-x-9:first-child {
    --transform-translate-x: -2.25rem;
  }

  .sm\:first\:-translate-x-10:first-child {
    --transform-translate-x: -2.5rem;
  }

  .sm\:first\:-translate-x-11:first-child {
    --transform-translate-x: -2.75rem;
  }

  .sm\:first\:-translate-x-12:first-child {
    --transform-translate-x: -3rem;
  }

  .sm\:first\:-translate-x-13:first-child {
    --transform-translate-x: -3.25rem;
  }

  .sm\:first\:-translate-x-14:first-child {
    --transform-translate-x: -3.5rem;
  }

  .sm\:first\:-translate-x-15:first-child {
    --transform-translate-x: -3.75rem;
  }

  .sm\:first\:-translate-x-16:first-child {
    --transform-translate-x: -4rem;
  }

  .sm\:first\:-translate-x-17:first-child {
    --transform-translate-x: -4.25rem;
  }

  .sm\:first\:-translate-x-18:first-child {
    --transform-translate-x: -4.5rem;
  }

  .sm\:first\:-translate-x-19:first-child {
    --transform-translate-x: -4.75rem;
  }

  .sm\:first\:-translate-x-20:first-child {
    --transform-translate-x: -5rem;
  }

  .sm\:first\:-translate-x-24:first-child {
    --transform-translate-x: -6rem;
  }

  .sm\:first\:-translate-x-32:first-child {
    --transform-translate-x: -8rem;
  }

  .sm\:first\:-translate-x-40:first-child {
    --transform-translate-x: -10rem;
  }

  .sm\:first\:-translate-x-48:first-child {
    --transform-translate-x: -12rem;
  }

  .sm\:first\:-translate-x-56:first-child {
    --transform-translate-x: -14rem;
  }

  .sm\:first\:-translate-x-64:first-child {
    --transform-translate-x: -16rem;
  }

  .sm\:first\:-translate-x-75:first-child {
    --transform-translate-x: -18.75rem;
  }

  .sm\:first\:-translate-x-px:first-child {
    --transform-translate-x: -1px;
  }

  .sm\:first\:-translate-x-full:first-child {
    --transform-translate-x: -100%;
  }

  .sm\:first\:-translate-x-1\/2:first-child {
    --transform-translate-x: -50%;
  }

  .sm\:first\:translate-x-1\/2:first-child {
    --transform-translate-x: 50%;
  }

  .sm\:first\:translate-x-full:first-child {
    --transform-translate-x: 100%;
  }

  .sm\:first\:translate-y-0:first-child {
    --transform-translate-y: 0;
  }

  .sm\:first\:translate-y-1:first-child {
    --transform-translate-y: 0.25rem;
  }

  .sm\:first\:translate-y-2:first-child {
    --transform-translate-y: 0.5rem;
  }

  .sm\:first\:translate-y-3:first-child {
    --transform-translate-y: 0.75rem;
  }

  .sm\:first\:translate-y-4:first-child {
    --transform-translate-y: 1rem;
  }

  .sm\:first\:translate-y-5:first-child {
    --transform-translate-y: 1.25rem;
  }

  .sm\:first\:translate-y-6:first-child {
    --transform-translate-y: 1.5rem;
  }

  .sm\:first\:translate-y-7:first-child {
    --transform-translate-y: 1.75rem;
  }

  .sm\:first\:translate-y-8:first-child {
    --transform-translate-y: 2rem;
  }

  .sm\:first\:translate-y-9:first-child {
    --transform-translate-y: 2.25rem;
  }

  .sm\:first\:translate-y-10:first-child {
    --transform-translate-y: 2.5rem;
  }

  .sm\:first\:translate-y-11:first-child {
    --transform-translate-y: 2.75rem;
  }

  .sm\:first\:translate-y-12:first-child {
    --transform-translate-y: 3rem;
  }

  .sm\:first\:translate-y-13:first-child {
    --transform-translate-y: 3.25rem;
  }

  .sm\:first\:translate-y-14:first-child {
    --transform-translate-y: 3.5rem;
  }

  .sm\:first\:translate-y-15:first-child {
    --transform-translate-y: 3.75rem;
  }

  .sm\:first\:translate-y-16:first-child {
    --transform-translate-y: 4rem;
  }

  .sm\:first\:translate-y-17:first-child {
    --transform-translate-y: 4.25rem;
  }

  .sm\:first\:translate-y-18:first-child {
    --transform-translate-y: 4.5rem;
  }

  .sm\:first\:translate-y-19:first-child {
    --transform-translate-y: 4.75rem;
  }

  .sm\:first\:translate-y-20:first-child {
    --transform-translate-y: 5rem;
  }

  .sm\:first\:translate-y-24:first-child {
    --transform-translate-y: 6rem;
  }

  .sm\:first\:translate-y-32:first-child {
    --transform-translate-y: 8rem;
  }

  .sm\:first\:translate-y-40:first-child {
    --transform-translate-y: 10rem;
  }

  .sm\:first\:translate-y-48:first-child {
    --transform-translate-y: 12rem;
  }

  .sm\:first\:translate-y-56:first-child {
    --transform-translate-y: 14rem;
  }

  .sm\:first\:translate-y-64:first-child {
    --transform-translate-y: 16rem;
  }

  .sm\:first\:translate-y-75:first-child {
    --transform-translate-y: 18.75rem;
  }

  .sm\:first\:translate-y-px:first-child {
    --transform-translate-y: 1px;
  }

  .sm\:first\:-translate-y-1:first-child {
    --transform-translate-y: -0.25rem;
  }

  .sm\:first\:-translate-y-2:first-child {
    --transform-translate-y: -0.5rem;
  }

  .sm\:first\:-translate-y-3:first-child {
    --transform-translate-y: -0.75rem;
  }

  .sm\:first\:-translate-y-4:first-child {
    --transform-translate-y: -1rem;
  }

  .sm\:first\:-translate-y-5:first-child {
    --transform-translate-y: -1.25rem;
  }

  .sm\:first\:-translate-y-6:first-child {
    --transform-translate-y: -1.5rem;
  }

  .sm\:first\:-translate-y-7:first-child {
    --transform-translate-y: -1.75rem;
  }

  .sm\:first\:-translate-y-8:first-child {
    --transform-translate-y: -2rem;
  }

  .sm\:first\:-translate-y-9:first-child {
    --transform-translate-y: -2.25rem;
  }

  .sm\:first\:-translate-y-10:first-child {
    --transform-translate-y: -2.5rem;
  }

  .sm\:first\:-translate-y-11:first-child {
    --transform-translate-y: -2.75rem;
  }

  .sm\:first\:-translate-y-12:first-child {
    --transform-translate-y: -3rem;
  }

  .sm\:first\:-translate-y-13:first-child {
    --transform-translate-y: -3.25rem;
  }

  .sm\:first\:-translate-y-14:first-child {
    --transform-translate-y: -3.5rem;
  }

  .sm\:first\:-translate-y-15:first-child {
    --transform-translate-y: -3.75rem;
  }

  .sm\:first\:-translate-y-16:first-child {
    --transform-translate-y: -4rem;
  }

  .sm\:first\:-translate-y-17:first-child {
    --transform-translate-y: -4.25rem;
  }

  .sm\:first\:-translate-y-18:first-child {
    --transform-translate-y: -4.5rem;
  }

  .sm\:first\:-translate-y-19:first-child {
    --transform-translate-y: -4.75rem;
  }

  .sm\:first\:-translate-y-20:first-child {
    --transform-translate-y: -5rem;
  }

  .sm\:first\:-translate-y-24:first-child {
    --transform-translate-y: -6rem;
  }

  .sm\:first\:-translate-y-32:first-child {
    --transform-translate-y: -8rem;
  }

  .sm\:first\:-translate-y-40:first-child {
    --transform-translate-y: -10rem;
  }

  .sm\:first\:-translate-y-48:first-child {
    --transform-translate-y: -12rem;
  }

  .sm\:first\:-translate-y-56:first-child {
    --transform-translate-y: -14rem;
  }

  .sm\:first\:-translate-y-64:first-child {
    --transform-translate-y: -16rem;
  }

  .sm\:first\:-translate-y-75:first-child {
    --transform-translate-y: -18.75rem;
  }

  .sm\:first\:-translate-y-px:first-child {
    --transform-translate-y: -1px;
  }

  .sm\:first\:-translate-y-full:first-child {
    --transform-translate-y: -100%;
  }

  .sm\:first\:-translate-y-1\/2:first-child {
    --transform-translate-y: -50%;
  }

  .sm\:first\:translate-y-1\/2:first-child {
    --transform-translate-y: 50%;
  }

  .sm\:first\:translate-y-full:first-child {
    --transform-translate-y: 100%;
  }

  .sm\:last\:translate-x-0:last-child {
    --transform-translate-x: 0;
  }

  .sm\:last\:translate-x-1:last-child {
    --transform-translate-x: 0.25rem;
  }

  .sm\:last\:translate-x-2:last-child {
    --transform-translate-x: 0.5rem;
  }

  .sm\:last\:translate-x-3:last-child {
    --transform-translate-x: 0.75rem;
  }

  .sm\:last\:translate-x-4:last-child {
    --transform-translate-x: 1rem;
  }

  .sm\:last\:translate-x-5:last-child {
    --transform-translate-x: 1.25rem;
  }

  .sm\:last\:translate-x-6:last-child {
    --transform-translate-x: 1.5rem;
  }

  .sm\:last\:translate-x-7:last-child {
    --transform-translate-x: 1.75rem;
  }

  .sm\:last\:translate-x-8:last-child {
    --transform-translate-x: 2rem;
  }

  .sm\:last\:translate-x-9:last-child {
    --transform-translate-x: 2.25rem;
  }

  .sm\:last\:translate-x-10:last-child {
    --transform-translate-x: 2.5rem;
  }

  .sm\:last\:translate-x-11:last-child {
    --transform-translate-x: 2.75rem;
  }

  .sm\:last\:translate-x-12:last-child {
    --transform-translate-x: 3rem;
  }

  .sm\:last\:translate-x-13:last-child {
    --transform-translate-x: 3.25rem;
  }

  .sm\:last\:translate-x-14:last-child {
    --transform-translate-x: 3.5rem;
  }

  .sm\:last\:translate-x-15:last-child {
    --transform-translate-x: 3.75rem;
  }

  .sm\:last\:translate-x-16:last-child {
    --transform-translate-x: 4rem;
  }

  .sm\:last\:translate-x-17:last-child {
    --transform-translate-x: 4.25rem;
  }

  .sm\:last\:translate-x-18:last-child {
    --transform-translate-x: 4.5rem;
  }

  .sm\:last\:translate-x-19:last-child {
    --transform-translate-x: 4.75rem;
  }

  .sm\:last\:translate-x-20:last-child {
    --transform-translate-x: 5rem;
  }

  .sm\:last\:translate-x-24:last-child {
    --transform-translate-x: 6rem;
  }

  .sm\:last\:translate-x-32:last-child {
    --transform-translate-x: 8rem;
  }

  .sm\:last\:translate-x-40:last-child {
    --transform-translate-x: 10rem;
  }

  .sm\:last\:translate-x-48:last-child {
    --transform-translate-x: 12rem;
  }

  .sm\:last\:translate-x-56:last-child {
    --transform-translate-x: 14rem;
  }

  .sm\:last\:translate-x-64:last-child {
    --transform-translate-x: 16rem;
  }

  .sm\:last\:translate-x-75:last-child {
    --transform-translate-x: 18.75rem;
  }

  .sm\:last\:translate-x-px:last-child {
    --transform-translate-x: 1px;
  }

  .sm\:last\:-translate-x-1:last-child {
    --transform-translate-x: -0.25rem;
  }

  .sm\:last\:-translate-x-2:last-child {
    --transform-translate-x: -0.5rem;
  }

  .sm\:last\:-translate-x-3:last-child {
    --transform-translate-x: -0.75rem;
  }

  .sm\:last\:-translate-x-4:last-child {
    --transform-translate-x: -1rem;
  }

  .sm\:last\:-translate-x-5:last-child {
    --transform-translate-x: -1.25rem;
  }

  .sm\:last\:-translate-x-6:last-child {
    --transform-translate-x: -1.5rem;
  }

  .sm\:last\:-translate-x-7:last-child {
    --transform-translate-x: -1.75rem;
  }

  .sm\:last\:-translate-x-8:last-child {
    --transform-translate-x: -2rem;
  }

  .sm\:last\:-translate-x-9:last-child {
    --transform-translate-x: -2.25rem;
  }

  .sm\:last\:-translate-x-10:last-child {
    --transform-translate-x: -2.5rem;
  }

  .sm\:last\:-translate-x-11:last-child {
    --transform-translate-x: -2.75rem;
  }

  .sm\:last\:-translate-x-12:last-child {
    --transform-translate-x: -3rem;
  }

  .sm\:last\:-translate-x-13:last-child {
    --transform-translate-x: -3.25rem;
  }

  .sm\:last\:-translate-x-14:last-child {
    --transform-translate-x: -3.5rem;
  }

  .sm\:last\:-translate-x-15:last-child {
    --transform-translate-x: -3.75rem;
  }

  .sm\:last\:-translate-x-16:last-child {
    --transform-translate-x: -4rem;
  }

  .sm\:last\:-translate-x-17:last-child {
    --transform-translate-x: -4.25rem;
  }

  .sm\:last\:-translate-x-18:last-child {
    --transform-translate-x: -4.5rem;
  }

  .sm\:last\:-translate-x-19:last-child {
    --transform-translate-x: -4.75rem;
  }

  .sm\:last\:-translate-x-20:last-child {
    --transform-translate-x: -5rem;
  }

  .sm\:last\:-translate-x-24:last-child {
    --transform-translate-x: -6rem;
  }

  .sm\:last\:-translate-x-32:last-child {
    --transform-translate-x: -8rem;
  }

  .sm\:last\:-translate-x-40:last-child {
    --transform-translate-x: -10rem;
  }

  .sm\:last\:-translate-x-48:last-child {
    --transform-translate-x: -12rem;
  }

  .sm\:last\:-translate-x-56:last-child {
    --transform-translate-x: -14rem;
  }

  .sm\:last\:-translate-x-64:last-child {
    --transform-translate-x: -16rem;
  }

  .sm\:last\:-translate-x-75:last-child {
    --transform-translate-x: -18.75rem;
  }

  .sm\:last\:-translate-x-px:last-child {
    --transform-translate-x: -1px;
  }

  .sm\:last\:-translate-x-full:last-child {
    --transform-translate-x: -100%;
  }

  .sm\:last\:-translate-x-1\/2:last-child {
    --transform-translate-x: -50%;
  }

  .sm\:last\:translate-x-1\/2:last-child {
    --transform-translate-x: 50%;
  }

  .sm\:last\:translate-x-full:last-child {
    --transform-translate-x: 100%;
  }

  .sm\:last\:translate-y-0:last-child {
    --transform-translate-y: 0;
  }

  .sm\:last\:translate-y-1:last-child {
    --transform-translate-y: 0.25rem;
  }

  .sm\:last\:translate-y-2:last-child {
    --transform-translate-y: 0.5rem;
  }

  .sm\:last\:translate-y-3:last-child {
    --transform-translate-y: 0.75rem;
  }

  .sm\:last\:translate-y-4:last-child {
    --transform-translate-y: 1rem;
  }

  .sm\:last\:translate-y-5:last-child {
    --transform-translate-y: 1.25rem;
  }

  .sm\:last\:translate-y-6:last-child {
    --transform-translate-y: 1.5rem;
  }

  .sm\:last\:translate-y-7:last-child {
    --transform-translate-y: 1.75rem;
  }

  .sm\:last\:translate-y-8:last-child {
    --transform-translate-y: 2rem;
  }

  .sm\:last\:translate-y-9:last-child {
    --transform-translate-y: 2.25rem;
  }

  .sm\:last\:translate-y-10:last-child {
    --transform-translate-y: 2.5rem;
  }

  .sm\:last\:translate-y-11:last-child {
    --transform-translate-y: 2.75rem;
  }

  .sm\:last\:translate-y-12:last-child {
    --transform-translate-y: 3rem;
  }

  .sm\:last\:translate-y-13:last-child {
    --transform-translate-y: 3.25rem;
  }

  .sm\:last\:translate-y-14:last-child {
    --transform-translate-y: 3.5rem;
  }

  .sm\:last\:translate-y-15:last-child {
    --transform-translate-y: 3.75rem;
  }

  .sm\:last\:translate-y-16:last-child {
    --transform-translate-y: 4rem;
  }

  .sm\:last\:translate-y-17:last-child {
    --transform-translate-y: 4.25rem;
  }

  .sm\:last\:translate-y-18:last-child {
    --transform-translate-y: 4.5rem;
  }

  .sm\:last\:translate-y-19:last-child {
    --transform-translate-y: 4.75rem;
  }

  .sm\:last\:translate-y-20:last-child {
    --transform-translate-y: 5rem;
  }

  .sm\:last\:translate-y-24:last-child {
    --transform-translate-y: 6rem;
  }

  .sm\:last\:translate-y-32:last-child {
    --transform-translate-y: 8rem;
  }

  .sm\:last\:translate-y-40:last-child {
    --transform-translate-y: 10rem;
  }

  .sm\:last\:translate-y-48:last-child {
    --transform-translate-y: 12rem;
  }

  .sm\:last\:translate-y-56:last-child {
    --transform-translate-y: 14rem;
  }

  .sm\:last\:translate-y-64:last-child {
    --transform-translate-y: 16rem;
  }

  .sm\:last\:translate-y-75:last-child {
    --transform-translate-y: 18.75rem;
  }

  .sm\:last\:translate-y-px:last-child {
    --transform-translate-y: 1px;
  }

  .sm\:last\:-translate-y-1:last-child {
    --transform-translate-y: -0.25rem;
  }

  .sm\:last\:-translate-y-2:last-child {
    --transform-translate-y: -0.5rem;
  }

  .sm\:last\:-translate-y-3:last-child {
    --transform-translate-y: -0.75rem;
  }

  .sm\:last\:-translate-y-4:last-child {
    --transform-translate-y: -1rem;
  }

  .sm\:last\:-translate-y-5:last-child {
    --transform-translate-y: -1.25rem;
  }

  .sm\:last\:-translate-y-6:last-child {
    --transform-translate-y: -1.5rem;
  }

  .sm\:last\:-translate-y-7:last-child {
    --transform-translate-y: -1.75rem;
  }

  .sm\:last\:-translate-y-8:last-child {
    --transform-translate-y: -2rem;
  }

  .sm\:last\:-translate-y-9:last-child {
    --transform-translate-y: -2.25rem;
  }

  .sm\:last\:-translate-y-10:last-child {
    --transform-translate-y: -2.5rem;
  }

  .sm\:last\:-translate-y-11:last-child {
    --transform-translate-y: -2.75rem;
  }

  .sm\:last\:-translate-y-12:last-child {
    --transform-translate-y: -3rem;
  }

  .sm\:last\:-translate-y-13:last-child {
    --transform-translate-y: -3.25rem;
  }

  .sm\:last\:-translate-y-14:last-child {
    --transform-translate-y: -3.5rem;
  }

  .sm\:last\:-translate-y-15:last-child {
    --transform-translate-y: -3.75rem;
  }

  .sm\:last\:-translate-y-16:last-child {
    --transform-translate-y: -4rem;
  }

  .sm\:last\:-translate-y-17:last-child {
    --transform-translate-y: -4.25rem;
  }

  .sm\:last\:-translate-y-18:last-child {
    --transform-translate-y: -4.5rem;
  }

  .sm\:last\:-translate-y-19:last-child {
    --transform-translate-y: -4.75rem;
  }

  .sm\:last\:-translate-y-20:last-child {
    --transform-translate-y: -5rem;
  }

  .sm\:last\:-translate-y-24:last-child {
    --transform-translate-y: -6rem;
  }

  .sm\:last\:-translate-y-32:last-child {
    --transform-translate-y: -8rem;
  }

  .sm\:last\:-translate-y-40:last-child {
    --transform-translate-y: -10rem;
  }

  .sm\:last\:-translate-y-48:last-child {
    --transform-translate-y: -12rem;
  }

  .sm\:last\:-translate-y-56:last-child {
    --transform-translate-y: -14rem;
  }

  .sm\:last\:-translate-y-64:last-child {
    --transform-translate-y: -16rem;
  }

  .sm\:last\:-translate-y-75:last-child {
    --transform-translate-y: -18.75rem;
  }

  .sm\:last\:-translate-y-px:last-child {
    --transform-translate-y: -1px;
  }

  .sm\:last\:-translate-y-full:last-child {
    --transform-translate-y: -100%;
  }

  .sm\:last\:-translate-y-1\/2:last-child {
    --transform-translate-y: -50%;
  }

  .sm\:last\:translate-y-1\/2:last-child {
    --transform-translate-y: 50%;
  }

  .sm\:last\:translate-y-full:last-child {
    --transform-translate-y: 100%;
  }

  .sm\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .sm\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .sm\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .sm\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .sm\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .sm\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .sm\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .sm\:hover\:translate-x-7:hover {
    --transform-translate-x: 1.75rem;
  }

  .sm\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .sm\:hover\:translate-x-9:hover {
    --transform-translate-x: 2.25rem;
  }

  .sm\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .sm\:hover\:translate-x-11:hover {
    --transform-translate-x: 2.75rem;
  }

  .sm\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .sm\:hover\:translate-x-13:hover {
    --transform-translate-x: 3.25rem;
  }

  .sm\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem;
  }

  .sm\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.75rem;
  }

  .sm\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .sm\:hover\:translate-x-17:hover {
    --transform-translate-x: 4.25rem;
  }

  .sm\:hover\:translate-x-18:hover {
    --transform-translate-x: 4.5rem;
  }

  .sm\:hover\:translate-x-19:hover {
    --transform-translate-x: 4.75rem;
  }

  .sm\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .sm\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .sm\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .sm\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .sm\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .sm\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .sm\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .sm\:hover\:translate-x-75:hover {
    --transform-translate-x: 18.75rem;
  }

  .sm\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .sm\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .sm\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .sm\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .sm\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .sm\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .sm\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .sm\:hover\:-translate-x-7:hover {
    --transform-translate-x: -1.75rem;
  }

  .sm\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .sm\:hover\:-translate-x-9:hover {
    --transform-translate-x: -2.25rem;
  }

  .sm\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .sm\:hover\:-translate-x-11:hover {
    --transform-translate-x: -2.75rem;
  }

  .sm\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .sm\:hover\:-translate-x-13:hover {
    --transform-translate-x: -3.25rem;
  }

  .sm\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem;
  }

  .sm\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.75rem;
  }

  .sm\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .sm\:hover\:-translate-x-17:hover {
    --transform-translate-x: -4.25rem;
  }

  .sm\:hover\:-translate-x-18:hover {
    --transform-translate-x: -4.5rem;
  }

  .sm\:hover\:-translate-x-19:hover {
    --transform-translate-x: -4.75rem;
  }

  .sm\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .sm\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .sm\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .sm\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .sm\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .sm\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .sm\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .sm\:hover\:-translate-x-75:hover {
    --transform-translate-x: -18.75rem;
  }

  .sm\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .sm\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .sm\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .sm\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .sm\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .sm\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .sm\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .sm\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .sm\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .sm\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .sm\:hover\:translate-y-7:hover {
    --transform-translate-y: 1.75rem;
  }

  .sm\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .sm\:hover\:translate-y-9:hover {
    --transform-translate-y: 2.25rem;
  }

  .sm\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .sm\:hover\:translate-y-11:hover {
    --transform-translate-y: 2.75rem;
  }

  .sm\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .sm\:hover\:translate-y-13:hover {
    --transform-translate-y: 3.25rem;
  }

  .sm\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem;
  }

  .sm\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.75rem;
  }

  .sm\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .sm\:hover\:translate-y-17:hover {
    --transform-translate-y: 4.25rem;
  }

  .sm\:hover\:translate-y-18:hover {
    --transform-translate-y: 4.5rem;
  }

  .sm\:hover\:translate-y-19:hover {
    --transform-translate-y: 4.75rem;
  }

  .sm\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .sm\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .sm\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .sm\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .sm\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .sm\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .sm\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .sm\:hover\:translate-y-75:hover {
    --transform-translate-y: 18.75rem;
  }

  .sm\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .sm\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .sm\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .sm\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .sm\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .sm\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .sm\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .sm\:hover\:-translate-y-7:hover {
    --transform-translate-y: -1.75rem;
  }

  .sm\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .sm\:hover\:-translate-y-9:hover {
    --transform-translate-y: -2.25rem;
  }

  .sm\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .sm\:hover\:-translate-y-11:hover {
    --transform-translate-y: -2.75rem;
  }

  .sm\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .sm\:hover\:-translate-y-13:hover {
    --transform-translate-y: -3.25rem;
  }

  .sm\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem;
  }

  .sm\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.75rem;
  }

  .sm\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .sm\:hover\:-translate-y-17:hover {
    --transform-translate-y: -4.25rem;
  }

  .sm\:hover\:-translate-y-18:hover {
    --transform-translate-y: -4.5rem;
  }

  .sm\:hover\:-translate-y-19:hover {
    --transform-translate-y: -4.75rem;
  }

  .sm\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .sm\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .sm\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .sm\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .sm\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .sm\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .sm\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .sm\:hover\:-translate-y-75:hover {
    --transform-translate-y: -18.75rem;
  }

  .sm\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .sm\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .sm\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .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-9\! {
    --transform-translate-x: 2.25rem !important;
  }

  .sm\:translate-x-10\! {
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:translate-x-11\! {
    --transform-translate-x: 2.75rem !important;
  }

  .sm\:translate-x-12\! {
    --transform-translate-x: 3rem !important;
  }

  .sm\:translate-x-13\! {
    --transform-translate-x: 3.25rem !important;
  }

  .sm\:translate-x-14\! {
    --transform-translate-x: 3.5rem !important;
  }

  .sm\:translate-x-15\! {
    --transform-translate-x: 3.75rem !important;
  }

  .sm\:translate-x-16\! {
    --transform-translate-x: 4rem !important;
  }

  .sm\:translate-x-17\! {
    --transform-translate-x: 4.25rem !important;
  }

  .sm\:translate-x-18\! {
    --transform-translate-x: 4.5rem !important;
  }

  .sm\:translate-x-19\! {
    --transform-translate-x: 4.75rem !important;
  }

  .sm\:translate-x-20\! {
    --transform-translate-x: 5rem !important;
  }

  .sm\:translate-x-24\! {
    --transform-translate-x: 6rem !important;
  }

  .sm\:translate-x-32\! {
    --transform-translate-x: 8rem !important;
  }

  .sm\:translate-x-40\! {
    --transform-translate-x: 10rem !important;
  }

  .sm\:translate-x-48\! {
    --transform-translate-x: 12rem !important;
  }

  .sm\:translate-x-56\! {
    --transform-translate-x: 14rem !important;
  }

  .sm\:translate-x-64\! {
    --transform-translate-x: 16rem !important;
  }

  .sm\:translate-x-75\! {
    --transform-translate-x: 18.75rem !important;
  }

  .sm\:translate-x-px\! {
    --transform-translate-x: 1px !important;
  }

  .sm\:-translate-x-1\! {
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:-translate-x-2\! {
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:-translate-x-3\! {
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:-translate-x-4\! {
    --transform-translate-x: -1rem !important;
  }

  .sm\:-translate-x-5\! {
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:-translate-x-6\! {
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:-translate-x-7\! {
    --transform-translate-x: -1.75rem !important;
  }

  .sm\:-translate-x-8\! {
    --transform-translate-x: -2rem !important;
  }

  .sm\:-translate-x-9\! {
    --transform-translate-x: -2.25rem !important;
  }

  .sm\:-translate-x-10\! {
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:-translate-x-11\! {
    --transform-translate-x: -2.75rem !important;
  }

  .sm\:-translate-x-12\! {
    --transform-translate-x: -3rem !important;
  }

  .sm\:-translate-x-13\! {
    --transform-translate-x: -3.25rem !important;
  }

  .sm\:-translate-x-14\! {
    --transform-translate-x: -3.5rem !important;
  }

  .sm\:-translate-x-15\! {
    --transform-translate-x: -3.75rem !important;
  }

  .sm\:-translate-x-16\! {
    --transform-translate-x: -4rem !important;
  }

  .sm\:-translate-x-17\! {
    --transform-translate-x: -4.25rem !important;
  }

  .sm\:-translate-x-18\! {
    --transform-translate-x: -4.5rem !important;
  }

  .sm\:-translate-x-19\! {
    --transform-translate-x: -4.75rem !important;
  }

  .sm\:-translate-x-20\! {
    --transform-translate-x: -5rem !important;
  }

  .sm\:-translate-x-24\! {
    --transform-translate-x: -6rem !important;
  }

  .sm\:-translate-x-32\! {
    --transform-translate-x: -8rem !important;
  }

  .sm\:-translate-x-40\! {
    --transform-translate-x: -10rem !important;
  }

  .sm\:-translate-x-48\! {
    --transform-translate-x: -12rem !important;
  }

  .sm\:-translate-x-56\! {
    --transform-translate-x: -14rem !important;
  }

  .sm\:-translate-x-64\! {
    --transform-translate-x: -16rem !important;
  }

  .sm\:-translate-x-75\! {
    --transform-translate-x: -18.75rem !important;
  }

  .sm\:-translate-x-px\! {
    --transform-translate-x: -1px !important;
  }

  .sm\:-translate-x-full\! {
    --transform-translate-x: -100% !important;
  }

  .sm\:-translate-x-1\/2\! {
    --transform-translate-x: -50% !important;
  }

  .sm\:translate-x-1\/2\! {
    --transform-translate-x: 50% !important;
  }

  .sm\:translate-x-full\! {
    --transform-translate-x: 100% !important;
  }

  .sm\:translate-y-0\! {
    --transform-translate-y: 0 !important;
  }

  .sm\:translate-y-1\! {
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:translate-y-2\! {
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:translate-y-3\! {
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:translate-y-4\! {
    --transform-translate-y: 1rem !important;
  }

  .sm\:translate-y-5\! {
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:translate-y-6\! {
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:translate-y-7\! {
    --transform-translate-y: 1.75rem !important;
  }

  .sm\:translate-y-8\! {
    --transform-translate-y: 2rem !important;
  }

  .sm\:translate-y-9\! {
    --transform-translate-y: 2.25rem !important;
  }

  .sm\:translate-y-10\! {
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:translate-y-11\! {
    --transform-translate-y: 2.75rem !important;
  }

  .sm\:translate-y-12\! {
    --transform-translate-y: 3rem !important;
  }

  .sm\:translate-y-13\! {
    --transform-translate-y: 3.25rem !important;
  }

  .sm\:translate-y-14\! {
    --transform-translate-y: 3.5rem !important;
  }

  .sm\:translate-y-15\! {
    --transform-translate-y: 3.75rem !important;
  }

  .sm\:translate-y-16\! {
    --transform-translate-y: 4rem !important;
  }

  .sm\:translate-y-17\! {
    --transform-translate-y: 4.25rem !important;
  }

  .sm\:translate-y-18\! {
    --transform-translate-y: 4.5rem !important;
  }

  .sm\:translate-y-19\! {
    --transform-translate-y: 4.75rem !important;
  }

  .sm\:translate-y-20\! {
    --transform-translate-y: 5rem !important;
  }

  .sm\:translate-y-24\! {
    --transform-translate-y: 6rem !important;
  }

  .sm\:translate-y-32\! {
    --transform-translate-y: 8rem !important;
  }

  .sm\:translate-y-40\! {
    --transform-translate-y: 10rem !important;
  }

  .sm\:translate-y-48\! {
    --transform-translate-y: 12rem !important;
  }

  .sm\:translate-y-56\! {
    --transform-translate-y: 14rem !important;
  }

  .sm\:translate-y-64\! {
    --transform-translate-y: 16rem !important;
  }

  .sm\:translate-y-75\! {
    --transform-translate-y: 18.75rem !important;
  }

  .sm\:translate-y-px\! {
    --transform-translate-y: 1px !important;
  }

  .sm\:-translate-y-1\! {
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:-translate-y-2\! {
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:-translate-y-3\! {
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:-translate-y-4\! {
    --transform-translate-y: -1rem !important;
  }

  .sm\:-translate-y-5\! {
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:-translate-y-6\! {
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:-translate-y-7\! {
    --transform-translate-y: -1.75rem !important;
  }

  .sm\:-translate-y-8\! {
    --transform-translate-y: -2rem !important;
  }

  .sm\:-translate-y-9\! {
    --transform-translate-y: -2.25rem !important;
  }

  .sm\:-translate-y-10\! {
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:-translate-y-11\! {
    --transform-translate-y: -2.75rem !important;
  }

  .sm\:-translate-y-12\! {
    --transform-translate-y: -3rem !important;
  }

  .sm\:-translate-y-13\! {
    --transform-translate-y: -3.25rem !important;
  }

  .sm\:-translate-y-14\! {
    --transform-translate-y: -3.5rem !important;
  }

  .sm\:-translate-y-15\! {
    --transform-translate-y: -3.75rem !important;
  }

  .sm\:-translate-y-16\! {
    --transform-translate-y: -4rem !important;
  }

  .sm\:-translate-y-17\! {
    --transform-translate-y: -4.25rem !important;
  }

  .sm\:-translate-y-18\! {
    --transform-translate-y: -4.5rem !important;
  }

  .sm\:-translate-y-19\! {
    --transform-translate-y: -4.75rem !important;
  }

  .sm\:-translate-y-20\! {
    --transform-translate-y: -5rem !important;
  }

  .sm\:-translate-y-24\! {
    --transform-translate-y: -6rem !important;
  }

  .sm\:-translate-y-32\! {
    --transform-translate-y: -8rem !important;
  }

  .sm\:-translate-y-40\! {
    --transform-translate-y: -10rem !important;
  }

  .sm\:-translate-y-48\! {
    --transform-translate-y: -12rem !important;
  }

  .sm\:-translate-y-56\! {
    --transform-translate-y: -14rem !important;
  }

  .sm\:-translate-y-64\! {
    --transform-translate-y: -16rem !important;
  }

  .sm\:-translate-y-75\! {
    --transform-translate-y: -18.75rem !important;
  }

  .sm\:-translate-y-px\! {
    --transform-translate-y: -1px !important;
  }

  .sm\:-translate-y-full\! {
    --transform-translate-y: -100% !important;
  }

  .sm\:-translate-y-1\/2\! {
    --transform-translate-y: -50% !important;
  }

  .sm\:translate-y-1\/2\! {
    --transform-translate-y: 50% !important;
  }

  .sm\:translate-y-full\! {
    --transform-translate-y: 100% !important;
  }

  .sm\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .sm\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .sm\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .sm\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .sm\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .sm\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .sm\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .sm\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .sm\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .sm\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .sm\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .sm\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .sm\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .sm\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .sm\:even\:skew-x-0:nth-child(even) {
    --transform-skew-x: 0;
  }

  .sm\:even\:skew-x-3:nth-child(even) {
    --transform-skew-x: 3deg;
  }

  .sm\:even\:skew-x-6:nth-child(even) {
    --transform-skew-x: 6deg;
  }

  .sm\:even\:skew-x-12:nth-child(even) {
    --transform-skew-x: 12deg;
  }

  .sm\:even\:-skew-x-12:nth-child(even) {
    --transform-skew-x: -12deg;
  }

  .sm\:even\:-skew-x-6:nth-child(even) {
    --transform-skew-x: -6deg;
  }

  .sm\:even\:-skew-x-3:nth-child(even) {
    --transform-skew-x: -3deg;
  }

  .sm\:even\:skew-y-0:nth-child(even) {
    --transform-skew-y: 0;
  }

  .sm\:even\:skew-y-3:nth-child(even) {
    --transform-skew-y: 3deg;
  }

  .sm\:even\:skew-y-6:nth-child(even) {
    --transform-skew-y: 6deg;
  }

  .sm\:even\:skew-y-12:nth-child(even) {
    --transform-skew-y: 12deg;
  }

  .sm\:even\:-skew-y-12:nth-child(even) {
    --transform-skew-y: -12deg;
  }

  .sm\:even\:-skew-y-6:nth-child(even) {
    --transform-skew-y: -6deg;
  }

  .sm\:even\:-skew-y-3:nth-child(even) {
    --transform-skew-y: -3deg;
  }

  .sm\:odd\:skew-x-0:nth-child(odd) {
    --transform-skew-x: 0;
  }

  .sm\:odd\:skew-x-3:nth-child(odd) {
    --transform-skew-x: 3deg;
  }

  .sm\:odd\:skew-x-6:nth-child(odd) {
    --transform-skew-x: 6deg;
  }

  .sm\:odd\:skew-x-12:nth-child(odd) {
    --transform-skew-x: 12deg;
  }

  .sm\:odd\:-skew-x-12:nth-child(odd) {
    --transform-skew-x: -12deg;
  }

  .sm\:odd\:-skew-x-6:nth-child(odd) {
    --transform-skew-x: -6deg;
  }

  .sm\:odd\:-skew-x-3:nth-child(odd) {
    --transform-skew-x: -3deg;
  }

  .sm\:odd\:skew-y-0:nth-child(odd) {
    --transform-skew-y: 0;
  }

  .sm\:odd\:skew-y-3:nth-child(odd) {
    --transform-skew-y: 3deg;
  }

  .sm\:odd\:skew-y-6:nth-child(odd) {
    --transform-skew-y: 6deg;
  }

  .sm\:odd\:skew-y-12:nth-child(odd) {
    --transform-skew-y: 12deg;
  }

  .sm\:odd\:-skew-y-12:nth-child(odd) {
    --transform-skew-y: -12deg;
  }

  .sm\:odd\:-skew-y-6:nth-child(odd) {
    --transform-skew-y: -6deg;
  }

  .sm\:odd\:-skew-y-3:nth-child(odd) {
    --transform-skew-y: -3deg;
  }

  .sm\:children\:skew-x-0 > * {
    --transform-skew-x: 0;
  }

  .sm\:children\:skew-x-3 > * {
    --transform-skew-x: 3deg;
  }

  .sm\:children\:skew-x-6 > * {
    --transform-skew-x: 6deg;
  }

  .sm\:children\:skew-x-12 > * {
    --transform-skew-x: 12deg;
  }

  .sm\:children\:-skew-x-12 > * {
    --transform-skew-x: -12deg;
  }

  .sm\:children\:-skew-x-6 > * {
    --transform-skew-x: -6deg;
  }

  .sm\:children\:-skew-x-3 > * {
    --transform-skew-x: -3deg;
  }

  .sm\:children\:skew-y-0 > * {
    --transform-skew-y: 0;
  }

  .sm\:children\:skew-y-3 > * {
    --transform-skew-y: 3deg;
  }

  .sm\:children\:skew-y-6 > * {
    --transform-skew-y: 6deg;
  }

  .sm\:children\:skew-y-12 > * {
    --transform-skew-y: 12deg;
  }

  .sm\:children\:-skew-y-12 > * {
    --transform-skew-y: -12deg;
  }

  .sm\:children\:-skew-y-6 > * {
    --transform-skew-y: -6deg;
  }

  .sm\:children\:-skew-y-3 > * {
    --transform-skew-y: -3deg;
  }

  .sm\:first\:skew-x-0:first-child {
    --transform-skew-x: 0;
  }

  .sm\:first\:skew-x-3:first-child {
    --transform-skew-x: 3deg;
  }

  .sm\:first\:skew-x-6:first-child {
    --transform-skew-x: 6deg;
  }

  .sm\:first\:skew-x-12:first-child {
    --transform-skew-x: 12deg;
  }

  .sm\:first\:-skew-x-12:first-child {
    --transform-skew-x: -12deg;
  }

  .sm\:first\:-skew-x-6:first-child {
    --transform-skew-x: -6deg;
  }

  .sm\:first\:-skew-x-3:first-child {
    --transform-skew-x: -3deg;
  }

  .sm\:first\:skew-y-0:first-child {
    --transform-skew-y: 0;
  }

  .sm\:first\:skew-y-3:first-child {
    --transform-skew-y: 3deg;
  }

  .sm\:first\:skew-y-6:first-child {
    --transform-skew-y: 6deg;
  }

  .sm\:first\:skew-y-12:first-child {
    --transform-skew-y: 12deg;
  }

  .sm\:first\:-skew-y-12:first-child {
    --transform-skew-y: -12deg;
  }

  .sm\:first\:-skew-y-6:first-child {
    --transform-skew-y: -6deg;
  }

  .sm\:first\:-skew-y-3:first-child {
    --transform-skew-y: -3deg;
  }

  .sm\:last\:skew-x-0:last-child {
    --transform-skew-x: 0;
  }

  .sm\:last\:skew-x-3:last-child {
    --transform-skew-x: 3deg;
  }

  .sm\:last\:skew-x-6:last-child {
    --transform-skew-x: 6deg;
  }

  .sm\:last\:skew-x-12:last-child {
    --transform-skew-x: 12deg;
  }

  .sm\:last\:-skew-x-12:last-child {
    --transform-skew-x: -12deg;
  }

  .sm\:last\:-skew-x-6:last-child {
    --transform-skew-x: -6deg;
  }

  .sm\:last\:-skew-x-3:last-child {
    --transform-skew-x: -3deg;
  }

  .sm\:last\:skew-y-0:last-child {
    --transform-skew-y: 0;
  }

  .sm\:last\:skew-y-3:last-child {
    --transform-skew-y: 3deg;
  }

  .sm\:last\:skew-y-6:last-child {
    --transform-skew-y: 6deg;
  }

  .sm\:last\:skew-y-12:last-child {
    --transform-skew-y: 12deg;
  }

  .sm\:last\:-skew-y-12:last-child {
    --transform-skew-y: -12deg;
  }

  .sm\:last\:-skew-y-6:last-child {
    --transform-skew-y: -6deg;
  }

  .sm\:last\:-skew-y-3:last-child {
    --transform-skew-y: -3deg;
  }

  .sm\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .sm\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .sm\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .sm\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .sm\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .sm\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .sm\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .sm\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .sm\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .sm\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .sm\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .sm\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .sm\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .sm\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .sm\:skew-x-0\! {
    --transform-skew-x: 0 !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-y-0\! {
    --transform-skew-y: 0 !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\:transition-none {
    transition-property: none;
  }

  .sm\:transition-all {
    transition-property: all;
  }

  .sm\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sm\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm\:transition-opacity {
    transition-property: opacity;
  }

  .sm\:transition-shadow {
    transition-property: box-shadow;
  }

  .sm\:transition-transform {
    transition-property: transform;
  }

  .sm\:even\:transition-none:nth-child(even) {
    transition-property: none;
  }

  .sm\:even\:transition-all:nth-child(even) {
    transition-property: all;
  }

  .sm\:even\:transition:nth-child(even) {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sm\:even\:transition-colors:nth-child(even) {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm\:even\:transition-opacity:nth-child(even) {
    transition-property: opacity;
  }

  .sm\:even\:transition-shadow:nth-child(even) {
    transition-property: box-shadow;
  }

  .sm\:even\:transition-transform:nth-child(even) {
    transition-property: transform;
  }

  .sm\:odd\:transition-none:nth-child(odd) {
    transition-property: none;
  }

  .sm\:odd\:transition-all:nth-child(odd) {
    transition-property: all;
  }

  .sm\:odd\:transition:nth-child(odd) {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sm\:odd\:transition-colors:nth-child(odd) {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm\:odd\:transition-opacity:nth-child(odd) {
    transition-property: opacity;
  }

  .sm\:odd\:transition-shadow:nth-child(odd) {
    transition-property: box-shadow;
  }

  .sm\:odd\:transition-transform:nth-child(odd) {
    transition-property: transform;
  }

  .sm\:children\:transition-none > * {
    transition-property: none;
  }

  .sm\:children\:transition-all > * {
    transition-property: all;
  }

  .sm\:children\:transition > * {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sm\:children\:transition-colors > * {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm\:children\:transition-opacity > * {
    transition-property: opacity;
  }

  .sm\:children\:transition-shadow > * {
    transition-property: box-shadow;
  }

  .sm\:children\:transition-transform > * {
    transition-property: transform;
  }

  .sm\:first\:transition-none:first-child {
    transition-property: none;
  }

  .sm\:first\:transition-all:first-child {
    transition-property: all;
  }

  .sm\:first\:transition:first-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sm\:first\:transition-colors:first-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm\:first\:transition-opacity:first-child {
    transition-property: opacity;
  }

  .sm\:first\:transition-shadow:first-child {
    transition-property: box-shadow;
  }

  .sm\:first\:transition-transform:first-child {
    transition-property: transform;
  }

  .sm\:last\:transition-none:last-child {
    transition-property: none;
  }

  .sm\:last\:transition-all:last-child {
    transition-property: all;
  }

  .sm\:last\:transition:last-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sm\:last\:transition-colors:last-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm\:last\:transition-opacity:last-child {
    transition-property: opacity;
  }

  .sm\:last\:transition-shadow:last-child {
    transition-property: box-shadow;
  }

  .sm\:last\:transition-transform:last-child {
    transition-property: transform;
  }

  .sm\:hover\:transition-none:hover {
    transition-property: none;
  }

  .sm\:hover\:transition-all:hover {
    transition-property: all;
  }

  .sm\:hover\:transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sm\:hover\:transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm\:hover\:transition-opacity:hover {
    transition-property: opacity;
  }

  .sm\:hover\:transition-shadow:hover {
    transition-property: box-shadow;
  }

  .sm\:hover\:transition-transform:hover {
    transition-property: transform;
  }

  .sm\:transition-none\! {
    transition-property: none !important;
  }

  .sm\:transition-all\! {
    transition-property: all !important;
  }

  .sm\:transition\! {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .sm\:transition-colors\! {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .sm\:transition-opacity\! {
    transition-property: opacity !important;
  }

  .sm\:transition-shadow\! {
    transition-property: box-shadow !important;
  }

  .sm\:transition-transform\! {
    transition-property: transform !important;
  }

  .sm\:ease-linear {
    transition-timing-function: linear;
  }

  .sm\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:even\:ease-linear:nth-child(even) {
    transition-timing-function: linear;
  }

  .sm\:even\:ease-in:nth-child(even) {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:even\:ease-out:nth-child(even) {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:even\:ease-in-out:nth-child(even) {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:odd\:ease-linear:nth-child(odd) {
    transition-timing-function: linear;
  }

  .sm\:odd\:ease-in:nth-child(odd) {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:odd\:ease-out:nth-child(odd) {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:odd\:ease-in-out:nth-child(odd) {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:children\:ease-linear > * {
    transition-timing-function: linear;
  }

  .sm\:children\:ease-in > * {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:children\:ease-out > * {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:children\:ease-in-out > * {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:first\:ease-linear:first-child {
    transition-timing-function: linear;
  }

  .sm\:first\:ease-in:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:first\:ease-out:first-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:first\:ease-in-out:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:last\:ease-linear:last-child {
    transition-timing-function: linear;
  }

  .sm\:last\:ease-in:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:last\:ease-out:last-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:last\:ease-in-out:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:hover\:ease-linear:hover {
    transition-timing-function: linear;
  }

  .sm\:hover\:ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:hover\:ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:hover\:ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:ease-linear\! {
    transition-timing-function: linear !important;
  }

  .sm\:ease-in\! {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm\:ease-out\! {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .sm\:ease-in-out\! {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .sm\:duration-75 {
    transition-duration: 75ms;
  }

  .sm\:duration-100 {
    transition-duration: 100ms;
  }

  .sm\:duration-150 {
    transition-duration: 150ms;
  }

  .sm\:duration-200 {
    transition-duration: 200ms;
  }

  .sm\:duration-300 {
    transition-duration: 300ms;
  }

  .sm\:duration-500 {
    transition-duration: 500ms;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }

  .sm\:duration-1000 {
    transition-duration: 1000ms;
  }

  .sm\:even\:duration-75:nth-child(even) {
    transition-duration: 75ms;
  }

  .sm\:even\:duration-100:nth-child(even) {
    transition-duration: 100ms;
  }

  .sm\:even\:duration-150:nth-child(even) {
    transition-duration: 150ms;
  }

  .sm\:even\:duration-200:nth-child(even) {
    transition-duration: 200ms;
  }

  .sm\:even\:duration-300:nth-child(even) {
    transition-duration: 300ms;
  }

  .sm\:even\:duration-500:nth-child(even) {
    transition-duration: 500ms;
  }

  .sm\:even\:duration-700:nth-child(even) {
    transition-duration: 700ms;
  }

  .sm\:even\:duration-1000:nth-child(even) {
    transition-duration: 1000ms;
  }

  .sm\:odd\:duration-75:nth-child(odd) {
    transition-duration: 75ms;
  }

  .sm\:odd\:duration-100:nth-child(odd) {
    transition-duration: 100ms;
  }

  .sm\:odd\:duration-150:nth-child(odd) {
    transition-duration: 150ms;
  }

  .sm\:odd\:duration-200:nth-child(odd) {
    transition-duration: 200ms;
  }

  .sm\:odd\:duration-300:nth-child(odd) {
    transition-duration: 300ms;
  }

  .sm\:odd\:duration-500:nth-child(odd) {
    transition-duration: 500ms;
  }

  .sm\:odd\:duration-700:nth-child(odd) {
    transition-duration: 700ms;
  }

  .sm\:odd\:duration-1000:nth-child(odd) {
    transition-duration: 1000ms;
  }

  .sm\:children\:duration-75 > * {
    transition-duration: 75ms;
  }

  .sm\:children\:duration-100 > * {
    transition-duration: 100ms;
  }

  .sm\:children\:duration-150 > * {
    transition-duration: 150ms;
  }

  .sm\:children\:duration-200 > * {
    transition-duration: 200ms;
  }

  .sm\:children\:duration-300 > * {
    transition-duration: 300ms;
  }

  .sm\:children\:duration-500 > * {
    transition-duration: 500ms;
  }

  .sm\:children\:duration-700 > * {
    transition-duration: 700ms;
  }

  .sm\:children\:duration-1000 > * {
    transition-duration: 1000ms;
  }

  .sm\:first\:duration-75:first-child {
    transition-duration: 75ms;
  }

  .sm\:first\:duration-100:first-child {
    transition-duration: 100ms;
  }

  .sm\:first\:duration-150:first-child {
    transition-duration: 150ms;
  }

  .sm\:first\:duration-200:first-child {
    transition-duration: 200ms;
  }

  .sm\:first\:duration-300:first-child {
    transition-duration: 300ms;
  }

  .sm\:first\:duration-500:first-child {
    transition-duration: 500ms;
  }

  .sm\:first\:duration-700:first-child {
    transition-duration: 700ms;
  }

  .sm\:first\:duration-1000:first-child {
    transition-duration: 1000ms;
  }

  .sm\:last\:duration-75:last-child {
    transition-duration: 75ms;
  }

  .sm\:last\:duration-100:last-child {
    transition-duration: 100ms;
  }

  .sm\:last\:duration-150:last-child {
    transition-duration: 150ms;
  }

  .sm\:last\:duration-200:last-child {
    transition-duration: 200ms;
  }

  .sm\:last\:duration-300:last-child {
    transition-duration: 300ms;
  }

  .sm\:last\:duration-500:last-child {
    transition-duration: 500ms;
  }

  .sm\:last\:duration-700:last-child {
    transition-duration: 700ms;
  }

  .sm\:last\:duration-1000:last-child {
    transition-duration: 1000ms;
  }

  .sm\:hover\:duration-75:hover {
    transition-duration: 75ms;
  }

  .sm\:hover\:duration-100:hover {
    transition-duration: 100ms;
  }

  .sm\:hover\:duration-150:hover {
    transition-duration: 150ms;
  }

  .sm\:hover\:duration-200:hover {
    transition-duration: 200ms;
  }

  .sm\:hover\:duration-300:hover {
    transition-duration: 300ms;
  }

  .sm\:hover\:duration-500:hover {
    transition-duration: 500ms;
  }

  .sm\:hover\:duration-700:hover {
    transition-duration: 700ms;
  }

  .sm\:hover\:duration-1000:hover {
    transition-duration: 1000ms;
  }

  .sm\:duration-75\! {
    transition-duration: 75ms !important;
  }

  .sm\:duration-100\! {
    transition-duration: 100ms !important;
  }

  .sm\:duration-150\! {
    transition-duration: 150ms !important;
  }

  .sm\:duration-200\! {
    transition-duration: 200ms !important;
  }

  .sm\:duration-300\! {
    transition-duration: 300ms !important;
  }

  .sm\:duration-500\! {
    transition-duration: 500ms !important;
  }

  .sm\:duration-700\! {
    transition-duration: 700ms !important;
  }

  .sm\:duration-1000\! {
    transition-duration: 1000ms !important;
  }

  .sm\:delay-75 {
    transition-delay: 75ms;
  }

  .sm\:delay-100 {
    transition-delay: 100ms;
  }

  .sm\:delay-150 {
    transition-delay: 150ms;
  }

  .sm\:delay-200 {
    transition-delay: 200ms;
  }

  .sm\:delay-300 {
    transition-delay: 300ms;
  }

  .sm\:delay-500 {
    transition-delay: 500ms;
  }

  .sm\:delay-700 {
    transition-delay: 700ms;
  }

  .sm\:delay-1000 {
    transition-delay: 1000ms;
  }

  .sm\:even\:delay-75:nth-child(even) {
    transition-delay: 75ms;
  }

  .sm\:even\:delay-100:nth-child(even) {
    transition-delay: 100ms;
  }

  .sm\:even\:delay-150:nth-child(even) {
    transition-delay: 150ms;
  }

  .sm\:even\:delay-200:nth-child(even) {
    transition-delay: 200ms;
  }

  .sm\:even\:delay-300:nth-child(even) {
    transition-delay: 300ms;
  }

  .sm\:even\:delay-500:nth-child(even) {
    transition-delay: 500ms;
  }

  .sm\:even\:delay-700:nth-child(even) {
    transition-delay: 700ms;
  }

  .sm\:even\:delay-1000:nth-child(even) {
    transition-delay: 1000ms;
  }

  .sm\:odd\:delay-75:nth-child(odd) {
    transition-delay: 75ms;
  }

  .sm\:odd\:delay-100:nth-child(odd) {
    transition-delay: 100ms;
  }

  .sm\:odd\:delay-150:nth-child(odd) {
    transition-delay: 150ms;
  }

  .sm\:odd\:delay-200:nth-child(odd) {
    transition-delay: 200ms;
  }

  .sm\:odd\:delay-300:nth-child(odd) {
    transition-delay: 300ms;
  }

  .sm\:odd\:delay-500:nth-child(odd) {
    transition-delay: 500ms;
  }

  .sm\:odd\:delay-700:nth-child(odd) {
    transition-delay: 700ms;
  }

  .sm\:odd\:delay-1000:nth-child(odd) {
    transition-delay: 1000ms;
  }

  .sm\:children\:delay-75 > * {
    transition-delay: 75ms;
  }

  .sm\:children\:delay-100 > * {
    transition-delay: 100ms;
  }

  .sm\:children\:delay-150 > * {
    transition-delay: 150ms;
  }

  .sm\:children\:delay-200 > * {
    transition-delay: 200ms;
  }

  .sm\:children\:delay-300 > * {
    transition-delay: 300ms;
  }

  .sm\:children\:delay-500 > * {
    transition-delay: 500ms;
  }

  .sm\:children\:delay-700 > * {
    transition-delay: 700ms;
  }

  .sm\:children\:delay-1000 > * {
    transition-delay: 1000ms;
  }

  .sm\:first\:delay-75:first-child {
    transition-delay: 75ms;
  }

  .sm\:first\:delay-100:first-child {
    transition-delay: 100ms;
  }

  .sm\:first\:delay-150:first-child {
    transition-delay: 150ms;
  }

  .sm\:first\:delay-200:first-child {
    transition-delay: 200ms;
  }

  .sm\:first\:delay-300:first-child {
    transition-delay: 300ms;
  }

  .sm\:first\:delay-500:first-child {
    transition-delay: 500ms;
  }

  .sm\:first\:delay-700:first-child {
    transition-delay: 700ms;
  }

  .sm\:first\:delay-1000:first-child {
    transition-delay: 1000ms;
  }

  .sm\:last\:delay-75:last-child {
    transition-delay: 75ms;
  }

  .sm\:last\:delay-100:last-child {
    transition-delay: 100ms;
  }

  .sm\:last\:delay-150:last-child {
    transition-delay: 150ms;
  }

  .sm\:last\:delay-200:last-child {
    transition-delay: 200ms;
  }

  .sm\:last\:delay-300:last-child {
    transition-delay: 300ms;
  }

  .sm\:last\:delay-500:last-child {
    transition-delay: 500ms;
  }

  .sm\:last\:delay-700:last-child {
    transition-delay: 700ms;
  }

  .sm\:last\:delay-1000:last-child {
    transition-delay: 1000ms;
  }

  .sm\:hover\:delay-75:hover {
    transition-delay: 75ms;
  }

  .sm\:hover\:delay-100:hover {
    transition-delay: 100ms;
  }

  .sm\:hover\:delay-150:hover {
    transition-delay: 150ms;
  }

  .sm\:hover\:delay-200:hover {
    transition-delay: 200ms;
  }

  .sm\:hover\:delay-300:hover {
    transition-delay: 300ms;
  }

  .sm\:hover\:delay-500:hover {
    transition-delay: 500ms;
  }

  .sm\:hover\:delay-700:hover {
    transition-delay: 700ms;
  }

  .sm\:hover\:delay-1000:hover {
    transition-delay: 1000ms;
  }

  .sm\:delay-75\! {
    transition-delay: 75ms !important;
  }

  .sm\:delay-100\! {
    transition-delay: 100ms !important;
  }

  .sm\:delay-150\! {
    transition-delay: 150ms !important;
  }

  .sm\:delay-200\! {
    transition-delay: 200ms !important;
  }

  .sm\:delay-300\! {
    transition-delay: 300ms !important;
  }

  .sm\:delay-500\! {
    transition-delay: 500ms !important;
  }

  .sm\:delay-700\! {
    transition-delay: 700ms !important;
  }

  .sm\:delay-1000\! {
    transition-delay: 1000ms !important;
  }

  .sm\:aspect-ratio-square {
    padding-top: 100%;
  }

  .sm\:aspect-ratio-3\/2 {
    padding-top: 66.66666666666667%;
  }

  .sm\:aspect-ratio-2\/3 {
    padding-top: 150%;
  }

  .sm\:aspect-ratio-4\/3 {
    padding-top: 75%;
  }

  .sm\:aspect-ratio-5\/6 {
    padding-top: 120%;
  }

  .sm\:aspect-ratio-16\/9 {
    padding-top: 56.25%;
  }

  .sm\:aspect-ratio-21\/9 {
    padding-top: 42.86%;
  }

  .sm\:even\:aspect-ratio-square:nth-child(even) {
    padding-top: 100%;
  }

  .sm\:even\:aspect-ratio-3\/2:nth-child(even) {
    padding-top: 66.66666666666667%;
  }

  .sm\:even\:aspect-ratio-2\/3:nth-child(even) {
    padding-top: 150%;
  }

  .sm\:even\:aspect-ratio-4\/3:nth-child(even) {
    padding-top: 75%;
  }

  .sm\:even\:aspect-ratio-5\/6:nth-child(even) {
    padding-top: 120%;
  }

  .sm\:even\:aspect-ratio-16\/9:nth-child(even) {
    padding-top: 56.25%;
  }

  .sm\:even\:aspect-ratio-21\/9:nth-child(even) {
    padding-top: 42.86%;
  }

  .sm\:odd\:aspect-ratio-square:nth-child(odd) {
    padding-top: 100%;
  }

  .sm\:odd\:aspect-ratio-3\/2:nth-child(odd) {
    padding-top: 66.66666666666667%;
  }

  .sm\:odd\:aspect-ratio-2\/3:nth-child(odd) {
    padding-top: 150%;
  }

  .sm\:odd\:aspect-ratio-4\/3:nth-child(odd) {
    padding-top: 75%;
  }

  .sm\:odd\:aspect-ratio-5\/6:nth-child(odd) {
    padding-top: 120%;
  }

  .sm\:odd\:aspect-ratio-16\/9:nth-child(odd) {
    padding-top: 56.25%;
  }

  .sm\:odd\:aspect-ratio-21\/9:nth-child(odd) {
    padding-top: 42.86%;
  }

  .sm\:children\:aspect-ratio-square > * {
    padding-top: 100%;
  }

  .sm\:children\:aspect-ratio-3\/2 > * {
    padding-top: 66.66666666666667%;
  }

  .sm\:children\:aspect-ratio-2\/3 > * {
    padding-top: 150%;
  }

  .sm\:children\:aspect-ratio-4\/3 > * {
    padding-top: 75%;
  }

  .sm\:children\:aspect-ratio-5\/6 > * {
    padding-top: 120%;
  }

  .sm\:children\:aspect-ratio-16\/9 > * {
    padding-top: 56.25%;
  }

  .sm\:children\:aspect-ratio-21\/9 > * {
    padding-top: 42.86%;
  }

  .sm\:first\:aspect-ratio-square:first-child {
    padding-top: 100%;
  }

  .sm\:first\:aspect-ratio-3\/2:first-child {
    padding-top: 66.66666666666667%;
  }

  .sm\:first\:aspect-ratio-2\/3:first-child {
    padding-top: 150%;
  }

  .sm\:first\:aspect-ratio-4\/3:first-child {
    padding-top: 75%;
  }

  .sm\:first\:aspect-ratio-5\/6:first-child {
    padding-top: 120%;
  }

  .sm\:first\:aspect-ratio-16\/9:first-child {
    padding-top: 56.25%;
  }

  .sm\:first\:aspect-ratio-21\/9:first-child {
    padding-top: 42.86%;
  }

  .sm\:last\:aspect-ratio-square:last-child {
    padding-top: 100%;
  }

  .sm\:last\:aspect-ratio-3\/2:last-child {
    padding-top: 66.66666666666667%;
  }

  .sm\:last\:aspect-ratio-2\/3:last-child {
    padding-top: 150%;
  }

  .sm\:last\:aspect-ratio-4\/3:last-child {
    padding-top: 75%;
  }

  .sm\:last\:aspect-ratio-5\/6:last-child {
    padding-top: 120%;
  }

  .sm\:last\:aspect-ratio-16\/9:last-child {
    padding-top: 56.25%;
  }

  .sm\:last\:aspect-ratio-21\/9:last-child {
    padding-top: 42.86%;
  }

  .sm\:hover\:aspect-ratio-square:hover {
    padding-top: 100%;
  }

  .sm\:hover\:aspect-ratio-3\/2:hover {
    padding-top: 66.66666666666667%;
  }

  .sm\:hover\:aspect-ratio-2\/3:hover {
    padding-top: 150%;
  }

  .sm\:hover\:aspect-ratio-4\/3:hover {
    padding-top: 75%;
  }

  .sm\:hover\:aspect-ratio-5\/6:hover {
    padding-top: 120%;
  }

  .sm\:hover\:aspect-ratio-16\/9:hover {
    padding-top: 56.25%;
  }

  .sm\:hover\:aspect-ratio-21\/9:hover {
    padding-top: 42.86%;
  }

  .sm\:aspect-ratio-square\! {
    padding-top: 100% !important;
  }

  .sm\:aspect-ratio-3\/2\! {
    padding-top: 66.66666666666667% !important;
  }

  .sm\:aspect-ratio-2\/3\! {
    padding-top: 150% !important;
  }

  .sm\:aspect-ratio-4\/3\! {
    padding-top: 75% !important;
  }

  .sm\:aspect-ratio-5\/6\! {
    padding-top: 120% !important;
  }

  .sm\:aspect-ratio-16\/9\! {
    padding-top: 56.25% !important;
  }

  .sm\:aspect-ratio-21\/9\! {
    padding-top: 42.86% !important;
  }

  .sm\:border-box {
    box-sizing: border-box;
  }

  .sm\:content-box {
    box-sizing: content-box;
  }

  .sm\:even\:border-box:nth-child(even) {
    box-sizing: border-box;
  }

  .sm\:even\:content-box:nth-child(even) {
    box-sizing: content-box;
  }

  .sm\:odd\:border-box:nth-child(odd) {
    box-sizing: border-box;
  }

  .sm\:odd\:content-box:nth-child(odd) {
    box-sizing: content-box;
  }

  .sm\:children\:border-box > * {
    box-sizing: border-box;
  }

  .sm\:children\:content-box > * {
    box-sizing: content-box;
  }

  .sm\:first\:border-box:first-child {
    box-sizing: border-box;
  }

  .sm\:first\:content-box:first-child {
    box-sizing: content-box;
  }

  .sm\:last\:border-box:last-child {
    box-sizing: border-box;
  }

  .sm\:last\:content-box:last-child {
    box-sizing: content-box;
  }

  .sm\:hover\:border-box:hover {
    box-sizing: border-box;
  }

  .sm\:hover\:content-box:hover {
    box-sizing: content-box;
  }

  .sm\:border-box\! {
    box-sizing: border-box !important;
  }

  .sm\:content-box\! {
    box-sizing: content-box !important;
  }

  .sm\:line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:line-clamp-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:line-clamp-7 {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:line-clamp-8 {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:line-clamp-9 {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:line-clamp-10 {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:even\:line-clamp-1:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:even\:line-clamp-2:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:even\:line-clamp-3:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:even\:line-clamp-4:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:even\:line-clamp-5:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:even\:line-clamp-6:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:even\:line-clamp-7:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:even\:line-clamp-8:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:even\:line-clamp-9:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:even\:line-clamp-10:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:odd\:line-clamp-1:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:odd\:line-clamp-2:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:odd\:line-clamp-3:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:odd\:line-clamp-4:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:odd\:line-clamp-5:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:odd\:line-clamp-6:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:odd\:line-clamp-7:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:odd\:line-clamp-8:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:odd\:line-clamp-9:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:odd\:line-clamp-10:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:children\:line-clamp-1 > * {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:children\:line-clamp-2 > * {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:children\:line-clamp-3 > * {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:children\:line-clamp-4 > * {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:children\:line-clamp-5 > * {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:children\:line-clamp-6 > * {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:children\:line-clamp-7 > * {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:children\:line-clamp-8 > * {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:children\:line-clamp-9 > * {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:children\:line-clamp-10 > * {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:first\:line-clamp-1:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:first\:line-clamp-2:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:first\:line-clamp-3:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:first\:line-clamp-4:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:first\:line-clamp-5:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:first\:line-clamp-6:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:first\:line-clamp-7:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:first\:line-clamp-8:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:first\:line-clamp-9:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:first\:line-clamp-10:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:last\:line-clamp-1:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:last\:line-clamp-2:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:last\:line-clamp-3:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:last\:line-clamp-4:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:last\:line-clamp-5:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:last\:line-clamp-6:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:last\:line-clamp-7:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:last\:line-clamp-8:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:last\:line-clamp-9:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:last\:line-clamp-10:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:hover\:line-clamp-1:hover {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:hover\:line-clamp-2:hover {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:hover\:line-clamp-3:hover {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:hover\:line-clamp-4:hover {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:hover\:line-clamp-5:hover {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:hover\:line-clamp-6:hover {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:hover\:line-clamp-7:hover {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:hover\:line-clamp-8:hover {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:hover\:line-clamp-9:hover {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:hover\:line-clamp-10:hover {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sm\:line-clamp-1\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .sm\:line-clamp-2\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .sm\:line-clamp-3\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .sm\:line-clamp-4\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .sm\:line-clamp-5\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .sm\:line-clamp-6\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .sm\:line-clamp-7\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 7 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .sm\:line-clamp-8\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 8 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .sm\:line-clamp-9\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 9 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .sm\:line-clamp-10\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 10 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .sm\:filter-blur-1 {
    filter: blur(1px);
  }

  .sm\:filter-blur-2 {
    filter: blur(2px);
  }

  .sm\:filter-blur-3 {
    filter: blur(3px);
  }

  .sm\:filter-blur-4 {
    filter: blur(4px);
  }

  .sm\:filter-blur-5 {
    filter: blur(5px);
  }

  .sm\:even\:filter-blur-1:nth-child(even) {
    filter: blur(1px);
  }

  .sm\:even\:filter-blur-2:nth-child(even) {
    filter: blur(2px);
  }

  .sm\:even\:filter-blur-3:nth-child(even) {
    filter: blur(3px);
  }

  .sm\:even\:filter-blur-4:nth-child(even) {
    filter: blur(4px);
  }

  .sm\:even\:filter-blur-5:nth-child(even) {
    filter: blur(5px);
  }

  .sm\:odd\:filter-blur-1:nth-child(odd) {
    filter: blur(1px);
  }

  .sm\:odd\:filter-blur-2:nth-child(odd) {
    filter: blur(2px);
  }

  .sm\:odd\:filter-blur-3:nth-child(odd) {
    filter: blur(3px);
  }

  .sm\:odd\:filter-blur-4:nth-child(odd) {
    filter: blur(4px);
  }

  .sm\:odd\:filter-blur-5:nth-child(odd) {
    filter: blur(5px);
  }

  .sm\:children\:filter-blur-1 > * {
    filter: blur(1px);
  }

  .sm\:children\:filter-blur-2 > * {
    filter: blur(2px);
  }

  .sm\:children\:filter-blur-3 > * {
    filter: blur(3px);
  }

  .sm\:children\:filter-blur-4 > * {
    filter: blur(4px);
  }

  .sm\:children\:filter-blur-5 > * {
    filter: blur(5px);
  }

  .sm\:first\:filter-blur-1:first-child {
    filter: blur(1px);
  }

  .sm\:first\:filter-blur-2:first-child {
    filter: blur(2px);
  }

  .sm\:first\:filter-blur-3:first-child {
    filter: blur(3px);
  }

  .sm\:first\:filter-blur-4:first-child {
    filter: blur(4px);
  }

  .sm\:first\:filter-blur-5:first-child {
    filter: blur(5px);
  }

  .sm\:last\:filter-blur-1:last-child {
    filter: blur(1px);
  }

  .sm\:last\:filter-blur-2:last-child {
    filter: blur(2px);
  }

  .sm\:last\:filter-blur-3:last-child {
    filter: blur(3px);
  }

  .sm\:last\:filter-blur-4:last-child {
    filter: blur(4px);
  }

  .sm\:last\:filter-blur-5:last-child {
    filter: blur(5px);
  }

  .sm\:hover\:filter-blur-1:hover {
    filter: blur(1px);
  }

  .sm\:hover\:filter-blur-2:hover {
    filter: blur(2px);
  }

  .sm\:hover\:filter-blur-3:hover {
    filter: blur(3px);
  }

  .sm\:hover\:filter-blur-4:hover {
    filter: blur(4px);
  }

  .sm\:hover\:filter-blur-5:hover {
    filter: blur(5px);
  }

  .sm\:filter-blur-1\! {
    filter: blur(1px) !important;
  }

  .sm\:filter-blur-2\! {
    filter: blur(2px) !important;
  }

  .sm\:filter-blur-3\! {
    filter: blur(3px) !important;
  }

  .sm\:filter-blur-4\! {
    filter: blur(4px) !important;
  }

  .sm\:filter-blur-5\! {
    filter: blur(5px) !important;
  }
}

@media (min-width: 768px) {
  .md\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .md\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .md\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .md\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .md\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .md\:space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .md\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .md\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .md\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .md\:space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .md\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .md\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .md\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .md\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .md\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .md\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .md\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .md\:space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .md\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .md\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .md\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .md\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .md\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .md\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .md\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .md\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .md\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .md\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .md\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .md\:-space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .md\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .md\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .md\:-space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .md\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .md\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .md\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .md\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .md\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .md\:-space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .md\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .md\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .md\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .md\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .md\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .md\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .md\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .md\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .md\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .md\:even\:space-y-0:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:even\:space-x-0:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-1:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-1:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-2:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-2:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-3:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-3:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-4:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-4:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-5:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-5:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-6:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-6:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-7:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-7:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-8:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-8:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-9:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-9:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-10:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-10:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-11:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-11:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-12:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-12:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-13:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-13:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-14:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-14:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-15:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-15:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-16:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-16:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-17:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-17:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-18:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-18:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-19:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-19:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-20:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-20:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-24:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-24:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-32:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-32:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-40:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-40:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-48:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-48:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-56:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-56:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-64:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-64:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-75:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .md\:even\:space-x-75:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-px:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md\:even\:space-x-px:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-1:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-1:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-2:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-2:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-3:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-3:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-4:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-4:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-5:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-5:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-6:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-6:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-7:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-7:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-8:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-8:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-9:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-9:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-10:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-10:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-11:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-11:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-12:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-12:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-13:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-13:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-14:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-14:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-15:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-15:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-16:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-16:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-17:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-17:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-18:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-18:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-19:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-19:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-20:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-20:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-24:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-24:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-32:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-32:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-40:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-40:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-48:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-48:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-56:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-56:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-64:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-64:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-75:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .md\:even\:-space-x-75:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:-space-y-px:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md\:even\:-space-x-px:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:even\:space-y-reverse:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .md\:even\:space-x-reverse:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .md\:odd\:space-y-0:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:odd\:space-x-0:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-1:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-1:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-2:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-2:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-3:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-3:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-4:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-4:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-5:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-5:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-6:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-6:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-7:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-7:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-8:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-8:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-9:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-9:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-10:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-10:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-11:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-11:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-12:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-12:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-13:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-13:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-14:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-14:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-15:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-15:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-16:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-16:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-17:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-17:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-18:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-18:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-19:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-19:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-20:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-20:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-24:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-24:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-32:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-32:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-40:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-40:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-48:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-48:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-56:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-56:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-64:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-64:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-75:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .md\:odd\:space-x-75:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-px:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md\:odd\:space-x-px:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-1:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-1:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-2:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-2:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-3:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-3:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-4:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-4:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-5:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-5:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-6:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-6:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-7:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-7:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-8:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-8:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-9:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-9:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-10:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-10:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-11:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-11:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-12:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-12:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-13:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-13:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-14:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-14:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-15:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-15:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-16:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-16:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-17:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-17:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-18:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-18:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-19:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-19:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-20:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-20:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-24:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-24:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-32:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-32:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-40:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-40:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-48:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-48:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-56:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-56:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-64:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-64:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-75:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-75:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:-space-y-px:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md\:odd\:-space-x-px:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:odd\:space-y-reverse:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .md\:odd\:space-x-reverse:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .md\:children\:space-y-0 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:children\:space-x-0 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-1 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-1 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-2 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-2 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-3 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-3 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-4 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-4 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-5 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-5 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-6 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-6 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-7 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-7 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-8 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-8 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-9 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-9 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-10 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-10 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-11 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-11 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-12 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-12 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-13 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-13 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-14 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-14 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-15 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-15 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-16 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-16 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-17 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-17 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-18 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-18 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-19 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-19 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-20 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-20 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-24 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-24 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-32 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-32 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-40 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-40 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-48 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-48 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-56 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-56 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-64 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-64 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-75 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .md\:children\:space-x-75 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-px > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md\:children\:space-x-px > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-1 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-1 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-2 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-2 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-3 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-3 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-4 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-4 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-5 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-5 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-6 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-6 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-7 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-7 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-8 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-8 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-9 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-9 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-10 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-10 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-11 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-11 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-12 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-12 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-13 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-13 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-14 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-14 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-15 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-15 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-16 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-16 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-17 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-17 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-18 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-18 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-19 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-19 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-20 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-20 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-24 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-24 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-32 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-32 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-40 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-40 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-48 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-48 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-56 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-56 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-64 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-64 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-75 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .md\:children\:-space-x-75 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:-space-y-px > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md\:children\:-space-x-px > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:children\:space-y-reverse > * > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .md\:children\:space-x-reverse > * > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .md\:first\:space-y-0:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:first\:space-x-0:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-7:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-7:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-11:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-11:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-19:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-19:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md\:first\:space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-7:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-7:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-11:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-11:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-19:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-19:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-reverse:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .md\:first\:space-x-reverse:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .md\:last\:space-y-0:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:last\:space-x-0:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-7:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-7:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-11:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-11:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-19:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-19:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md\:last\:space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-7:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-7:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-11:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-11:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-19:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-19:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-reverse:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .md\:last\:space-x-reverse:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .md\:hover\:space-y-0:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-0:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-7:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-7:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-11:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-11:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-19:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-19:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-7:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-7:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-11:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-11:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-19:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-19:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-reverse:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .md\:hover\:space-x-reverse:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .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-9 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-9 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.25rem * 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-11 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-11 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.75rem * 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-13 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.25rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-13 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-14 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-14 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-15 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.75rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-15 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.75rem * 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-17 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.25rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-17 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-18 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-18 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-19 > :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-19 > :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-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-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-48 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-48 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * 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-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-75 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18.75rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-75 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(18.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(18.75rem * 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-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-9 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-9 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.25rem * 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-11 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-11 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.75rem * 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-13 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.25rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-13 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-14 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-14 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-15 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.75rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-15 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.75rem * 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-17 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.25rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-17 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-18 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-18 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-19 > :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-19 > :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-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-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-48 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-48 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * 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-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-75 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18.75rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-75 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-18.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18.75rem * 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-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;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .md\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .md\:even\:divide-y-0:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md\:even\:divide-x-0:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:even\:divide-y-2:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md\:even\:divide-x-2:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:even\:divide-y-4:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md\:even\:divide-x-4:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:even\:divide-y-8:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md\:even\:divide-x-8:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:even\:divide-y:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md\:even\:divide-x:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:even\:divide-y-reverse:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .md\:even\:divide-x-reverse:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .md\:odd\:divide-y-0:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md\:odd\:divide-x-0:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:odd\:divide-y-2:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md\:odd\:divide-x-2:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:odd\:divide-y-4:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md\:odd\:divide-x-4:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:odd\:divide-y-8:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md\:odd\:divide-x-8:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:odd\:divide-y:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md\:odd\:divide-x:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:odd\:divide-y-reverse:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .md\:odd\:divide-x-reverse:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .md\:children\:divide-y-0 > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md\:children\:divide-x-0 > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:children\:divide-y-2 > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md\:children\:divide-x-2 > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:children\:divide-y-4 > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md\:children\:divide-x-4 > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:children\:divide-y-8 > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md\:children\:divide-x-8 > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:children\:divide-y > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md\:children\:divide-x > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:children\:divide-y-reverse > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .md\:children\:divide-x-reverse > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .md\:first\:divide-y-0:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md\:first\:divide-x-0:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:first\:divide-y-2:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md\:first\:divide-x-2:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:first\:divide-y-4:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md\:first\:divide-x-4:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:first\:divide-y-8:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md\:first\:divide-x-8:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:first\:divide-y:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md\:first\:divide-x:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:first\:divide-y-reverse:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .md\:first\:divide-x-reverse:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .md\:last\:divide-y-0:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md\:last\:divide-x-0:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:last\:divide-y-2:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md\:last\:divide-x-2:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:last\:divide-y-4:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md\:last\:divide-x-4:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:last\:divide-y-8:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md\:last\:divide-x-8:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:last\:divide-y:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md\:last\:divide-x:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:last\:divide-y-reverse:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .md\:last\:divide-x-reverse:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .md\:hover\:divide-y-0:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md\:hover\:divide-x-0:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:hover\:divide-y-2:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md\:hover\:divide-x-2:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:hover\:divide-y-4:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md\:hover\:divide-x-4:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:hover\:divide-y-8:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md\:hover\:divide-x-8:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:hover\:divide-y:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md\:hover\:divide-x:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:hover\:divide-y-reverse:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .md\:hover\:divide-x-reverse:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .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-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;
  }

  .md\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .md\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .md\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .md\:divide-gray-450 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .md\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .md\:divide-gray-550 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .md\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .md\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .md\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .md\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .md\:divide-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .md\:divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .md\:divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .md\:divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .md\:divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .md\:divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .md\:divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .md\:divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .md\:divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .md\:divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .md\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .md\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .md\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .md\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .md\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .md\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .md\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .md\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .md\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .md\:divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .md\:divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .md\:divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .md\:divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .md\:divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .md\:divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .md\:divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .md\:divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .md\:divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .md\:divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .md\:divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .md\:divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .md\:divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .md\:divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .md\:divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .md\:divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .md\:divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .md\:divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .md\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .md\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .md\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .md\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .md\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .md\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .md\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .md\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .md\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .md\:divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .md\:divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .md\:divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .md\:divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .md\:divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .md\:divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .md\:divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .md\:divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .md\:divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .md\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .md\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .md\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .md\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .md\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .md\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .md\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .md\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .md\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .md\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .md\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .md\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .md\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .md\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .md\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .md\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .md\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .md\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .md\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .md\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .md\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .md\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .md\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .md\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .md\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .md\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .md\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .md\:divide-dark-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .md\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .md\:divide-pale-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .md\:divide-success > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .md\:divide-error > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .md\:even\:divide-transparent:nth-child(even) > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .md\:even\:divide-current:nth-child(even) > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .md\:even\:divide-black:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md\:even\:divide-white:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md\:even\:divide-gray-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md\:even\:divide-gray-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .md\:even\:divide-gray-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md\:even\:divide-gray-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .md\:even\:divide-gray-450:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .md\:even\:divide-gray-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .md\:even\:divide-gray-550:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .md\:even\:divide-gray-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .md\:even\:divide-gray-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .md\:even\:divide-gray-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .md\:even\:divide-gray-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .md\:even\:divide-gray:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .md\:even\:divide-red-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .md\:even\:divide-red-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .md\:even\:divide-red-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .md\:even\:divide-red-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .md\:even\:divide-red-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .md\:even\:divide-red-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .md\:even\:divide-red-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .md\:even\:divide-red-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .md\:even\:divide-red-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .md\:even\:divide-orange-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .md\:even\:divide-orange-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .md\:even\:divide-orange-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .md\:even\:divide-orange-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .md\:even\:divide-orange-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .md\:even\:divide-orange-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .md\:even\:divide-orange-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .md\:even\:divide-orange-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .md\:even\:divide-orange-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .md\:even\:divide-yellow-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .md\:even\:divide-yellow-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .md\:even\:divide-yellow-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .md\:even\:divide-yellow-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .md\:even\:divide-yellow-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .md\:even\:divide-yellow-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .md\:even\:divide-yellow-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .md\:even\:divide-yellow-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .md\:even\:divide-yellow-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .md\:even\:divide-green-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .md\:even\:divide-green-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .md\:even\:divide-green-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .md\:even\:divide-green-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .md\:even\:divide-green-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .md\:even\:divide-green-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .md\:even\:divide-green-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .md\:even\:divide-green-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .md\:even\:divide-green-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .md\:even\:divide-teal-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .md\:even\:divide-teal-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .md\:even\:divide-teal-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .md\:even\:divide-teal-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .md\:even\:divide-teal-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .md\:even\:divide-teal-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .md\:even\:divide-teal-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .md\:even\:divide-teal-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .md\:even\:divide-teal-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .md\:even\:divide-blue-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .md\:even\:divide-blue-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .md\:even\:divide-blue-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .md\:even\:divide-blue-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .md\:even\:divide-blue-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .md\:even\:divide-blue-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .md\:even\:divide-blue-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .md\:even\:divide-blue-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .md\:even\:divide-blue-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .md\:even\:divide-indigo-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .md\:even\:divide-indigo-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .md\:even\:divide-indigo-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .md\:even\:divide-indigo-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .md\:even\:divide-indigo-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .md\:even\:divide-indigo-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .md\:even\:divide-indigo-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .md\:even\:divide-indigo-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .md\:even\:divide-indigo-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .md\:even\:divide-purple-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .md\:even\:divide-purple-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .md\:even\:divide-purple-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .md\:even\:divide-purple-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .md\:even\:divide-purple-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .md\:even\:divide-purple-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .md\:even\:divide-purple-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .md\:even\:divide-purple-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .md\:even\:divide-purple-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .md\:even\:divide-pink-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .md\:even\:divide-pink-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .md\:even\:divide-pink-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .md\:even\:divide-pink-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .md\:even\:divide-pink-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .md\:even\:divide-pink-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .md\:even\:divide-pink-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .md\:even\:divide-pink-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .md\:even\:divide-pink-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .md\:even\:divide-dark-blue:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .md\:even\:divide-light-blue:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .md\:even\:divide-pale-yellow:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .md\:even\:divide-success:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .md\:even\:divide-error:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .md\:odd\:divide-transparent:nth-child(odd) > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .md\:odd\:divide-current:nth-child(odd) > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .md\:odd\:divide-black:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md\:odd\:divide-white:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md\:odd\:divide-gray-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md\:odd\:divide-gray-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .md\:odd\:divide-gray-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md\:odd\:divide-gray-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .md\:odd\:divide-gray-450:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .md\:odd\:divide-gray-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .md\:odd\:divide-gray-550:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .md\:odd\:divide-gray-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .md\:odd\:divide-gray-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .md\:odd\:divide-gray-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .md\:odd\:divide-gray-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .md\:odd\:divide-gray:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .md\:odd\:divide-red-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .md\:odd\:divide-red-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .md\:odd\:divide-red-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .md\:odd\:divide-red-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .md\:odd\:divide-red-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .md\:odd\:divide-red-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .md\:odd\:divide-red-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .md\:odd\:divide-red-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .md\:odd\:divide-red-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .md\:odd\:divide-orange-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .md\:odd\:divide-orange-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .md\:odd\:divide-orange-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .md\:odd\:divide-orange-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .md\:odd\:divide-orange-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .md\:odd\:divide-orange-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .md\:odd\:divide-orange-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .md\:odd\:divide-orange-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .md\:odd\:divide-orange-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .md\:odd\:divide-yellow-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .md\:odd\:divide-yellow-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .md\:odd\:divide-yellow-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .md\:odd\:divide-yellow-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .md\:odd\:divide-yellow-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .md\:odd\:divide-yellow-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .md\:odd\:divide-yellow-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .md\:odd\:divide-yellow-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .md\:odd\:divide-yellow-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .md\:odd\:divide-green-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .md\:odd\:divide-green-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .md\:odd\:divide-green-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .md\:odd\:divide-green-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .md\:odd\:divide-green-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .md\:odd\:divide-green-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .md\:odd\:divide-green-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .md\:odd\:divide-green-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .md\:odd\:divide-green-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .md\:odd\:divide-teal-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .md\:odd\:divide-teal-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .md\:odd\:divide-teal-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .md\:odd\:divide-teal-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .md\:odd\:divide-teal-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .md\:odd\:divide-teal-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .md\:odd\:divide-teal-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .md\:odd\:divide-teal-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .md\:odd\:divide-teal-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .md\:odd\:divide-blue-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .md\:odd\:divide-blue-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .md\:odd\:divide-blue-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .md\:odd\:divide-blue-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .md\:odd\:divide-blue-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .md\:odd\:divide-blue-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .md\:odd\:divide-blue-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .md\:odd\:divide-blue-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .md\:odd\:divide-blue-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .md\:odd\:divide-indigo-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .md\:odd\:divide-indigo-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .md\:odd\:divide-indigo-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .md\:odd\:divide-indigo-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .md\:odd\:divide-indigo-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .md\:odd\:divide-indigo-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .md\:odd\:divide-indigo-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .md\:odd\:divide-indigo-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .md\:odd\:divide-indigo-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .md\:odd\:divide-purple-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .md\:odd\:divide-purple-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .md\:odd\:divide-purple-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .md\:odd\:divide-purple-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .md\:odd\:divide-purple-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .md\:odd\:divide-purple-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .md\:odd\:divide-purple-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .md\:odd\:divide-purple-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .md\:odd\:divide-purple-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .md\:odd\:divide-pink-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .md\:odd\:divide-pink-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .md\:odd\:divide-pink-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .md\:odd\:divide-pink-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .md\:odd\:divide-pink-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .md\:odd\:divide-pink-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .md\:odd\:divide-pink-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .md\:odd\:divide-pink-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .md\:odd\:divide-pink-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .md\:odd\:divide-dark-blue:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .md\:odd\:divide-light-blue:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .md\:odd\:divide-pale-yellow:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .md\:odd\:divide-success:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .md\:odd\:divide-error:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .md\:children\:divide-transparent > * > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .md\:children\:divide-current > * > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .md\:children\:divide-black > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md\:children\:divide-white > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md\:children\:divide-gray-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md\:children\:divide-gray-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .md\:children\:divide-gray-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md\:children\:divide-gray-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .md\:children\:divide-gray-450 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .md\:children\:divide-gray-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .md\:children\:divide-gray-550 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .md\:children\:divide-gray-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .md\:children\:divide-gray-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .md\:children\:divide-gray-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .md\:children\:divide-gray-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .md\:children\:divide-gray > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .md\:children\:divide-red-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .md\:children\:divide-red-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .md\:children\:divide-red-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .md\:children\:divide-red-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .md\:children\:divide-red-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .md\:children\:divide-red-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .md\:children\:divide-red-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .md\:children\:divide-red-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .md\:children\:divide-red-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .md\:children\:divide-orange-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .md\:children\:divide-orange-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .md\:children\:divide-orange-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .md\:children\:divide-orange-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .md\:children\:divide-orange-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .md\:children\:divide-orange-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .md\:children\:divide-orange-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .md\:children\:divide-orange-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .md\:children\:divide-orange-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .md\:children\:divide-yellow-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .md\:children\:divide-yellow-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .md\:children\:divide-yellow-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .md\:children\:divide-yellow-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .md\:children\:divide-yellow-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .md\:children\:divide-yellow-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .md\:children\:divide-yellow-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .md\:children\:divide-yellow-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .md\:children\:divide-yellow-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .md\:children\:divide-green-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .md\:children\:divide-green-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .md\:children\:divide-green-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .md\:children\:divide-green-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .md\:children\:divide-green-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .md\:children\:divide-green-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .md\:children\:divide-green-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .md\:children\:divide-green-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .md\:children\:divide-green-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .md\:children\:divide-teal-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .md\:children\:divide-teal-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .md\:children\:divide-teal-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .md\:children\:divide-teal-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .md\:children\:divide-teal-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .md\:children\:divide-teal-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .md\:children\:divide-teal-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .md\:children\:divide-teal-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .md\:children\:divide-teal-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .md\:children\:divide-blue-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .md\:children\:divide-blue-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .md\:children\:divide-blue-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .md\:children\:divide-blue-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .md\:children\:divide-blue-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .md\:children\:divide-blue-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .md\:children\:divide-blue-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .md\:children\:divide-blue-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .md\:children\:divide-blue-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .md\:children\:divide-indigo-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .md\:children\:divide-indigo-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .md\:children\:divide-indigo-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .md\:children\:divide-indigo-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .md\:children\:divide-indigo-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .md\:children\:divide-indigo-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .md\:children\:divide-indigo-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .md\:children\:divide-indigo-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .md\:children\:divide-indigo-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .md\:children\:divide-purple-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .md\:children\:divide-purple-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .md\:children\:divide-purple-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .md\:children\:divide-purple-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .md\:children\:divide-purple-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .md\:children\:divide-purple-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .md\:children\:divide-purple-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .md\:children\:divide-purple-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .md\:children\:divide-purple-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .md\:children\:divide-pink-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .md\:children\:divide-pink-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .md\:children\:divide-pink-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .md\:children\:divide-pink-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .md\:children\:divide-pink-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .md\:children\:divide-pink-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .md\:children\:divide-pink-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .md\:children\:divide-pink-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .md\:children\:divide-pink-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .md\:children\:divide-dark-blue > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .md\:children\:divide-light-blue > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .md\:children\:divide-pale-yellow > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .md\:children\:divide-success > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .md\:children\:divide-error > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .md\:first\:divide-transparent:first-child > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .md\:first\:divide-current:first-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .md\:first\:divide-black:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md\:first\:divide-white:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md\:first\:divide-gray-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md\:first\:divide-gray-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .md\:first\:divide-gray-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md\:first\:divide-gray-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .md\:first\:divide-gray-450:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .md\:first\:divide-gray-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .md\:first\:divide-gray-550:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .md\:first\:divide-gray-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .md\:first\:divide-gray-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .md\:first\:divide-gray-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .md\:first\:divide-gray-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .md\:first\:divide-gray:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .md\:first\:divide-red-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .md\:first\:divide-red-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .md\:first\:divide-red-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .md\:first\:divide-red-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .md\:first\:divide-red-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .md\:first\:divide-red-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .md\:first\:divide-red-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .md\:first\:divide-red-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .md\:first\:divide-red-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .md\:first\:divide-orange-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .md\:first\:divide-orange-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .md\:first\:divide-orange-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .md\:first\:divide-orange-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .md\:first\:divide-orange-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .md\:first\:divide-orange-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .md\:first\:divide-orange-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .md\:first\:divide-orange-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .md\:first\:divide-orange-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .md\:first\:divide-yellow-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .md\:first\:divide-yellow-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .md\:first\:divide-yellow-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .md\:first\:divide-yellow-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .md\:first\:divide-yellow-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .md\:first\:divide-yellow-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .md\:first\:divide-yellow-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .md\:first\:divide-yellow-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .md\:first\:divide-yellow-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .md\:first\:divide-green-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .md\:first\:divide-green-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .md\:first\:divide-green-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .md\:first\:divide-green-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .md\:first\:divide-green-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .md\:first\:divide-green-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .md\:first\:divide-green-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .md\:first\:divide-green-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .md\:first\:divide-green-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .md\:first\:divide-teal-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .md\:first\:divide-teal-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .md\:first\:divide-teal-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .md\:first\:divide-teal-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .md\:first\:divide-teal-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .md\:first\:divide-teal-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .md\:first\:divide-teal-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .md\:first\:divide-teal-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .md\:first\:divide-teal-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .md\:first\:divide-blue-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .md\:first\:divide-blue-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .md\:first\:divide-blue-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .md\:first\:divide-blue-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .md\:first\:divide-blue-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .md\:first\:divide-blue-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .md\:first\:divide-blue-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .md\:first\:divide-blue-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .md\:first\:divide-blue-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .md\:first\:divide-indigo-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .md\:first\:divide-indigo-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .md\:first\:divide-indigo-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .md\:first\:divide-indigo-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .md\:first\:divide-indigo-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .md\:first\:divide-indigo-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .md\:first\:divide-indigo-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .md\:first\:divide-indigo-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .md\:first\:divide-indigo-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .md\:first\:divide-purple-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .md\:first\:divide-purple-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .md\:first\:divide-purple-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .md\:first\:divide-purple-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .md\:first\:divide-purple-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .md\:first\:divide-purple-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .md\:first\:divide-purple-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .md\:first\:divide-purple-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .md\:first\:divide-purple-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .md\:first\:divide-pink-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .md\:first\:divide-pink-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .md\:first\:divide-pink-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .md\:first\:divide-pink-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .md\:first\:divide-pink-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .md\:first\:divide-pink-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .md\:first\:divide-pink-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .md\:first\:divide-pink-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .md\:first\:divide-pink-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .md\:first\:divide-dark-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .md\:first\:divide-light-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .md\:first\:divide-pale-yellow:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .md\:first\:divide-success:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .md\:first\:divide-error:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .md\:last\:divide-transparent:last-child > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .md\:last\:divide-current:last-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .md\:last\:divide-black:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md\:last\:divide-white:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md\:last\:divide-gray-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md\:last\:divide-gray-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .md\:last\:divide-gray-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md\:last\:divide-gray-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .md\:last\:divide-gray-450:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .md\:last\:divide-gray-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .md\:last\:divide-gray-550:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .md\:last\:divide-gray-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .md\:last\:divide-gray-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .md\:last\:divide-gray-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .md\:last\:divide-gray-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .md\:last\:divide-gray:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .md\:last\:divide-red-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .md\:last\:divide-red-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .md\:last\:divide-red-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .md\:last\:divide-red-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .md\:last\:divide-red-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .md\:last\:divide-red-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .md\:last\:divide-red-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .md\:last\:divide-red-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .md\:last\:divide-red-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .md\:last\:divide-orange-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .md\:last\:divide-orange-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .md\:last\:divide-orange-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .md\:last\:divide-orange-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .md\:last\:divide-orange-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .md\:last\:divide-orange-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .md\:last\:divide-orange-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .md\:last\:divide-orange-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .md\:last\:divide-orange-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .md\:last\:divide-yellow-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .md\:last\:divide-yellow-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .md\:last\:divide-yellow-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .md\:last\:divide-yellow-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .md\:last\:divide-yellow-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .md\:last\:divide-yellow-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .md\:last\:divide-yellow-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .md\:last\:divide-yellow-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .md\:last\:divide-yellow-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .md\:last\:divide-green-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .md\:last\:divide-green-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .md\:last\:divide-green-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .md\:last\:divide-green-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .md\:last\:divide-green-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .md\:last\:divide-green-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .md\:last\:divide-green-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .md\:last\:divide-green-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .md\:last\:divide-green-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .md\:last\:divide-teal-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .md\:last\:divide-teal-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .md\:last\:divide-teal-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .md\:last\:divide-teal-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .md\:last\:divide-teal-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .md\:last\:divide-teal-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .md\:last\:divide-teal-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .md\:last\:divide-teal-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .md\:last\:divide-teal-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .md\:last\:divide-blue-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .md\:last\:divide-blue-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .md\:last\:divide-blue-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .md\:last\:divide-blue-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .md\:last\:divide-blue-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .md\:last\:divide-blue-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .md\:last\:divide-blue-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .md\:last\:divide-blue-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .md\:last\:divide-blue-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .md\:last\:divide-indigo-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .md\:last\:divide-indigo-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .md\:last\:divide-indigo-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .md\:last\:divide-indigo-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .md\:last\:divide-indigo-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .md\:last\:divide-indigo-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .md\:last\:divide-indigo-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .md\:last\:divide-indigo-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .md\:last\:divide-indigo-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .md\:last\:divide-purple-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .md\:last\:divide-purple-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .md\:last\:divide-purple-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .md\:last\:divide-purple-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .md\:last\:divide-purple-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .md\:last\:divide-purple-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .md\:last\:divide-purple-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .md\:last\:divide-purple-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .md\:last\:divide-purple-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .md\:last\:divide-pink-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .md\:last\:divide-pink-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .md\:last\:divide-pink-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .md\:last\:divide-pink-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .md\:last\:divide-pink-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .md\:last\:divide-pink-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .md\:last\:divide-pink-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .md\:last\:divide-pink-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .md\:last\:divide-pink-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .md\:last\:divide-dark-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .md\:last\:divide-light-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .md\:last\:divide-pale-yellow:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .md\:last\:divide-success:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .md\:last\:divide-error:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .md\:hover\:divide-transparent:hover > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .md\:hover\:divide-current:hover > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .md\:hover\:divide-black:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md\:hover\:divide-white:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md\:hover\:divide-gray-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md\:hover\:divide-gray-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .md\:hover\:divide-gray-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md\:hover\:divide-gray-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .md\:hover\:divide-gray-450:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .md\:hover\:divide-gray-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .md\:hover\:divide-gray-550:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .md\:hover\:divide-gray-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .md\:hover\:divide-gray-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .md\:hover\:divide-gray-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .md\:hover\:divide-gray-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .md\:hover\:divide-gray:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .md\:hover\:divide-red-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .md\:hover\:divide-red-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .md\:hover\:divide-red-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .md\:hover\:divide-red-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .md\:hover\:divide-red-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .md\:hover\:divide-red-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .md\:hover\:divide-red-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .md\:hover\:divide-red-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .md\:hover\:divide-red-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .md\:hover\:divide-orange-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .md\:hover\:divide-orange-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .md\:hover\:divide-orange-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .md\:hover\:divide-orange-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .md\:hover\:divide-orange-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .md\:hover\:divide-orange-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .md\:hover\:divide-orange-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .md\:hover\:divide-orange-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .md\:hover\:divide-orange-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .md\:hover\:divide-yellow-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .md\:hover\:divide-yellow-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .md\:hover\:divide-yellow-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .md\:hover\:divide-yellow-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .md\:hover\:divide-yellow-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .md\:hover\:divide-yellow-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .md\:hover\:divide-yellow-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .md\:hover\:divide-yellow-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .md\:hover\:divide-yellow-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .md\:hover\:divide-green-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .md\:hover\:divide-green-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .md\:hover\:divide-green-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .md\:hover\:divide-green-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .md\:hover\:divide-green-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .md\:hover\:divide-green-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .md\:hover\:divide-green-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .md\:hover\:divide-green-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .md\:hover\:divide-green-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .md\:hover\:divide-teal-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .md\:hover\:divide-teal-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .md\:hover\:divide-teal-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .md\:hover\:divide-teal-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .md\:hover\:divide-teal-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .md\:hover\:divide-teal-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .md\:hover\:divide-teal-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .md\:hover\:divide-teal-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .md\:hover\:divide-teal-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .md\:hover\:divide-blue-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .md\:hover\:divide-blue-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .md\:hover\:divide-blue-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .md\:hover\:divide-blue-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .md\:hover\:divide-blue-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .md\:hover\:divide-blue-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .md\:hover\:divide-blue-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .md\:hover\:divide-blue-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .md\:hover\:divide-blue-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .md\:hover\:divide-indigo-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .md\:hover\:divide-indigo-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .md\:hover\:divide-indigo-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .md\:hover\:divide-indigo-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .md\:hover\:divide-indigo-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .md\:hover\:divide-indigo-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .md\:hover\:divide-indigo-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .md\:hover\:divide-indigo-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .md\:hover\:divide-indigo-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .md\:hover\:divide-purple-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .md\:hover\:divide-purple-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .md\:hover\:divide-purple-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .md\:hover\:divide-purple-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .md\:hover\:divide-purple-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .md\:hover\:divide-purple-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .md\:hover\:divide-purple-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .md\:hover\:divide-purple-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .md\:hover\:divide-purple-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .md\:hover\:divide-pink-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .md\:hover\:divide-pink-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .md\:hover\:divide-pink-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .md\:hover\:divide-pink-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .md\:hover\:divide-pink-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .md\:hover\:divide-pink-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .md\:hover\:divide-pink-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .md\:hover\:divide-pink-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .md\:hover\:divide-pink-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .md\:hover\:divide-dark-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .md\:hover\:divide-light-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .md\:hover\:divide-pale-yellow:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .md\:hover\:divide-success:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .md\:hover\:divide-error:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .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: #f0f2f7 !important;
    border-color: rgba(240, 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: #e3e8f0 !important;
    border-color: rgba(227, 232, 240, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-450 > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #B0B5CC !important;
    border-color: rgba(176, 181, 204, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-500 > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #B9BED1 !important;
    border-color: rgba(185, 190, 209, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-550 > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #9597a6 !important;
    border-color: rgba(149, 151, 166, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-600 > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #707070 !important;
    border-color: rgba(112, 112, 112, 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: #454545 !important;
    border-color: rgba(69, 69, 69, 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-gray > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #454545 !important;
    border-color: rgba(69, 69, 69, 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-dark-blue > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #000142 !important;
    border-color: rgba(0, 1, 66, var(--divide-opacity)) !important;
  }

  .md\:divide-light-blue > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #3B55E6 !important;
    border-color: rgba(59, 85, 230, var(--divide-opacity)) !important;
  }

  .md\:divide-pale-yellow > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #FBAF4E !important;
    border-color: rgba(251, 175, 78, var(--divide-opacity)) !important;
  }

  .md\:divide-success > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #007E62 !important;
    border-color: rgba(0, 126, 98, var(--divide-opacity)) !important;
  }

  .md\:divide-error > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #F60139 !important;
    border-color: rgba(246, 1, 57, var(--divide-opacity)) !important;
  }

  .md\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .md\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .md\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .md\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .md\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .md\:even\:divide-opacity-0:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .md\:even\:divide-opacity-25:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .md\:even\:divide-opacity-50:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .md\:even\:divide-opacity-75:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .md\:even\:divide-opacity-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .md\:odd\:divide-opacity-0:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .md\:odd\:divide-opacity-25:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .md\:odd\:divide-opacity-50:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .md\:odd\:divide-opacity-75:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .md\:odd\:divide-opacity-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .md\:children\:divide-opacity-0 > * > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .md\:children\:divide-opacity-25 > * > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .md\:children\:divide-opacity-50 > * > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .md\:children\:divide-opacity-75 > * > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .md\:children\:divide-opacity-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .md\:first\:divide-opacity-0:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .md\:first\:divide-opacity-25:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .md\:first\:divide-opacity-50:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .md\:first\:divide-opacity-75:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .md\:first\:divide-opacity-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .md\:last\:divide-opacity-0:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .md\:last\:divide-opacity-25:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .md\:last\:divide-opacity-50:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .md\:last\:divide-opacity-75:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .md\:last\:divide-opacity-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .md\:hover\:divide-opacity-0:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .md\:hover\:divide-opacity-25:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .md\:hover\:divide-opacity-50:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .md\:hover\:divide-opacity-75:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .md\:hover\:divide-opacity-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .md\:divide-opacity-0 > :not(template) ~ :not(template)\! {
    --divide-opacity: 0 !important;
  }

  .md\:divide-opacity-25 > :not(template) ~ :not(template)\! {
    --divide-opacity: 0.25 !important;
  }

  .md\:divide-opacity-50 > :not(template) ~ :not(template)\! {
    --divide-opacity: 0.5 !important;
  }

  .md\:divide-opacity-75 > :not(template) ~ :not(template)\! {
    --divide-opacity: 0.75 !important;
  }

  .md\:divide-opacity-100 > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
  }

  .md\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:even\:sr-only:nth-child(even) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:even\:not-sr-only:nth-child(even) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:odd\:sr-only:nth-child(odd) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:odd\:not-sr-only:nth-child(odd) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:children\:sr-only > * {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:children\:not-sr-only > * {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:first\:sr-only:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:first\:not-sr-only:first-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:last\:sr-only:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:last\:not-sr-only:last-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:hover\:sr-only:hover {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:hover\:not-sr-only:hover {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .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\:appearance-none {
    appearance: none;
  }

  .md\:even\:appearance-none:nth-child(even) {
    appearance: none;
  }

  .md\:odd\:appearance-none:nth-child(odd) {
    appearance: none;
  }

  .md\:children\:appearance-none > * {
    appearance: none;
  }

  .md\:first\:appearance-none:first-child {
    appearance: none;
  }

  .md\:last\:appearance-none:last-child {
    appearance: none;
  }

  .md\:hover\:appearance-none:hover {
    appearance: none;
  }

  .md\:appearance-none\! {
    appearance: none !important;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:even\:bg-fixed:nth-child(even) {
    background-attachment: fixed;
  }

  .md\:even\:bg-local:nth-child(even) {
    background-attachment: local;
  }

  .md\:even\:bg-scroll:nth-child(even) {
    background-attachment: scroll;
  }

  .md\:odd\:bg-fixed:nth-child(odd) {
    background-attachment: fixed;
  }

  .md\:odd\:bg-local:nth-child(odd) {
    background-attachment: local;
  }

  .md\:odd\:bg-scroll:nth-child(odd) {
    background-attachment: scroll;
  }

  .md\:children\:bg-fixed > * {
    background-attachment: fixed;
  }

  .md\:children\:bg-local > * {
    background-attachment: local;
  }

  .md\:children\:bg-scroll > * {
    background-attachment: scroll;
  }

  .md\:first\:bg-fixed:first-child {
    background-attachment: fixed;
  }

  .md\:first\:bg-local:first-child {
    background-attachment: local;
  }

  .md\:first\:bg-scroll:first-child {
    background-attachment: scroll;
  }

  .md\:last\:bg-fixed:last-child {
    background-attachment: fixed;
  }

  .md\:last\:bg-local:last-child {
    background-attachment: local;
  }

  .md\:last\:bg-scroll:last-child {
    background-attachment: scroll;
  }

  .md\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .md\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .md\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .md\:bg-fixed\! {
    background-attachment: fixed !important;
  }

  .md\:bg-local\! {
    background-attachment: local !important;
  }

  .md\:bg-scroll\! {
    background-attachment: scroll !important;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-current {
    background-color: currentColor;
  }

  .md\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .md\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .md\:bg-gray-450 {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .md\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .md\:bg-gray-550 {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .md\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .md\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .md\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:bg-gray {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .md\:bg-red-100 {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .md\:bg-red-200 {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .md\:bg-red-300 {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .md\:bg-red-400 {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .md\:bg-red-500 {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .md\:bg-red-600 {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .md\:bg-red-700 {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .md\:bg-red-800 {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .md\:bg-red-900 {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .md\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .md\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .md\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .md\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .md\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .md\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .md\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .md\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .md\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .md\:bg-green-100 {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .md\:bg-green-200 {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .md\:bg-green-300 {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .md\:bg-green-400 {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .md\:bg-green-500 {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .md\:bg-green-600 {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .md\:bg-green-700 {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .md\:bg-green-800 {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .md\:bg-green-900 {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .md\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md\:bg-blue-100 {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .md\:bg-blue-200 {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .md\:bg-blue-300 {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .md\:bg-blue-400 {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .md\:bg-blue-500 {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .md\:bg-blue-600 {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .md\:bg-blue-700 {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .md\:bg-blue-800 {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .md\:bg-blue-900 {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .md\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md\:bg-dark-blue {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .md\:bg-light-blue {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .md\:bg-pale-yellow {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .md\:bg-success {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .md\:bg-error {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .md\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .md\:even\:bg-current:nth-child(even) {
    background-color: currentColor;
  }

  .md\:even\:bg-black:nth-child(even) {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:even\:bg-white:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:even\:bg-gray-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:even\:bg-gray-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .md\:even\:bg-gray-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:even\:bg-gray-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .md\:even\:bg-gray-450:nth-child(even) {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .md\:even\:bg-gray-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .md\:even\:bg-gray-550:nth-child(even) {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .md\:even\:bg-gray-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .md\:even\:bg-gray-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:even\:bg-gray-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .md\:even\:bg-gray-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:even\:bg-gray:nth-child(even) {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .md\:even\:bg-red-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .md\:even\:bg-red-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .md\:even\:bg-red-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .md\:even\:bg-red-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .md\:even\:bg-red-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .md\:even\:bg-red-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .md\:even\:bg-red-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .md\:even\:bg-red-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .md\:even\:bg-red-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .md\:even\:bg-orange-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md\:even\:bg-orange-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md\:even\:bg-orange-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md\:even\:bg-orange-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md\:even\:bg-orange-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md\:even\:bg-orange-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md\:even\:bg-orange-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md\:even\:bg-orange-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md\:even\:bg-orange-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md\:even\:bg-yellow-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .md\:even\:bg-yellow-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .md\:even\:bg-yellow-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .md\:even\:bg-yellow-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .md\:even\:bg-yellow-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .md\:even\:bg-yellow-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .md\:even\:bg-yellow-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .md\:even\:bg-yellow-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .md\:even\:bg-yellow-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .md\:even\:bg-green-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .md\:even\:bg-green-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .md\:even\:bg-green-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .md\:even\:bg-green-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .md\:even\:bg-green-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .md\:even\:bg-green-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .md\:even\:bg-green-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .md\:even\:bg-green-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .md\:even\:bg-green-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .md\:even\:bg-teal-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md\:even\:bg-teal-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md\:even\:bg-teal-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md\:even\:bg-teal-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md\:even\:bg-teal-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md\:even\:bg-teal-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md\:even\:bg-teal-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md\:even\:bg-teal-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md\:even\:bg-teal-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md\:even\:bg-blue-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .md\:even\:bg-blue-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .md\:even\:bg-blue-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .md\:even\:bg-blue-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .md\:even\:bg-blue-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .md\:even\:bg-blue-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .md\:even\:bg-blue-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .md\:even\:bg-blue-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .md\:even\:bg-blue-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .md\:even\:bg-indigo-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md\:even\:bg-indigo-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md\:even\:bg-indigo-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md\:even\:bg-indigo-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md\:even\:bg-indigo-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md\:even\:bg-indigo-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md\:even\:bg-indigo-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md\:even\:bg-indigo-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md\:even\:bg-indigo-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md\:even\:bg-purple-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md\:even\:bg-purple-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md\:even\:bg-purple-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md\:even\:bg-purple-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md\:even\:bg-purple-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md\:even\:bg-purple-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md\:even\:bg-purple-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md\:even\:bg-purple-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md\:even\:bg-purple-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md\:even\:bg-pink-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md\:even\:bg-pink-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md\:even\:bg-pink-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md\:even\:bg-pink-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md\:even\:bg-pink-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md\:even\:bg-pink-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md\:even\:bg-pink-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md\:even\:bg-pink-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md\:even\:bg-pink-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md\:even\:bg-dark-blue:nth-child(even) {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .md\:even\:bg-light-blue:nth-child(even) {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .md\:even\:bg-pale-yellow:nth-child(even) {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .md\:even\:bg-success:nth-child(even) {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .md\:even\:bg-error:nth-child(even) {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .md\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .md\:odd\:bg-current:nth-child(odd) {
    background-color: currentColor;
  }

  .md\:odd\:bg-black:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:odd\:bg-white:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:odd\:bg-gray-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:odd\:bg-gray-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .md\:odd\:bg-gray-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:odd\:bg-gray-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .md\:odd\:bg-gray-450:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .md\:odd\:bg-gray-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .md\:odd\:bg-gray-550:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .md\:odd\:bg-gray-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .md\:odd\:bg-gray-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:odd\:bg-gray-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .md\:odd\:bg-gray-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:odd\:bg-gray:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .md\:odd\:bg-red-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .md\:odd\:bg-red-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .md\:odd\:bg-red-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .md\:odd\:bg-red-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .md\:odd\:bg-red-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .md\:odd\:bg-red-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .md\:odd\:bg-red-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .md\:odd\:bg-red-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .md\:odd\:bg-red-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .md\:odd\:bg-orange-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md\:odd\:bg-orange-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md\:odd\:bg-orange-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md\:odd\:bg-orange-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md\:odd\:bg-orange-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md\:odd\:bg-orange-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md\:odd\:bg-orange-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md\:odd\:bg-orange-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md\:odd\:bg-orange-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md\:odd\:bg-yellow-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .md\:odd\:bg-yellow-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .md\:odd\:bg-yellow-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .md\:odd\:bg-yellow-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .md\:odd\:bg-yellow-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .md\:odd\:bg-yellow-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .md\:odd\:bg-yellow-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .md\:odd\:bg-yellow-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .md\:odd\:bg-yellow-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .md\:odd\:bg-green-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .md\:odd\:bg-green-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .md\:odd\:bg-green-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .md\:odd\:bg-green-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .md\:odd\:bg-green-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .md\:odd\:bg-green-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .md\:odd\:bg-green-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .md\:odd\:bg-green-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .md\:odd\:bg-green-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .md\:odd\:bg-teal-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md\:odd\:bg-teal-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md\:odd\:bg-teal-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md\:odd\:bg-teal-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md\:odd\:bg-teal-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md\:odd\:bg-teal-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md\:odd\:bg-teal-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md\:odd\:bg-teal-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md\:odd\:bg-teal-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md\:odd\:bg-blue-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .md\:odd\:bg-blue-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .md\:odd\:bg-blue-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .md\:odd\:bg-blue-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .md\:odd\:bg-blue-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .md\:odd\:bg-blue-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .md\:odd\:bg-blue-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .md\:odd\:bg-blue-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .md\:odd\:bg-blue-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .md\:odd\:bg-indigo-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md\:odd\:bg-indigo-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md\:odd\:bg-indigo-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md\:odd\:bg-indigo-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md\:odd\:bg-indigo-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md\:odd\:bg-indigo-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md\:odd\:bg-indigo-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md\:odd\:bg-indigo-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md\:odd\:bg-indigo-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md\:odd\:bg-purple-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md\:odd\:bg-purple-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md\:odd\:bg-purple-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md\:odd\:bg-purple-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md\:odd\:bg-purple-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md\:odd\:bg-purple-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md\:odd\:bg-purple-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md\:odd\:bg-purple-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md\:odd\:bg-purple-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md\:odd\:bg-pink-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md\:odd\:bg-pink-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md\:odd\:bg-pink-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md\:odd\:bg-pink-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md\:odd\:bg-pink-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md\:odd\:bg-pink-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md\:odd\:bg-pink-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md\:odd\:bg-pink-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md\:odd\:bg-pink-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md\:odd\:bg-dark-blue:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .md\:odd\:bg-light-blue:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .md\:odd\:bg-pale-yellow:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .md\:odd\:bg-success:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .md\:odd\:bg-error:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .md\:children\:bg-transparent > * {
    background-color: transparent;
  }

  .md\:children\:bg-current > * {
    background-color: currentColor;
  }

  .md\:children\:bg-black > * {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:children\:bg-white > * {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:children\:bg-gray-100 > * {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:children\:bg-gray-200 > * {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .md\:children\:bg-gray-300 > * {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:children\:bg-gray-400 > * {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .md\:children\:bg-gray-450 > * {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .md\:children\:bg-gray-500 > * {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .md\:children\:bg-gray-550 > * {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .md\:children\:bg-gray-600 > * {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .md\:children\:bg-gray-700 > * {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:children\:bg-gray-800 > * {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .md\:children\:bg-gray-900 > * {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:children\:bg-gray > * {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .md\:children\:bg-red-100 > * {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .md\:children\:bg-red-200 > * {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .md\:children\:bg-red-300 > * {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .md\:children\:bg-red-400 > * {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .md\:children\:bg-red-500 > * {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .md\:children\:bg-red-600 > * {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .md\:children\:bg-red-700 > * {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .md\:children\:bg-red-800 > * {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .md\:children\:bg-red-900 > * {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .md\:children\:bg-orange-100 > * {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md\:children\:bg-orange-200 > * {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md\:children\:bg-orange-300 > * {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md\:children\:bg-orange-400 > * {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md\:children\:bg-orange-500 > * {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md\:children\:bg-orange-600 > * {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md\:children\:bg-orange-700 > * {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md\:children\:bg-orange-800 > * {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md\:children\:bg-orange-900 > * {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md\:children\:bg-yellow-100 > * {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .md\:children\:bg-yellow-200 > * {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .md\:children\:bg-yellow-300 > * {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .md\:children\:bg-yellow-400 > * {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .md\:children\:bg-yellow-500 > * {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .md\:children\:bg-yellow-600 > * {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .md\:children\:bg-yellow-700 > * {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .md\:children\:bg-yellow-800 > * {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .md\:children\:bg-yellow-900 > * {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .md\:children\:bg-green-100 > * {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .md\:children\:bg-green-200 > * {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .md\:children\:bg-green-300 > * {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .md\:children\:bg-green-400 > * {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .md\:children\:bg-green-500 > * {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .md\:children\:bg-green-600 > * {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .md\:children\:bg-green-700 > * {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .md\:children\:bg-green-800 > * {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .md\:children\:bg-green-900 > * {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .md\:children\:bg-teal-100 > * {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md\:children\:bg-teal-200 > * {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md\:children\:bg-teal-300 > * {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md\:children\:bg-teal-400 > * {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md\:children\:bg-teal-500 > * {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md\:children\:bg-teal-600 > * {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md\:children\:bg-teal-700 > * {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md\:children\:bg-teal-800 > * {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md\:children\:bg-teal-900 > * {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md\:children\:bg-blue-100 > * {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .md\:children\:bg-blue-200 > * {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .md\:children\:bg-blue-300 > * {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .md\:children\:bg-blue-400 > * {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .md\:children\:bg-blue-500 > * {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .md\:children\:bg-blue-600 > * {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .md\:children\:bg-blue-700 > * {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .md\:children\:bg-blue-800 > * {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .md\:children\:bg-blue-900 > * {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .md\:children\:bg-indigo-100 > * {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md\:children\:bg-indigo-200 > * {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md\:children\:bg-indigo-300 > * {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md\:children\:bg-indigo-400 > * {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md\:children\:bg-indigo-500 > * {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md\:children\:bg-indigo-600 > * {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md\:children\:bg-indigo-700 > * {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md\:children\:bg-indigo-800 > * {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md\:children\:bg-indigo-900 > * {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md\:children\:bg-purple-100 > * {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md\:children\:bg-purple-200 > * {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md\:children\:bg-purple-300 > * {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md\:children\:bg-purple-400 > * {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md\:children\:bg-purple-500 > * {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md\:children\:bg-purple-600 > * {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md\:children\:bg-purple-700 > * {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md\:children\:bg-purple-800 > * {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md\:children\:bg-purple-900 > * {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md\:children\:bg-pink-100 > * {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md\:children\:bg-pink-200 > * {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md\:children\:bg-pink-300 > * {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md\:children\:bg-pink-400 > * {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md\:children\:bg-pink-500 > * {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md\:children\:bg-pink-600 > * {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md\:children\:bg-pink-700 > * {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md\:children\:bg-pink-800 > * {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md\:children\:bg-pink-900 > * {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md\:children\:bg-dark-blue > * {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .md\:children\:bg-light-blue > * {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .md\:children\:bg-pale-yellow > * {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .md\:children\:bg-success > * {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .md\:children\:bg-error > * {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .md\:first\:bg-transparent:first-child {
    background-color: transparent;
  }

  .md\:first\:bg-current:first-child {
    background-color: currentColor;
  }

  .md\:first\:bg-black:first-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:first\:bg-white:first-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:first\:bg-gray-100:first-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:first\:bg-gray-200:first-child {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .md\:first\:bg-gray-300:first-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:first\:bg-gray-400:first-child {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .md\:first\:bg-gray-450:first-child {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .md\:first\:bg-gray-500:first-child {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .md\:first\:bg-gray-550:first-child {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .md\:first\:bg-gray-600:first-child {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .md\:first\:bg-gray-700:first-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:first\:bg-gray-800:first-child {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .md\:first\:bg-gray-900:first-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:first\:bg-gray:first-child {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .md\:first\:bg-red-100:first-child {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .md\:first\:bg-red-200:first-child {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .md\:first\:bg-red-300:first-child {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .md\:first\:bg-red-400:first-child {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .md\:first\:bg-red-500:first-child {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .md\:first\:bg-red-600:first-child {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .md\:first\:bg-red-700:first-child {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .md\:first\:bg-red-800:first-child {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .md\:first\:bg-red-900:first-child {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .md\:first\:bg-orange-100:first-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md\:first\:bg-orange-200:first-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md\:first\:bg-orange-300:first-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md\:first\:bg-orange-400:first-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md\:first\:bg-orange-500:first-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md\:first\:bg-orange-600:first-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md\:first\:bg-orange-700:first-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md\:first\:bg-orange-800:first-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md\:first\:bg-orange-900:first-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md\:first\:bg-yellow-100:first-child {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .md\:first\:bg-yellow-200:first-child {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .md\:first\:bg-yellow-300:first-child {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .md\:first\:bg-yellow-400:first-child {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .md\:first\:bg-yellow-500:first-child {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .md\:first\:bg-yellow-600:first-child {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .md\:first\:bg-yellow-700:first-child {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .md\:first\:bg-yellow-800:first-child {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .md\:first\:bg-yellow-900:first-child {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .md\:first\:bg-green-100:first-child {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .md\:first\:bg-green-200:first-child {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .md\:first\:bg-green-300:first-child {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .md\:first\:bg-green-400:first-child {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .md\:first\:bg-green-500:first-child {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .md\:first\:bg-green-600:first-child {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .md\:first\:bg-green-700:first-child {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .md\:first\:bg-green-800:first-child {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .md\:first\:bg-green-900:first-child {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .md\:first\:bg-teal-100:first-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md\:first\:bg-teal-200:first-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md\:first\:bg-teal-300:first-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md\:first\:bg-teal-400:first-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md\:first\:bg-teal-500:first-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md\:first\:bg-teal-600:first-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md\:first\:bg-teal-700:first-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md\:first\:bg-teal-800:first-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md\:first\:bg-teal-900:first-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md\:first\:bg-blue-100:first-child {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .md\:first\:bg-blue-200:first-child {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .md\:first\:bg-blue-300:first-child {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .md\:first\:bg-blue-400:first-child {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .md\:first\:bg-blue-500:first-child {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .md\:first\:bg-blue-600:first-child {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .md\:first\:bg-blue-700:first-child {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .md\:first\:bg-blue-800:first-child {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .md\:first\:bg-blue-900:first-child {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .md\:first\:bg-indigo-100:first-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md\:first\:bg-indigo-200:first-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md\:first\:bg-indigo-300:first-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md\:first\:bg-indigo-400:first-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md\:first\:bg-indigo-500:first-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md\:first\:bg-indigo-600:first-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md\:first\:bg-indigo-700:first-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md\:first\:bg-indigo-800:first-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md\:first\:bg-indigo-900:first-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md\:first\:bg-purple-100:first-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md\:first\:bg-purple-200:first-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md\:first\:bg-purple-300:first-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md\:first\:bg-purple-400:first-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md\:first\:bg-purple-500:first-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md\:first\:bg-purple-600:first-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md\:first\:bg-purple-700:first-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md\:first\:bg-purple-800:first-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md\:first\:bg-purple-900:first-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md\:first\:bg-pink-100:first-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md\:first\:bg-pink-200:first-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md\:first\:bg-pink-300:first-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md\:first\:bg-pink-400:first-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md\:first\:bg-pink-500:first-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md\:first\:bg-pink-600:first-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md\:first\:bg-pink-700:first-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md\:first\:bg-pink-800:first-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md\:first\:bg-pink-900:first-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md\:first\:bg-dark-blue:first-child {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .md\:first\:bg-light-blue:first-child {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .md\:first\:bg-pale-yellow:first-child {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .md\:first\:bg-success:first-child {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .md\:first\:bg-error:first-child {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .md\:last\:bg-transparent:last-child {
    background-color: transparent;
  }

  .md\:last\:bg-current:last-child {
    background-color: currentColor;
  }

  .md\:last\:bg-black:last-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:last\:bg-white:last-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:last\:bg-gray-100:last-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:last\:bg-gray-200:last-child {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .md\:last\:bg-gray-300:last-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:last\:bg-gray-400:last-child {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .md\:last\:bg-gray-450:last-child {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .md\:last\:bg-gray-500:last-child {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .md\:last\:bg-gray-550:last-child {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .md\:last\:bg-gray-600:last-child {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .md\:last\:bg-gray-700:last-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:last\:bg-gray-800:last-child {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .md\:last\:bg-gray-900:last-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:last\:bg-gray:last-child {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .md\:last\:bg-red-100:last-child {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .md\:last\:bg-red-200:last-child {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .md\:last\:bg-red-300:last-child {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .md\:last\:bg-red-400:last-child {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .md\:last\:bg-red-500:last-child {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .md\:last\:bg-red-600:last-child {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .md\:last\:bg-red-700:last-child {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .md\:last\:bg-red-800:last-child {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .md\:last\:bg-red-900:last-child {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .md\:last\:bg-orange-100:last-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md\:last\:bg-orange-200:last-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md\:last\:bg-orange-300:last-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md\:last\:bg-orange-400:last-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md\:last\:bg-orange-500:last-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md\:last\:bg-orange-600:last-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md\:last\:bg-orange-700:last-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md\:last\:bg-orange-800:last-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md\:last\:bg-orange-900:last-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md\:last\:bg-yellow-100:last-child {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .md\:last\:bg-yellow-200:last-child {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .md\:last\:bg-yellow-300:last-child {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .md\:last\:bg-yellow-400:last-child {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .md\:last\:bg-yellow-500:last-child {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .md\:last\:bg-yellow-600:last-child {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .md\:last\:bg-yellow-700:last-child {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .md\:last\:bg-yellow-800:last-child {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .md\:last\:bg-yellow-900:last-child {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .md\:last\:bg-green-100:last-child {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .md\:last\:bg-green-200:last-child {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .md\:last\:bg-green-300:last-child {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .md\:last\:bg-green-400:last-child {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .md\:last\:bg-green-500:last-child {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .md\:last\:bg-green-600:last-child {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .md\:last\:bg-green-700:last-child {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .md\:last\:bg-green-800:last-child {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .md\:last\:bg-green-900:last-child {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .md\:last\:bg-teal-100:last-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md\:last\:bg-teal-200:last-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md\:last\:bg-teal-300:last-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md\:last\:bg-teal-400:last-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md\:last\:bg-teal-500:last-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md\:last\:bg-teal-600:last-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md\:last\:bg-teal-700:last-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md\:last\:bg-teal-800:last-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md\:last\:bg-teal-900:last-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md\:last\:bg-blue-100:last-child {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .md\:last\:bg-blue-200:last-child {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .md\:last\:bg-blue-300:last-child {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .md\:last\:bg-blue-400:last-child {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .md\:last\:bg-blue-500:last-child {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .md\:last\:bg-blue-600:last-child {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .md\:last\:bg-blue-700:last-child {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .md\:last\:bg-blue-800:last-child {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .md\:last\:bg-blue-900:last-child {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .md\:last\:bg-indigo-100:last-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md\:last\:bg-indigo-200:last-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md\:last\:bg-indigo-300:last-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md\:last\:bg-indigo-400:last-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md\:last\:bg-indigo-500:last-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md\:last\:bg-indigo-600:last-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md\:last\:bg-indigo-700:last-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md\:last\:bg-indigo-800:last-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md\:last\:bg-indigo-900:last-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md\:last\:bg-purple-100:last-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md\:last\:bg-purple-200:last-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md\:last\:bg-purple-300:last-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md\:last\:bg-purple-400:last-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md\:last\:bg-purple-500:last-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md\:last\:bg-purple-600:last-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md\:last\:bg-purple-700:last-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md\:last\:bg-purple-800:last-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md\:last\:bg-purple-900:last-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md\:last\:bg-pink-100:last-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md\:last\:bg-pink-200:last-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md\:last\:bg-pink-300:last-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md\:last\:bg-pink-400:last-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md\:last\:bg-pink-500:last-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md\:last\:bg-pink-600:last-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md\:last\:bg-pink-700:last-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md\:last\:bg-pink-800:last-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md\:last\:bg-pink-900:last-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md\:last\:bg-dark-blue:last-child {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .md\:last\:bg-light-blue:last-child {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .md\:last\:bg-pale-yellow:last-child {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .md\:last\:bg-success:last-child {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .md\:last\:bg-error:last-child {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .md\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-450:hover {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-550:hover {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:hover\:bg-gray:hover {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .md\:hover\:bg-red-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .md\:hover\:bg-red-200:hover {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .md\:hover\:bg-red-300:hover {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .md\:hover\:bg-red-400:hover {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .md\:hover\:bg-red-500:hover {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .md\:hover\:bg-red-600:hover {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .md\:hover\:bg-red-700:hover {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .md\:hover\:bg-red-800:hover {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .md\:hover\:bg-red-900:hover {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-100:hover {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-200:hover {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-300:hover {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-400:hover {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-500:hover {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-600:hover {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-700:hover {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-800:hover {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-900:hover {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-100:hover {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-200:hover {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-300:hover {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-400:hover {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-500:hover {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-600:hover {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-700:hover {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-800:hover {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-900:hover {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .md\:hover\:bg-green-100:hover {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .md\:hover\:bg-green-200:hover {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .md\:hover\:bg-green-300:hover {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .md\:hover\:bg-green-400:hover {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .md\:hover\:bg-green-500:hover {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .md\:hover\:bg-green-600:hover {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .md\:hover\:bg-green-700:hover {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .md\:hover\:bg-green-800:hover {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .md\:hover\:bg-green-900:hover {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-100:hover {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-200:hover {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-300:hover {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-400:hover {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-500:hover {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-600:hover {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-700:hover {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-800:hover {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-900:hover {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-100:hover {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-200:hover {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-300:hover {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-400:hover {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-500:hover {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-600:hover {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-700:hover {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-800:hover {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-900:hover {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md\:hover\:bg-dark-blue:hover {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .md\:hover\:bg-light-blue:hover {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .md\:hover\:bg-pale-yellow:hover {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .md\:hover\:bg-success:hover {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .md\:hover\:bg-error:hover {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .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: #f0f2f7 !important;
    background-color: rgba(240, 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: #e3e8f0 !important;
    background-color: rgba(227, 232, 240, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-450\! {
    --bg-opacity: 1 !important;
    background-color: #B0B5CC !important;
    background-color: rgba(176, 181, 204, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-500\! {
    --bg-opacity: 1 !important;
    background-color: #B9BED1 !important;
    background-color: rgba(185, 190, 209, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-550\! {
    --bg-opacity: 1 !important;
    background-color: #9597a6 !important;
    background-color: rgba(149, 151, 166, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-600\! {
    --bg-opacity: 1 !important;
    background-color: #707070 !important;
    background-color: rgba(112, 112, 112, 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: #454545 !important;
    background-color: rgba(69, 69, 69, 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-gray\! {
    --bg-opacity: 1 !important;
    background-color: #454545 !important;
    background-color: rgba(69, 69, 69, 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-dark-blue\! {
    --bg-opacity: 1 !important;
    background-color: #000142 !important;
    background-color: rgba(0, 1, 66, var(--bg-opacity)) !important;
  }

  .md\:bg-light-blue\! {
    --bg-opacity: 1 !important;
    background-color: #3B55E6 !important;
    background-color: rgba(59, 85, 230, var(--bg-opacity)) !important;
  }

  .md\:bg-pale-yellow\! {
    --bg-opacity: 1 !important;
    background-color: #FBAF4E !important;
    background-color: rgba(251, 175, 78, var(--bg-opacity)) !important;
  }

  .md\:bg-success\! {
    --bg-opacity: 1 !important;
    background-color: #007E62 !important;
    background-color: rgba(0, 126, 98, var(--bg-opacity)) !important;
  }

  .md\:bg-error\! {
    --bg-opacity: 1 !important;
    background-color: #F60139 !important;
    background-color: rgba(246, 1, 57, var(--bg-opacity)) !important;
  }

  .md\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .md\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .md\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .md\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .md\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .md\:even\:bg-opacity-0:nth-child(even) {
    --bg-opacity: 0;
  }

  .md\:even\:bg-opacity-25:nth-child(even) {
    --bg-opacity: 0.25;
  }

  .md\:even\:bg-opacity-50:nth-child(even) {
    --bg-opacity: 0.5;
  }

  .md\:even\:bg-opacity-75:nth-child(even) {
    --bg-opacity: 0.75;
  }

  .md\:even\:bg-opacity-100:nth-child(even) {
    --bg-opacity: 1;
  }

  .md\:odd\:bg-opacity-0:nth-child(odd) {
    --bg-opacity: 0;
  }

  .md\:odd\:bg-opacity-25:nth-child(odd) {
    --bg-opacity: 0.25;
  }

  .md\:odd\:bg-opacity-50:nth-child(odd) {
    --bg-opacity: 0.5;
  }

  .md\:odd\:bg-opacity-75:nth-child(odd) {
    --bg-opacity: 0.75;
  }

  .md\:odd\:bg-opacity-100:nth-child(odd) {
    --bg-opacity: 1;
  }

  .md\:children\:bg-opacity-0 > * {
    --bg-opacity: 0;
  }

  .md\:children\:bg-opacity-25 > * {
    --bg-opacity: 0.25;
  }

  .md\:children\:bg-opacity-50 > * {
    --bg-opacity: 0.5;
  }

  .md\:children\:bg-opacity-75 > * {
    --bg-opacity: 0.75;
  }

  .md\:children\:bg-opacity-100 > * {
    --bg-opacity: 1;
  }

  .md\:first\:bg-opacity-0:first-child {
    --bg-opacity: 0;
  }

  .md\:first\:bg-opacity-25:first-child {
    --bg-opacity: 0.25;
  }

  .md\:first\:bg-opacity-50:first-child {
    --bg-opacity: 0.5;
  }

  .md\:first\:bg-opacity-75:first-child {
    --bg-opacity: 0.75;
  }

  .md\:first\:bg-opacity-100:first-child {
    --bg-opacity: 1;
  }

  .md\:last\:bg-opacity-0:last-child {
    --bg-opacity: 0;
  }

  .md\:last\:bg-opacity-25:last-child {
    --bg-opacity: 0.25;
  }

  .md\:last\:bg-opacity-50:last-child {
    --bg-opacity: 0.5;
  }

  .md\:last\:bg-opacity-75:last-child {
    --bg-opacity: 0.75;
  }

  .md\:last\:bg-opacity-100:last-child {
    --bg-opacity: 1;
  }

  .md\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .md\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .md\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .md\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .md\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .md\:bg-opacity-0\! {
    --bg-opacity: 0 !important;
  }

  .md\:bg-opacity-25\! {
    --bg-opacity: 0.25 !important;
  }

  .md\:bg-opacity-50\! {
    --bg-opacity: 0.5 !important;
  }

  .md\:bg-opacity-75\! {
    --bg-opacity: 0.75 !important;
  }

  .md\:bg-opacity-100\! {
    --bg-opacity: 1 !important;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:even\:bg-bottom:nth-child(even) {
    background-position: bottom;
  }

  .md\:even\:bg-center:nth-child(even) {
    background-position: center;
  }

  .md\:even\:bg-left:nth-child(even) {
    background-position: left;
  }

  .md\:even\:bg-left-bottom:nth-child(even) {
    background-position: left bottom;
  }

  .md\:even\:bg-left-top:nth-child(even) {
    background-position: left top;
  }

  .md\:even\:bg-right:nth-child(even) {
    background-position: right;
  }

  .md\:even\:bg-right-bottom:nth-child(even) {
    background-position: right bottom;
  }

  .md\:even\:bg-right-top:nth-child(even) {
    background-position: right top;
  }

  .md\:even\:bg-top:nth-child(even) {
    background-position: top;
  }

  .md\:odd\:bg-bottom:nth-child(odd) {
    background-position: bottom;
  }

  .md\:odd\:bg-center:nth-child(odd) {
    background-position: center;
  }

  .md\:odd\:bg-left:nth-child(odd) {
    background-position: left;
  }

  .md\:odd\:bg-left-bottom:nth-child(odd) {
    background-position: left bottom;
  }

  .md\:odd\:bg-left-top:nth-child(odd) {
    background-position: left top;
  }

  .md\:odd\:bg-right:nth-child(odd) {
    background-position: right;
  }

  .md\:odd\:bg-right-bottom:nth-child(odd) {
    background-position: right bottom;
  }

  .md\:odd\:bg-right-top:nth-child(odd) {
    background-position: right top;
  }

  .md\:odd\:bg-top:nth-child(odd) {
    background-position: top;
  }

  .md\:children\:bg-bottom > * {
    background-position: bottom;
  }

  .md\:children\:bg-center > * {
    background-position: center;
  }

  .md\:children\:bg-left > * {
    background-position: left;
  }

  .md\:children\:bg-left-bottom > * {
    background-position: left bottom;
  }

  .md\:children\:bg-left-top > * {
    background-position: left top;
  }

  .md\:children\:bg-right > * {
    background-position: right;
  }

  .md\:children\:bg-right-bottom > * {
    background-position: right bottom;
  }

  .md\:children\:bg-right-top > * {
    background-position: right top;
  }

  .md\:children\:bg-top > * {
    background-position: top;
  }

  .md\:first\:bg-bottom:first-child {
    background-position: bottom;
  }

  .md\:first\:bg-center:first-child {
    background-position: center;
  }

  .md\:first\:bg-left:first-child {
    background-position: left;
  }

  .md\:first\:bg-left-bottom:first-child {
    background-position: left bottom;
  }

  .md\:first\:bg-left-top:first-child {
    background-position: left top;
  }

  .md\:first\:bg-right:first-child {
    background-position: right;
  }

  .md\:first\:bg-right-bottom:first-child {
    background-position: right bottom;
  }

  .md\:first\:bg-right-top:first-child {
    background-position: right top;
  }

  .md\:first\:bg-top:first-child {
    background-position: top;
  }

  .md\:last\:bg-bottom:last-child {
    background-position: bottom;
  }

  .md\:last\:bg-center:last-child {
    background-position: center;
  }

  .md\:last\:bg-left:last-child {
    background-position: left;
  }

  .md\:last\:bg-left-bottom:last-child {
    background-position: left bottom;
  }

  .md\:last\:bg-left-top:last-child {
    background-position: left top;
  }

  .md\:last\:bg-right:last-child {
    background-position: right;
  }

  .md\:last\:bg-right-bottom:last-child {
    background-position: right bottom;
  }

  .md\:last\:bg-right-top:last-child {
    background-position: right top;
  }

  .md\:last\:bg-top:last-child {
    background-position: top;
  }

  .md\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .md\:hover\:bg-center:hover {
    background-position: center;
  }

  .md\:hover\:bg-left:hover {
    background-position: left;
  }

  .md\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .md\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .md\:hover\:bg-right:hover {
    background-position: right;
  }

  .md\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .md\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .md\:hover\:bg-top:hover {
    background-position: top;
  }

  .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;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round {
    background-repeat: round;
  }

  .md\:bg-repeat-space {
    background-repeat: space;
  }

  .md\:even\:bg-repeat:nth-child(even) {
    background-repeat: repeat;
  }

  .md\:even\:bg-no-repeat:nth-child(even) {
    background-repeat: no-repeat;
  }

  .md\:even\:bg-repeat-x:nth-child(even) {
    background-repeat: repeat-x;
  }

  .md\:even\:bg-repeat-y:nth-child(even) {
    background-repeat: repeat-y;
  }

  .md\:even\:bg-repeat-round:nth-child(even) {
    background-repeat: round;
  }

  .md\:even\:bg-repeat-space:nth-child(even) {
    background-repeat: space;
  }

  .md\:odd\:bg-repeat:nth-child(odd) {
    background-repeat: repeat;
  }

  .md\:odd\:bg-no-repeat:nth-child(odd) {
    background-repeat: no-repeat;
  }

  .md\:odd\:bg-repeat-x:nth-child(odd) {
    background-repeat: repeat-x;
  }

  .md\:odd\:bg-repeat-y:nth-child(odd) {
    background-repeat: repeat-y;
  }

  .md\:odd\:bg-repeat-round:nth-child(odd) {
    background-repeat: round;
  }

  .md\:odd\:bg-repeat-space:nth-child(odd) {
    background-repeat: space;
  }

  .md\:children\:bg-repeat > * {
    background-repeat: repeat;
  }

  .md\:children\:bg-no-repeat > * {
    background-repeat: no-repeat;
  }

  .md\:children\:bg-repeat-x > * {
    background-repeat: repeat-x;
  }

  .md\:children\:bg-repeat-y > * {
    background-repeat: repeat-y;
  }

  .md\:children\:bg-repeat-round > * {
    background-repeat: round;
  }

  .md\:children\:bg-repeat-space > * {
    background-repeat: space;
  }

  .md\:first\:bg-repeat:first-child {
    background-repeat: repeat;
  }

  .md\:first\:bg-no-repeat:first-child {
    background-repeat: no-repeat;
  }

  .md\:first\:bg-repeat-x:first-child {
    background-repeat: repeat-x;
  }

  .md\:first\:bg-repeat-y:first-child {
    background-repeat: repeat-y;
  }

  .md\:first\:bg-repeat-round:first-child {
    background-repeat: round;
  }

  .md\:first\:bg-repeat-space:first-child {
    background-repeat: space;
  }

  .md\:last\:bg-repeat:last-child {
    background-repeat: repeat;
  }

  .md\:last\:bg-no-repeat:last-child {
    background-repeat: no-repeat;
  }

  .md\:last\:bg-repeat-x:last-child {
    background-repeat: repeat-x;
  }

  .md\:last\:bg-repeat-y:last-child {
    background-repeat: repeat-y;
  }

  .md\:last\:bg-repeat-round:last-child {
    background-repeat: round;
  }

  .md\:last\:bg-repeat-space:last-child {
    background-repeat: space;
  }

  .md\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .md\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .md\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .md\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .md\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .md\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .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;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:even\:bg-auto:nth-child(even) {
    background-size: auto;
  }

  .md\:even\:bg-cover:nth-child(even) {
    background-size: cover;
  }

  .md\:even\:bg-contain:nth-child(even) {
    background-size: contain;
  }

  .md\:odd\:bg-auto:nth-child(odd) {
    background-size: auto;
  }

  .md\:odd\:bg-cover:nth-child(odd) {
    background-size: cover;
  }

  .md\:odd\:bg-contain:nth-child(odd) {
    background-size: contain;
  }

  .md\:children\:bg-auto > * {
    background-size: auto;
  }

  .md\:children\:bg-cover > * {
    background-size: cover;
  }

  .md\:children\:bg-contain > * {
    background-size: contain;
  }

  .md\:first\:bg-auto:first-child {
    background-size: auto;
  }

  .md\:first\:bg-cover:first-child {
    background-size: cover;
  }

  .md\:first\:bg-contain:first-child {
    background-size: contain;
  }

  .md\:last\:bg-auto:last-child {
    background-size: auto;
  }

  .md\:last\:bg-cover:last-child {
    background-size: cover;
  }

  .md\:last\:bg-contain:last-child {
    background-size: contain;
  }

  .md\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .md\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .md\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .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;
  }

  .md\:border-separate {
    border-collapse: separate;
  }

  .md\:even\:border-collapse:nth-child(even) {
    border-collapse: collapse;
  }

  .md\:even\:border-separate:nth-child(even) {
    border-collapse: separate;
  }

  .md\:odd\:border-collapse:nth-child(odd) {
    border-collapse: collapse;
  }

  .md\:odd\:border-separate:nth-child(odd) {
    border-collapse: separate;
  }

  .md\:children\:border-collapse > * {
    border-collapse: collapse;
  }

  .md\:children\:border-separate > * {
    border-collapse: separate;
  }

  .md\:first\:border-collapse:first-child {
    border-collapse: collapse;
  }

  .md\:first\:border-separate:first-child {
    border-collapse: separate;
  }

  .md\:last\:border-collapse:last-child {
    border-collapse: collapse;
  }

  .md\:last\:border-separate:last-child {
    border-collapse: separate;
  }

  .md\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .md\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .md\:border-collapse\! {
    border-collapse: collapse !important;
  }

  .md\:border-separate\! {
    border-collapse: separate !important;
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-current {
    border-color: currentColor;
  }

  .md\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:border-gray-200 {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .md\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:border-gray-400 {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .md\:border-gray-450 {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .md\:border-gray-500 {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .md\:border-gray-550 {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .md\:border-gray-600 {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .md\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:border-gray-800 {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .md\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:border-gray {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .md\:border-red-100 {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .md\:border-red-200 {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .md\:border-red-300 {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .md\:border-red-400 {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .md\:border-red-500 {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .md\:border-red-600 {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .md\:border-red-700 {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .md\:border-red-800 {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .md\:border-red-900 {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .md\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md\:border-yellow-100 {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .md\:border-yellow-200 {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .md\:border-yellow-300 {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .md\:border-yellow-400 {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .md\:border-yellow-500 {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .md\:border-yellow-600 {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .md\:border-yellow-700 {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .md\:border-yellow-800 {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .md\:border-yellow-900 {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .md\:border-green-100 {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .md\:border-green-200 {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .md\:border-green-300 {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .md\:border-green-400 {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .md\:border-green-500 {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .md\:border-green-600 {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .md\:border-green-700 {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .md\:border-green-800 {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .md\:border-green-900 {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .md\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md\:border-blue-100 {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .md\:border-blue-200 {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .md\:border-blue-300 {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .md\:border-blue-400 {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .md\:border-blue-500 {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .md\:border-blue-600 {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .md\:border-blue-700 {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .md\:border-blue-800 {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .md\:border-blue-900 {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .md\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md\:border-dark-blue {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .md\:border-light-blue {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .md\:border-pale-yellow {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .md\:border-success {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .md\:border-error {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .md\:even\:border-transparent:nth-child(even) {
    border-color: transparent;
  }

  .md\:even\:border-current:nth-child(even) {
    border-color: currentColor;
  }

  .md\:even\:border-black:nth-child(even) {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:even\:border-white:nth-child(even) {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:even\:border-gray-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:even\:border-gray-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .md\:even\:border-gray-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:even\:border-gray-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .md\:even\:border-gray-450:nth-child(even) {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .md\:even\:border-gray-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .md\:even\:border-gray-550:nth-child(even) {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .md\:even\:border-gray-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .md\:even\:border-gray-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:even\:border-gray-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .md\:even\:border-gray-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:even\:border-gray:nth-child(even) {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .md\:even\:border-red-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .md\:even\:border-red-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .md\:even\:border-red-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .md\:even\:border-red-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .md\:even\:border-red-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .md\:even\:border-red-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .md\:even\:border-red-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .md\:even\:border-red-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .md\:even\:border-red-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .md\:even\:border-orange-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md\:even\:border-orange-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md\:even\:border-orange-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md\:even\:border-orange-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md\:even\:border-orange-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md\:even\:border-orange-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md\:even\:border-orange-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md\:even\:border-orange-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md\:even\:border-orange-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md\:even\:border-yellow-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .md\:even\:border-yellow-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .md\:even\:border-yellow-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .md\:even\:border-yellow-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .md\:even\:border-yellow-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .md\:even\:border-yellow-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .md\:even\:border-yellow-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .md\:even\:border-yellow-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .md\:even\:border-yellow-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .md\:even\:border-green-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .md\:even\:border-green-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .md\:even\:border-green-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .md\:even\:border-green-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .md\:even\:border-green-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .md\:even\:border-green-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .md\:even\:border-green-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .md\:even\:border-green-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .md\:even\:border-green-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .md\:even\:border-teal-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md\:even\:border-teal-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md\:even\:border-teal-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md\:even\:border-teal-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md\:even\:border-teal-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md\:even\:border-teal-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md\:even\:border-teal-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md\:even\:border-teal-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md\:even\:border-teal-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md\:even\:border-blue-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .md\:even\:border-blue-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .md\:even\:border-blue-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .md\:even\:border-blue-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .md\:even\:border-blue-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .md\:even\:border-blue-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .md\:even\:border-blue-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .md\:even\:border-blue-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .md\:even\:border-blue-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .md\:even\:border-indigo-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md\:even\:border-indigo-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md\:even\:border-indigo-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md\:even\:border-indigo-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md\:even\:border-indigo-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md\:even\:border-indigo-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md\:even\:border-indigo-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md\:even\:border-indigo-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md\:even\:border-indigo-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md\:even\:border-purple-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md\:even\:border-purple-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md\:even\:border-purple-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md\:even\:border-purple-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md\:even\:border-purple-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md\:even\:border-purple-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md\:even\:border-purple-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md\:even\:border-purple-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md\:even\:border-purple-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md\:even\:border-pink-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md\:even\:border-pink-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md\:even\:border-pink-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md\:even\:border-pink-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md\:even\:border-pink-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md\:even\:border-pink-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md\:even\:border-pink-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md\:even\:border-pink-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md\:even\:border-pink-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md\:even\:border-dark-blue:nth-child(even) {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .md\:even\:border-light-blue:nth-child(even) {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .md\:even\:border-pale-yellow:nth-child(even) {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .md\:even\:border-success:nth-child(even) {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .md\:even\:border-error:nth-child(even) {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .md\:odd\:border-transparent:nth-child(odd) {
    border-color: transparent;
  }

  .md\:odd\:border-current:nth-child(odd) {
    border-color: currentColor;
  }

  .md\:odd\:border-black:nth-child(odd) {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:odd\:border-white:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:odd\:border-gray-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:odd\:border-gray-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .md\:odd\:border-gray-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:odd\:border-gray-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .md\:odd\:border-gray-450:nth-child(odd) {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .md\:odd\:border-gray-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .md\:odd\:border-gray-550:nth-child(odd) {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .md\:odd\:border-gray-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .md\:odd\:border-gray-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:odd\:border-gray-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .md\:odd\:border-gray-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:odd\:border-gray:nth-child(odd) {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .md\:odd\:border-red-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .md\:odd\:border-red-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .md\:odd\:border-red-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .md\:odd\:border-red-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .md\:odd\:border-red-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .md\:odd\:border-red-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .md\:odd\:border-red-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .md\:odd\:border-red-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .md\:odd\:border-red-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .md\:odd\:border-orange-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md\:odd\:border-orange-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md\:odd\:border-orange-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md\:odd\:border-orange-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md\:odd\:border-orange-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md\:odd\:border-orange-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md\:odd\:border-orange-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md\:odd\:border-orange-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md\:odd\:border-orange-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md\:odd\:border-yellow-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .md\:odd\:border-yellow-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .md\:odd\:border-yellow-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .md\:odd\:border-yellow-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .md\:odd\:border-yellow-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .md\:odd\:border-yellow-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .md\:odd\:border-yellow-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .md\:odd\:border-yellow-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .md\:odd\:border-yellow-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .md\:odd\:border-green-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .md\:odd\:border-green-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .md\:odd\:border-green-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .md\:odd\:border-green-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .md\:odd\:border-green-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .md\:odd\:border-green-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .md\:odd\:border-green-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .md\:odd\:border-green-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .md\:odd\:border-green-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .md\:odd\:border-teal-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md\:odd\:border-teal-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md\:odd\:border-teal-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md\:odd\:border-teal-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md\:odd\:border-teal-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md\:odd\:border-teal-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md\:odd\:border-teal-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md\:odd\:border-teal-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md\:odd\:border-teal-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md\:odd\:border-blue-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .md\:odd\:border-blue-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .md\:odd\:border-blue-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .md\:odd\:border-blue-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .md\:odd\:border-blue-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .md\:odd\:border-blue-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .md\:odd\:border-blue-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .md\:odd\:border-blue-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .md\:odd\:border-blue-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .md\:odd\:border-indigo-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md\:odd\:border-indigo-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md\:odd\:border-indigo-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md\:odd\:border-indigo-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md\:odd\:border-indigo-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md\:odd\:border-indigo-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md\:odd\:border-indigo-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md\:odd\:border-indigo-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md\:odd\:border-indigo-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md\:odd\:border-purple-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md\:odd\:border-purple-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md\:odd\:border-purple-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md\:odd\:border-purple-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md\:odd\:border-purple-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md\:odd\:border-purple-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md\:odd\:border-purple-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md\:odd\:border-purple-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md\:odd\:border-purple-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md\:odd\:border-pink-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md\:odd\:border-pink-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md\:odd\:border-pink-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md\:odd\:border-pink-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md\:odd\:border-pink-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md\:odd\:border-pink-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md\:odd\:border-pink-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md\:odd\:border-pink-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md\:odd\:border-pink-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md\:odd\:border-dark-blue:nth-child(odd) {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .md\:odd\:border-light-blue:nth-child(odd) {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .md\:odd\:border-pale-yellow:nth-child(odd) {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .md\:odd\:border-success:nth-child(odd) {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .md\:odd\:border-error:nth-child(odd) {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .md\:children\:border-transparent > * {
    border-color: transparent;
  }

  .md\:children\:border-current > * {
    border-color: currentColor;
  }

  .md\:children\:border-black > * {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:children\:border-white > * {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:children\:border-gray-100 > * {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:children\:border-gray-200 > * {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .md\:children\:border-gray-300 > * {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:children\:border-gray-400 > * {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .md\:children\:border-gray-450 > * {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .md\:children\:border-gray-500 > * {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .md\:children\:border-gray-550 > * {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .md\:children\:border-gray-600 > * {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .md\:children\:border-gray-700 > * {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:children\:border-gray-800 > * {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .md\:children\:border-gray-900 > * {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:children\:border-gray > * {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .md\:children\:border-red-100 > * {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .md\:children\:border-red-200 > * {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .md\:children\:border-red-300 > * {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .md\:children\:border-red-400 > * {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .md\:children\:border-red-500 > * {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .md\:children\:border-red-600 > * {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .md\:children\:border-red-700 > * {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .md\:children\:border-red-800 > * {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .md\:children\:border-red-900 > * {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .md\:children\:border-orange-100 > * {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md\:children\:border-orange-200 > * {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md\:children\:border-orange-300 > * {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md\:children\:border-orange-400 > * {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md\:children\:border-orange-500 > * {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md\:children\:border-orange-600 > * {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md\:children\:border-orange-700 > * {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md\:children\:border-orange-800 > * {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md\:children\:border-orange-900 > * {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md\:children\:border-yellow-100 > * {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .md\:children\:border-yellow-200 > * {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .md\:children\:border-yellow-300 > * {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .md\:children\:border-yellow-400 > * {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .md\:children\:border-yellow-500 > * {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .md\:children\:border-yellow-600 > * {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .md\:children\:border-yellow-700 > * {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .md\:children\:border-yellow-800 > * {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .md\:children\:border-yellow-900 > * {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .md\:children\:border-green-100 > * {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .md\:children\:border-green-200 > * {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .md\:children\:border-green-300 > * {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .md\:children\:border-green-400 > * {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .md\:children\:border-green-500 > * {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .md\:children\:border-green-600 > * {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .md\:children\:border-green-700 > * {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .md\:children\:border-green-800 > * {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .md\:children\:border-green-900 > * {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .md\:children\:border-teal-100 > * {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md\:children\:border-teal-200 > * {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md\:children\:border-teal-300 > * {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md\:children\:border-teal-400 > * {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md\:children\:border-teal-500 > * {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md\:children\:border-teal-600 > * {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md\:children\:border-teal-700 > * {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md\:children\:border-teal-800 > * {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md\:children\:border-teal-900 > * {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md\:children\:border-blue-100 > * {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .md\:children\:border-blue-200 > * {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .md\:children\:border-blue-300 > * {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .md\:children\:border-blue-400 > * {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .md\:children\:border-blue-500 > * {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .md\:children\:border-blue-600 > * {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .md\:children\:border-blue-700 > * {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .md\:children\:border-blue-800 > * {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .md\:children\:border-blue-900 > * {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .md\:children\:border-indigo-100 > * {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md\:children\:border-indigo-200 > * {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md\:children\:border-indigo-300 > * {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md\:children\:border-indigo-400 > * {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md\:children\:border-indigo-500 > * {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md\:children\:border-indigo-600 > * {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md\:children\:border-indigo-700 > * {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md\:children\:border-indigo-800 > * {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md\:children\:border-indigo-900 > * {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md\:children\:border-purple-100 > * {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md\:children\:border-purple-200 > * {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md\:children\:border-purple-300 > * {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md\:children\:border-purple-400 > * {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md\:children\:border-purple-500 > * {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md\:children\:border-purple-600 > * {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md\:children\:border-purple-700 > * {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md\:children\:border-purple-800 > * {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md\:children\:border-purple-900 > * {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md\:children\:border-pink-100 > * {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md\:children\:border-pink-200 > * {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md\:children\:border-pink-300 > * {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md\:children\:border-pink-400 > * {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md\:children\:border-pink-500 > * {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md\:children\:border-pink-600 > * {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md\:children\:border-pink-700 > * {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md\:children\:border-pink-800 > * {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md\:children\:border-pink-900 > * {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md\:children\:border-dark-blue > * {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .md\:children\:border-light-blue > * {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .md\:children\:border-pale-yellow > * {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .md\:children\:border-success > * {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .md\:children\:border-error > * {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .md\:first\:border-transparent:first-child {
    border-color: transparent;
  }

  .md\:first\:border-current:first-child {
    border-color: currentColor;
  }

  .md\:first\:border-black:first-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:first\:border-white:first-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:first\:border-gray-100:first-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:first\:border-gray-200:first-child {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .md\:first\:border-gray-300:first-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:first\:border-gray-400:first-child {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .md\:first\:border-gray-450:first-child {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .md\:first\:border-gray-500:first-child {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .md\:first\:border-gray-550:first-child {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .md\:first\:border-gray-600:first-child {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .md\:first\:border-gray-700:first-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:first\:border-gray-800:first-child {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .md\:first\:border-gray-900:first-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:first\:border-gray:first-child {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .md\:first\:border-red-100:first-child {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .md\:first\:border-red-200:first-child {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .md\:first\:border-red-300:first-child {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .md\:first\:border-red-400:first-child {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .md\:first\:border-red-500:first-child {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .md\:first\:border-red-600:first-child {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .md\:first\:border-red-700:first-child {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .md\:first\:border-red-800:first-child {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .md\:first\:border-red-900:first-child {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .md\:first\:border-orange-100:first-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md\:first\:border-orange-200:first-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md\:first\:border-orange-300:first-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md\:first\:border-orange-400:first-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md\:first\:border-orange-500:first-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md\:first\:border-orange-600:first-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md\:first\:border-orange-700:first-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md\:first\:border-orange-800:first-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md\:first\:border-orange-900:first-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md\:first\:border-yellow-100:first-child {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .md\:first\:border-yellow-200:first-child {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .md\:first\:border-yellow-300:first-child {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .md\:first\:border-yellow-400:first-child {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .md\:first\:border-yellow-500:first-child {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .md\:first\:border-yellow-600:first-child {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .md\:first\:border-yellow-700:first-child {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .md\:first\:border-yellow-800:first-child {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .md\:first\:border-yellow-900:first-child {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .md\:first\:border-green-100:first-child {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .md\:first\:border-green-200:first-child {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .md\:first\:border-green-300:first-child {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .md\:first\:border-green-400:first-child {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .md\:first\:border-green-500:first-child {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .md\:first\:border-green-600:first-child {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .md\:first\:border-green-700:first-child {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .md\:first\:border-green-800:first-child {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .md\:first\:border-green-900:first-child {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .md\:first\:border-teal-100:first-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md\:first\:border-teal-200:first-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md\:first\:border-teal-300:first-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md\:first\:border-teal-400:first-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md\:first\:border-teal-500:first-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md\:first\:border-teal-600:first-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md\:first\:border-teal-700:first-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md\:first\:border-teal-800:first-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md\:first\:border-teal-900:first-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md\:first\:border-blue-100:first-child {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .md\:first\:border-blue-200:first-child {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .md\:first\:border-blue-300:first-child {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .md\:first\:border-blue-400:first-child {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .md\:first\:border-blue-500:first-child {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .md\:first\:border-blue-600:first-child {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .md\:first\:border-blue-700:first-child {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .md\:first\:border-blue-800:first-child {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .md\:first\:border-blue-900:first-child {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .md\:first\:border-indigo-100:first-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md\:first\:border-indigo-200:first-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md\:first\:border-indigo-300:first-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md\:first\:border-indigo-400:first-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md\:first\:border-indigo-500:first-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md\:first\:border-indigo-600:first-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md\:first\:border-indigo-700:first-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md\:first\:border-indigo-800:first-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md\:first\:border-indigo-900:first-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md\:first\:border-purple-100:first-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md\:first\:border-purple-200:first-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md\:first\:border-purple-300:first-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md\:first\:border-purple-400:first-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md\:first\:border-purple-500:first-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md\:first\:border-purple-600:first-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md\:first\:border-purple-700:first-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md\:first\:border-purple-800:first-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md\:first\:border-purple-900:first-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md\:first\:border-pink-100:first-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md\:first\:border-pink-200:first-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md\:first\:border-pink-300:first-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md\:first\:border-pink-400:first-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md\:first\:border-pink-500:first-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md\:first\:border-pink-600:first-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md\:first\:border-pink-700:first-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md\:first\:border-pink-800:first-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md\:first\:border-pink-900:first-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md\:first\:border-dark-blue:first-child {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .md\:first\:border-light-blue:first-child {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .md\:first\:border-pale-yellow:first-child {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .md\:first\:border-success:first-child {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .md\:first\:border-error:first-child {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .md\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .md\:last\:border-current:last-child {
    border-color: currentColor;
  }

  .md\:last\:border-black:last-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:last\:border-white:last-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:last\:border-gray-100:last-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:last\:border-gray-200:last-child {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .md\:last\:border-gray-300:last-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:last\:border-gray-400:last-child {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .md\:last\:border-gray-450:last-child {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .md\:last\:border-gray-500:last-child {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .md\:last\:border-gray-550:last-child {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .md\:last\:border-gray-600:last-child {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .md\:last\:border-gray-700:last-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:last\:border-gray-800:last-child {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .md\:last\:border-gray-900:last-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:last\:border-gray:last-child {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .md\:last\:border-red-100:last-child {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .md\:last\:border-red-200:last-child {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .md\:last\:border-red-300:last-child {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .md\:last\:border-red-400:last-child {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .md\:last\:border-red-500:last-child {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .md\:last\:border-red-600:last-child {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .md\:last\:border-red-700:last-child {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .md\:last\:border-red-800:last-child {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .md\:last\:border-red-900:last-child {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .md\:last\:border-orange-100:last-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md\:last\:border-orange-200:last-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md\:last\:border-orange-300:last-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md\:last\:border-orange-400:last-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md\:last\:border-orange-500:last-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md\:last\:border-orange-600:last-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md\:last\:border-orange-700:last-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md\:last\:border-orange-800:last-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md\:last\:border-orange-900:last-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md\:last\:border-yellow-100:last-child {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .md\:last\:border-yellow-200:last-child {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .md\:last\:border-yellow-300:last-child {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .md\:last\:border-yellow-400:last-child {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .md\:last\:border-yellow-500:last-child {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .md\:last\:border-yellow-600:last-child {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .md\:last\:border-yellow-700:last-child {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .md\:last\:border-yellow-800:last-child {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .md\:last\:border-yellow-900:last-child {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .md\:last\:border-green-100:last-child {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .md\:last\:border-green-200:last-child {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .md\:last\:border-green-300:last-child {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .md\:last\:border-green-400:last-child {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .md\:last\:border-green-500:last-child {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .md\:last\:border-green-600:last-child {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .md\:last\:border-green-700:last-child {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .md\:last\:border-green-800:last-child {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .md\:last\:border-green-900:last-child {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .md\:last\:border-teal-100:last-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md\:last\:border-teal-200:last-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md\:last\:border-teal-300:last-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md\:last\:border-teal-400:last-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md\:last\:border-teal-500:last-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md\:last\:border-teal-600:last-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md\:last\:border-teal-700:last-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md\:last\:border-teal-800:last-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md\:last\:border-teal-900:last-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md\:last\:border-blue-100:last-child {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .md\:last\:border-blue-200:last-child {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .md\:last\:border-blue-300:last-child {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .md\:last\:border-blue-400:last-child {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .md\:last\:border-blue-500:last-child {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .md\:last\:border-blue-600:last-child {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .md\:last\:border-blue-700:last-child {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .md\:last\:border-blue-800:last-child {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .md\:last\:border-blue-900:last-child {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .md\:last\:border-indigo-100:last-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md\:last\:border-indigo-200:last-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md\:last\:border-indigo-300:last-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md\:last\:border-indigo-400:last-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md\:last\:border-indigo-500:last-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md\:last\:border-indigo-600:last-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md\:last\:border-indigo-700:last-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md\:last\:border-indigo-800:last-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md\:last\:border-indigo-900:last-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md\:last\:border-purple-100:last-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md\:last\:border-purple-200:last-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md\:last\:border-purple-300:last-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md\:last\:border-purple-400:last-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md\:last\:border-purple-500:last-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md\:last\:border-purple-600:last-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md\:last\:border-purple-700:last-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md\:last\:border-purple-800:last-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md\:last\:border-purple-900:last-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md\:last\:border-pink-100:last-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md\:last\:border-pink-200:last-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md\:last\:border-pink-300:last-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md\:last\:border-pink-400:last-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md\:last\:border-pink-500:last-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md\:last\:border-pink-600:last-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md\:last\:border-pink-700:last-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md\:last\:border-pink-800:last-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md\:last\:border-pink-900:last-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md\:last\:border-dark-blue:last-child {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .md\:last\:border-light-blue:last-child {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .md\:last\:border-pale-yellow:last-child {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .md\:last\:border-success:last-child {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .md\:last\:border-error:last-child {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .md\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .md\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .md\:hover\:border-gray-450:hover {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .md\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .md\:hover\:border-gray-550:hover {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .md\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .md\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .md\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:hover\:border-gray:hover {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .md\:hover\:border-red-100:hover {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .md\:hover\:border-red-200:hover {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .md\:hover\:border-red-300:hover {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .md\:hover\:border-red-400:hover {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .md\:hover\:border-red-500:hover {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .md\:hover\:border-red-600:hover {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .md\:hover\:border-red-700:hover {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .md\:hover\:border-red-800:hover {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .md\:hover\:border-red-900:hover {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .md\:hover\:border-orange-100:hover {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md\:hover\:border-orange-200:hover {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md\:hover\:border-orange-300:hover {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md\:hover\:border-orange-400:hover {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md\:hover\:border-orange-500:hover {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md\:hover\:border-orange-600:hover {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md\:hover\:border-orange-700:hover {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md\:hover\:border-orange-800:hover {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md\:hover\:border-orange-900:hover {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md\:hover\:border-yellow-100:hover {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .md\:hover\:border-yellow-200:hover {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .md\:hover\:border-yellow-300:hover {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .md\:hover\:border-yellow-400:hover {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .md\:hover\:border-yellow-500:hover {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .md\:hover\:border-yellow-600:hover {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .md\:hover\:border-yellow-700:hover {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .md\:hover\:border-yellow-800:hover {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .md\:hover\:border-yellow-900:hover {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .md\:hover\:border-green-100:hover {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .md\:hover\:border-green-200:hover {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .md\:hover\:border-green-300:hover {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .md\:hover\:border-green-400:hover {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .md\:hover\:border-green-500:hover {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .md\:hover\:border-green-600:hover {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .md\:hover\:border-green-700:hover {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .md\:hover\:border-green-800:hover {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .md\:hover\:border-green-900:hover {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .md\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md\:hover\:border-blue-100:hover {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .md\:hover\:border-blue-200:hover {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .md\:hover\:border-blue-300:hover {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .md\:hover\:border-blue-400:hover {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .md\:hover\:border-blue-500:hover {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .md\:hover\:border-blue-600:hover {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .md\:hover\:border-blue-700:hover {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .md\:hover\:border-blue-800:hover {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .md\:hover\:border-blue-900:hover {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .md\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md\:hover\:border-purple-100:hover {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md\:hover\:border-purple-200:hover {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md\:hover\:border-purple-300:hover {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md\:hover\:border-purple-400:hover {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md\:hover\:border-purple-500:hover {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md\:hover\:border-purple-600:hover {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md\:hover\:border-purple-700:hover {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md\:hover\:border-purple-800:hover {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md\:hover\:border-purple-900:hover {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md\:hover\:border-dark-blue:hover {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .md\:hover\:border-light-blue:hover {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .md\:hover\:border-pale-yellow:hover {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .md\:hover\:border-success:hover {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .md\:hover\:border-error:hover {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .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: #f0f2f7 !important;
    border-color: rgba(240, 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: #e3e8f0 !important;
    border-color: rgba(227, 232, 240, var(--border-opacity)) !important;
  }

  .md\:border-gray-450\! {
    --border-opacity: 1 !important;
    border-color: #B0B5CC !important;
    border-color: rgba(176, 181, 204, var(--border-opacity)) !important;
  }

  .md\:border-gray-500\! {
    --border-opacity: 1 !important;
    border-color: #B9BED1 !important;
    border-color: rgba(185, 190, 209, var(--border-opacity)) !important;
  }

  .md\:border-gray-550\! {
    --border-opacity: 1 !important;
    border-color: #9597a6 !important;
    border-color: rgba(149, 151, 166, var(--border-opacity)) !important;
  }

  .md\:border-gray-600\! {
    --border-opacity: 1 !important;
    border-color: #707070 !important;
    border-color: rgba(112, 112, 112, 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: #454545 !important;
    border-color: rgba(69, 69, 69, 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-gray\! {
    --border-opacity: 1 !important;
    border-color: #454545 !important;
    border-color: rgba(69, 69, 69, 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-dark-blue\! {
    --border-opacity: 1 !important;
    border-color: #000142 !important;
    border-color: rgba(0, 1, 66, var(--border-opacity)) !important;
  }

  .md\:border-light-blue\! {
    --border-opacity: 1 !important;
    border-color: #3B55E6 !important;
    border-color: rgba(59, 85, 230, var(--border-opacity)) !important;
  }

  .md\:border-pale-yellow\! {
    --border-opacity: 1 !important;
    border-color: #FBAF4E !important;
    border-color: rgba(251, 175, 78, var(--border-opacity)) !important;
  }

  .md\:border-success\! {
    --border-opacity: 1 !important;
    border-color: #007E62 !important;
    border-color: rgba(0, 126, 98, var(--border-opacity)) !important;
  }

  .md\:border-error\! {
    --border-opacity: 1 !important;
    border-color: #F60139 !important;
    border-color: rgba(246, 1, 57, var(--border-opacity)) !important;
  }

  .md\:border-opacity-0 {
    --border-opacity: 0;
  }

  .md\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .md\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .md\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .md\:border-opacity-100 {
    --border-opacity: 1;
  }

  .md\:even\:border-opacity-0:nth-child(even) {
    --border-opacity: 0;
  }

  .md\:even\:border-opacity-25:nth-child(even) {
    --border-opacity: 0.25;
  }

  .md\:even\:border-opacity-50:nth-child(even) {
    --border-opacity: 0.5;
  }

  .md\:even\:border-opacity-75:nth-child(even) {
    --border-opacity: 0.75;
  }

  .md\:even\:border-opacity-100:nth-child(even) {
    --border-opacity: 1;
  }

  .md\:odd\:border-opacity-0:nth-child(odd) {
    --border-opacity: 0;
  }

  .md\:odd\:border-opacity-25:nth-child(odd) {
    --border-opacity: 0.25;
  }

  .md\:odd\:border-opacity-50:nth-child(odd) {
    --border-opacity: 0.5;
  }

  .md\:odd\:border-opacity-75:nth-child(odd) {
    --border-opacity: 0.75;
  }

  .md\:odd\:border-opacity-100:nth-child(odd) {
    --border-opacity: 1;
  }

  .md\:children\:border-opacity-0 > * {
    --border-opacity: 0;
  }

  .md\:children\:border-opacity-25 > * {
    --border-opacity: 0.25;
  }

  .md\:children\:border-opacity-50 > * {
    --border-opacity: 0.5;
  }

  .md\:children\:border-opacity-75 > * {
    --border-opacity: 0.75;
  }

  .md\:children\:border-opacity-100 > * {
    --border-opacity: 1;
  }

  .md\:first\:border-opacity-0:first-child {
    --border-opacity: 0;
  }

  .md\:first\:border-opacity-25:first-child {
    --border-opacity: 0.25;
  }

  .md\:first\:border-opacity-50:first-child {
    --border-opacity: 0.5;
  }

  .md\:first\:border-opacity-75:first-child {
    --border-opacity: 0.75;
  }

  .md\:first\:border-opacity-100:first-child {
    --border-opacity: 1;
  }

  .md\:last\:border-opacity-0:last-child {
    --border-opacity: 0;
  }

  .md\:last\:border-opacity-25:last-child {
    --border-opacity: 0.25;
  }

  .md\:last\:border-opacity-50:last-child {
    --border-opacity: 0.5;
  }

  .md\:last\:border-opacity-75:last-child {
    --border-opacity: 0.75;
  }

  .md\:last\:border-opacity-100:last-child {
    --border-opacity: 1;
  }

  .md\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .md\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .md\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .md\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .md\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .md\:border-opacity-0\! {
    --border-opacity: 0 !important;
  }

  .md\:border-opacity-25\! {
    --border-opacity: 0.25 !important;
  }

  .md\:border-opacity-50\! {
    --border-opacity: 0.5 !important;
  }

  .md\:border-opacity-75\! {
    --border-opacity: 0.75 !important;
  }

  .md\:border-opacity-100\! {
    --border-opacity: 1 !important;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-sm {
    border-radius: 0.125rem;
  }

  .md\:rounded {
    border-radius: 0.25rem;
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:even\:rounded-none:nth-child(even) {
    border-radius: 0;
  }

  .md\:even\:rounded-sm:nth-child(even) {
    border-radius: 0.125rem;
  }

  .md\:even\:rounded:nth-child(even) {
    border-radius: 0.25rem;
  }

  .md\:even\:rounded-md:nth-child(even) {
    border-radius: 0.375rem;
  }

  .md\:even\:rounded-lg:nth-child(even) {
    border-radius: 0.5rem;
  }

  .md\:even\:rounded-full:nth-child(even) {
    border-radius: 9999px;
  }

  .md\:even\:rounded-t-none:nth-child(even) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:even\:rounded-r-none:nth-child(even) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:even\:rounded-b-none:nth-child(even) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:even\:rounded-l-none:nth-child(even) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:even\:rounded-t-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:even\:rounded-r-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:even\:rounded-b-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:even\:rounded-l-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:even\:rounded-t:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:even\:rounded-r:nth-child(even) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:even\:rounded-b:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:even\:rounded-l:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:even\:rounded-t-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:even\:rounded-r-md:nth-child(even) {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:even\:rounded-b-md:nth-child(even) {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:even\:rounded-l-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:even\:rounded-t-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:even\:rounded-r-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:even\:rounded-b-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:even\:rounded-l-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:even\:rounded-t-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:even\:rounded-r-full:nth-child(even) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:even\:rounded-b-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:even\:rounded-l-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:even\:rounded-tl-none:nth-child(even) {
    border-top-left-radius: 0;
  }

  .md\:even\:rounded-tr-none:nth-child(even) {
    border-top-right-radius: 0;
  }

  .md\:even\:rounded-br-none:nth-child(even) {
    border-bottom-right-radius: 0;
  }

  .md\:even\:rounded-bl-none:nth-child(even) {
    border-bottom-left-radius: 0;
  }

  .md\:even\:rounded-tl-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
  }

  .md\:even\:rounded-tr-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
  }

  .md\:even\:rounded-br-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:even\:rounded-bl-sm:nth-child(even) {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:even\:rounded-tl:nth-child(even) {
    border-top-left-radius: 0.25rem;
  }

  .md\:even\:rounded-tr:nth-child(even) {
    border-top-right-radius: 0.25rem;
  }

  .md\:even\:rounded-br:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:even\:rounded-bl:nth-child(even) {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:even\:rounded-tl-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
  }

  .md\:even\:rounded-tr-md:nth-child(even) {
    border-top-right-radius: 0.375rem;
  }

  .md\:even\:rounded-br-md:nth-child(even) {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:even\:rounded-bl-md:nth-child(even) {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:even\:rounded-tl-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
  }

  .md\:even\:rounded-tr-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
  }

  .md\:even\:rounded-br-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:even\:rounded-bl-lg:nth-child(even) {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:even\:rounded-tl-full:nth-child(even) {
    border-top-left-radius: 9999px;
  }

  .md\:even\:rounded-tr-full:nth-child(even) {
    border-top-right-radius: 9999px;
  }

  .md\:even\:rounded-br-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
  }

  .md\:even\:rounded-bl-full:nth-child(even) {
    border-bottom-left-radius: 9999px;
  }

  .md\:odd\:rounded-none:nth-child(odd) {
    border-radius: 0;
  }

  .md\:odd\:rounded-sm:nth-child(odd) {
    border-radius: 0.125rem;
  }

  .md\:odd\:rounded:nth-child(odd) {
    border-radius: 0.25rem;
  }

  .md\:odd\:rounded-md:nth-child(odd) {
    border-radius: 0.375rem;
  }

  .md\:odd\:rounded-lg:nth-child(odd) {
    border-radius: 0.5rem;
  }

  .md\:odd\:rounded-full:nth-child(odd) {
    border-radius: 9999px;
  }

  .md\:odd\:rounded-t-none:nth-child(odd) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:odd\:rounded-r-none:nth-child(odd) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:odd\:rounded-b-none:nth-child(odd) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:odd\:rounded-l-none:nth-child(odd) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:odd\:rounded-t-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:odd\:rounded-r-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:odd\:rounded-b-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:odd\:rounded-l-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:odd\:rounded-t:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:odd\:rounded-r:nth-child(odd) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:odd\:rounded-b:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:odd\:rounded-l:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:odd\:rounded-t-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:odd\:rounded-r-md:nth-child(odd) {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:odd\:rounded-b-md:nth-child(odd) {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:odd\:rounded-l-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:odd\:rounded-t-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:odd\:rounded-r-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:odd\:rounded-b-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:odd\:rounded-l-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:odd\:rounded-t-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:odd\:rounded-r-full:nth-child(odd) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:odd\:rounded-b-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:odd\:rounded-l-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:odd\:rounded-tl-none:nth-child(odd) {
    border-top-left-radius: 0;
  }

  .md\:odd\:rounded-tr-none:nth-child(odd) {
    border-top-right-radius: 0;
  }

  .md\:odd\:rounded-br-none:nth-child(odd) {
    border-bottom-right-radius: 0;
  }

  .md\:odd\:rounded-bl-none:nth-child(odd) {
    border-bottom-left-radius: 0;
  }

  .md\:odd\:rounded-tl-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
  }

  .md\:odd\:rounded-tr-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
  }

  .md\:odd\:rounded-br-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:odd\:rounded-bl-sm:nth-child(odd) {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:odd\:rounded-tl:nth-child(odd) {
    border-top-left-radius: 0.25rem;
  }

  .md\:odd\:rounded-tr:nth-child(odd) {
    border-top-right-radius: 0.25rem;
  }

  .md\:odd\:rounded-br:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:odd\:rounded-bl:nth-child(odd) {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:odd\:rounded-tl-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
  }

  .md\:odd\:rounded-tr-md:nth-child(odd) {
    border-top-right-radius: 0.375rem;
  }

  .md\:odd\:rounded-br-md:nth-child(odd) {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:odd\:rounded-bl-md:nth-child(odd) {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:odd\:rounded-tl-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
  }

  .md\:odd\:rounded-tr-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
  }

  .md\:odd\:rounded-br-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:odd\:rounded-bl-lg:nth-child(odd) {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:odd\:rounded-tl-full:nth-child(odd) {
    border-top-left-radius: 9999px;
  }

  .md\:odd\:rounded-tr-full:nth-child(odd) {
    border-top-right-radius: 9999px;
  }

  .md\:odd\:rounded-br-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
  }

  .md\:odd\:rounded-bl-full:nth-child(odd) {
    border-bottom-left-radius: 9999px;
  }

  .md\:children\:rounded-none > * {
    border-radius: 0;
  }

  .md\:children\:rounded-sm > * {
    border-radius: 0.125rem;
  }

  .md\:children\:rounded > * {
    border-radius: 0.25rem;
  }

  .md\:children\:rounded-md > * {
    border-radius: 0.375rem;
  }

  .md\:children\:rounded-lg > * {
    border-radius: 0.5rem;
  }

  .md\:children\:rounded-full > * {
    border-radius: 9999px;
  }

  .md\:children\:rounded-t-none > * {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:children\:rounded-r-none > * {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:children\:rounded-b-none > * {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:children\:rounded-l-none > * {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:children\:rounded-t-sm > * {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:children\:rounded-r-sm > * {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:children\:rounded-b-sm > * {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:children\:rounded-l-sm > * {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:children\:rounded-t > * {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:children\:rounded-r > * {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:children\:rounded-b > * {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:children\:rounded-l > * {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:children\:rounded-t-md > * {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:children\:rounded-r-md > * {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:children\:rounded-b-md > * {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:children\:rounded-l-md > * {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:children\:rounded-t-lg > * {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:children\:rounded-r-lg > * {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:children\:rounded-b-lg > * {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:children\:rounded-l-lg > * {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:children\:rounded-t-full > * {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:children\:rounded-r-full > * {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:children\:rounded-b-full > * {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:children\:rounded-l-full > * {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:children\:rounded-tl-none > * {
    border-top-left-radius: 0;
  }

  .md\:children\:rounded-tr-none > * {
    border-top-right-radius: 0;
  }

  .md\:children\:rounded-br-none > * {
    border-bottom-right-radius: 0;
  }

  .md\:children\:rounded-bl-none > * {
    border-bottom-left-radius: 0;
  }

  .md\:children\:rounded-tl-sm > * {
    border-top-left-radius: 0.125rem;
  }

  .md\:children\:rounded-tr-sm > * {
    border-top-right-radius: 0.125rem;
  }

  .md\:children\:rounded-br-sm > * {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:children\:rounded-bl-sm > * {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:children\:rounded-tl > * {
    border-top-left-radius: 0.25rem;
  }

  .md\:children\:rounded-tr > * {
    border-top-right-radius: 0.25rem;
  }

  .md\:children\:rounded-br > * {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:children\:rounded-bl > * {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:children\:rounded-tl-md > * {
    border-top-left-radius: 0.375rem;
  }

  .md\:children\:rounded-tr-md > * {
    border-top-right-radius: 0.375rem;
  }

  .md\:children\:rounded-br-md > * {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:children\:rounded-bl-md > * {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:children\:rounded-tl-lg > * {
    border-top-left-radius: 0.5rem;
  }

  .md\:children\:rounded-tr-lg > * {
    border-top-right-radius: 0.5rem;
  }

  .md\:children\:rounded-br-lg > * {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:children\:rounded-bl-lg > * {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:children\:rounded-tl-full > * {
    border-top-left-radius: 9999px;
  }

  .md\:children\:rounded-tr-full > * {
    border-top-right-radius: 9999px;
  }

  .md\:children\:rounded-br-full > * {
    border-bottom-right-radius: 9999px;
  }

  .md\:children\:rounded-bl-full > * {
    border-bottom-left-radius: 9999px;
  }

  .md\:first\:rounded-none:first-child {
    border-radius: 0;
  }

  .md\:first\:rounded-sm:first-child {
    border-radius: 0.125rem;
  }

  .md\:first\:rounded:first-child {
    border-radius: 0.25rem;
  }

  .md\:first\:rounded-md:first-child {
    border-radius: 0.375rem;
  }

  .md\:first\:rounded-lg:first-child {
    border-radius: 0.5rem;
  }

  .md\:first\:rounded-full:first-child {
    border-radius: 9999px;
  }

  .md\:first\:rounded-t-none:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:first\:rounded-r-none:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:first\:rounded-b-none:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:first\:rounded-l-none:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:first\:rounded-t-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:first\:rounded-r-sm:first-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:first\:rounded-b-sm:first-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:first\:rounded-l-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:first\:rounded-t:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:first\:rounded-r:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:first\:rounded-b:first-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:first\:rounded-l:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:first\:rounded-t-md:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:first\:rounded-r-md:first-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:first\:rounded-b-md:first-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:first\:rounded-l-md:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:first\:rounded-t-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:first\:rounded-r-lg:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:first\:rounded-b-lg:first-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:first\:rounded-l-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:first\:rounded-t-full:first-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:first\:rounded-r-full:first-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:first\:rounded-b-full:first-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:first\:rounded-l-full:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:first\:rounded-tl-none:first-child {
    border-top-left-radius: 0;
  }

  .md\:first\:rounded-tr-none:first-child {
    border-top-right-radius: 0;
  }

  .md\:first\:rounded-br-none:first-child {
    border-bottom-right-radius: 0;
  }

  .md\:first\:rounded-bl-none:first-child {
    border-bottom-left-radius: 0;
  }

  .md\:first\:rounded-tl-sm:first-child {
    border-top-left-radius: 0.125rem;
  }

  .md\:first\:rounded-tr-sm:first-child {
    border-top-right-radius: 0.125rem;
  }

  .md\:first\:rounded-br-sm:first-child {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:first\:rounded-bl-sm:first-child {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:first\:rounded-tl:first-child {
    border-top-left-radius: 0.25rem;
  }

  .md\:first\:rounded-tr:first-child {
    border-top-right-radius: 0.25rem;
  }

  .md\:first\:rounded-br:first-child {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:first\:rounded-bl:first-child {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:first\:rounded-tl-md:first-child {
    border-top-left-radius: 0.375rem;
  }

  .md\:first\:rounded-tr-md:first-child {
    border-top-right-radius: 0.375rem;
  }

  .md\:first\:rounded-br-md:first-child {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:first\:rounded-bl-md:first-child {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:first\:rounded-tl-lg:first-child {
    border-top-left-radius: 0.5rem;
  }

  .md\:first\:rounded-tr-lg:first-child {
    border-top-right-radius: 0.5rem;
  }

  .md\:first\:rounded-br-lg:first-child {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:first\:rounded-bl-lg:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:first\:rounded-tl-full:first-child {
    border-top-left-radius: 9999px;
  }

  .md\:first\:rounded-tr-full:first-child {
    border-top-right-radius: 9999px;
  }

  .md\:first\:rounded-br-full:first-child {
    border-bottom-right-radius: 9999px;
  }

  .md\:first\:rounded-bl-full:first-child {
    border-bottom-left-radius: 9999px;
  }

  .md\:last\:rounded-none:last-child {
    border-radius: 0;
  }

  .md\:last\:rounded-sm:last-child {
    border-radius: 0.125rem;
  }

  .md\:last\:rounded:last-child {
    border-radius: 0.25rem;
  }

  .md\:last\:rounded-md:last-child {
    border-radius: 0.375rem;
  }

  .md\:last\:rounded-lg:last-child {
    border-radius: 0.5rem;
  }

  .md\:last\:rounded-full:last-child {
    border-radius: 9999px;
  }

  .md\:last\:rounded-t-none:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:last\:rounded-r-none:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:last\:rounded-l-none:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:last\:rounded-t-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:last\:rounded-r-sm:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:last\:rounded-b-sm:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:last\:rounded-l-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:last\:rounded-t:last-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:last\:rounded-r:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:last\:rounded-b:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:last\:rounded-l:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:last\:rounded-t-md:last-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:last\:rounded-r-md:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:last\:rounded-b-md:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:last\:rounded-l-md:last-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:last\:rounded-t-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:last\:rounded-r-lg:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:last\:rounded-b-lg:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:last\:rounded-l-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:last\:rounded-t-full:last-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:last\:rounded-r-full:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:last\:rounded-b-full:last-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:last\:rounded-l-full:last-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:last\:rounded-tl-none:last-child {
    border-top-left-radius: 0;
  }

  .md\:last\:rounded-tr-none:last-child {
    border-top-right-radius: 0;
  }

  .md\:last\:rounded-br-none:last-child {
    border-bottom-right-radius: 0;
  }

  .md\:last\:rounded-bl-none:last-child {
    border-bottom-left-radius: 0;
  }

  .md\:last\:rounded-tl-sm:last-child {
    border-top-left-radius: 0.125rem;
  }

  .md\:last\:rounded-tr-sm:last-child {
    border-top-right-radius: 0.125rem;
  }

  .md\:last\:rounded-br-sm:last-child {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:last\:rounded-bl-sm:last-child {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:last\:rounded-tl:last-child {
    border-top-left-radius: 0.25rem;
  }

  .md\:last\:rounded-tr:last-child {
    border-top-right-radius: 0.25rem;
  }

  .md\:last\:rounded-br:last-child {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:last\:rounded-bl:last-child {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:last\:rounded-tl-md:last-child {
    border-top-left-radius: 0.375rem;
  }

  .md\:last\:rounded-tr-md:last-child {
    border-top-right-radius: 0.375rem;
  }

  .md\:last\:rounded-br-md:last-child {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:last\:rounded-bl-md:last-child {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:last\:rounded-tl-lg:last-child {
    border-top-left-radius: 0.5rem;
  }

  .md\:last\:rounded-tr-lg:last-child {
    border-top-right-radius: 0.5rem;
  }

  .md\:last\:rounded-br-lg:last-child {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:last\:rounded-bl-lg:last-child {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:last\:rounded-tl-full:last-child {
    border-top-left-radius: 9999px;
  }

  .md\:last\:rounded-tr-full:last-child {
    border-top-right-radius: 9999px;
  }

  .md\:last\:rounded-br-full:last-child {
    border-bottom-right-radius: 9999px;
  }

  .md\:last\:rounded-bl-full:last-child {
    border-bottom-left-radius: 9999px;
  }

  .md\:hover\:rounded-none:hover {
    border-radius: 0;
  }

  .md\:hover\:rounded-sm:hover {
    border-radius: 0.125rem;
  }

  .md\:hover\:rounded:hover {
    border-radius: 0.25rem;
  }

  .md\:hover\:rounded-md:hover {
    border-radius: 0.375rem;
  }

  .md\:hover\:rounded-lg:hover {
    border-radius: 0.5rem;
  }

  .md\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .md\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:hover\:rounded-b:hover {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:hover\:rounded-t-md:hover {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:hover\:rounded-r-md:hover {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:hover\:rounded-b-md:hover {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:hover\:rounded-l-md:hover {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }

  .md\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }

  .md\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }

  .md\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }

  .md\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem;
  }

  .md\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem;
  }

  .md\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem;
  }

  .md\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem;
  }

  .md\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:hover\:rounded-tl-md:hover {
    border-top-left-radius: 0.375rem;
  }

  .md\:hover\:rounded-tr-md:hover {
    border-top-right-radius: 0.375rem;
  }

  .md\:hover\:rounded-br-md:hover {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:hover\:rounded-bl-md:hover {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem;
  }

  .md\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem;
  }

  .md\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .md\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .md\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .md\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .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-full\! {
    border-radius: 9999px !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-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-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-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\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-double {
    border-style: double;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:even\:border-solid:nth-child(even) {
    border-style: solid;
  }

  .md\:even\:border-dashed:nth-child(even) {
    border-style: dashed;
  }

  .md\:even\:border-dotted:nth-child(even) {
    border-style: dotted;
  }

  .md\:even\:border-double:nth-child(even) {
    border-style: double;
  }

  .md\:even\:border-none:nth-child(even) {
    border-style: none;
  }

  .md\:odd\:border-solid:nth-child(odd) {
    border-style: solid;
  }

  .md\:odd\:border-dashed:nth-child(odd) {
    border-style: dashed;
  }

  .md\:odd\:border-dotted:nth-child(odd) {
    border-style: dotted;
  }

  .md\:odd\:border-double:nth-child(odd) {
    border-style: double;
  }

  .md\:odd\:border-none:nth-child(odd) {
    border-style: none;
  }

  .md\:children\:border-solid > * {
    border-style: solid;
  }

  .md\:children\:border-dashed > * {
    border-style: dashed;
  }

  .md\:children\:border-dotted > * {
    border-style: dotted;
  }

  .md\:children\:border-double > * {
    border-style: double;
  }

  .md\:children\:border-none > * {
    border-style: none;
  }

  .md\:first\:border-solid:first-child {
    border-style: solid;
  }

  .md\:first\:border-dashed:first-child {
    border-style: dashed;
  }

  .md\:first\:border-dotted:first-child {
    border-style: dotted;
  }

  .md\:first\:border-double:first-child {
    border-style: double;
  }

  .md\:first\:border-none:first-child {
    border-style: none;
  }

  .md\:last\:border-solid:last-child {
    border-style: solid;
  }

  .md\:last\:border-dashed:last-child {
    border-style: dashed;
  }

  .md\:last\:border-dotted:last-child {
    border-style: dotted;
  }

  .md\:last\:border-double:last-child {
    border-style: double;
  }

  .md\:last\:border-none:last-child {
    border-style: none;
  }

  .md\:hover\:border-solid:hover {
    border-style: solid;
  }

  .md\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .md\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .md\:hover\:border-double:hover {
    border-style: double;
  }

  .md\:hover\:border-none:hover {
    border-style: none;
  }

  .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;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0;
  }

  .md\:border-r-0 {
    border-right-width: 0;
  }

  .md\:border-b-0 {
    border-bottom-width: 0;
  }

  .md\:border-l-0 {
    border-left-width: 0;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:even\:border-0:nth-child(even) {
    border-width: 0;
  }

  .md\:even\:border-2:nth-child(even) {
    border-width: 2px;
  }

  .md\:even\:border-4:nth-child(even) {
    border-width: 4px;
  }

  .md\:even\:border-8:nth-child(even) {
    border-width: 8px;
  }

  .md\:even\:border:nth-child(even) {
    border-width: 1px;
  }

  .md\:even\:border-t-0:nth-child(even) {
    border-top-width: 0;
  }

  .md\:even\:border-r-0:nth-child(even) {
    border-right-width: 0;
  }

  .md\:even\:border-b-0:nth-child(even) {
    border-bottom-width: 0;
  }

  .md\:even\:border-l-0:nth-child(even) {
    border-left-width: 0;
  }

  .md\:even\:border-t-2:nth-child(even) {
    border-top-width: 2px;
  }

  .md\:even\:border-r-2:nth-child(even) {
    border-right-width: 2px;
  }

  .md\:even\:border-b-2:nth-child(even) {
    border-bottom-width: 2px;
  }

  .md\:even\:border-l-2:nth-child(even) {
    border-left-width: 2px;
  }

  .md\:even\:border-t-4:nth-child(even) {
    border-top-width: 4px;
  }

  .md\:even\:border-r-4:nth-child(even) {
    border-right-width: 4px;
  }

  .md\:even\:border-b-4:nth-child(even) {
    border-bottom-width: 4px;
  }

  .md\:even\:border-l-4:nth-child(even) {
    border-left-width: 4px;
  }

  .md\:even\:border-t-8:nth-child(even) {
    border-top-width: 8px;
  }

  .md\:even\:border-r-8:nth-child(even) {
    border-right-width: 8px;
  }

  .md\:even\:border-b-8:nth-child(even) {
    border-bottom-width: 8px;
  }

  .md\:even\:border-l-8:nth-child(even) {
    border-left-width: 8px;
  }

  .md\:even\:border-t:nth-child(even) {
    border-top-width: 1px;
  }

  .md\:even\:border-r:nth-child(even) {
    border-right-width: 1px;
  }

  .md\:even\:border-b:nth-child(even) {
    border-bottom-width: 1px;
  }

  .md\:even\:border-l:nth-child(even) {
    border-left-width: 1px;
  }

  .md\:odd\:border-0:nth-child(odd) {
    border-width: 0;
  }

  .md\:odd\:border-2:nth-child(odd) {
    border-width: 2px;
  }

  .md\:odd\:border-4:nth-child(odd) {
    border-width: 4px;
  }

  .md\:odd\:border-8:nth-child(odd) {
    border-width: 8px;
  }

  .md\:odd\:border:nth-child(odd) {
    border-width: 1px;
  }

  .md\:odd\:border-t-0:nth-child(odd) {
    border-top-width: 0;
  }

  .md\:odd\:border-r-0:nth-child(odd) {
    border-right-width: 0;
  }

  .md\:odd\:border-b-0:nth-child(odd) {
    border-bottom-width: 0;
  }

  .md\:odd\:border-l-0:nth-child(odd) {
    border-left-width: 0;
  }

  .md\:odd\:border-t-2:nth-child(odd) {
    border-top-width: 2px;
  }

  .md\:odd\:border-r-2:nth-child(odd) {
    border-right-width: 2px;
  }

  .md\:odd\:border-b-2:nth-child(odd) {
    border-bottom-width: 2px;
  }

  .md\:odd\:border-l-2:nth-child(odd) {
    border-left-width: 2px;
  }

  .md\:odd\:border-t-4:nth-child(odd) {
    border-top-width: 4px;
  }

  .md\:odd\:border-r-4:nth-child(odd) {
    border-right-width: 4px;
  }

  .md\:odd\:border-b-4:nth-child(odd) {
    border-bottom-width: 4px;
  }

  .md\:odd\:border-l-4:nth-child(odd) {
    border-left-width: 4px;
  }

  .md\:odd\:border-t-8:nth-child(odd) {
    border-top-width: 8px;
  }

  .md\:odd\:border-r-8:nth-child(odd) {
    border-right-width: 8px;
  }

  .md\:odd\:border-b-8:nth-child(odd) {
    border-bottom-width: 8px;
  }

  .md\:odd\:border-l-8:nth-child(odd) {
    border-left-width: 8px;
  }

  .md\:odd\:border-t:nth-child(odd) {
    border-top-width: 1px;
  }

  .md\:odd\:border-r:nth-child(odd) {
    border-right-width: 1px;
  }

  .md\:odd\:border-b:nth-child(odd) {
    border-bottom-width: 1px;
  }

  .md\:odd\:border-l:nth-child(odd) {
    border-left-width: 1px;
  }

  .md\:children\:border-0 > * {
    border-width: 0;
  }

  .md\:children\:border-2 > * {
    border-width: 2px;
  }

  .md\:children\:border-4 > * {
    border-width: 4px;
  }

  .md\:children\:border-8 > * {
    border-width: 8px;
  }

  .md\:children\:border > * {
    border-width: 1px;
  }

  .md\:children\:border-t-0 > * {
    border-top-width: 0;
  }

  .md\:children\:border-r-0 > * {
    border-right-width: 0;
  }

  .md\:children\:border-b-0 > * {
    border-bottom-width: 0;
  }

  .md\:children\:border-l-0 > * {
    border-left-width: 0;
  }

  .md\:children\:border-t-2 > * {
    border-top-width: 2px;
  }

  .md\:children\:border-r-2 > * {
    border-right-width: 2px;
  }

  .md\:children\:border-b-2 > * {
    border-bottom-width: 2px;
  }

  .md\:children\:border-l-2 > * {
    border-left-width: 2px;
  }

  .md\:children\:border-t-4 > * {
    border-top-width: 4px;
  }

  .md\:children\:border-r-4 > * {
    border-right-width: 4px;
  }

  .md\:children\:border-b-4 > * {
    border-bottom-width: 4px;
  }

  .md\:children\:border-l-4 > * {
    border-left-width: 4px;
  }

  .md\:children\:border-t-8 > * {
    border-top-width: 8px;
  }

  .md\:children\:border-r-8 > * {
    border-right-width: 8px;
  }

  .md\:children\:border-b-8 > * {
    border-bottom-width: 8px;
  }

  .md\:children\:border-l-8 > * {
    border-left-width: 8px;
  }

  .md\:children\:border-t > * {
    border-top-width: 1px;
  }

  .md\:children\:border-r > * {
    border-right-width: 1px;
  }

  .md\:children\:border-b > * {
    border-bottom-width: 1px;
  }

  .md\:children\:border-l > * {
    border-left-width: 1px;
  }

  .md\:first\:border-0:first-child {
    border-width: 0;
  }

  .md\:first\:border-2:first-child {
    border-width: 2px;
  }

  .md\:first\:border-4:first-child {
    border-width: 4px;
  }

  .md\:first\:border-8:first-child {
    border-width: 8px;
  }

  .md\:first\:border:first-child {
    border-width: 1px;
  }

  .md\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .md\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .md\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .md\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .md\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .md\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .md\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .md\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .md\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .md\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .md\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .md\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .md\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .md\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .md\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .md\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .md\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .md\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .md\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .md\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .md\:last\:border-0:last-child {
    border-width: 0;
  }

  .md\:last\:border-2:last-child {
    border-width: 2px;
  }

  .md\:last\:border-4:last-child {
    border-width: 4px;
  }

  .md\:last\:border-8:last-child {
    border-width: 8px;
  }

  .md\:last\:border:last-child {
    border-width: 1px;
  }

  .md\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .md\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .md\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .md\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .md\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .md\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .md\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .md\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .md\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .md\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .md\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .md\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .md\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .md\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .md\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .md\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .md\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .md\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .md\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .md\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .md\:hover\:border-0:hover {
    border-width: 0;
  }

  .md\:hover\:border-2:hover {
    border-width: 2px;
  }

  .md\:hover\:border-4:hover {
    border-width: 4px;
  }

  .md\:hover\:border-8:hover {
    border-width: 8px;
  }

  .md\:hover\:border:hover {
    border-width: 1px;
  }

  .md\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .md\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .md\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .md\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .md\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .md\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .md\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .md\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .md\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .md\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .md\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .md\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .md\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .md\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .md\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .md\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .md\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .md\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .md\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .md\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .md\:border-0\! {
    border-width: 0 !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-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 {
    box-sizing: border-box;
  }

  .md\:box-content {
    box-sizing: content-box;
  }

  .md\:even\:box-border:nth-child(even) {
    box-sizing: border-box;
  }

  .md\:even\:box-content:nth-child(even) {
    box-sizing: content-box;
  }

  .md\:odd\:box-border:nth-child(odd) {
    box-sizing: border-box;
  }

  .md\:odd\:box-content:nth-child(odd) {
    box-sizing: content-box;
  }

  .md\:children\:box-border > * {
    box-sizing: border-box;
  }

  .md\:children\:box-content > * {
    box-sizing: content-box;
  }

  .md\:first\:box-border:first-child {
    box-sizing: border-box;
  }

  .md\:first\:box-content:first-child {
    box-sizing: content-box;
  }

  .md\:last\:box-border:last-child {
    box-sizing: border-box;
  }

  .md\:last\:box-content:last-child {
    box-sizing: content-box;
  }

  .md\:hover\:box-border:hover {
    box-sizing: border-box;
  }

  .md\:hover\:box-content:hover {
    box-sizing: content-box;
  }

  .md\:box-border\! {
    box-sizing: border-box !important;
  }

  .md\:box-content\! {
    box-sizing: content-box !important;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-text {
    cursor: text;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:even\:cursor-auto:nth-child(even) {
    cursor: auto;
  }

  .md\:even\:cursor-default:nth-child(even) {
    cursor: default;
  }

  .md\:even\:cursor-pointer:nth-child(even) {
    cursor: pointer;
  }

  .md\:even\:cursor-wait:nth-child(even) {
    cursor: wait;
  }

  .md\:even\:cursor-text:nth-child(even) {
    cursor: text;
  }

  .md\:even\:cursor-move:nth-child(even) {
    cursor: move;
  }

  .md\:even\:cursor-not-allowed:nth-child(even) {
    cursor: not-allowed;
  }

  .md\:odd\:cursor-auto:nth-child(odd) {
    cursor: auto;
  }

  .md\:odd\:cursor-default:nth-child(odd) {
    cursor: default;
  }

  .md\:odd\:cursor-pointer:nth-child(odd) {
    cursor: pointer;
  }

  .md\:odd\:cursor-wait:nth-child(odd) {
    cursor: wait;
  }

  .md\:odd\:cursor-text:nth-child(odd) {
    cursor: text;
  }

  .md\:odd\:cursor-move:nth-child(odd) {
    cursor: move;
  }

  .md\:odd\:cursor-not-allowed:nth-child(odd) {
    cursor: not-allowed;
  }

  .md\:children\:cursor-auto > * {
    cursor: auto;
  }

  .md\:children\:cursor-default > * {
    cursor: default;
  }

  .md\:children\:cursor-pointer > * {
    cursor: pointer;
  }

  .md\:children\:cursor-wait > * {
    cursor: wait;
  }

  .md\:children\:cursor-text > * {
    cursor: text;
  }

  .md\:children\:cursor-move > * {
    cursor: move;
  }

  .md\:children\:cursor-not-allowed > * {
    cursor: not-allowed;
  }

  .md\:first\:cursor-auto:first-child {
    cursor: auto;
  }

  .md\:first\:cursor-default:first-child {
    cursor: default;
  }

  .md\:first\:cursor-pointer:first-child {
    cursor: pointer;
  }

  .md\:first\:cursor-wait:first-child {
    cursor: wait;
  }

  .md\:first\:cursor-text:first-child {
    cursor: text;
  }

  .md\:first\:cursor-move:first-child {
    cursor: move;
  }

  .md\:first\:cursor-not-allowed:first-child {
    cursor: not-allowed;
  }

  .md\:last\:cursor-auto:last-child {
    cursor: auto;
  }

  .md\:last\:cursor-default:last-child {
    cursor: default;
  }

  .md\:last\:cursor-pointer:last-child {
    cursor: pointer;
  }

  .md\:last\:cursor-wait:last-child {
    cursor: wait;
  }

  .md\:last\:cursor-text:last-child {
    cursor: text;
  }

  .md\:last\:cursor-move:last-child {
    cursor: move;
  }

  .md\:last\:cursor-not-allowed:last-child {
    cursor: not-allowed;
  }

  .md\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .md\:hover\:cursor-default:hover {
    cursor: default;
  }

  .md\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .md\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .md\:hover\:cursor-text:hover {
    cursor: text;
  }

  .md\:hover\:cursor-move:hover {
    cursor: move;
  }

  .md\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .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;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:table {
    display: table;
  }

  .md\:table-caption {
    display: table-caption;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-column {
    display: table-column;
  }

  .md\:table-column-group {
    display: table-column-group;
  }

  .md\:table-footer-group {
    display: table-footer-group;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:table-row-group {
    display: table-row-group;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:flow-root {
    display: flow-root;
  }

  .md\:grid {
    display: grid;
  }

  .md\:inline-grid {
    display: inline-grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:even\:block:nth-child(even) {
    display: block;
  }

  .md\:even\:inline-block:nth-child(even) {
    display: inline-block;
  }

  .md\:even\:inline:nth-child(even) {
    display: inline;
  }

  .md\:even\:flex:nth-child(even) {
    display: flex;
  }

  .md\:even\:inline-flex:nth-child(even) {
    display: inline-flex;
  }

  .md\:even\:table:nth-child(even) {
    display: table;
  }

  .md\:even\:table-caption:nth-child(even) {
    display: table-caption;
  }

  .md\:even\:table-cell:nth-child(even) {
    display: table-cell;
  }

  .md\:even\:table-column:nth-child(even) {
    display: table-column;
  }

  .md\:even\:table-column-group:nth-child(even) {
    display: table-column-group;
  }

  .md\:even\:table-footer-group:nth-child(even) {
    display: table-footer-group;
  }

  .md\:even\:table-header-group:nth-child(even) {
    display: table-header-group;
  }

  .md\:even\:table-row-group:nth-child(even) {
    display: table-row-group;
  }

  .md\:even\:table-row:nth-child(even) {
    display: table-row;
  }

  .md\:even\:flow-root:nth-child(even) {
    display: flow-root;
  }

  .md\:even\:grid:nth-child(even) {
    display: grid;
  }

  .md\:even\:inline-grid:nth-child(even) {
    display: inline-grid;
  }

  .md\:even\:hidden:nth-child(even) {
    display: none;
  }

  .md\:odd\:block:nth-child(odd) {
    display: block;
  }

  .md\:odd\:inline-block:nth-child(odd) {
    display: inline-block;
  }

  .md\:odd\:inline:nth-child(odd) {
    display: inline;
  }

  .md\:odd\:flex:nth-child(odd) {
    display: flex;
  }

  .md\:odd\:inline-flex:nth-child(odd) {
    display: inline-flex;
  }

  .md\:odd\:table:nth-child(odd) {
    display: table;
  }

  .md\:odd\:table-caption:nth-child(odd) {
    display: table-caption;
  }

  .md\:odd\:table-cell:nth-child(odd) {
    display: table-cell;
  }

  .md\:odd\:table-column:nth-child(odd) {
    display: table-column;
  }

  .md\:odd\:table-column-group:nth-child(odd) {
    display: table-column-group;
  }

  .md\:odd\:table-footer-group:nth-child(odd) {
    display: table-footer-group;
  }

  .md\:odd\:table-header-group:nth-child(odd) {
    display: table-header-group;
  }

  .md\:odd\:table-row-group:nth-child(odd) {
    display: table-row-group;
  }

  .md\:odd\:table-row:nth-child(odd) {
    display: table-row;
  }

  .md\:odd\:flow-root:nth-child(odd) {
    display: flow-root;
  }

  .md\:odd\:grid:nth-child(odd) {
    display: grid;
  }

  .md\:odd\:inline-grid:nth-child(odd) {
    display: inline-grid;
  }

  .md\:odd\:hidden:nth-child(odd) {
    display: none;
  }

  .md\:children\:block > * {
    display: block;
  }

  .md\:children\:inline-block > * {
    display: inline-block;
  }

  .md\:children\:inline > * {
    display: inline;
  }

  .md\:children\:flex > * {
    display: flex;
  }

  .md\:children\:inline-flex > * {
    display: inline-flex;
  }

  .md\:children\:table > * {
    display: table;
  }

  .md\:children\:table-caption > * {
    display: table-caption;
  }

  .md\:children\:table-cell > * {
    display: table-cell;
  }

  .md\:children\:table-column > * {
    display: table-column;
  }

  .md\:children\:table-column-group > * {
    display: table-column-group;
  }

  .md\:children\:table-footer-group > * {
    display: table-footer-group;
  }

  .md\:children\:table-header-group > * {
    display: table-header-group;
  }

  .md\:children\:table-row-group > * {
    display: table-row-group;
  }

  .md\:children\:table-row > * {
    display: table-row;
  }

  .md\:children\:flow-root > * {
    display: flow-root;
  }

  .md\:children\:grid > * {
    display: grid;
  }

  .md\:children\:inline-grid > * {
    display: inline-grid;
  }

  .md\:children\:hidden > * {
    display: none;
  }

  .md\:first\:block:first-child {
    display: block;
  }

  .md\:first\:inline-block:first-child {
    display: inline-block;
  }

  .md\:first\:inline:first-child {
    display: inline;
  }

  .md\:first\:flex:first-child {
    display: flex;
  }

  .md\:first\:inline-flex:first-child {
    display: inline-flex;
  }

  .md\:first\:table:first-child {
    display: table;
  }

  .md\:first\:table-caption:first-child {
    display: table-caption;
  }

  .md\:first\:table-cell:first-child {
    display: table-cell;
  }

  .md\:first\:table-column:first-child {
    display: table-column;
  }

  .md\:first\:table-column-group:first-child {
    display: table-column-group;
  }

  .md\:first\:table-footer-group:first-child {
    display: table-footer-group;
  }

  .md\:first\:table-header-group:first-child {
    display: table-header-group;
  }

  .md\:first\:table-row-group:first-child {
    display: table-row-group;
  }

  .md\:first\:table-row:first-child {
    display: table-row;
  }

  .md\:first\:flow-root:first-child {
    display: flow-root;
  }

  .md\:first\:grid:first-child {
    display: grid;
  }

  .md\:first\:inline-grid:first-child {
    display: inline-grid;
  }

  .md\:first\:hidden:first-child {
    display: none;
  }

  .md\:last\:block:last-child {
    display: block;
  }

  .md\:last\:inline-block:last-child {
    display: inline-block;
  }

  .md\:last\:inline:last-child {
    display: inline;
  }

  .md\:last\:flex:last-child {
    display: flex;
  }

  .md\:last\:inline-flex:last-child {
    display: inline-flex;
  }

  .md\:last\:table:last-child {
    display: table;
  }

  .md\:last\:table-caption:last-child {
    display: table-caption;
  }

  .md\:last\:table-cell:last-child {
    display: table-cell;
  }

  .md\:last\:table-column:last-child {
    display: table-column;
  }

  .md\:last\:table-column-group:last-child {
    display: table-column-group;
  }

  .md\:last\:table-footer-group:last-child {
    display: table-footer-group;
  }

  .md\:last\:table-header-group:last-child {
    display: table-header-group;
  }

  .md\:last\:table-row-group:last-child {
    display: table-row-group;
  }

  .md\:last\:table-row:last-child {
    display: table-row;
  }

  .md\:last\:flow-root:last-child {
    display: flow-root;
  }

  .md\:last\:grid:last-child {
    display: grid;
  }

  .md\:last\:inline-grid:last-child {
    display: inline-grid;
  }

  .md\:last\:hidden:last-child {
    display: none;
  }

  .md\:hover\:block:hover {
    display: block;
  }

  .md\:hover\:inline-block:hover {
    display: inline-block;
  }

  .md\:hover\:inline:hover {
    display: inline;
  }

  .md\:hover\:flex:hover {
    display: flex;
  }

  .md\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .md\:hover\:table:hover {
    display: table;
  }

  .md\:hover\:table-caption:hover {
    display: table-caption;
  }

  .md\:hover\:table-cell:hover {
    display: table-cell;
  }

  .md\:hover\:table-column:hover {
    display: table-column;
  }

  .md\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .md\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .md\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .md\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .md\:hover\:table-row:hover {
    display: table-row;
  }

  .md\:hover\:flow-root:hover {
    display: flow-root;
  }

  .md\:hover\:grid:hover {
    display: grid;
  }

  .md\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .md\:hover\:hidden:hover {
    display: none;
  }

  .md\:block\! {
    display: block !important;
  }

  .md\:inline-block\! {
    display: inline-block !important;
  }

  .md\:inline\! {
    display: inline !important;
  }

  .md\:flex\! {
    display: flex !important;
  }

  .md\:inline-flex\! {
    display: inline-flex !important;
  }

  .md\:table\! {
    display: table !important;
  }

  .md\:table-caption\! {
    display: table-caption !important;
  }

  .md\:table-cell\! {
    display: table-cell !important;
  }

  .md\:table-column\! {
    display: table-column !important;
  }

  .md\:table-column-group\! {
    display: table-column-group !important;
  }

  .md\:table-footer-group\! {
    display: table-footer-group !important;
  }

  .md\:table-header-group\! {
    display: table-header-group !important;
  }

  .md\:table-row-group\! {
    display: table-row-group !important;
  }

  .md\:table-row\! {
    display: table-row !important;
  }

  .md\:flow-root\! {
    display: flow-root !important;
  }

  .md\:grid\! {
    display: grid !important;
  }

  .md\:inline-grid\! {
    display: inline-grid !important;
  }

  .md\:hidden\! {
    display: none !important;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:even\:flex-row:nth-child(even) {
    flex-direction: row;
  }

  .md\:even\:flex-row-reverse:nth-child(even) {
    flex-direction: row-reverse;
  }

  .md\:even\:flex-col:nth-child(even) {
    flex-direction: column;
  }

  .md\:even\:flex-col-reverse:nth-child(even) {
    flex-direction: column-reverse;
  }

  .md\:odd\:flex-row:nth-child(odd) {
    flex-direction: row;
  }

  .md\:odd\:flex-row-reverse:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .md\:odd\:flex-col:nth-child(odd) {
    flex-direction: column;
  }

  .md\:odd\:flex-col-reverse:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .md\:children\:flex-row > * {
    flex-direction: row;
  }

  .md\:children\:flex-row-reverse > * {
    flex-direction: row-reverse;
  }

  .md\:children\:flex-col > * {
    flex-direction: column;
  }

  .md\:children\:flex-col-reverse > * {
    flex-direction: column-reverse;
  }

  .md\:first\:flex-row:first-child {
    flex-direction: row;
  }

  .md\:first\:flex-row-reverse:first-child {
    flex-direction: row-reverse;
  }

  .md\:first\:flex-col:first-child {
    flex-direction: column;
  }

  .md\:first\:flex-col-reverse:first-child {
    flex-direction: column-reverse;
  }

  .md\:last\:flex-row:last-child {
    flex-direction: row;
  }

  .md\:last\:flex-row-reverse:last-child {
    flex-direction: row-reverse;
  }

  .md\:last\:flex-col:last-child {
    flex-direction: column;
  }

  .md\:last\:flex-col-reverse:last-child {
    flex-direction: column-reverse;
  }

  .md\:hover\:flex-row:hover {
    flex-direction: row;
  }

  .md\:hover\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }

  .md\:hover\:flex-col:hover {
    flex-direction: column;
  }

  .md\:hover\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }

  .md\:flex-row\! {
    flex-direction: row !important;
  }

  .md\:flex-row-reverse\! {
    flex-direction: row-reverse !important;
  }

  .md\:flex-col\! {
    flex-direction: column !important;
  }

  .md\:flex-col-reverse\! {
    flex-direction: column-reverse !important;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md\:even\:flex-wrap:nth-child(even) {
    flex-wrap: wrap;
  }

  .md\:even\:flex-wrap-reverse:nth-child(even) {
    flex-wrap: wrap-reverse;
  }

  .md\:even\:flex-no-wrap:nth-child(even) {
    flex-wrap: nowrap;
  }

  .md\:odd\:flex-wrap:nth-child(odd) {
    flex-wrap: wrap;
  }

  .md\:odd\:flex-wrap-reverse:nth-child(odd) {
    flex-wrap: wrap-reverse;
  }

  .md\:odd\:flex-no-wrap:nth-child(odd) {
    flex-wrap: nowrap;
  }

  .md\:children\:flex-wrap > * {
    flex-wrap: wrap;
  }

  .md\:children\:flex-wrap-reverse > * {
    flex-wrap: wrap-reverse;
  }

  .md\:children\:flex-no-wrap > * {
    flex-wrap: nowrap;
  }

  .md\:first\:flex-wrap:first-child {
    flex-wrap: wrap;
  }

  .md\:first\:flex-wrap-reverse:first-child {
    flex-wrap: wrap-reverse;
  }

  .md\:first\:flex-no-wrap:first-child {
    flex-wrap: nowrap;
  }

  .md\:last\:flex-wrap:last-child {
    flex-wrap: wrap;
  }

  .md\:last\:flex-wrap-reverse:last-child {
    flex-wrap: wrap-reverse;
  }

  .md\:last\:flex-no-wrap:last-child {
    flex-wrap: nowrap;
  }

  .md\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .md\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .md\:hover\:flex-no-wrap:hover {
    flex-wrap: nowrap;
  }

  .md\:flex-wrap\! {
    flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse\! {
    flex-wrap: wrap-reverse !important;
  }

  .md\:flex-no-wrap\! {
    flex-wrap: nowrap !important;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:even\:items-start:nth-child(even) {
    align-items: flex-start;
  }

  .md\:even\:items-end:nth-child(even) {
    align-items: flex-end;
  }

  .md\:even\:items-center:nth-child(even) {
    align-items: center;
  }

  .md\:even\:items-baseline:nth-child(even) {
    align-items: baseline;
  }

  .md\:even\:items-stretch:nth-child(even) {
    align-items: stretch;
  }

  .md\:odd\:items-start:nth-child(odd) {
    align-items: flex-start;
  }

  .md\:odd\:items-end:nth-child(odd) {
    align-items: flex-end;
  }

  .md\:odd\:items-center:nth-child(odd) {
    align-items: center;
  }

  .md\:odd\:items-baseline:nth-child(odd) {
    align-items: baseline;
  }

  .md\:odd\:items-stretch:nth-child(odd) {
    align-items: stretch;
  }

  .md\:children\:items-start > * {
    align-items: flex-start;
  }

  .md\:children\:items-end > * {
    align-items: flex-end;
  }

  .md\:children\:items-center > * {
    align-items: center;
  }

  .md\:children\:items-baseline > * {
    align-items: baseline;
  }

  .md\:children\:items-stretch > * {
    align-items: stretch;
  }

  .md\:first\:items-start:first-child {
    align-items: flex-start;
  }

  .md\:first\:items-end:first-child {
    align-items: flex-end;
  }

  .md\:first\:items-center:first-child {
    align-items: center;
  }

  .md\:first\:items-baseline:first-child {
    align-items: baseline;
  }

  .md\:first\:items-stretch:first-child {
    align-items: stretch;
  }

  .md\:last\:items-start:last-child {
    align-items: flex-start;
  }

  .md\:last\:items-end:last-child {
    align-items: flex-end;
  }

  .md\:last\:items-center:last-child {
    align-items: center;
  }

  .md\:last\:items-baseline:last-child {
    align-items: baseline;
  }

  .md\:last\:items-stretch:last-child {
    align-items: stretch;
  }

  .md\:hover\:items-start:hover {
    align-items: flex-start;
  }

  .md\:hover\:items-end:hover {
    align-items: flex-end;
  }

  .md\:hover\:items-center:hover {
    align-items: center;
  }

  .md\:hover\:items-baseline:hover {
    align-items: baseline;
  }

  .md\:hover\:items-stretch:hover {
    align-items: stretch;
  }

  .md\:items-start\! {
    align-items: flex-start !important;
  }

  .md\:items-end\! {
    align-items: flex-end !important;
  }

  .md\:items-center\! {
    align-items: center !important;
  }

  .md\:items-baseline\! {
    align-items: baseline !important;
  }

  .md\:items-stretch\! {
    align-items: stretch !important;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:even\:self-auto:nth-child(even) {
    align-self: auto;
  }

  .md\:even\:self-start:nth-child(even) {
    align-self: flex-start;
  }

  .md\:even\:self-end:nth-child(even) {
    align-self: flex-end;
  }

  .md\:even\:self-center:nth-child(even) {
    align-self: center;
  }

  .md\:even\:self-stretch:nth-child(even) {
    align-self: stretch;
  }

  .md\:odd\:self-auto:nth-child(odd) {
    align-self: auto;
  }

  .md\:odd\:self-start:nth-child(odd) {
    align-self: flex-start;
  }

  .md\:odd\:self-end:nth-child(odd) {
    align-self: flex-end;
  }

  .md\:odd\:self-center:nth-child(odd) {
    align-self: center;
  }

  .md\:odd\:self-stretch:nth-child(odd) {
    align-self: stretch;
  }

  .md\:children\:self-auto > * {
    align-self: auto;
  }

  .md\:children\:self-start > * {
    align-self: flex-start;
  }

  .md\:children\:self-end > * {
    align-self: flex-end;
  }

  .md\:children\:self-center > * {
    align-self: center;
  }

  .md\:children\:self-stretch > * {
    align-self: stretch;
  }

  .md\:first\:self-auto:first-child {
    align-self: auto;
  }

  .md\:first\:self-start:first-child {
    align-self: flex-start;
  }

  .md\:first\:self-end:first-child {
    align-self: flex-end;
  }

  .md\:first\:self-center:first-child {
    align-self: center;
  }

  .md\:first\:self-stretch:first-child {
    align-self: stretch;
  }

  .md\:last\:self-auto:last-child {
    align-self: auto;
  }

  .md\:last\:self-start:last-child {
    align-self: flex-start;
  }

  .md\:last\:self-end:last-child {
    align-self: flex-end;
  }

  .md\:last\:self-center:last-child {
    align-self: center;
  }

  .md\:last\:self-stretch:last-child {
    align-self: stretch;
  }

  .md\:hover\:self-auto:hover {
    align-self: auto;
  }

  .md\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .md\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .md\:hover\:self-center:hover {
    align-self: center;
  }

  .md\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .md\:self-auto\! {
    align-self: auto !important;
  }

  .md\:self-start\! {
    align-self: flex-start !important;
  }

  .md\:self-end\! {
    align-self: flex-end !important;
  }

  .md\:self-center\! {
    align-self: center !important;
  }

  .md\:self-stretch\! {
    align-self: stretch !important;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:even\:justify-start:nth-child(even) {
    justify-content: flex-start;
  }

  .md\:even\:justify-end:nth-child(even) {
    justify-content: flex-end;
  }

  .md\:even\:justify-center:nth-child(even) {
    justify-content: center;
  }

  .md\:even\:justify-between:nth-child(even) {
    justify-content: space-between;
  }

  .md\:even\:justify-around:nth-child(even) {
    justify-content: space-around;
  }

  .md\:even\:justify-evenly:nth-child(even) {
    justify-content: space-evenly;
  }

  .md\:odd\:justify-start:nth-child(odd) {
    justify-content: flex-start;
  }

  .md\:odd\:justify-end:nth-child(odd) {
    justify-content: flex-end;
  }

  .md\:odd\:justify-center:nth-child(odd) {
    justify-content: center;
  }

  .md\:odd\:justify-between:nth-child(odd) {
    justify-content: space-between;
  }

  .md\:odd\:justify-around:nth-child(odd) {
    justify-content: space-around;
  }

  .md\:odd\:justify-evenly:nth-child(odd) {
    justify-content: space-evenly;
  }

  .md\:children\:justify-start > * {
    justify-content: flex-start;
  }

  .md\:children\:justify-end > * {
    justify-content: flex-end;
  }

  .md\:children\:justify-center > * {
    justify-content: center;
  }

  .md\:children\:justify-between > * {
    justify-content: space-between;
  }

  .md\:children\:justify-around > * {
    justify-content: space-around;
  }

  .md\:children\:justify-evenly > * {
    justify-content: space-evenly;
  }

  .md\:first\:justify-start:first-child {
    justify-content: flex-start;
  }

  .md\:first\:justify-end:first-child {
    justify-content: flex-end;
  }

  .md\:first\:justify-center:first-child {
    justify-content: center;
  }

  .md\:first\:justify-between:first-child {
    justify-content: space-between;
  }

  .md\:first\:justify-around:first-child {
    justify-content: space-around;
  }

  .md\:first\:justify-evenly:first-child {
    justify-content: space-evenly;
  }

  .md\:last\:justify-start:last-child {
    justify-content: flex-start;
  }

  .md\:last\:justify-end:last-child {
    justify-content: flex-end;
  }

  .md\:last\:justify-center:last-child {
    justify-content: center;
  }

  .md\:last\:justify-between:last-child {
    justify-content: space-between;
  }

  .md\:last\:justify-around:last-child {
    justify-content: space-around;
  }

  .md\:last\:justify-evenly:last-child {
    justify-content: space-evenly;
  }

  .md\:hover\:justify-start:hover {
    justify-content: flex-start;
  }

  .md\:hover\:justify-end:hover {
    justify-content: flex-end;
  }

  .md\:hover\:justify-center:hover {
    justify-content: center;
  }

  .md\:hover\:justify-between:hover {
    justify-content: space-between;
  }

  .md\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .md\:hover\:justify-evenly:hover {
    justify-content: space-evenly;
  }

  .md\:justify-start\! {
    justify-content: flex-start !important;
  }

  .md\:justify-end\! {
    justify-content: flex-end !important;
  }

  .md\:justify-center\! {
    justify-content: center !important;
  }

  .md\:justify-between\! {
    justify-content: space-between !important;
  }

  .md\:justify-around\! {
    justify-content: space-around !important;
  }

  .md\:justify-evenly\! {
    justify-content: space-evenly !important;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:even\:content-center:nth-child(even) {
    align-content: center;
  }

  .md\:even\:content-start:nth-child(even) {
    align-content: flex-start;
  }

  .md\:even\:content-end:nth-child(even) {
    align-content: flex-end;
  }

  .md\:even\:content-between:nth-child(even) {
    align-content: space-between;
  }

  .md\:even\:content-around:nth-child(even) {
    align-content: space-around;
  }

  .md\:odd\:content-center:nth-child(odd) {
    align-content: center;
  }

  .md\:odd\:content-start:nth-child(odd) {
    align-content: flex-start;
  }

  .md\:odd\:content-end:nth-child(odd) {
    align-content: flex-end;
  }

  .md\:odd\:content-between:nth-child(odd) {
    align-content: space-between;
  }

  .md\:odd\:content-around:nth-child(odd) {
    align-content: space-around;
  }

  .md\:children\:content-center > * {
    align-content: center;
  }

  .md\:children\:content-start > * {
    align-content: flex-start;
  }

  .md\:children\:content-end > * {
    align-content: flex-end;
  }

  .md\:children\:content-between > * {
    align-content: space-between;
  }

  .md\:children\:content-around > * {
    align-content: space-around;
  }

  .md\:first\:content-center:first-child {
    align-content: center;
  }

  .md\:first\:content-start:first-child {
    align-content: flex-start;
  }

  .md\:first\:content-end:first-child {
    align-content: flex-end;
  }

  .md\:first\:content-between:first-child {
    align-content: space-between;
  }

  .md\:first\:content-around:first-child {
    align-content: space-around;
  }

  .md\:last\:content-center:last-child {
    align-content: center;
  }

  .md\:last\:content-start:last-child {
    align-content: flex-start;
  }

  .md\:last\:content-end:last-child {
    align-content: flex-end;
  }

  .md\:last\:content-between:last-child {
    align-content: space-between;
  }

  .md\:last\:content-around:last-child {
    align-content: space-around;
  }

  .md\:hover\:content-center:hover {
    align-content: center;
  }

  .md\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .md\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .md\:hover\:content-between:hover {
    align-content: space-between;
  }

  .md\:hover\:content-around:hover {
    align-content: space-around;
  }

  .md\:content-center\! {
    align-content: center !important;
  }

  .md\:content-start\! {
    align-content: flex-start !important;
  }

  .md\:content-end\! {
    align-content: flex-end !important;
  }

  .md\:content-between\! {
    align-content: space-between !important;
  }

  .md\:content-around\! {
    align-content: space-around !important;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:even\:flex-1:nth-child(even) {
    flex: 1 1 0%;
  }

  .md\:even\:flex-auto:nth-child(even) {
    flex: 1 1 auto;
  }

  .md\:even\:flex-initial:nth-child(even) {
    flex: 0 1 auto;
  }

  .md\:even\:flex-none:nth-child(even) {
    flex: none;
  }

  .md\:odd\:flex-1:nth-child(odd) {
    flex: 1 1 0%;
  }

  .md\:odd\:flex-auto:nth-child(odd) {
    flex: 1 1 auto;
  }

  .md\:odd\:flex-initial:nth-child(odd) {
    flex: 0 1 auto;
  }

  .md\:odd\:flex-none:nth-child(odd) {
    flex: none;
  }

  .md\:children\:flex-1 > * {
    flex: 1 1 0%;
  }

  .md\:children\:flex-auto > * {
    flex: 1 1 auto;
  }

  .md\:children\:flex-initial > * {
    flex: 0 1 auto;
  }

  .md\:children\:flex-none > * {
    flex: none;
  }

  .md\:first\:flex-1:first-child {
    flex: 1 1 0%;
  }

  .md\:first\:flex-auto:first-child {
    flex: 1 1 auto;
  }

  .md\:first\:flex-initial:first-child {
    flex: 0 1 auto;
  }

  .md\:first\:flex-none:first-child {
    flex: none;
  }

  .md\:last\:flex-1:last-child {
    flex: 1 1 0%;
  }

  .md\:last\:flex-auto:last-child {
    flex: 1 1 auto;
  }

  .md\:last\:flex-initial:last-child {
    flex: 0 1 auto;
  }

  .md\:last\:flex-none:last-child {
    flex: none;
  }

  .md\:hover\:flex-1:hover {
    flex: 1 1 0%;
  }

  .md\:hover\:flex-auto:hover {
    flex: 1 1 auto;
  }

  .md\:hover\:flex-initial:hover {
    flex: 0 1 auto;
  }

  .md\:hover\:flex-none:hover {
    flex: none;
  }

  .md\:flex-1\! {
    flex: 1 1 0% !important;
  }

  .md\:flex-auto\! {
    flex: 1 1 auto !important;
  }

  .md\:flex-initial\! {
    flex: 0 1 auto !important;
  }

  .md\:flex-none\! {
    flex: none !important;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:even\:flex-grow-0:nth-child(even) {
    flex-grow: 0;
  }

  .md\:even\:flex-grow:nth-child(even) {
    flex-grow: 1;
  }

  .md\:odd\:flex-grow-0:nth-child(odd) {
    flex-grow: 0;
  }

  .md\:odd\:flex-grow:nth-child(odd) {
    flex-grow: 1;
  }

  .md\:children\:flex-grow-0 > * {
    flex-grow: 0;
  }

  .md\:children\:flex-grow > * {
    flex-grow: 1;
  }

  .md\:first\:flex-grow-0:first-child {
    flex-grow: 0;
  }

  .md\:first\:flex-grow:first-child {
    flex-grow: 1;
  }

  .md\:last\:flex-grow-0:last-child {
    flex-grow: 0;
  }

  .md\:last\:flex-grow:last-child {
    flex-grow: 1;
  }

  .md\:hover\:flex-grow-0:hover {
    flex-grow: 0;
  }

  .md\:hover\:flex-grow:hover {
    flex-grow: 1;
  }

  .md\:flex-grow-0\! {
    flex-grow: 0 !important;
  }

  .md\:flex-grow\! {
    flex-grow: 1 !important;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:even\:flex-shrink-0:nth-child(even) {
    flex-shrink: 0;
  }

  .md\:even\:flex-shrink:nth-child(even) {
    flex-shrink: 1;
  }

  .md\:odd\:flex-shrink-0:nth-child(odd) {
    flex-shrink: 0;
  }

  .md\:odd\:flex-shrink:nth-child(odd) {
    flex-shrink: 1;
  }

  .md\:children\:flex-shrink-0 > * {
    flex-shrink: 0;
  }

  .md\:children\:flex-shrink > * {
    flex-shrink: 1;
  }

  .md\:first\:flex-shrink-0:first-child {
    flex-shrink: 0;
  }

  .md\:first\:flex-shrink:first-child {
    flex-shrink: 1;
  }

  .md\:last\:flex-shrink-0:last-child {
    flex-shrink: 0;
  }

  .md\:last\:flex-shrink:last-child {
    flex-shrink: 1;
  }

  .md\:hover\:flex-shrink-0:hover {
    flex-shrink: 0;
  }

  .md\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .md\:flex-shrink-0\! {
    flex-shrink: 0 !important;
  }

  .md\:flex-shrink\! {
    flex-shrink: 1 !important;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:order-6 {
    order: 6;
  }

  .md\:order-7 {
    order: 7;
  }

  .md\:order-8 {
    order: 8;
  }

  .md\:order-9 {
    order: 9;
  }

  .md\:order-10 {
    order: 10;
  }

  .md\:order-11 {
    order: 11;
  }

  .md\:order-12 {
    order: 12;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:even\:order-1:nth-child(even) {
    order: 1;
  }

  .md\:even\:order-2:nth-child(even) {
    order: 2;
  }

  .md\:even\:order-3:nth-child(even) {
    order: 3;
  }

  .md\:even\:order-4:nth-child(even) {
    order: 4;
  }

  .md\:even\:order-5:nth-child(even) {
    order: 5;
  }

  .md\:even\:order-6:nth-child(even) {
    order: 6;
  }

  .md\:even\:order-7:nth-child(even) {
    order: 7;
  }

  .md\:even\:order-8:nth-child(even) {
    order: 8;
  }

  .md\:even\:order-9:nth-child(even) {
    order: 9;
  }

  .md\:even\:order-10:nth-child(even) {
    order: 10;
  }

  .md\:even\:order-11:nth-child(even) {
    order: 11;
  }

  .md\:even\:order-12:nth-child(even) {
    order: 12;
  }

  .md\:even\:order-first:nth-child(even) {
    order: -9999;
  }

  .md\:even\:order-last:nth-child(even) {
    order: 9999;
  }

  .md\:even\:order-none:nth-child(even) {
    order: 0;
  }

  .md\:odd\:order-1:nth-child(odd) {
    order: 1;
  }

  .md\:odd\:order-2:nth-child(odd) {
    order: 2;
  }

  .md\:odd\:order-3:nth-child(odd) {
    order: 3;
  }

  .md\:odd\:order-4:nth-child(odd) {
    order: 4;
  }

  .md\:odd\:order-5:nth-child(odd) {
    order: 5;
  }

  .md\:odd\:order-6:nth-child(odd) {
    order: 6;
  }

  .md\:odd\:order-7:nth-child(odd) {
    order: 7;
  }

  .md\:odd\:order-8:nth-child(odd) {
    order: 8;
  }

  .md\:odd\:order-9:nth-child(odd) {
    order: 9;
  }

  .md\:odd\:order-10:nth-child(odd) {
    order: 10;
  }

  .md\:odd\:order-11:nth-child(odd) {
    order: 11;
  }

  .md\:odd\:order-12:nth-child(odd) {
    order: 12;
  }

  .md\:odd\:order-first:nth-child(odd) {
    order: -9999;
  }

  .md\:odd\:order-last:nth-child(odd) {
    order: 9999;
  }

  .md\:odd\:order-none:nth-child(odd) {
    order: 0;
  }

  .md\:children\:order-1 > * {
    order: 1;
  }

  .md\:children\:order-2 > * {
    order: 2;
  }

  .md\:children\:order-3 > * {
    order: 3;
  }

  .md\:children\:order-4 > * {
    order: 4;
  }

  .md\:children\:order-5 > * {
    order: 5;
  }

  .md\:children\:order-6 > * {
    order: 6;
  }

  .md\:children\:order-7 > * {
    order: 7;
  }

  .md\:children\:order-8 > * {
    order: 8;
  }

  .md\:children\:order-9 > * {
    order: 9;
  }

  .md\:children\:order-10 > * {
    order: 10;
  }

  .md\:children\:order-11 > * {
    order: 11;
  }

  .md\:children\:order-12 > * {
    order: 12;
  }

  .md\:children\:order-first > * {
    order: -9999;
  }

  .md\:children\:order-last > * {
    order: 9999;
  }

  .md\:children\:order-none > * {
    order: 0;
  }

  .md\:first\:order-1:first-child {
    order: 1;
  }

  .md\:first\:order-2:first-child {
    order: 2;
  }

  .md\:first\:order-3:first-child {
    order: 3;
  }

  .md\:first\:order-4:first-child {
    order: 4;
  }

  .md\:first\:order-5:first-child {
    order: 5;
  }

  .md\:first\:order-6:first-child {
    order: 6;
  }

  .md\:first\:order-7:first-child {
    order: 7;
  }

  .md\:first\:order-8:first-child {
    order: 8;
  }

  .md\:first\:order-9:first-child {
    order: 9;
  }

  .md\:first\:order-10:first-child {
    order: 10;
  }

  .md\:first\:order-11:first-child {
    order: 11;
  }

  .md\:first\:order-12:first-child {
    order: 12;
  }

  .md\:first\:order-first:first-child {
    order: -9999;
  }

  .md\:first\:order-last:first-child {
    order: 9999;
  }

  .md\:first\:order-none:first-child {
    order: 0;
  }

  .md\:last\:order-1:last-child {
    order: 1;
  }

  .md\:last\:order-2:last-child {
    order: 2;
  }

  .md\:last\:order-3:last-child {
    order: 3;
  }

  .md\:last\:order-4:last-child {
    order: 4;
  }

  .md\:last\:order-5:last-child {
    order: 5;
  }

  .md\:last\:order-6:last-child {
    order: 6;
  }

  .md\:last\:order-7:last-child {
    order: 7;
  }

  .md\:last\:order-8:last-child {
    order: 8;
  }

  .md\:last\:order-9:last-child {
    order: 9;
  }

  .md\:last\:order-10:last-child {
    order: 10;
  }

  .md\:last\:order-11:last-child {
    order: 11;
  }

  .md\:last\:order-12:last-child {
    order: 12;
  }

  .md\:last\:order-first:last-child {
    order: -9999;
  }

  .md\:last\:order-last:last-child {
    order: 9999;
  }

  .md\:last\:order-none:last-child {
    order: 0;
  }

  .md\:hover\:order-1:hover {
    order: 1;
  }

  .md\:hover\:order-2:hover {
    order: 2;
  }

  .md\:hover\:order-3:hover {
    order: 3;
  }

  .md\:hover\:order-4:hover {
    order: 4;
  }

  .md\:hover\:order-5:hover {
    order: 5;
  }

  .md\:hover\:order-6:hover {
    order: 6;
  }

  .md\:hover\:order-7:hover {
    order: 7;
  }

  .md\:hover\:order-8:hover {
    order: 8;
  }

  .md\:hover\:order-9:hover {
    order: 9;
  }

  .md\:hover\:order-10:hover {
    order: 10;
  }

  .md\:hover\:order-11:hover {
    order: 11;
  }

  .md\:hover\:order-12:hover {
    order: 12;
  }

  .md\:hover\:order-first:hover {
    order: -9999;
  }

  .md\:hover\:order-last:hover {
    order: 9999;
  }

  .md\:hover\:order-none:hover {
    order: 0;
  }

  .md\:order-1\! {
    order: 1 !important;
  }

  .md\:order-2\! {
    order: 2 !important;
  }

  .md\:order-3\! {
    order: 3 !important;
  }

  .md\:order-4\! {
    order: 4 !important;
  }

  .md\:order-5\! {
    order: 5 !important;
  }

  .md\:order-6\! {
    order: 6 !important;
  }

  .md\:order-7\! {
    order: 7 !important;
  }

  .md\:order-8\! {
    order: 8 !important;
  }

  .md\:order-9\! {
    order: 9 !important;
  }

  .md\:order-10\! {
    order: 10 !important;
  }

  .md\:order-11\! {
    order: 11 !important;
  }

  .md\:order-12\! {
    order: 12 !important;
  }

  .md\:order-first\! {
    order: -9999 !important;
  }

  .md\:order-last\! {
    order: 9999 !important;
  }

  .md\:order-none\! {
    order: 0 !important;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:even\:float-right:nth-child(even) {
    float: right;
  }

  .md\:even\:float-left:nth-child(even) {
    float: left;
  }

  .md\:even\:float-none:nth-child(even) {
    float: none;
  }

  .md\:even\:clearfix:nth-child(even):after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:odd\:float-right:nth-child(odd) {
    float: right;
  }

  .md\:odd\:float-left:nth-child(odd) {
    float: left;
  }

  .md\:odd\:float-none:nth-child(odd) {
    float: none;
  }

  .md\:odd\:clearfix:nth-child(odd):after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:children\:float-right > * {
    float: right;
  }

  .md\:children\:float-left > * {
    float: left;
  }

  .md\:children\:float-none > * {
    float: none;
  }

  .md\:children\:clearfix > *:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:first\:float-right:first-child {
    float: right;
  }

  .md\:first\:float-left:first-child {
    float: left;
  }

  .md\:first\:float-none:first-child {
    float: none;
  }

  .md\:first\:clearfix:first-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:last\:float-right:last-child {
    float: right;
  }

  .md\:last\:float-left:last-child {
    float: left;
  }

  .md\:last\:float-none:last-child {
    float: none;
  }

  .md\:last\:clearfix:last-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:hover\:float-right:hover {
    float: right;
  }

  .md\:hover\:float-left:hover {
    float: left;
  }

  .md\:hover\:float-none:hover {
    float: none;
  }

  .md\:hover\:clearfix:hover:after {
    content: "";
    display: table;
    clear: both;
  }

  .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;
  }

  .md\:clear-right {
    clear: right;
  }

  .md\:clear-both {
    clear: both;
  }

  .md\:clear-none {
    clear: none;
  }

  .md\:even\:clear-left:nth-child(even) {
    clear: left;
  }

  .md\:even\:clear-right:nth-child(even) {
    clear: right;
  }

  .md\:even\:clear-both:nth-child(even) {
    clear: both;
  }

  .md\:even\:clear-none:nth-child(even) {
    clear: none;
  }

  .md\:odd\:clear-left:nth-child(odd) {
    clear: left;
  }

  .md\:odd\:clear-right:nth-child(odd) {
    clear: right;
  }

  .md\:odd\:clear-both:nth-child(odd) {
    clear: both;
  }

  .md\:odd\:clear-none:nth-child(odd) {
    clear: none;
  }

  .md\:children\:clear-left > * {
    clear: left;
  }

  .md\:children\:clear-right > * {
    clear: right;
  }

  .md\:children\:clear-both > * {
    clear: both;
  }

  .md\:children\:clear-none > * {
    clear: none;
  }

  .md\:first\:clear-left:first-child {
    clear: left;
  }

  .md\:first\:clear-right:first-child {
    clear: right;
  }

  .md\:first\:clear-both:first-child {
    clear: both;
  }

  .md\:first\:clear-none:first-child {
    clear: none;
  }

  .md\:last\:clear-left:last-child {
    clear: left;
  }

  .md\:last\:clear-right:last-child {
    clear: right;
  }

  .md\:last\:clear-both:last-child {
    clear: both;
  }

  .md\:last\:clear-none:last-child {
    clear: none;
  }

  .md\:hover\:clear-left:hover {
    clear: left;
  }

  .md\:hover\:clear-right:hover {
    clear: right;
  }

  .md\:hover\:clear-both:hover {
    clear: both;
  }

  .md\:hover\:clear-none:hover {
    clear: none;
  }

  .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-display {
    font-family: IBM Plex Sans, sans-serif;
  }

  .md\:font-body {
    font-family: sans-serif;
  }

  .md\:font-ibm-sans {
    font-family: IBM Plex Sans, sans-serif;
  }

  .md\:font-ibm-serif {
    font-family: IBM Plex Serif, serif;
  }

  .md\:even\:font-display:nth-child(even) {
    font-family: IBM Plex Sans, sans-serif;
  }

  .md\:even\:font-body:nth-child(even) {
    font-family: sans-serif;
  }

  .md\:even\:font-ibm-sans:nth-child(even) {
    font-family: IBM Plex Sans, sans-serif;
  }

  .md\:even\:font-ibm-serif:nth-child(even) {
    font-family: IBM Plex Serif, serif;
  }

  .md\:odd\:font-display:nth-child(odd) {
    font-family: IBM Plex Sans, sans-serif;
  }

  .md\:odd\:font-body:nth-child(odd) {
    font-family: sans-serif;
  }

  .md\:odd\:font-ibm-sans:nth-child(odd) {
    font-family: IBM Plex Sans, sans-serif;
  }

  .md\:odd\:font-ibm-serif:nth-child(odd) {
    font-family: IBM Plex Serif, serif;
  }

  .md\:children\:font-display > * {
    font-family: IBM Plex Sans, sans-serif;
  }

  .md\:children\:font-body > * {
    font-family: sans-serif;
  }

  .md\:children\:font-ibm-sans > * {
    font-family: IBM Plex Sans, sans-serif;
  }

  .md\:children\:font-ibm-serif > * {
    font-family: IBM Plex Serif, serif;
  }

  .md\:first\:font-display:first-child {
    font-family: IBM Plex Sans, sans-serif;
  }

  .md\:first\:font-body:first-child {
    font-family: sans-serif;
  }

  .md\:first\:font-ibm-sans:first-child {
    font-family: IBM Plex Sans, sans-serif;
  }

  .md\:first\:font-ibm-serif:first-child {
    font-family: IBM Plex Serif, serif;
  }

  .md\:last\:font-display:last-child {
    font-family: IBM Plex Sans, sans-serif;
  }

  .md\:last\:font-body:last-child {
    font-family: sans-serif;
  }

  .md\:last\:font-ibm-sans:last-child {
    font-family: IBM Plex Sans, sans-serif;
  }

  .md\:last\:font-ibm-serif:last-child {
    font-family: IBM Plex Serif, serif;
  }

  .md\:hover\:font-display:hover {
    font-family: IBM Plex Sans, sans-serif;
  }

  .md\:hover\:font-body:hover {
    font-family: sans-serif;
  }

  .md\:hover\:font-ibm-sans:hover {
    font-family: IBM Plex Sans, sans-serif;
  }

  .md\:hover\:font-ibm-serif:hover {
    font-family: IBM Plex Serif, serif;
  }

  .md\:font-display\! {
    font-family: IBM Plex Sans, sans-serif !important;
  }

  .md\:font-body\! {
    font-family: sans-serif !important;
  }

  .md\:font-ibm-sans\! {
    font-family: IBM Plex Sans, sans-serif !important;
  }

  .md\:font-ibm-serif\! {
    font-family: IBM Plex Serif, serif !important;
  }

  .md\:font-hairline {
    font-weight: 100;
  }

  .md\:font-thin {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:even\:font-hairline:nth-child(even) {
    font-weight: 100;
  }

  .md\:even\:font-thin:nth-child(even) {
    font-weight: 200;
  }

  .md\:even\:font-light:nth-child(even) {
    font-weight: 300;
  }

  .md\:even\:font-normal:nth-child(even) {
    font-weight: 400;
  }

  .md\:even\:font-medium:nth-child(even) {
    font-weight: 500;
  }

  .md\:even\:font-semibold:nth-child(even) {
    font-weight: 600;
  }

  .md\:even\:font-bold:nth-child(even) {
    font-weight: 700;
  }

  .md\:even\:font-extrabold:nth-child(even) {
    font-weight: 800;
  }

  .md\:even\:font-black:nth-child(even) {
    font-weight: 900;
  }

  .md\:odd\:font-hairline:nth-child(odd) {
    font-weight: 100;
  }

  .md\:odd\:font-thin:nth-child(odd) {
    font-weight: 200;
  }

  .md\:odd\:font-light:nth-child(odd) {
    font-weight: 300;
  }

  .md\:odd\:font-normal:nth-child(odd) {
    font-weight: 400;
  }

  .md\:odd\:font-medium:nth-child(odd) {
    font-weight: 500;
  }

  .md\:odd\:font-semibold:nth-child(odd) {
    font-weight: 600;
  }

  .md\:odd\:font-bold:nth-child(odd) {
    font-weight: 700;
  }

  .md\:odd\:font-extrabold:nth-child(odd) {
    font-weight: 800;
  }

  .md\:odd\:font-black:nth-child(odd) {
    font-weight: 900;
  }

  .md\:children\:font-hairline > * {
    font-weight: 100;
  }

  .md\:children\:font-thin > * {
    font-weight: 200;
  }

  .md\:children\:font-light > * {
    font-weight: 300;
  }

  .md\:children\:font-normal > * {
    font-weight: 400;
  }

  .md\:children\:font-medium > * {
    font-weight: 500;
  }

  .md\:children\:font-semibold > * {
    font-weight: 600;
  }

  .md\:children\:font-bold > * {
    font-weight: 700;
  }

  .md\:children\:font-extrabold > * {
    font-weight: 800;
  }

  .md\:children\:font-black > * {
    font-weight: 900;
  }

  .md\:first\:font-hairline:first-child {
    font-weight: 100;
  }

  .md\:first\:font-thin:first-child {
    font-weight: 200;
  }

  .md\:first\:font-light:first-child {
    font-weight: 300;
  }

  .md\:first\:font-normal:first-child {
    font-weight: 400;
  }

  .md\:first\:font-medium:first-child {
    font-weight: 500;
  }

  .md\:first\:font-semibold:first-child {
    font-weight: 600;
  }

  .md\:first\:font-bold:first-child {
    font-weight: 700;
  }

  .md\:first\:font-extrabold:first-child {
    font-weight: 800;
  }

  .md\:first\:font-black:first-child {
    font-weight: 900;
  }

  .md\:last\:font-hairline:last-child {
    font-weight: 100;
  }

  .md\:last\:font-thin:last-child {
    font-weight: 200;
  }

  .md\:last\:font-light:last-child {
    font-weight: 300;
  }

  .md\:last\:font-normal:last-child {
    font-weight: 400;
  }

  .md\:last\:font-medium:last-child {
    font-weight: 500;
  }

  .md\:last\:font-semibold:last-child {
    font-weight: 600;
  }

  .md\:last\:font-bold:last-child {
    font-weight: 700;
  }

  .md\:last\:font-extrabold:last-child {
    font-weight: 800;
  }

  .md\:last\:font-black:last-child {
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900;
  }

  .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\:h-0 {
    height: 0;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-13 {
    height: 3.25rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-15 {
    height: 3.75rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-17 {
    height: 4.25rem;
  }

  .md\:h-18 {
    height: 4.5rem;
  }

  .md\:h-19 {
    height: 4.75rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-75 {
    height: 18.75rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:even\:h-0:nth-child(even) {
    height: 0;
  }

  .md\:even\:h-1:nth-child(even) {
    height: 0.25rem;
  }

  .md\:even\:h-2:nth-child(even) {
    height: 0.5rem;
  }

  .md\:even\:h-3:nth-child(even) {
    height: 0.75rem;
  }

  .md\:even\:h-4:nth-child(even) {
    height: 1rem;
  }

  .md\:even\:h-5:nth-child(even) {
    height: 1.25rem;
  }

  .md\:even\:h-6:nth-child(even) {
    height: 1.5rem;
  }

  .md\:even\:h-7:nth-child(even) {
    height: 1.75rem;
  }

  .md\:even\:h-8:nth-child(even) {
    height: 2rem;
  }

  .md\:even\:h-9:nth-child(even) {
    height: 2.25rem;
  }

  .md\:even\:h-10:nth-child(even) {
    height: 2.5rem;
  }

  .md\:even\:h-11:nth-child(even) {
    height: 2.75rem;
  }

  .md\:even\:h-12:nth-child(even) {
    height: 3rem;
  }

  .md\:even\:h-13:nth-child(even) {
    height: 3.25rem;
  }

  .md\:even\:h-14:nth-child(even) {
    height: 3.5rem;
  }

  .md\:even\:h-15:nth-child(even) {
    height: 3.75rem;
  }

  .md\:even\:h-16:nth-child(even) {
    height: 4rem;
  }

  .md\:even\:h-17:nth-child(even) {
    height: 4.25rem;
  }

  .md\:even\:h-18:nth-child(even) {
    height: 4.5rem;
  }

  .md\:even\:h-19:nth-child(even) {
    height: 4.75rem;
  }

  .md\:even\:h-20:nth-child(even) {
    height: 5rem;
  }

  .md\:even\:h-24:nth-child(even) {
    height: 6rem;
  }

  .md\:even\:h-32:nth-child(even) {
    height: 8rem;
  }

  .md\:even\:h-40:nth-child(even) {
    height: 10rem;
  }

  .md\:even\:h-48:nth-child(even) {
    height: 12rem;
  }

  .md\:even\:h-56:nth-child(even) {
    height: 14rem;
  }

  .md\:even\:h-64:nth-child(even) {
    height: 16rem;
  }

  .md\:even\:h-75:nth-child(even) {
    height: 18.75rem;
  }

  .md\:even\:h-auto:nth-child(even) {
    height: auto;
  }

  .md\:even\:h-px:nth-child(even) {
    height: 1px;
  }

  .md\:even\:h-full:nth-child(even) {
    height: 100%;
  }

  .md\:even\:h-screen:nth-child(even) {
    height: 100vh;
  }

  .md\:odd\:h-0:nth-child(odd) {
    height: 0;
  }

  .md\:odd\:h-1:nth-child(odd) {
    height: 0.25rem;
  }

  .md\:odd\:h-2:nth-child(odd) {
    height: 0.5rem;
  }

  .md\:odd\:h-3:nth-child(odd) {
    height: 0.75rem;
  }

  .md\:odd\:h-4:nth-child(odd) {
    height: 1rem;
  }

  .md\:odd\:h-5:nth-child(odd) {
    height: 1.25rem;
  }

  .md\:odd\:h-6:nth-child(odd) {
    height: 1.5rem;
  }

  .md\:odd\:h-7:nth-child(odd) {
    height: 1.75rem;
  }

  .md\:odd\:h-8:nth-child(odd) {
    height: 2rem;
  }

  .md\:odd\:h-9:nth-child(odd) {
    height: 2.25rem;
  }

  .md\:odd\:h-10:nth-child(odd) {
    height: 2.5rem;
  }

  .md\:odd\:h-11:nth-child(odd) {
    height: 2.75rem;
  }

  .md\:odd\:h-12:nth-child(odd) {
    height: 3rem;
  }

  .md\:odd\:h-13:nth-child(odd) {
    height: 3.25rem;
  }

  .md\:odd\:h-14:nth-child(odd) {
    height: 3.5rem;
  }

  .md\:odd\:h-15:nth-child(odd) {
    height: 3.75rem;
  }

  .md\:odd\:h-16:nth-child(odd) {
    height: 4rem;
  }

  .md\:odd\:h-17:nth-child(odd) {
    height: 4.25rem;
  }

  .md\:odd\:h-18:nth-child(odd) {
    height: 4.5rem;
  }

  .md\:odd\:h-19:nth-child(odd) {
    height: 4.75rem;
  }

  .md\:odd\:h-20:nth-child(odd) {
    height: 5rem;
  }

  .md\:odd\:h-24:nth-child(odd) {
    height: 6rem;
  }

  .md\:odd\:h-32:nth-child(odd) {
    height: 8rem;
  }

  .md\:odd\:h-40:nth-child(odd) {
    height: 10rem;
  }

  .md\:odd\:h-48:nth-child(odd) {
    height: 12rem;
  }

  .md\:odd\:h-56:nth-child(odd) {
    height: 14rem;
  }

  .md\:odd\:h-64:nth-child(odd) {
    height: 16rem;
  }

  .md\:odd\:h-75:nth-child(odd) {
    height: 18.75rem;
  }

  .md\:odd\:h-auto:nth-child(odd) {
    height: auto;
  }

  .md\:odd\:h-px:nth-child(odd) {
    height: 1px;
  }

  .md\:odd\:h-full:nth-child(odd) {
    height: 100%;
  }

  .md\:odd\:h-screen:nth-child(odd) {
    height: 100vh;
  }

  .md\:children\:h-0 > * {
    height: 0;
  }

  .md\:children\:h-1 > * {
    height: 0.25rem;
  }

  .md\:children\:h-2 > * {
    height: 0.5rem;
  }

  .md\:children\:h-3 > * {
    height: 0.75rem;
  }

  .md\:children\:h-4 > * {
    height: 1rem;
  }

  .md\:children\:h-5 > * {
    height: 1.25rem;
  }

  .md\:children\:h-6 > * {
    height: 1.5rem;
  }

  .md\:children\:h-7 > * {
    height: 1.75rem;
  }

  .md\:children\:h-8 > * {
    height: 2rem;
  }

  .md\:children\:h-9 > * {
    height: 2.25rem;
  }

  .md\:children\:h-10 > * {
    height: 2.5rem;
  }

  .md\:children\:h-11 > * {
    height: 2.75rem;
  }

  .md\:children\:h-12 > * {
    height: 3rem;
  }

  .md\:children\:h-13 > * {
    height: 3.25rem;
  }

  .md\:children\:h-14 > * {
    height: 3.5rem;
  }

  .md\:children\:h-15 > * {
    height: 3.75rem;
  }

  .md\:children\:h-16 > * {
    height: 4rem;
  }

  .md\:children\:h-17 > * {
    height: 4.25rem;
  }

  .md\:children\:h-18 > * {
    height: 4.5rem;
  }

  .md\:children\:h-19 > * {
    height: 4.75rem;
  }

  .md\:children\:h-20 > * {
    height: 5rem;
  }

  .md\:children\:h-24 > * {
    height: 6rem;
  }

  .md\:children\:h-32 > * {
    height: 8rem;
  }

  .md\:children\:h-40 > * {
    height: 10rem;
  }

  .md\:children\:h-48 > * {
    height: 12rem;
  }

  .md\:children\:h-56 > * {
    height: 14rem;
  }

  .md\:children\:h-64 > * {
    height: 16rem;
  }

  .md\:children\:h-75 > * {
    height: 18.75rem;
  }

  .md\:children\:h-auto > * {
    height: auto;
  }

  .md\:children\:h-px > * {
    height: 1px;
  }

  .md\:children\:h-full > * {
    height: 100%;
  }

  .md\:children\:h-screen > * {
    height: 100vh;
  }

  .md\:first\:h-0:first-child {
    height: 0;
  }

  .md\:first\:h-1:first-child {
    height: 0.25rem;
  }

  .md\:first\:h-2:first-child {
    height: 0.5rem;
  }

  .md\:first\:h-3:first-child {
    height: 0.75rem;
  }

  .md\:first\:h-4:first-child {
    height: 1rem;
  }

  .md\:first\:h-5:first-child {
    height: 1.25rem;
  }

  .md\:first\:h-6:first-child {
    height: 1.5rem;
  }

  .md\:first\:h-7:first-child {
    height: 1.75rem;
  }

  .md\:first\:h-8:first-child {
    height: 2rem;
  }

  .md\:first\:h-9:first-child {
    height: 2.25rem;
  }

  .md\:first\:h-10:first-child {
    height: 2.5rem;
  }

  .md\:first\:h-11:first-child {
    height: 2.75rem;
  }

  .md\:first\:h-12:first-child {
    height: 3rem;
  }

  .md\:first\:h-13:first-child {
    height: 3.25rem;
  }

  .md\:first\:h-14:first-child {
    height: 3.5rem;
  }

  .md\:first\:h-15:first-child {
    height: 3.75rem;
  }

  .md\:first\:h-16:first-child {
    height: 4rem;
  }

  .md\:first\:h-17:first-child {
    height: 4.25rem;
  }

  .md\:first\:h-18:first-child {
    height: 4.5rem;
  }

  .md\:first\:h-19:first-child {
    height: 4.75rem;
  }

  .md\:first\:h-20:first-child {
    height: 5rem;
  }

  .md\:first\:h-24:first-child {
    height: 6rem;
  }

  .md\:first\:h-32:first-child {
    height: 8rem;
  }

  .md\:first\:h-40:first-child {
    height: 10rem;
  }

  .md\:first\:h-48:first-child {
    height: 12rem;
  }

  .md\:first\:h-56:first-child {
    height: 14rem;
  }

  .md\:first\:h-64:first-child {
    height: 16rem;
  }

  .md\:first\:h-75:first-child {
    height: 18.75rem;
  }

  .md\:first\:h-auto:first-child {
    height: auto;
  }

  .md\:first\:h-px:first-child {
    height: 1px;
  }

  .md\:first\:h-full:first-child {
    height: 100%;
  }

  .md\:first\:h-screen:first-child {
    height: 100vh;
  }

  .md\:last\:h-0:last-child {
    height: 0;
  }

  .md\:last\:h-1:last-child {
    height: 0.25rem;
  }

  .md\:last\:h-2:last-child {
    height: 0.5rem;
  }

  .md\:last\:h-3:last-child {
    height: 0.75rem;
  }

  .md\:last\:h-4:last-child {
    height: 1rem;
  }

  .md\:last\:h-5:last-child {
    height: 1.25rem;
  }

  .md\:last\:h-6:last-child {
    height: 1.5rem;
  }

  .md\:last\:h-7:last-child {
    height: 1.75rem;
  }

  .md\:last\:h-8:last-child {
    height: 2rem;
  }

  .md\:last\:h-9:last-child {
    height: 2.25rem;
  }

  .md\:last\:h-10:last-child {
    height: 2.5rem;
  }

  .md\:last\:h-11:last-child {
    height: 2.75rem;
  }

  .md\:last\:h-12:last-child {
    height: 3rem;
  }

  .md\:last\:h-13:last-child {
    height: 3.25rem;
  }

  .md\:last\:h-14:last-child {
    height: 3.5rem;
  }

  .md\:last\:h-15:last-child {
    height: 3.75rem;
  }

  .md\:last\:h-16:last-child {
    height: 4rem;
  }

  .md\:last\:h-17:last-child {
    height: 4.25rem;
  }

  .md\:last\:h-18:last-child {
    height: 4.5rem;
  }

  .md\:last\:h-19:last-child {
    height: 4.75rem;
  }

  .md\:last\:h-20:last-child {
    height: 5rem;
  }

  .md\:last\:h-24:last-child {
    height: 6rem;
  }

  .md\:last\:h-32:last-child {
    height: 8rem;
  }

  .md\:last\:h-40:last-child {
    height: 10rem;
  }

  .md\:last\:h-48:last-child {
    height: 12rem;
  }

  .md\:last\:h-56:last-child {
    height: 14rem;
  }

  .md\:last\:h-64:last-child {
    height: 16rem;
  }

  .md\:last\:h-75:last-child {
    height: 18.75rem;
  }

  .md\:last\:h-auto:last-child {
    height: auto;
  }

  .md\:last\:h-px:last-child {
    height: 1px;
  }

  .md\:last\:h-full:last-child {
    height: 100%;
  }

  .md\:last\:h-screen:last-child {
    height: 100vh;
  }

  .md\:hover\:h-0:hover {
    height: 0;
  }

  .md\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .md\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .md\:hover\:h-3:hover {
    height: 0.75rem;
  }

  .md\:hover\:h-4:hover {
    height: 1rem;
  }

  .md\:hover\:h-5:hover {
    height: 1.25rem;
  }

  .md\:hover\:h-6:hover {
    height: 1.5rem;
  }

  .md\:hover\:h-7:hover {
    height: 1.75rem;
  }

  .md\:hover\:h-8:hover {
    height: 2rem;
  }

  .md\:hover\:h-9:hover {
    height: 2.25rem;
  }

  .md\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .md\:hover\:h-11:hover {
    height: 2.75rem;
  }

  .md\:hover\:h-12:hover {
    height: 3rem;
  }

  .md\:hover\:h-13:hover {
    height: 3.25rem;
  }

  .md\:hover\:h-14:hover {
    height: 3.5rem;
  }

  .md\:hover\:h-15:hover {
    height: 3.75rem;
  }

  .md\:hover\:h-16:hover {
    height: 4rem;
  }

  .md\:hover\:h-17:hover {
    height: 4.25rem;
  }

  .md\:hover\:h-18:hover {
    height: 4.5rem;
  }

  .md\:hover\:h-19:hover {
    height: 4.75rem;
  }

  .md\:hover\:h-20:hover {
    height: 5rem;
  }

  .md\:hover\:h-24:hover {
    height: 6rem;
  }

  .md\:hover\:h-32:hover {
    height: 8rem;
  }

  .md\:hover\:h-40:hover {
    height: 10rem;
  }

  .md\:hover\:h-48:hover {
    height: 12rem;
  }

  .md\:hover\:h-56:hover {
    height: 14rem;
  }

  .md\:hover\:h-64:hover {
    height: 16rem;
  }

  .md\:hover\:h-75:hover {
    height: 18.75rem;
  }

  .md\:hover\:h-auto:hover {
    height: auto;
  }

  .md\:hover\:h-px:hover {
    height: 1px;
  }

  .md\:hover\:h-full:hover {
    height: 100%;
  }

  .md\:hover\:h-screen:hover {
    height: 100vh;
  }

  .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-9\! {
    height: 2.25rem !important;
  }

  .md\:h-10\! {
    height: 2.5rem !important;
  }

  .md\:h-11\! {
    height: 2.75rem !important;
  }

  .md\:h-12\! {
    height: 3rem !important;
  }

  .md\:h-13\! {
    height: 3.25rem !important;
  }

  .md\:h-14\! {
    height: 3.5rem !important;
  }

  .md\:h-15\! {
    height: 3.75rem !important;
  }

  .md\:h-16\! {
    height: 4rem !important;
  }

  .md\:h-17\! {
    height: 4.25rem !important;
  }

  .md\:h-18\! {
    height: 4.5rem !important;
  }

  .md\:h-19\! {
    height: 4.75rem !important;
  }

  .md\:h-20\! {
    height: 5rem !important;
  }

  .md\:h-24\! {
    height: 6rem !important;
  }

  .md\:h-32\! {
    height: 8rem !important;
  }

  .md\:h-40\! {
    height: 10rem !important;
  }

  .md\:h-48\! {
    height: 12rem !important;
  }

  .md\:h-56\! {
    height: 14rem !important;
  }

  .md\:h-64\! {
    height: 16rem !important;
  }

  .md\:h-75\! {
    height: 18.75rem !important;
  }

  .md\:h-auto\! {
    height: auto !important;
  }

  .md\:h-px\! {
    height: 1px !important;
  }

  .md\:h-full\! {
    height: 100% !important;
  }

  .md\:h-screen\! {
    height: 100vh !important;
  }

  .md\:text-xs {
    font-size: 0.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-6xl {
    font-size: 4rem;
  }

  .md\:text-2xs {
    font-size: 0.625rem;
  }

  .md\:text-3xs {
    font-size: 0.5rem;
  }

  .md\:even\:text-xs:nth-child(even) {
    font-size: 0.75rem;
  }

  .md\:even\:text-sm:nth-child(even) {
    font-size: 0.875rem;
  }

  .md\:even\:text-base:nth-child(even) {
    font-size: 1rem;
  }

  .md\:even\:text-lg:nth-child(even) {
    font-size: 1.125rem;
  }

  .md\:even\:text-xl:nth-child(even) {
    font-size: 1.25rem;
  }

  .md\:even\:text-2xl:nth-child(even) {
    font-size: 1.5rem;
  }

  .md\:even\:text-3xl:nth-child(even) {
    font-size: 1.875rem;
  }

  .md\:even\:text-4xl:nth-child(even) {
    font-size: 2.25rem;
  }

  .md\:even\:text-5xl:nth-child(even) {
    font-size: 3rem;
  }

  .md\:even\:text-6xl:nth-child(even) {
    font-size: 4rem;
  }

  .md\:even\:text-2xs:nth-child(even) {
    font-size: 0.625rem;
  }

  .md\:even\:text-3xs:nth-child(even) {
    font-size: 0.5rem;
  }

  .md\:odd\:text-xs:nth-child(odd) {
    font-size: 0.75rem;
  }

  .md\:odd\:text-sm:nth-child(odd) {
    font-size: 0.875rem;
  }

  .md\:odd\:text-base:nth-child(odd) {
    font-size: 1rem;
  }

  .md\:odd\:text-lg:nth-child(odd) {
    font-size: 1.125rem;
  }

  .md\:odd\:text-xl:nth-child(odd) {
    font-size: 1.25rem;
  }

  .md\:odd\:text-2xl:nth-child(odd) {
    font-size: 1.5rem;
  }

  .md\:odd\:text-3xl:nth-child(odd) {
    font-size: 1.875rem;
  }

  .md\:odd\:text-4xl:nth-child(odd) {
    font-size: 2.25rem;
  }

  .md\:odd\:text-5xl:nth-child(odd) {
    font-size: 3rem;
  }

  .md\:odd\:text-6xl:nth-child(odd) {
    font-size: 4rem;
  }

  .md\:odd\:text-2xs:nth-child(odd) {
    font-size: 0.625rem;
  }

  .md\:odd\:text-3xs:nth-child(odd) {
    font-size: 0.5rem;
  }

  .md\:children\:text-xs > * {
    font-size: 0.75rem;
  }

  .md\:children\:text-sm > * {
    font-size: 0.875rem;
  }

  .md\:children\:text-base > * {
    font-size: 1rem;
  }

  .md\:children\:text-lg > * {
    font-size: 1.125rem;
  }

  .md\:children\:text-xl > * {
    font-size: 1.25rem;
  }

  .md\:children\:text-2xl > * {
    font-size: 1.5rem;
  }

  .md\:children\:text-3xl > * {
    font-size: 1.875rem;
  }

  .md\:children\:text-4xl > * {
    font-size: 2.25rem;
  }

  .md\:children\:text-5xl > * {
    font-size: 3rem;
  }

  .md\:children\:text-6xl > * {
    font-size: 4rem;
  }

  .md\:children\:text-2xs > * {
    font-size: 0.625rem;
  }

  .md\:children\:text-3xs > * {
    font-size: 0.5rem;
  }

  .md\:first\:text-xs:first-child {
    font-size: 0.75rem;
  }

  .md\:first\:text-sm:first-child {
    font-size: 0.875rem;
  }

  .md\:first\:text-base:first-child {
    font-size: 1rem;
  }

  .md\:first\:text-lg:first-child {
    font-size: 1.125rem;
  }

  .md\:first\:text-xl:first-child {
    font-size: 1.25rem;
  }

  .md\:first\:text-2xl:first-child {
    font-size: 1.5rem;
  }

  .md\:first\:text-3xl:first-child {
    font-size: 1.875rem;
  }

  .md\:first\:text-4xl:first-child {
    font-size: 2.25rem;
  }

  .md\:first\:text-5xl:first-child {
    font-size: 3rem;
  }

  .md\:first\:text-6xl:first-child {
    font-size: 4rem;
  }

  .md\:first\:text-2xs:first-child {
    font-size: 0.625rem;
  }

  .md\:first\:text-3xs:first-child {
    font-size: 0.5rem;
  }

  .md\:last\:text-xs:last-child {
    font-size: 0.75rem;
  }

  .md\:last\:text-sm:last-child {
    font-size: 0.875rem;
  }

  .md\:last\:text-base:last-child {
    font-size: 1rem;
  }

  .md\:last\:text-lg:last-child {
    font-size: 1.125rem;
  }

  .md\:last\:text-xl:last-child {
    font-size: 1.25rem;
  }

  .md\:last\:text-2xl:last-child {
    font-size: 1.5rem;
  }

  .md\:last\:text-3xl:last-child {
    font-size: 1.875rem;
  }

  .md\:last\:text-4xl:last-child {
    font-size: 2.25rem;
  }

  .md\:last\:text-5xl:last-child {
    font-size: 3rem;
  }

  .md\:last\:text-6xl:last-child {
    font-size: 4rem;
  }

  .md\:last\:text-2xs:last-child {
    font-size: 0.625rem;
  }

  .md\:last\:text-3xs:last-child {
    font-size: 0.5rem;
  }

  .md\:hover\:text-xs:hover {
    font-size: 0.75rem;
  }

  .md\:hover\:text-sm:hover {
    font-size: 0.875rem;
  }

  .md\:hover\:text-base:hover {
    font-size: 1rem;
  }

  .md\:hover\:text-lg:hover {
    font-size: 1.125rem;
  }

  .md\:hover\:text-xl:hover {
    font-size: 1.25rem;
  }

  .md\:hover\:text-2xl:hover {
    font-size: 1.5rem;
  }

  .md\:hover\:text-3xl:hover {
    font-size: 1.875rem;
  }

  .md\:hover\:text-4xl:hover {
    font-size: 2.25rem;
  }

  .md\:hover\:text-5xl:hover {
    font-size: 3rem;
  }

  .md\:hover\:text-6xl:hover {
    font-size: 4rem;
  }

  .md\:hover\:text-2xs:hover {
    font-size: 0.625rem;
  }

  .md\:hover\:text-3xs:hover {
    font-size: 0.5rem;
  }

  .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.5rem !important;
  }

  .md\:text-3xl\! {
    font-size: 1.875rem !important;
  }

  .md\:text-4xl\! {
    font-size: 2.25rem !important;
  }

  .md\:text-5xl\! {
    font-size: 3rem !important;
  }

  .md\:text-6xl\! {
    font-size: 4rem !important;
  }

  .md\:text-2xs\! {
    font-size: 0.625rem !important;
  }

  .md\:text-3xs\! {
    font-size: 0.5rem !important;
  }

  .md\:leading-3 {
    line-height: .75rem;
  }

  .md\:leading-4 {
    line-height: 1rem;
  }

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:leading-8 {
    line-height: 2rem;
  }

  .md\:leading-9 {
    line-height: 2.25rem;
  }

  .md\:leading-10 {
    line-height: 2.5rem;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-relaxed {
    line-height: 1.625;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:even\:leading-3:nth-child(even) {
    line-height: .75rem;
  }

  .md\:even\:leading-4:nth-child(even) {
    line-height: 1rem;
  }

  .md\:even\:leading-5:nth-child(even) {
    line-height: 1.25rem;
  }

  .md\:even\:leading-6:nth-child(even) {
    line-height: 1.5rem;
  }

  .md\:even\:leading-7:nth-child(even) {
    line-height: 1.75rem;
  }

  .md\:even\:leading-8:nth-child(even) {
    line-height: 2rem;
  }

  .md\:even\:leading-9:nth-child(even) {
    line-height: 2.25rem;
  }

  .md\:even\:leading-10:nth-child(even) {
    line-height: 2.5rem;
  }

  .md\:even\:leading-none:nth-child(even) {
    line-height: 1;
  }

  .md\:even\:leading-tight:nth-child(even) {
    line-height: 1.25;
  }

  .md\:even\:leading-snug:nth-child(even) {
    line-height: 1.375;
  }

  .md\:even\:leading-normal:nth-child(even) {
    line-height: 1.5;
  }

  .md\:even\:leading-relaxed:nth-child(even) {
    line-height: 1.625;
  }

  .md\:even\:leading-loose:nth-child(even) {
    line-height: 2;
  }

  .md\:odd\:leading-3:nth-child(odd) {
    line-height: .75rem;
  }

  .md\:odd\:leading-4:nth-child(odd) {
    line-height: 1rem;
  }

  .md\:odd\:leading-5:nth-child(odd) {
    line-height: 1.25rem;
  }

  .md\:odd\:leading-6:nth-child(odd) {
    line-height: 1.5rem;
  }

  .md\:odd\:leading-7:nth-child(odd) {
    line-height: 1.75rem;
  }

  .md\:odd\:leading-8:nth-child(odd) {
    line-height: 2rem;
  }

  .md\:odd\:leading-9:nth-child(odd) {
    line-height: 2.25rem;
  }

  .md\:odd\:leading-10:nth-child(odd) {
    line-height: 2.5rem;
  }

  .md\:odd\:leading-none:nth-child(odd) {
    line-height: 1;
  }

  .md\:odd\:leading-tight:nth-child(odd) {
    line-height: 1.25;
  }

  .md\:odd\:leading-snug:nth-child(odd) {
    line-height: 1.375;
  }

  .md\:odd\:leading-normal:nth-child(odd) {
    line-height: 1.5;
  }

  .md\:odd\:leading-relaxed:nth-child(odd) {
    line-height: 1.625;
  }

  .md\:odd\:leading-loose:nth-child(odd) {
    line-height: 2;
  }

  .md\:children\:leading-3 > * {
    line-height: .75rem;
  }

  .md\:children\:leading-4 > * {
    line-height: 1rem;
  }

  .md\:children\:leading-5 > * {
    line-height: 1.25rem;
  }

  .md\:children\:leading-6 > * {
    line-height: 1.5rem;
  }

  .md\:children\:leading-7 > * {
    line-height: 1.75rem;
  }

  .md\:children\:leading-8 > * {
    line-height: 2rem;
  }

  .md\:children\:leading-9 > * {
    line-height: 2.25rem;
  }

  .md\:children\:leading-10 > * {
    line-height: 2.5rem;
  }

  .md\:children\:leading-none > * {
    line-height: 1;
  }

  .md\:children\:leading-tight > * {
    line-height: 1.25;
  }

  .md\:children\:leading-snug > * {
    line-height: 1.375;
  }

  .md\:children\:leading-normal > * {
    line-height: 1.5;
  }

  .md\:children\:leading-relaxed > * {
    line-height: 1.625;
  }

  .md\:children\:leading-loose > * {
    line-height: 2;
  }

  .md\:first\:leading-3:first-child {
    line-height: .75rem;
  }

  .md\:first\:leading-4:first-child {
    line-height: 1rem;
  }

  .md\:first\:leading-5:first-child {
    line-height: 1.25rem;
  }

  .md\:first\:leading-6:first-child {
    line-height: 1.5rem;
  }

  .md\:first\:leading-7:first-child {
    line-height: 1.75rem;
  }

  .md\:first\:leading-8:first-child {
    line-height: 2rem;
  }

  .md\:first\:leading-9:first-child {
    line-height: 2.25rem;
  }

  .md\:first\:leading-10:first-child {
    line-height: 2.5rem;
  }

  .md\:first\:leading-none:first-child {
    line-height: 1;
  }

  .md\:first\:leading-tight:first-child {
    line-height: 1.25;
  }

  .md\:first\:leading-snug:first-child {
    line-height: 1.375;
  }

  .md\:first\:leading-normal:first-child {
    line-height: 1.5;
  }

  .md\:first\:leading-relaxed:first-child {
    line-height: 1.625;
  }

  .md\:first\:leading-loose:first-child {
    line-height: 2;
  }

  .md\:last\:leading-3:last-child {
    line-height: .75rem;
  }

  .md\:last\:leading-4:last-child {
    line-height: 1rem;
  }

  .md\:last\:leading-5:last-child {
    line-height: 1.25rem;
  }

  .md\:last\:leading-6:last-child {
    line-height: 1.5rem;
  }

  .md\:last\:leading-7:last-child {
    line-height: 1.75rem;
  }

  .md\:last\:leading-8:last-child {
    line-height: 2rem;
  }

  .md\:last\:leading-9:last-child {
    line-height: 2.25rem;
  }

  .md\:last\:leading-10:last-child {
    line-height: 2.5rem;
  }

  .md\:last\:leading-none:last-child {
    line-height: 1;
  }

  .md\:last\:leading-tight:last-child {
    line-height: 1.25;
  }

  .md\:last\:leading-snug:last-child {
    line-height: 1.375;
  }

  .md\:last\:leading-normal:last-child {
    line-height: 1.5;
  }

  .md\:last\:leading-relaxed:last-child {
    line-height: 1.625;
  }

  .md\:last\:leading-loose:last-child {
    line-height: 2;
  }

  .md\:hover\:leading-3:hover {
    line-height: .75rem;
  }

  .md\:hover\:leading-4:hover {
    line-height: 1rem;
  }

  .md\:hover\:leading-5:hover {
    line-height: 1.25rem;
  }

  .md\:hover\:leading-6:hover {
    line-height: 1.5rem;
  }

  .md\:hover\:leading-7:hover {
    line-height: 1.75rem;
  }

  .md\:hover\:leading-8:hover {
    line-height: 2rem;
  }

  .md\:hover\:leading-9:hover {
    line-height: 2.25rem;
  }

  .md\:hover\:leading-10:hover {
    line-height: 2.5rem;
  }

  .md\:hover\:leading-none:hover {
    line-height: 1;
  }

  .md\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .md\:hover\:leading-snug:hover {
    line-height: 1.375;
  }

  .md\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .md\:hover\:leading-relaxed:hover {
    line-height: 1.625;
  }

  .md\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .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;
  }

  .md\:list-outside {
    list-style-position: outside;
  }

  .md\:even\:list-inside:nth-child(even) {
    list-style-position: inside;
  }

  .md\:even\:list-outside:nth-child(even) {
    list-style-position: outside;
  }

  .md\:odd\:list-inside:nth-child(odd) {
    list-style-position: inside;
  }

  .md\:odd\:list-outside:nth-child(odd) {
    list-style-position: outside;
  }

  .md\:children\:list-inside > * {
    list-style-position: inside;
  }

  .md\:children\:list-outside > * {
    list-style-position: outside;
  }

  .md\:first\:list-inside:first-child {
    list-style-position: inside;
  }

  .md\:first\:list-outside:first-child {
    list-style-position: outside;
  }

  .md\:last\:list-inside:last-child {
    list-style-position: inside;
  }

  .md\:last\:list-outside:last-child {
    list-style-position: outside;
  }

  .md\:hover\:list-inside:hover {
    list-style-position: inside;
  }

  .md\:hover\:list-outside:hover {
    list-style-position: outside;
  }

  .md\:list-inside\! {
    list-style-position: inside !important;
  }

  .md\:list-outside\! {
    list-style-position: outside !important;
  }

  .md\:list-none {
    list-style-type: none;
  }

  .md\:list-disc {
    list-style-type: disc;
  }

  .md\:list-decimal {
    list-style-type: decimal;
  }

  .md\:even\:list-none:nth-child(even) {
    list-style-type: none;
  }

  .md\:even\:list-disc:nth-child(even) {
    list-style-type: disc;
  }

  .md\:even\:list-decimal:nth-child(even) {
    list-style-type: decimal;
  }

  .md\:odd\:list-none:nth-child(odd) {
    list-style-type: none;
  }

  .md\:odd\:list-disc:nth-child(odd) {
    list-style-type: disc;
  }

  .md\:odd\:list-decimal:nth-child(odd) {
    list-style-type: decimal;
  }

  .md\:children\:list-none > * {
    list-style-type: none;
  }

  .md\:children\:list-disc > * {
    list-style-type: disc;
  }

  .md\:children\:list-decimal > * {
    list-style-type: decimal;
  }

  .md\:first\:list-none:first-child {
    list-style-type: none;
  }

  .md\:first\:list-disc:first-child {
    list-style-type: disc;
  }

  .md\:first\:list-decimal:first-child {
    list-style-type: decimal;
  }

  .md\:last\:list-none:last-child {
    list-style-type: none;
  }

  .md\:last\:list-disc:last-child {
    list-style-type: disc;
  }

  .md\:last\:list-decimal:last-child {
    list-style-type: decimal;
  }

  .md\:hover\:list-none:hover {
    list-style-type: none;
  }

  .md\:hover\:list-disc:hover {
    list-style-type: disc;
  }

  .md\:hover\:list-decimal:hover {
    list-style-type: decimal;
  }

  .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;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-7 {
    margin: 1.75rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-9 {
    margin: 2.25rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-11 {
    margin: 2.75rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-13 {
    margin: 3.25rem;
  }

  .md\:m-14 {
    margin: 3.5rem;
  }

  .md\:m-15 {
    margin: 3.75rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-17 {
    margin: 4.25rem;
  }

  .md\:m-18 {
    margin: 4.5rem;
  }

  .md\:m-19 {
    margin: 4.75rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-40 {
    margin: 10rem;
  }

  .md\:m-48 {
    margin: 12rem;
  }

  .md\:m-56 {
    margin: 14rem;
  }

  .md\:m-64 {
    margin: 16rem;
  }

  .md\:m-75 {
    margin: 18.75rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-5 {
    margin: -1.25rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-7 {
    margin: -1.75rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-9 {
    margin: -2.25rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-11 {
    margin: -2.75rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-13 {
    margin: -3.25rem;
  }

  .md\:-m-14 {
    margin: -3.5rem;
  }

  .md\:-m-15 {
    margin: -3.75rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-17 {
    margin: -4.25rem;
  }

  .md\:-m-18 {
    margin: -4.5rem;
  }

  .md\:-m-19 {
    margin: -4.75rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

  .md\:-m-40 {
    margin: -10rem;
  }

  .md\:-m-48 {
    margin: -12rem;
  }

  .md\:-m-56 {
    margin: -14rem;
  }

  .md\:-m-64 {
    margin: -16rem;
  }

  .md\:-m-75 {
    margin: -18.75rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .md\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-17 {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .md\:mx-17 {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .md\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .md\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .md\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .md\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:my-75 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .md\:mx-75 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .md\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .md\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-17 {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .md\:-mx-17 {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .md\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .md\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .md\:-my-19 {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .md\:-mx-19 {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-my-75 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .md\:-mx-75 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:mr-9 {
    margin-right: 2.25rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:ml-9 {
    margin-left: 2.25rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-11 {
    margin-top: 2.75rem;
  }

  .md\:mr-11 {
    margin-right: 2.75rem;
  }

  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .md\:ml-11 {
    margin-left: 2.75rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:mt-13 {
    margin-top: 3.25rem;
  }

  .md\:mr-13 {
    margin-right: 3.25rem;
  }

  .md\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .md\:ml-13 {
    margin-left: 3.25rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mr-14 {
    margin-right: 3.5rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

  .md\:mt-15 {
    margin-top: 3.75rem;
  }

  .md\:mr-15 {
    margin-right: 3.75rem;
  }

  .md\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .md\:ml-15 {
    margin-left: 3.75rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mt-17 {
    margin-top: 4.25rem;
  }

  .md\:mr-17 {
    margin-right: 4.25rem;
  }

  .md\:mb-17 {
    margin-bottom: 4.25rem;
  }

  .md\:ml-17 {
    margin-left: 4.25rem;
  }

  .md\:mt-18 {
    margin-top: 4.5rem;
  }

  .md\:mr-18 {
    margin-right: 4.5rem;
  }

  .md\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .md\:ml-18 {
    margin-left: 4.5rem;
  }

  .md\:mt-19 {
    margin-top: 4.75rem;
  }

  .md\:mr-19 {
    margin-right: 4.75rem;
  }

  .md\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .md\:ml-19 {
    margin-left: 4.75rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mr-40 {
    margin-right: 10rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:ml-40 {
    margin-left: 10rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:mr-48 {
    margin-right: 12rem;
  }

  .md\:mb-48 {
    margin-bottom: 12rem;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

  .md\:mt-56 {
    margin-top: 14rem;
  }

  .md\:mr-56 {
    margin-right: 14rem;
  }

  .md\:mb-56 {
    margin-bottom: 14rem;
  }

  .md\:ml-56 {
    margin-left: 14rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .md\:mt-75 {
    margin-top: 18.75rem;
  }

  .md\:mr-75 {
    margin-right: 18.75rem;
  }

  .md\:mb-75 {
    margin-bottom: 18.75rem;
  }

  .md\:ml-75 {
    margin-left: 18.75rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-mt-7 {
    margin-top: -1.75rem;
  }

  .md\:-mr-7 {
    margin-right: -1.75rem;
  }

  .md\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .md\:-ml-7 {
    margin-left: -1.75rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-mt-9 {
    margin-top: -2.25rem;
  }

  .md\:-mr-9 {
    margin-right: -2.25rem;
  }

  .md\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .md\:-ml-9 {
    margin-left: -2.25rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-mt-11 {
    margin-top: -2.75rem;
  }

  .md\:-mr-11 {
    margin-right: -2.75rem;
  }

  .md\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .md\:-ml-11 {
    margin-left: -2.75rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-mt-13 {
    margin-top: -3.25rem;
  }

  .md\:-mr-13 {
    margin-right: -3.25rem;
  }

  .md\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .md\:-ml-13 {
    margin-left: -3.25rem;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem;
  }

  .md\:-mt-15 {
    margin-top: -3.75rem;
  }

  .md\:-mr-15 {
    margin-right: -3.75rem;
  }

  .md\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .md\:-ml-15 {
    margin-left: -3.75rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-mt-17 {
    margin-top: -4.25rem;
  }

  .md\:-mr-17 {
    margin-right: -4.25rem;
  }

  .md\:-mb-17 {
    margin-bottom: -4.25rem;
  }

  .md\:-ml-17 {
    margin-left: -4.25rem;
  }

  .md\:-mt-18 {
    margin-top: -4.5rem;
  }

  .md\:-mr-18 {
    margin-right: -4.5rem;
  }

  .md\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .md\:-ml-18 {
    margin-left: -4.5rem;
  }

  .md\:-mt-19 {
    margin-top: -4.75rem;
  }

  .md\:-mr-19 {
    margin-right: -4.75rem;
  }

  .md\:-mb-19 {
    margin-bottom: -4.75rem;
  }

  .md\:-ml-19 {
    margin-left: -4.75rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-ml-20 {
    margin-left: -5rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mr-24 {
    margin-right: -6rem;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

  .md\:-mt-40 {
    margin-top: -10rem;
  }

  .md\:-mr-40 {
    margin-right: -10rem;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem;
  }

  .md\:-ml-40 {
    margin-left: -10rem;
  }

  .md\:-mt-48 {
    margin-top: -12rem;
  }

  .md\:-mr-48 {
    margin-right: -12rem;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem;
  }

  .md\:-ml-48 {
    margin-left: -12rem;
  }

  .md\:-mt-56 {
    margin-top: -14rem;
  }

  .md\:-mr-56 {
    margin-right: -14rem;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem;
  }

  .md\:-ml-56 {
    margin-left: -14rem;
  }

  .md\:-mt-64 {
    margin-top: -16rem;
  }

  .md\:-mr-64 {
    margin-right: -16rem;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem;
  }

  .md\:-ml-64 {
    margin-left: -16rem;
  }

  .md\:-mt-75 {
    margin-top: -18.75rem;
  }

  .md\:-mr-75 {
    margin-right: -18.75rem;
  }

  .md\:-mb-75 {
    margin-bottom: -18.75rem;
  }

  .md\:-ml-75 {
    margin-left: -18.75rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:even\:m-0:nth-child(even) {
    margin: 0;
  }

  .md\:even\:m-1:nth-child(even) {
    margin: 0.25rem;
  }

  .md\:even\:m-2:nth-child(even) {
    margin: 0.5rem;
  }

  .md\:even\:m-3:nth-child(even) {
    margin: 0.75rem;
  }

  .md\:even\:m-4:nth-child(even) {
    margin: 1rem;
  }

  .md\:even\:m-5:nth-child(even) {
    margin: 1.25rem;
  }

  .md\:even\:m-6:nth-child(even) {
    margin: 1.5rem;
  }

  .md\:even\:m-7:nth-child(even) {
    margin: 1.75rem;
  }

  .md\:even\:m-8:nth-child(even) {
    margin: 2rem;
  }

  .md\:even\:m-9:nth-child(even) {
    margin: 2.25rem;
  }

  .md\:even\:m-10:nth-child(even) {
    margin: 2.5rem;
  }

  .md\:even\:m-11:nth-child(even) {
    margin: 2.75rem;
  }

  .md\:even\:m-12:nth-child(even) {
    margin: 3rem;
  }

  .md\:even\:m-13:nth-child(even) {
    margin: 3.25rem;
  }

  .md\:even\:m-14:nth-child(even) {
    margin: 3.5rem;
  }

  .md\:even\:m-15:nth-child(even) {
    margin: 3.75rem;
  }

  .md\:even\:m-16:nth-child(even) {
    margin: 4rem;
  }

  .md\:even\:m-17:nth-child(even) {
    margin: 4.25rem;
  }

  .md\:even\:m-18:nth-child(even) {
    margin: 4.5rem;
  }

  .md\:even\:m-19:nth-child(even) {
    margin: 4.75rem;
  }

  .md\:even\:m-20:nth-child(even) {
    margin: 5rem;
  }

  .md\:even\:m-24:nth-child(even) {
    margin: 6rem;
  }

  .md\:even\:m-32:nth-child(even) {
    margin: 8rem;
  }

  .md\:even\:m-40:nth-child(even) {
    margin: 10rem;
  }

  .md\:even\:m-48:nth-child(even) {
    margin: 12rem;
  }

  .md\:even\:m-56:nth-child(even) {
    margin: 14rem;
  }

  .md\:even\:m-64:nth-child(even) {
    margin: 16rem;
  }

  .md\:even\:m-75:nth-child(even) {
    margin: 18.75rem;
  }

  .md\:even\:m-auto:nth-child(even) {
    margin: auto;
  }

  .md\:even\:m-px:nth-child(even) {
    margin: 1px;
  }

  .md\:even\:-m-1:nth-child(even) {
    margin: -0.25rem;
  }

  .md\:even\:-m-2:nth-child(even) {
    margin: -0.5rem;
  }

  .md\:even\:-m-3:nth-child(even) {
    margin: -0.75rem;
  }

  .md\:even\:-m-4:nth-child(even) {
    margin: -1rem;
  }

  .md\:even\:-m-5:nth-child(even) {
    margin: -1.25rem;
  }

  .md\:even\:-m-6:nth-child(even) {
    margin: -1.5rem;
  }

  .md\:even\:-m-7:nth-child(even) {
    margin: -1.75rem;
  }

  .md\:even\:-m-8:nth-child(even) {
    margin: -2rem;
  }

  .md\:even\:-m-9:nth-child(even) {
    margin: -2.25rem;
  }

  .md\:even\:-m-10:nth-child(even) {
    margin: -2.5rem;
  }

  .md\:even\:-m-11:nth-child(even) {
    margin: -2.75rem;
  }

  .md\:even\:-m-12:nth-child(even) {
    margin: -3rem;
  }

  .md\:even\:-m-13:nth-child(even) {
    margin: -3.25rem;
  }

  .md\:even\:-m-14:nth-child(even) {
    margin: -3.5rem;
  }

  .md\:even\:-m-15:nth-child(even) {
    margin: -3.75rem;
  }

  .md\:even\:-m-16:nth-child(even) {
    margin: -4rem;
  }

  .md\:even\:-m-17:nth-child(even) {
    margin: -4.25rem;
  }

  .md\:even\:-m-18:nth-child(even) {
    margin: -4.5rem;
  }

  .md\:even\:-m-19:nth-child(even) {
    margin: -4.75rem;
  }

  .md\:even\:-m-20:nth-child(even) {
    margin: -5rem;
  }

  .md\:even\:-m-24:nth-child(even) {
    margin: -6rem;
  }

  .md\:even\:-m-32:nth-child(even) {
    margin: -8rem;
  }

  .md\:even\:-m-40:nth-child(even) {
    margin: -10rem;
  }

  .md\:even\:-m-48:nth-child(even) {
    margin: -12rem;
  }

  .md\:even\:-m-56:nth-child(even) {
    margin: -14rem;
  }

  .md\:even\:-m-64:nth-child(even) {
    margin: -16rem;
  }

  .md\:even\:-m-75:nth-child(even) {
    margin: -18.75rem;
  }

  .md\:even\:-m-px:nth-child(even) {
    margin: -1px;
  }

  .md\:even\:my-0:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:even\:mx-0:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:even\:my-1:nth-child(even) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:even\:mx-1:nth-child(even) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:even\:my-2:nth-child(even) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:even\:mx-2:nth-child(even) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:even\:my-3:nth-child(even) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:even\:mx-3:nth-child(even) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:even\:my-4:nth-child(even) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:even\:mx-4:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:even\:my-5:nth-child(even) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:even\:mx-5:nth-child(even) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:even\:my-6:nth-child(even) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:even\:mx-6:nth-child(even) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:even\:my-7:nth-child(even) {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:even\:mx-7:nth-child(even) {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:even\:my-8:nth-child(even) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:even\:mx-8:nth-child(even) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:even\:my-9:nth-child(even) {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:even\:mx-9:nth-child(even) {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:even\:my-10:nth-child(even) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:even\:mx-10:nth-child(even) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:even\:my-11:nth-child(even) {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:even\:mx-11:nth-child(even) {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:even\:my-12:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:even\:mx-12:nth-child(even) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:even\:my-13:nth-child(even) {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .md\:even\:mx-13:nth-child(even) {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .md\:even\:my-14:nth-child(even) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:even\:mx-14:nth-child(even) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:even\:my-15:nth-child(even) {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:even\:mx-15:nth-child(even) {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:even\:my-16:nth-child(even) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:even\:mx-16:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:even\:my-17:nth-child(even) {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .md\:even\:mx-17:nth-child(even) {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .md\:even\:my-18:nth-child(even) {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .md\:even\:mx-18:nth-child(even) {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .md\:even\:my-19:nth-child(even) {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .md\:even\:mx-19:nth-child(even) {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .md\:even\:my-20:nth-child(even) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:even\:mx-20:nth-child(even) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:even\:my-24:nth-child(even) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:even\:mx-24:nth-child(even) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:even\:my-32:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:even\:mx-32:nth-child(even) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:even\:my-40:nth-child(even) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:even\:mx-40:nth-child(even) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:even\:my-48:nth-child(even) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:even\:mx-48:nth-child(even) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:even\:my-56:nth-child(even) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:even\:mx-56:nth-child(even) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:even\:my-64:nth-child(even) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:even\:mx-64:nth-child(even) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:even\:my-75:nth-child(even) {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .md\:even\:mx-75:nth-child(even) {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .md\:even\:my-auto:nth-child(even) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:even\:mx-auto:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:even\:my-px:nth-child(even) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:even\:mx-px:nth-child(even) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:even\:-my-1:nth-child(even) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:even\:-mx-1:nth-child(even) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:even\:-my-2:nth-child(even) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:even\:-mx-2:nth-child(even) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:even\:-my-3:nth-child(even) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:even\:-mx-3:nth-child(even) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:even\:-my-4:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:even\:-mx-4:nth-child(even) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:even\:-my-5:nth-child(even) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:even\:-mx-5:nth-child(even) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:even\:-my-6:nth-child(even) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:even\:-mx-6:nth-child(even) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:even\:-my-7:nth-child(even) {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:even\:-mx-7:nth-child(even) {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:even\:-my-8:nth-child(even) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:even\:-mx-8:nth-child(even) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:even\:-my-9:nth-child(even) {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:even\:-mx-9:nth-child(even) {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:even\:-my-10:nth-child(even) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:even\:-mx-10:nth-child(even) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:even\:-my-11:nth-child(even) {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:even\:-mx-11:nth-child(even) {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:even\:-my-12:nth-child(even) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:even\:-mx-12:nth-child(even) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:even\:-my-13:nth-child(even) {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .md\:even\:-mx-13:nth-child(even) {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .md\:even\:-my-14:nth-child(even) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:even\:-mx-14:nth-child(even) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:even\:-my-15:nth-child(even) {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:even\:-mx-15:nth-child(even) {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .md\:even\:-my-16:nth-child(even) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:even\:-mx-16:nth-child(even) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:even\:-my-17:nth-child(even) {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .md\:even\:-mx-17:nth-child(even) {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .md\:even\:-my-18:nth-child(even) {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .md\:even\:-mx-18:nth-child(even) {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .md\:even\:-my-19:nth-child(even) {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .md\:even\:-mx-19:nth-child(even) {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .md\:even\:-my-20:nth-child(even) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:even\:-mx-20:nth-child(even) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:even\:-my-24:nth-child(even) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:even\:-mx-24:nth-child(even) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:even\:-my-32:nth-child(even) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:even\:-mx-32:nth-child(even) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:even\:-my-40:nth-child(even) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:even\:-mx-40:nth-child(even) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:even\:-my-48:nth-child(even) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:even\:-mx-48:nth-child(even) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:even\:-my-56:nth-child(even) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:even\:-mx-56:nth-child(even) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:even\:-my-64:nth-child(even) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:even\:-mx-64:nth-child(even) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:even\:-my-75:nth-child(even) {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .md\:even\:-mx-75:nth-child(even) {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .md\:even\:-my-px:nth-child(even) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:even\:-mx-px:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:even\:mt-0:nth-child(even) {
    margin-top: 0;
  }

  .md\:even\:mr-0:nth-child(even) {
    margin-right: 0;
  }

  .md\:even\:mb-0:nth-child(even) {
    margin-bottom: 0;
  }

  .md\:even\:ml-0:nth-child(even) {
    margin-left: 0;
  }

  .md\:even\:mt-1:nth-child(even) {
    margin-top: 0.25rem;
  }

  .md\:even\:mr-1:nth-child(even) {
    margin-right: 0.25rem;
  }

  .md\:even\:mb-1:nth-child(even) {
    margin-bottom: 0.25rem;
  }

  .md\:even\:ml-1:nth-child(even) {
    margin-left: 0.25rem;
  }

  .md\:even\:mt-2:nth-child(even) {
    margin-top: 0.5rem;
  }

  .md\:even\:mr-2:nth-child(even) {
    margin-right: 0.5rem;
  }

  .md\:even\:mb-2:nth-child(even) {
    margin-bottom: 0.5rem;
  }

  .md\:even\:ml-2:nth-child(even) {
    margin-left: 0.5rem;
  }

  .md\:even\:mt-3:nth-child(even) {
    margin-top: 0.75rem;
  }

  .md\:even\:mr-3:nth-child(even) {
    margin-right: 0.75rem;
  }

  .md\:even\:mb-3:nth-child(even) {
    margin-bottom: 0.75rem;
  }

  .md\:even\:ml-3:nth-child(even) {
    margin-left: 0.75rem;
  }

  .md\:even\:mt-4:nth-child(even) {
    margin-top: 1rem;
  }

  .md\:even\:mr-4:nth-child(even) {
    margin-right: 1rem;
  }

  .md\:even\:mb-4:nth-child(even) {
    margin-bottom: 1rem;
  }

  .md\:even\:ml-4:nth-child(even) {
    margin-left: 1rem;
  }

  .md\:even\:mt-5:nth-child(even) {
    margin-top: 1.25rem;
  }

  .md\:even\:mr-5:nth-child(even) {
    margin-right: 1.25rem;
  }

  .md\:even\:mb-5:nth-child(even) {
    margin-bottom: 1.25rem;
  }

  .md\:even\:ml-5:nth-child(even) {
    margin-left: 1.25rem;
  }

  .md\:even\:mt-6:nth-child(even) {
    margin-top: 1.5rem;
  }

  .md\:even\:mr-6:nth-child(even) {
    margin-right: 1.5rem;
  }

  .md\:even\:mb-6:nth-child(even) {
    margin-bottom: 1.5rem;
  }

  .md\:even\:ml-6:nth-child(even) {
    margin-left: 1.5rem;
  }

  .md\:even\:mt-7:nth-child(even) {
    margin-top: 1.75rem;
  }

  .md\:even\:mr-7:nth-child(even) {
    margin-right: 1.75rem;
  }

  .md\:even\:mb-7:nth-child(even) {
    margin-bottom: 1.75rem;
  }

  .md\:even\:ml-7:nth-child(even) {
    margin-left: 1.75rem;
  }

  .md\:even\:mt-8:nth-child(even) {
    margin-top: 2rem;
  }

  .md\:even\:mr-8:nth-child(even) {
    margin-right: 2rem;
  }

  .md\:even\:mb-8:nth-child(even) {
    margin-bottom: 2rem;
  }

  .md\:even\:ml-8:nth-child(even) {
    margin-left: 2rem;
  }

  .md\:even\:mt-9:nth-child(even) {
    margin-top: 2.25rem;
  }

  .md\:even\:mr-9:nth-child(even) {
    margin-right: 2.25rem;
  }

  .md\:even\:mb-9:nth-child(even) {
    margin-bottom: 2.25rem;
  }

  .md\:even\:ml-9:nth-child(even) {
    margin-left: 2.25rem;
  }

  .md\:even\:mt-10:nth-child(even) {
    margin-top: 2.5rem;
  }

  .md\:even\:mr-10:nth-child(even) {
    margin-right: 2.5rem;
  }

  .md\:even\:mb-10:nth-child(even) {
    margin-bottom: 2.5rem;
  }

  .md\:even\:ml-10:nth-child(even) {
    margin-left: 2.5rem;
  }

  .md\:even\:mt-11:nth-child(even) {
    margin-top: 2.75rem;
  }

  .md\:even\:mr-11:nth-child(even) {
    margin-right: 2.75rem;
  }

  .md\:even\:mb-11:nth-child(even) {
    margin-bottom: 2.75rem;
  }

  .md\:even\:ml-11:nth-child(even) {
    margin-left: 2.75rem;
  }

  .md\:even\:mt-12:nth-child(even) {
    margin-top: 3rem;
  }

  .md\:even\:mr-12:nth-child(even) {
    margin-right: 3rem;
  }

  .md\:even\:mb-12:nth-child(even) {
    margin-bottom: 3rem;
  }

  .md\:even\:ml-12:nth-child(even) {
    margin-left: 3rem;
  }

  .md\:even\:mt-13:nth-child(even) {
    margin-top: 3.25rem;
  }

  .md\:even\:mr-13:nth-child(even) {
    margin-right: 3.25rem;
  }

  .md\:even\:mb-13:nth-child(even) {
    margin-bottom: 3.25rem;
  }

  .md\:even\:ml-13:nth-child(even) {
    margin-left: 3.25rem;
  }

  .md\:even\:mt-14:nth-child(even) {
    margin-top: 3.5rem;
  }

  .md\:even\:mr-14:nth-child(even) {
    margin-right: 3.5rem;
  }

  .md\:even\:mb-14:nth-child(even) {
    margin-bottom: 3.5rem;
  }

  .md\:even\:ml-14:nth-child(even) {
    margin-left: 3.5rem;
  }

  .md\:even\:mt-15:nth-child(even) {
    margin-top: 3.75rem;
  }

  .md\:even\:mr-15:nth-child(even) {
    margin-right: 3.75rem;
  }

  .md\:even\:mb-15:nth-child(even) {
    margin-bottom: 3.75rem;
  }

  .md\:even\:ml-15:nth-child(even) {
    margin-left: 3.75rem;
  }

  .md\:even\:mt-16:nth-child(even) {
    margin-top: 4rem;
  }

  .md\:even\:mr-16:nth-child(even) {
    margin-right: 4rem;
  }

  .md\:even\:mb-16:nth-child(even) {
    margin-bottom: 4rem;
  }

  .md\:even\:ml-16:nth-child(even) {
    margin-left: 4rem;
  }

  .md\:even\:mt-17:nth-child(even) {
    margin-top: 4.25rem;
  }

  .md\:even\:mr-17:nth-child(even) {
    margin-right: 4.25rem;
  }

  .md\:even\:mb-17:nth-child(even) {
    margin-bottom: 4.25rem;
  }

  .md\:even\:ml-17:nth-child(even) {
    margin-left: 4.25rem;
  }

  .md\:even\:mt-18:nth-child(even) {
    margin-top: 4.5rem;
  }

  .md\:even\:mr-18:nth-child(even) {
    margin-right: 4.5rem;
  }

  .md\:even\:mb-18:nth-child(even) {
    margin-bottom: 4.5rem;
  }

  .md\:even\:ml-18:nth-child(even) {
    margin-left: 4.5rem;
  }

  .md\:even\:mt-19:nth-child(even) {
    margin-top: 4.75rem;
  }

  .md\:even\:mr-19:nth-child(even) {
    margin-right: 4.75rem;
  }

  .md\:even\:mb-19:nth-child(even) {
    margin-bottom: 4.75rem;
  }

  .md\:even\:ml-19:nth-child(even) {
    margin-left: 4.75rem;
  }

  .md\:even\:mt-20:nth-child(even) {
    margin-top: 5rem;
  }

  .md\:even\:mr-20:nth-child(even) {
    margin-right: 5rem;
  }

  .md\:even\:mb-20:nth-child(even) {
    margin-bottom: 5rem;
  }

  .md\:even\:ml-20:nth-child(even) {
    margin-left: 5rem;
  }

  .md\:even\:mt-24:nth-child(even) {
    margin-top: 6rem;
  }

  .md\:even\:mr-24:nth-child(even) {
    margin-right: 6rem;
  }

  .md\:even\:mb-24:nth-child(even) {
    margin-bottom: 6rem;
  }

  .md\:even\:ml-24:nth-child(even) {
    margin-left: 6rem;
  }

  .md\:even\:mt-32:nth-child(even) {
    margin-top: 8rem;
  }

  .md\:even\:mr-32:nth-child(even) {
    margin-right: 8rem;
  }

  .md\:even\:mb-32:nth-child(even) {
    margin-bottom: 8rem;
  }

  .md\:even\:ml-32:nth-child(even) {
    margin-left: 8rem;
  }

  .md\:even\:mt-40:nth-child(even) {
    margin-top: 10rem;
  }

  .md\:even\:mr-40:nth-child(even) {
    margin-right: 10rem;
  }

  .md\:even\:mb-40:nth-child(even) {
    margin-bottom: 10rem;
  }

  .md\:even\:ml-40:nth-child(even) {
    margin-left: 10rem;
  }

  .md\:even\:mt-48:nth-child(even) {
    margin-top: 12rem;
  }

  .md\:even\:mr-48:nth-child(even) {
    margin-right: 12rem;
  }

  .md\:even\:mb-48:nth-child(even) {
    margin-bottom: 12rem;
  }

  .md\:even\:ml-48:nth-child(even) {
    margin-left: 12rem;
  }

  .md\:even\:mt-56:nth-child(even) {
    margin-top: 14rem;
  }

  .md\:even\:mr-56:nth-child(even) {
    margin-right: 14rem;
  }

  .md\:even\:mb-56:nth-child(even) {
    margin-bottom: 14rem;
  }

  .md\:even\:ml-56:nth-child(even) {
    margin-left: 14rem;
  }

  .md\:even\:mt-64:nth-child(even) {
    margin-top: 16rem;
  }

  .md\:even\:mr-64:nth-child(even) {
    margin-right: 16rem;
  }

  .md\:even\:mb-64:nth-child(even) {
    margin-bottom: 16rem;
  }

  .md\:even\:ml-64:nth-child(even) {
    margin-left: 16rem;
  }

  .md\:even\:mt-75:nth-child(even) {
    margin-top: 18.75rem;
  }

  .md\:even\:mr-75:nth-child(even) {
    margin-right: 18.75rem;
  }

  .md\:even\:mb-75:nth-child(even) {
    margin-bottom: 18.75rem;
  }

  .md\:even\:ml-75:nth-child(even) {
    margin-left: 18.75rem;
  }

  .md\:even\:mt-auto:nth-child(even) {
    margin-top: auto;
  }

  .md\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .md\:even\:mb-auto:nth-child(even) {
    margin-bottom: auto;
  }

  .md\:even\:ml-auto:nth-child(even) {
    margin-left: auto;
  }

  .md\:even\:mt-px:nth-child(even) {
    margin-top: 1px;
  }

  .md\:even\:mr-px:nth-child(even) {
    margin-right: 1px;
  }

  .md\:even\:mb-px:nth-child(even) {
    margin-bottom: 1px;
  }

  .md\:even\:ml-px:nth-child(even) {
    margin-left: 1px;
  }

  .md\:even\:-mt-1:nth-child(even) {
    margin-top: -0.25rem;
  }

  .md\:even\:-mr-1:nth-child(even) {
    margin-right: -0.25rem;
  }

  .md\:even\:-mb-1:nth-child(even) {
    margin-bottom: -0.25rem;
  }

  .md\:even\:-ml-1:nth-child(even) {
    margin-left: -0.25rem;
  }

  .md\:even\:-mt-2:nth-child(even) {
    margin-top: -0.5rem;
  }

  .md\:even\:-mr-2:nth-child(even) {
    margin-right: -0.5rem;
  }

  .md\:even\:-mb-2:nth-child(even) {
    margin-bottom: -0.5rem;
  }

  .md\:even\:-ml-2:nth-child(even) {
    margin-left: -0.5rem;
  }

  .md\:even\:-mt-3:nth-child(even) {
    margin-top: -0.75rem;
  }

  .md\:even\:-mr-3:nth-child(even) {
    margin-right: -0.75rem;
  }

  .md\:even\:-mb-3:nth-child(even) {
    margin-bottom: -0.75rem;
  }

  .md\:even\:-ml-3:nth-child(even) {
    margin-left: -0.75rem;
  }

  .md\:even\:-mt-4:nth-child(even) {
    margin-top: -1rem;
  }

  .md\:even\:-mr-4:nth-child(even) {
    margin-right: -1rem;
  }

  .md\:even\:-mb-4:nth-child(even) {
    margin-bottom: -1rem;
  }

  .md\:even\:-ml-4:nth-child(even) {
    margin-left: -1rem;
  }

  .md\:even\:-mt-5:nth-child(even) {
    margin-top: -1.25rem;
  }

  .md\:even\:-mr-5:nth-child(even) {
    margin-right: -1.25rem;
  }

  .md\:even\:-mb-5:nth-child(even) {
    margin-bottom: -1.25rem;
  }

  .md\:even\:-ml-5:nth-child(even) {
    margin-left: -1.25rem;
  }

  .md\:even\:-mt-6:nth-child(even) {
    margin-top: -1.5rem;
  }

  .md\:even\:-mr-6:nth-child(even) {
    margin-right: -1.5rem;
  }

  .md\:even\:-mb-6:nth-child(even) {
    margin-bottom: -1.5rem;
  }

  .md\:even\:-ml-6:nth-child(even) {
    margin-left: -1.5rem;
  }

  .md\:even\:-mt-7:nth-child(even) {
    margin-top: -1.75rem;
  }

  .md\:even\:-mr-7:nth-child(even) {
    margin-right: -1.75rem;
  }

  .md\:even\:-mb-7:nth-child(even) {
    margin-bottom: -1.75rem;
  }

  .md\:even\:-ml-7:nth-child(even) {
    margin-left: -1.75rem;
  }

  .md\:even\:-mt-8:nth-child(even) {
    margin-top: -2rem;
  }

  .md\:even\:-mr-8:nth-child(even) {
    margin-right: -2rem;
  }

  .md\:even\:-mb-8:nth-child(even) {
    margin-bottom: -2rem;
  }

  .md\:even\:-ml-8:nth-child(even) {
    margin-left: -2rem;
  }

  .md\:even\:-mt-9:nth-child(even) {
    margin-top: -2.25rem;
  }

  .md\:even\:-mr-9:nth-child(even) {
    margin-right: -2.25rem;
  }

  .md\:even\:-mb-9:nth-child(even) {
    margin-bottom: -2.25rem;
  }

  .md\:even\:-ml-9:nth-child(even) {
    margin-left: -2.25rem;
  }

  .md\:even\:-mt-10:nth-child(even) {
    margin-top: -2.5rem;
  }

  .md\:even\:-mr-10:nth-child(even) {
    margin-right: -2.5rem;
  }

  .md\:even\:-mb-10:nth-child(even) {
    margin-bottom: -2.5rem;
  }

  .md\:even\:-ml-10:nth-child(even) {
    margin-left: -2.5rem;
  }

  .md\:even\:-mt-11:nth-child(even) {
    margin-top: -2.75rem;
  }

  .md\:even\:-mr-11:nth-child(even) {
    margin-right: -2.75rem;
  }

  .md\:even\:-mb-11:nth-child(even) {
    margin-bottom: -2.75rem;
  }

  .md\:even\:-ml-11:nth-child(even) {
    margin-left: -2.75rem;
  }

  .md\:even\:-mt-12:nth-child(even) {
    margin-top: -3rem;
  }

  .md\:even\:-mr-12:nth-child(even) {
    margin-right: -3rem;
  }

  .md\:even\:-mb-12:nth-child(even) {
    margin-bottom: -3rem;
  }

  .md\:even\:-ml-12:nth-child(even) {
    margin-left: -3rem;
  }

  .md\:even\:-mt-13:nth-child(even) {
    margin-top: -3.25rem;
  }

  .md\:even\:-mr-13:nth-child(even) {
    margin-right: -3.25rem;
  }

  .md\:even\:-mb-13:nth-child(even) {
    margin-bottom: -3.25rem;
  }

  .md\:even\:-ml-13:nth-child(even) {
    margin-left: -3.25rem;
  }

  .md\:even\:-mt-14:nth-child(even) {
    margin-top: -3.5rem;
  }

  .md\:even\:-mr-14:nth-child(even) {
    margin-right: -3.5rem;
  }

  .md\:even\:-mb-14:nth-child(even) {
    margin-bottom: -3.5rem;
  }

  .md\:even\:-ml-14:nth-child(even) {
    margin-left: -3.5rem;
  }

  .md\:even\:-mt-15:nth-child(even) {
    margin-top: -3.75rem;
  }

  .md\:even\:-mr-15:nth-child(even) {
    margin-right: -3.75rem;
  }

  .md\:even\:-mb-15:nth-child(even) {
    margin-bottom: -3.75rem;
  }

  .md\:even\:-ml-15:nth-child(even) {
    margin-left: -3.75rem;
  }

  .md\:even\:-mt-16:nth-child(even) {
    margin-top: -4rem;
  }

  .md\:even\:-mr-16:nth-child(even) {
    margin-right: -4rem;
  }

  .md\:even\:-mb-16:nth-child(even) {
    margin-bottom: -4rem;
  }

  .md\:even\:-ml-16:nth-child(even) {
    margin-left: -4rem;
  }

  .md\:even\:-mt-17:nth-child(even) {
    margin-top: -4.25rem;
  }

  .md\:even\:-mr-17:nth-child(even) {
    margin-right: -4.25rem;
  }

  .md\:even\:-mb-17:nth-child(even) {
    margin-bottom: -4.25rem;
  }

  .md\:even\:-ml-17:nth-child(even) {
    margin-left: -4.25rem;
  }

  .md\:even\:-mt-18:nth-child(even) {
    margin-top: -4.5rem;
  }

  .md\:even\:-mr-18:nth-child(even) {
    margin-right: -4.5rem;
  }

  .md\:even\:-mb-18:nth-child(even) {
    margin-bottom: -4.5rem;
  }

  .md\:even\:-ml-18:nth-child(even) {
    margin-left: -4.5rem;
  }

  .md\:even\:-mt-19:nth-child(even) {
    margin-top: -4.75rem;
  }

  .md\:even\:-mr-19:nth-child(even) {
    margin-right: -4.75rem;
  }

  .md\:even\:-mb-19:nth-child(even) {
    margin-bottom: -4.75rem;
  }

  .md\:even\:-ml-19:nth-child(even) {
    margin-left: -4.75rem;
  }

  .md\:even\:-mt-20:nth-child(even) {
    margin-top: -5rem;
  }

  .md\:even\:-mr-20:nth-child(even) {
    margin-right: -5rem;
  }

  .md\:even\:-mb-20:nth-child(even) {
    margin-bottom: -5rem;
  }

  .md\:even\:-ml-20:nth-child(even) {
    margin-left: -5rem;
  }

  .md\:even\:-mt-24:nth-child(even) {
    margin-top: -6rem;
  }

  .md\:even\:-mr-24:nth-child(even) {
    margin-right: -6rem;
  }

  .md\:even\:-mb-24:nth-child(even) {
    margin-bottom: -6rem;
  }

  .md\:even\:-ml-24:nth-child(even) {
    margin-left: -6rem;
  }

  .md\:even\:-mt-32:nth-child(even) {
    margin-top: -8rem;
  }

  .md\:even\:-mr-32:nth-child(even) {
    margin-right: -8rem;
  }

  .md\:even\:-mb-32:nth-child(even) {
    margin-bottom: -8rem;
  }

  .md\:even\:-ml-32:nth-child(even) {
    margin-left: -8rem;
  }

  .md\:even\:-mt-40:nth-child(even) {
    margin-top: -10rem;
  }

  .md\:even\:-mr-40:nth-child(even) {
    margin-right: -10rem;
  }

  .md\:even\:-mb-40:nth-child(even) {
    margin-bottom: -10rem;
  }

  .md\:even\:-ml-40:nth-child(even) {
    margin-left: -10rem;
  }

  .md\:even\:-mt-48:nth-child(even) {
    margin-top: -12rem;
  }

  .md\:even\:-mr-48:nth-child(even) {
    margin-right: -12rem;
  }

  .md\:even\:-mb-48:nth-child(even) {
    margin-bottom: -12rem;
  }

  .md\:even\:-ml-48:nth-child(even) {
    margin-left: -12rem;
  }

  .md\:even\:-mt-56:nth-child(even) {
    margin-top: -14rem;
  }

  .md\:even\:-mr-56:nth-child(even) {
    margin-right: -14rem;
  }

  .md\:even\:-mb-56:nth-child(even) {
    margin-bottom: -14rem;
  }

  .md\:even\:-ml-56:nth-child(even) {
    margin-left: -14rem;
  }

  .md\:even\:-mt-64:nth-child(even) {
    margin-top: -16rem;
  }

  .md\:even\:-mr-64:nth-child(even) {
    margin-right: -16rem;
  }

  .md\:even\:-mb-64:nth-child(even) {
    margin-bottom: -16rem;
  }

  .md\:even\:-ml-64:nth-child(even) {
    margin-left: -16rem;
  }

  .md\:even\:-mt-75:nth-child(even) {
    margin-top: -18.75rem;
  }

  .md\:even\:-mr-75:nth-child(even) {
    margin-right: -18.75rem;
  }

  .md\:even\:-mb-75:nth-child(even) {
    margin-bottom: -18.75rem;
  }

  .md\:even\:-ml-75:nth-child(even) {
    margin-left: -18.75rem;
  }

  .md\:even\:-mt-px:nth-child(even) {
    margin-top: -1px;
  }

  .md\:even\:-mr-px:nth-child(even) {
    margin-right: -1px;
  }

  .md\:even\:-mb-px:nth-child(even) {
    margin-bottom: -1px;
  }

  .md\:even\:-ml-px:nth-child(even) {
    margin-left: -1px;
  }

  .md\:odd\:m-0:nth-child(odd) {
    margin: 0;
  }

  .md\:odd\:m-1:nth-child(odd) {
    margin: 0.25rem;
  }

  .md\:odd\:m-2:nth-child(odd) {
    margin: 0.5rem;
  }

  .md\:odd\:m-3:nth-child(odd) {
    margin: 0.75rem;
  }

  .md\:odd\:m-4:nth-child(odd) {
    margin: 1rem;
  }

  .md\:odd\:m-5:nth-child(odd) {
    margin: 1.25rem;
  }

  .md\:odd\:m-6:nth-child(odd) {
    margin: 1.5rem;
  }

  .md\:odd\:m-7:nth-child(odd) {
    margin: 1.75rem;
  }

  .md\:odd\:m-8:nth-child(odd) {
    margin: 2rem;
  }

  .md\:odd\:m-9:nth-child(odd) {
    margin: 2.25rem;
  }

  .md\:odd\:m-10:nth-child(odd) {
    margin: 2.5rem;
  }

  .md\:odd\:m-11:nth-child(odd) {
    margin: 2.75rem;
  }

  .md\:odd\:m-12:nth-child(odd) {
    margin: 3rem;
  }

  .md\:odd\:m-13:nth-child(odd) {
    margin: 3.25rem;
  }

  .md\:odd\:m-14:nth-child(odd) {
    margin: 3.5rem;
  }

  .md\:odd\:m-15:nth-child(odd) {
    margin: 3.75rem;
  }

  .md\:odd\:m-16:nth-child(odd) {
    margin: 4rem;
  }

  .md\:odd\:m-17:nth-child(odd) {
    margin: 4.25rem;
  }

  .md\:odd\:m-18:nth-child(odd) {
    margin: 4.5rem;
  }

  .md\:odd\:m-19:nth-child(odd) {
    margin: 4.75rem;
  }

  .md\:odd\:m-20:nth-child(odd) {
    margin: 5rem;
  }

  .md\:odd\:m-24:nth-child(odd) {
    margin: 6rem;
  }

  .md\:odd\:m-32:nth-child(odd) {
    margin: 8rem;
  }

  .md\:odd\:m-40:nth-child(odd) {
    margin: 10rem;
  }

  .md\:odd\:m-48:nth-child(odd) {
    margin: 12rem;
  }

  .md\:odd\:m-56:nth-child(odd) {
    margin: 14rem;
  }

  .md\:odd\:m-64:nth-child(odd) {
    margin: 16rem;
  }

  .md\:odd\:m-75:nth-child(odd) {
    margin: 18.75rem;
  }

  .md\:odd\:m-auto:nth-child(odd) {
    margin: auto;
  }

  .md\:odd\:m-px:nth-child(odd) {
    margin: 1px;
  }

  .md\:odd\:-m-1:nth-child(odd) {
    margin: -0.25rem;
  }

  .md\:odd\:-m-2:nth-child(odd) {
    margin: -0.5rem;
  }

  .md\:odd\:-m-3:nth-child(odd) {
    margin: -0.75rem;
  }

  .md\:odd\:-m-4:nth-child(odd) {
    margin: -1rem;
  }

  .md\:odd\:-m-5:nth-child(odd) {
    margin: -1.25rem;
  }

  .md\:odd\:-m-6:nth-child(odd) {
    margin: -1.5rem;
  }

  .md\:odd\:-m-7:nth-child(odd) {
    margin: -1.75rem;
  }

  .md\:odd\:-m-8:nth-child(odd) {
    margin: -2rem;
  }

  .md\:odd\:-m-9:nth-child(odd) {
    margin: -2.25rem;
  }

  .md\:odd\:-m-10:nth-child(odd) {
    margin: -2.5rem;
  }

  .md\:odd\:-m-11:nth-child(odd) {
    margin: -2.75rem;
  }

  .md\:odd\:-m-12:nth-child(odd) {
    margin: -3rem;
  }

  .md\:odd\:-m-13:nth-child(odd) {
    margin: -3.25rem;
  }

  .md\:odd\:-m-14:nth-child(odd) {
    margin: -3.5rem;
  }

  .md\:odd\:-m-15:nth-child(odd) {
    margin: -3.75rem;
  }

  .md\:odd\:-m-16:nth-child(odd) {
    margin: -4rem;
  }

  .md\:odd\:-m-17:nth-child(odd) {
    margin: -4.25rem;
  }

  .md\:odd\:-m-18:nth-child(odd) {
    margin: -4.5rem;
  }

  .md\:odd\:-m-19:nth-child(odd) {
    margin: -4.75rem;
  }

  .md\:odd\:-m-20:nth-child(odd) {
    margin: -5rem;
  }

  .md\:odd\:-m-24:nth-child(odd) {
    margin: -6rem;
  }

  .md\:odd\:-m-32:nth-child(odd) {
    margin: -8rem;
  }

  .md\:odd\:-m-40:nth-child(odd) {
    margin: -10rem;
  }

  .md\:odd\:-m-48:nth-child(odd) {
    margin: -12rem;
  }

  .md\:odd\:-m-56:nth-child(odd) {
    margin: -14rem;
  }

  .md\:odd\:-m-64:nth-child(odd) {
    margin: -16rem;
  }

  .md\:odd\:-m-75:nth-child(odd) {
    margin: -18.75rem;
  }

  .md\:odd\:-m-px:nth-child(odd) {
    margin: -1px;
  }

  .md\:odd\:my-0:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:odd\:mx-0:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:odd\:my-1:nth-child(odd) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:odd\:mx-1:nth-child(odd) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:odd\:my-2:nth-child(odd) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:odd\:mx-2:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:odd\:my-3:nth-child(odd) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:odd\:mx-3:nth-child(odd) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:odd\:my-4:nth-child(odd) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:odd\:mx-4:nth-child(odd) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:odd\:my-5:nth-child(odd) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:odd\:mx-5:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:odd\:my-6:nth-child(odd) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:odd\:mx-6:nth-child(odd) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:odd\:my-7:nth-child(odd) {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:odd\:mx-7:nth-child(odd) {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:odd\:my-8:nth-child(odd) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:odd\:mx-8:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:odd\:my-9:nth-child(odd) {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:odd\:mx-9:nth-child(odd) {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:odd\:my-10:nth-child(odd) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:odd\:mx-10:nth-child(odd) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:odd\:my-11:nth-child(odd) {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:odd\:mx-11:nth-child(odd) {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:odd\:my-12:nth-child(odd) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:odd\:mx-12:nth-child(odd) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:odd\:my-13:nth-child(odd) {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .md\:odd\:mx-13:nth-child(odd) {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .md\:odd\:my-14:nth-child(odd) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:odd\:mx-14:nth-child(odd) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:odd\:my-15:nth-child(odd) {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:odd\:mx-15:nth-child(odd) {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:odd\:my-16:nth-child(odd) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:odd\:mx-16:nth-child(odd) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:odd\:my-17:nth-child(odd) {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .md\:odd\:mx-17:nth-child(odd) {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .md\:odd\:my-18:nth-child(odd) {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .md\:odd\:mx-18:nth-child(odd) {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .md\:odd\:my-19:nth-child(odd) {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .md\:odd\:mx-19:nth-child(odd) {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .md\:odd\:my-20:nth-child(odd) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:odd\:mx-20:nth-child(odd) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:odd\:my-24:nth-child(odd) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:odd\:mx-24:nth-child(odd) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:odd\:my-32:nth-child(odd) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:odd\:mx-32:nth-child(odd) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:odd\:my-40:nth-child(odd) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:odd\:mx-40:nth-child(odd) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:odd\:my-48:nth-child(odd) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:odd\:mx-48:nth-child(odd) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:odd\:my-56:nth-child(odd) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:odd\:mx-56:nth-child(odd) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:odd\:my-64:nth-child(odd) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:odd\:mx-64:nth-child(odd) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:odd\:my-75:nth-child(odd) {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .md\:odd\:mx-75:nth-child(odd) {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .md\:odd\:my-auto:nth-child(odd) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:odd\:mx-auto:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:odd\:my-px:nth-child(odd) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:odd\:mx-px:nth-child(odd) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:odd\:-my-1:nth-child(odd) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:odd\:-mx-1:nth-child(odd) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:odd\:-my-2:nth-child(odd) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:odd\:-mx-2:nth-child(odd) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:odd\:-my-3:nth-child(odd) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:odd\:-mx-3:nth-child(odd) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:odd\:-my-4:nth-child(odd) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:odd\:-mx-4:nth-child(odd) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:odd\:-my-5:nth-child(odd) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:odd\:-mx-5:nth-child(odd) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:odd\:-my-6:nth-child(odd) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:odd\:-mx-6:nth-child(odd) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:odd\:-my-7:nth-child(odd) {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:odd\:-mx-7:nth-child(odd) {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:odd\:-my-8:nth-child(odd) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:odd\:-mx-8:nth-child(odd) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:odd\:-my-9:nth-child(odd) {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:odd\:-mx-9:nth-child(odd) {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:odd\:-my-10:nth-child(odd) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:odd\:-mx-10:nth-child(odd) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:odd\:-my-11:nth-child(odd) {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:odd\:-mx-11:nth-child(odd) {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:odd\:-my-12:nth-child(odd) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:odd\:-mx-12:nth-child(odd) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:odd\:-my-13:nth-child(odd) {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .md\:odd\:-mx-13:nth-child(odd) {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .md\:odd\:-my-14:nth-child(odd) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:odd\:-mx-14:nth-child(odd) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:odd\:-my-15:nth-child(odd) {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:odd\:-mx-15:nth-child(odd) {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .md\:odd\:-my-16:nth-child(odd) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:odd\:-mx-16:nth-child(odd) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:odd\:-my-17:nth-child(odd) {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .md\:odd\:-mx-17:nth-child(odd) {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .md\:odd\:-my-18:nth-child(odd) {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .md\:odd\:-mx-18:nth-child(odd) {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .md\:odd\:-my-19:nth-child(odd) {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .md\:odd\:-mx-19:nth-child(odd) {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .md\:odd\:-my-20:nth-child(odd) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:odd\:-mx-20:nth-child(odd) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:odd\:-my-24:nth-child(odd) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:odd\:-mx-24:nth-child(odd) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:odd\:-my-32:nth-child(odd) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:odd\:-mx-32:nth-child(odd) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:odd\:-my-40:nth-child(odd) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:odd\:-mx-40:nth-child(odd) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:odd\:-my-48:nth-child(odd) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:odd\:-mx-48:nth-child(odd) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:odd\:-my-56:nth-child(odd) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:odd\:-mx-56:nth-child(odd) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:odd\:-my-64:nth-child(odd) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:odd\:-mx-64:nth-child(odd) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:odd\:-my-75:nth-child(odd) {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .md\:odd\:-mx-75:nth-child(odd) {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .md\:odd\:-my-px:nth-child(odd) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:odd\:-mx-px:nth-child(odd) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:odd\:mt-0:nth-child(odd) {
    margin-top: 0;
  }

  .md\:odd\:mr-0:nth-child(odd) {
    margin-right: 0;
  }

  .md\:odd\:mb-0:nth-child(odd) {
    margin-bottom: 0;
  }

  .md\:odd\:ml-0:nth-child(odd) {
    margin-left: 0;
  }

  .md\:odd\:mt-1:nth-child(odd) {
    margin-top: 0.25rem;
  }

  .md\:odd\:mr-1:nth-child(odd) {
    margin-right: 0.25rem;
  }

  .md\:odd\:mb-1:nth-child(odd) {
    margin-bottom: 0.25rem;
  }

  .md\:odd\:ml-1:nth-child(odd) {
    margin-left: 0.25rem;
  }

  .md\:odd\:mt-2:nth-child(odd) {
    margin-top: 0.5rem;
  }

  .md\:odd\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .md\:odd\:mb-2:nth-child(odd) {
    margin-bottom: 0.5rem;
  }

  .md\:odd\:ml-2:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .md\:odd\:mt-3:nth-child(odd) {
    margin-top: 0.75rem;
  }

  .md\:odd\:mr-3:nth-child(odd) {
    margin-right: 0.75rem;
  }

  .md\:odd\:mb-3:nth-child(odd) {
    margin-bottom: 0.75rem;
  }

  .md\:odd\:ml-3:nth-child(odd) {
    margin-left: 0.75rem;
  }

  .md\:odd\:mt-4:nth-child(odd) {
    margin-top: 1rem;
  }

  .md\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }

  .md\:odd\:mb-4:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .md\:odd\:ml-4:nth-child(odd) {
    margin-left: 1rem;
  }

  .md\:odd\:mt-5:nth-child(odd) {
    margin-top: 1.25rem;
  }

  .md\:odd\:mr-5:nth-child(odd) {
    margin-right: 1.25rem;
  }

  .md\:odd\:mb-5:nth-child(odd) {
    margin-bottom: 1.25rem;
  }

  .md\:odd\:ml-5:nth-child(odd) {
    margin-left: 1.25rem;
  }

  .md\:odd\:mt-6:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .md\:odd\:mr-6:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .md\:odd\:mb-6:nth-child(odd) {
    margin-bottom: 1.5rem;
  }

  .md\:odd\:ml-6:nth-child(odd) {
    margin-left: 1.5rem;
  }

  .md\:odd\:mt-7:nth-child(odd) {
    margin-top: 1.75rem;
  }

  .md\:odd\:mr-7:nth-child(odd) {
    margin-right: 1.75rem;
  }

  .md\:odd\:mb-7:nth-child(odd) {
    margin-bottom: 1.75rem;
  }

  .md\:odd\:ml-7:nth-child(odd) {
    margin-left: 1.75rem;
  }

  .md\:odd\:mt-8:nth-child(odd) {
    margin-top: 2rem;
  }

  .md\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }

  .md\:odd\:mb-8:nth-child(odd) {
    margin-bottom: 2rem;
  }

  .md\:odd\:ml-8:nth-child(odd) {
    margin-left: 2rem;
  }

  .md\:odd\:mt-9:nth-child(odd) {
    margin-top: 2.25rem;
  }

  .md\:odd\:mr-9:nth-child(odd) {
    margin-right: 2.25rem;
  }

  .md\:odd\:mb-9:nth-child(odd) {
    margin-bottom: 2.25rem;
  }

  .md\:odd\:ml-9:nth-child(odd) {
    margin-left: 2.25rem;
  }

  .md\:odd\:mt-10:nth-child(odd) {
    margin-top: 2.5rem;
  }

  .md\:odd\:mr-10:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .md\:odd\:mb-10:nth-child(odd) {
    margin-bottom: 2.5rem;
  }

  .md\:odd\:ml-10:nth-child(odd) {
    margin-left: 2.5rem;
  }

  .md\:odd\:mt-11:nth-child(odd) {
    margin-top: 2.75rem;
  }

  .md\:odd\:mr-11:nth-child(odd) {
    margin-right: 2.75rem;
  }

  .md\:odd\:mb-11:nth-child(odd) {
    margin-bottom: 2.75rem;
  }

  .md\:odd\:ml-11:nth-child(odd) {
    margin-left: 2.75rem;
  }

  .md\:odd\:mt-12:nth-child(odd) {
    margin-top: 3rem;
  }

  .md\:odd\:mr-12:nth-child(odd) {
    margin-right: 3rem;
  }

  .md\:odd\:mb-12:nth-child(odd) {
    margin-bottom: 3rem;
  }

  .md\:odd\:ml-12:nth-child(odd) {
    margin-left: 3rem;
  }

  .md\:odd\:mt-13:nth-child(odd) {
    margin-top: 3.25rem;
  }

  .md\:odd\:mr-13:nth-child(odd) {
    margin-right: 3.25rem;
  }

  .md\:odd\:mb-13:nth-child(odd) {
    margin-bottom: 3.25rem;
  }

  .md\:odd\:ml-13:nth-child(odd) {
    margin-left: 3.25rem;
  }

  .md\:odd\:mt-14:nth-child(odd) {
    margin-top: 3.5rem;
  }

  .md\:odd\:mr-14:nth-child(odd) {
    margin-right: 3.5rem;
  }

  .md\:odd\:mb-14:nth-child(odd) {
    margin-bottom: 3.5rem;
  }

  .md\:odd\:ml-14:nth-child(odd) {
    margin-left: 3.5rem;
  }

  .md\:odd\:mt-15:nth-child(odd) {
    margin-top: 3.75rem;
  }

  .md\:odd\:mr-15:nth-child(odd) {
    margin-right: 3.75rem;
  }

  .md\:odd\:mb-15:nth-child(odd) {
    margin-bottom: 3.75rem;
  }

  .md\:odd\:ml-15:nth-child(odd) {
    margin-left: 3.75rem;
  }

  .md\:odd\:mt-16:nth-child(odd) {
    margin-top: 4rem;
  }

  .md\:odd\:mr-16:nth-child(odd) {
    margin-right: 4rem;
  }

  .md\:odd\:mb-16:nth-child(odd) {
    margin-bottom: 4rem;
  }

  .md\:odd\:ml-16:nth-child(odd) {
    margin-left: 4rem;
  }

  .md\:odd\:mt-17:nth-child(odd) {
    margin-top: 4.25rem;
  }

  .md\:odd\:mr-17:nth-child(odd) {
    margin-right: 4.25rem;
  }

  .md\:odd\:mb-17:nth-child(odd) {
    margin-bottom: 4.25rem;
  }

  .md\:odd\:ml-17:nth-child(odd) {
    margin-left: 4.25rem;
  }

  .md\:odd\:mt-18:nth-child(odd) {
    margin-top: 4.5rem;
  }

  .md\:odd\:mr-18:nth-child(odd) {
    margin-right: 4.5rem;
  }

  .md\:odd\:mb-18:nth-child(odd) {
    margin-bottom: 4.5rem;
  }

  .md\:odd\:ml-18:nth-child(odd) {
    margin-left: 4.5rem;
  }

  .md\:odd\:mt-19:nth-child(odd) {
    margin-top: 4.75rem;
  }

  .md\:odd\:mr-19:nth-child(odd) {
    margin-right: 4.75rem;
  }

  .md\:odd\:mb-19:nth-child(odd) {
    margin-bottom: 4.75rem;
  }

  .md\:odd\:ml-19:nth-child(odd) {
    margin-left: 4.75rem;
  }

  .md\:odd\:mt-20:nth-child(odd) {
    margin-top: 5rem;
  }

  .md\:odd\:mr-20:nth-child(odd) {
    margin-right: 5rem;
  }

  .md\:odd\:mb-20:nth-child(odd) {
    margin-bottom: 5rem;
  }

  .md\:odd\:ml-20:nth-child(odd) {
    margin-left: 5rem;
  }

  .md\:odd\:mt-24:nth-child(odd) {
    margin-top: 6rem;
  }

  .md\:odd\:mr-24:nth-child(odd) {
    margin-right: 6rem;
  }

  .md\:odd\:mb-24:nth-child(odd) {
    margin-bottom: 6rem;
  }

  .md\:odd\:ml-24:nth-child(odd) {
    margin-left: 6rem;
  }

  .md\:odd\:mt-32:nth-child(odd) {
    margin-top: 8rem;
  }

  .md\:odd\:mr-32:nth-child(odd) {
    margin-right: 8rem;
  }

  .md\:odd\:mb-32:nth-child(odd) {
    margin-bottom: 8rem;
  }

  .md\:odd\:ml-32:nth-child(odd) {
    margin-left: 8rem;
  }

  .md\:odd\:mt-40:nth-child(odd) {
    margin-top: 10rem;
  }

  .md\:odd\:mr-40:nth-child(odd) {
    margin-right: 10rem;
  }

  .md\:odd\:mb-40:nth-child(odd) {
    margin-bottom: 10rem;
  }

  .md\:odd\:ml-40:nth-child(odd) {
    margin-left: 10rem;
  }

  .md\:odd\:mt-48:nth-child(odd) {
    margin-top: 12rem;
  }

  .md\:odd\:mr-48:nth-child(odd) {
    margin-right: 12rem;
  }

  .md\:odd\:mb-48:nth-child(odd) {
    margin-bottom: 12rem;
  }

  .md\:odd\:ml-48:nth-child(odd) {
    margin-left: 12rem;
  }

  .md\:odd\:mt-56:nth-child(odd) {
    margin-top: 14rem;
  }

  .md\:odd\:mr-56:nth-child(odd) {
    margin-right: 14rem;
  }

  .md\:odd\:mb-56:nth-child(odd) {
    margin-bottom: 14rem;
  }

  .md\:odd\:ml-56:nth-child(odd) {
    margin-left: 14rem;
  }

  .md\:odd\:mt-64:nth-child(odd) {
    margin-top: 16rem;
  }

  .md\:odd\:mr-64:nth-child(odd) {
    margin-right: 16rem;
  }

  .md\:odd\:mb-64:nth-child(odd) {
    margin-bottom: 16rem;
  }

  .md\:odd\:ml-64:nth-child(odd) {
    margin-left: 16rem;
  }

  .md\:odd\:mt-75:nth-child(odd) {
    margin-top: 18.75rem;
  }

  .md\:odd\:mr-75:nth-child(odd) {
    margin-right: 18.75rem;
  }

  .md\:odd\:mb-75:nth-child(odd) {
    margin-bottom: 18.75rem;
  }

  .md\:odd\:ml-75:nth-child(odd) {
    margin-left: 18.75rem;
  }

  .md\:odd\:mt-auto:nth-child(odd) {
    margin-top: auto;
  }

  .md\:odd\:mr-auto:nth-child(odd) {
    margin-right: auto;
  }

  .md\:odd\:mb-auto:nth-child(odd) {
    margin-bottom: auto;
  }

  .md\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .md\:odd\:mt-px:nth-child(odd) {
    margin-top: 1px;
  }

  .md\:odd\:mr-px:nth-child(odd) {
    margin-right: 1px;
  }

  .md\:odd\:mb-px:nth-child(odd) {
    margin-bottom: 1px;
  }

  .md\:odd\:ml-px:nth-child(odd) {
    margin-left: 1px;
  }

  .md\:odd\:-mt-1:nth-child(odd) {
    margin-top: -0.25rem;
  }

  .md\:odd\:-mr-1:nth-child(odd) {
    margin-right: -0.25rem;
  }

  .md\:odd\:-mb-1:nth-child(odd) {
    margin-bottom: -0.25rem;
  }

  .md\:odd\:-ml-1:nth-child(odd) {
    margin-left: -0.25rem;
  }

  .md\:odd\:-mt-2:nth-child(odd) {
    margin-top: -0.5rem;
  }

  .md\:odd\:-mr-2:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .md\:odd\:-mb-2:nth-child(odd) {
    margin-bottom: -0.5rem;
  }

  .md\:odd\:-ml-2:nth-child(odd) {
    margin-left: -0.5rem;
  }

  .md\:odd\:-mt-3:nth-child(odd) {
    margin-top: -0.75rem;
  }

  .md\:odd\:-mr-3:nth-child(odd) {
    margin-right: -0.75rem;
  }

  .md\:odd\:-mb-3:nth-child(odd) {
    margin-bottom: -0.75rem;
  }

  .md\:odd\:-ml-3:nth-child(odd) {
    margin-left: -0.75rem;
  }

  .md\:odd\:-mt-4:nth-child(odd) {
    margin-top: -1rem;
  }

  .md\:odd\:-mr-4:nth-child(odd) {
    margin-right: -1rem;
  }

  .md\:odd\:-mb-4:nth-child(odd) {
    margin-bottom: -1rem;
  }

  .md\:odd\:-ml-4:nth-child(odd) {
    margin-left: -1rem;
  }

  .md\:odd\:-mt-5:nth-child(odd) {
    margin-top: -1.25rem;
  }

  .md\:odd\:-mr-5:nth-child(odd) {
    margin-right: -1.25rem;
  }

  .md\:odd\:-mb-5:nth-child(odd) {
    margin-bottom: -1.25rem;
  }

  .md\:odd\:-ml-5:nth-child(odd) {
    margin-left: -1.25rem;
  }

  .md\:odd\:-mt-6:nth-child(odd) {
    margin-top: -1.5rem;
  }

  .md\:odd\:-mr-6:nth-child(odd) {
    margin-right: -1.5rem;
  }

  .md\:odd\:-mb-6:nth-child(odd) {
    margin-bottom: -1.5rem;
  }

  .md\:odd\:-ml-6:nth-child(odd) {
    margin-left: -1.5rem;
  }

  .md\:odd\:-mt-7:nth-child(odd) {
    margin-top: -1.75rem;
  }

  .md\:odd\:-mr-7:nth-child(odd) {
    margin-right: -1.75rem;
  }

  .md\:odd\:-mb-7:nth-child(odd) {
    margin-bottom: -1.75rem;
  }

  .md\:odd\:-ml-7:nth-child(odd) {
    margin-left: -1.75rem;
  }

  .md\:odd\:-mt-8:nth-child(odd) {
    margin-top: -2rem;
  }

  .md\:odd\:-mr-8:nth-child(odd) {
    margin-right: -2rem;
  }

  .md\:odd\:-mb-8:nth-child(odd) {
    margin-bottom: -2rem;
  }

  .md\:odd\:-ml-8:nth-child(odd) {
    margin-left: -2rem;
  }

  .md\:odd\:-mt-9:nth-child(odd) {
    margin-top: -2.25rem;
  }

  .md\:odd\:-mr-9:nth-child(odd) {
    margin-right: -2.25rem;
  }

  .md\:odd\:-mb-9:nth-child(odd) {
    margin-bottom: -2.25rem;
  }

  .md\:odd\:-ml-9:nth-child(odd) {
    margin-left: -2.25rem;
  }

  .md\:odd\:-mt-10:nth-child(odd) {
    margin-top: -2.5rem;
  }

  .md\:odd\:-mr-10:nth-child(odd) {
    margin-right: -2.5rem;
  }

  .md\:odd\:-mb-10:nth-child(odd) {
    margin-bottom: -2.5rem;
  }

  .md\:odd\:-ml-10:nth-child(odd) {
    margin-left: -2.5rem;
  }

  .md\:odd\:-mt-11:nth-child(odd) {
    margin-top: -2.75rem;
  }

  .md\:odd\:-mr-11:nth-child(odd) {
    margin-right: -2.75rem;
  }

  .md\:odd\:-mb-11:nth-child(odd) {
    margin-bottom: -2.75rem;
  }

  .md\:odd\:-ml-11:nth-child(odd) {
    margin-left: -2.75rem;
  }

  .md\:odd\:-mt-12:nth-child(odd) {
    margin-top: -3rem;
  }

  .md\:odd\:-mr-12:nth-child(odd) {
    margin-right: -3rem;
  }

  .md\:odd\:-mb-12:nth-child(odd) {
    margin-bottom: -3rem;
  }

  .md\:odd\:-ml-12:nth-child(odd) {
    margin-left: -3rem;
  }

  .md\:odd\:-mt-13:nth-child(odd) {
    margin-top: -3.25rem;
  }

  .md\:odd\:-mr-13:nth-child(odd) {
    margin-right: -3.25rem;
  }

  .md\:odd\:-mb-13:nth-child(odd) {
    margin-bottom: -3.25rem;
  }

  .md\:odd\:-ml-13:nth-child(odd) {
    margin-left: -3.25rem;
  }

  .md\:odd\:-mt-14:nth-child(odd) {
    margin-top: -3.5rem;
  }

  .md\:odd\:-mr-14:nth-child(odd) {
    margin-right: -3.5rem;
  }

  .md\:odd\:-mb-14:nth-child(odd) {
    margin-bottom: -3.5rem;
  }

  .md\:odd\:-ml-14:nth-child(odd) {
    margin-left: -3.5rem;
  }

  .md\:odd\:-mt-15:nth-child(odd) {
    margin-top: -3.75rem;
  }

  .md\:odd\:-mr-15:nth-child(odd) {
    margin-right: -3.75rem;
  }

  .md\:odd\:-mb-15:nth-child(odd) {
    margin-bottom: -3.75rem;
  }

  .md\:odd\:-ml-15:nth-child(odd) {
    margin-left: -3.75rem;
  }

  .md\:odd\:-mt-16:nth-child(odd) {
    margin-top: -4rem;
  }

  .md\:odd\:-mr-16:nth-child(odd) {
    margin-right: -4rem;
  }

  .md\:odd\:-mb-16:nth-child(odd) {
    margin-bottom: -4rem;
  }

  .md\:odd\:-ml-16:nth-child(odd) {
    margin-left: -4rem;
  }

  .md\:odd\:-mt-17:nth-child(odd) {
    margin-top: -4.25rem;
  }

  .md\:odd\:-mr-17:nth-child(odd) {
    margin-right: -4.25rem;
  }

  .md\:odd\:-mb-17:nth-child(odd) {
    margin-bottom: -4.25rem;
  }

  .md\:odd\:-ml-17:nth-child(odd) {
    margin-left: -4.25rem;
  }

  .md\:odd\:-mt-18:nth-child(odd) {
    margin-top: -4.5rem;
  }

  .md\:odd\:-mr-18:nth-child(odd) {
    margin-right: -4.5rem;
  }

  .md\:odd\:-mb-18:nth-child(odd) {
    margin-bottom: -4.5rem;
  }

  .md\:odd\:-ml-18:nth-child(odd) {
    margin-left: -4.5rem;
  }

  .md\:odd\:-mt-19:nth-child(odd) {
    margin-top: -4.75rem;
  }

  .md\:odd\:-mr-19:nth-child(odd) {
    margin-right: -4.75rem;
  }

  .md\:odd\:-mb-19:nth-child(odd) {
    margin-bottom: -4.75rem;
  }

  .md\:odd\:-ml-19:nth-child(odd) {
    margin-left: -4.75rem;
  }

  .md\:odd\:-mt-20:nth-child(odd) {
    margin-top: -5rem;
  }

  .md\:odd\:-mr-20:nth-child(odd) {
    margin-right: -5rem;
  }

  .md\:odd\:-mb-20:nth-child(odd) {
    margin-bottom: -5rem;
  }

  .md\:odd\:-ml-20:nth-child(odd) {
    margin-left: -5rem;
  }

  .md\:odd\:-mt-24:nth-child(odd) {
    margin-top: -6rem;
  }

  .md\:odd\:-mr-24:nth-child(odd) {
    margin-right: -6rem;
  }

  .md\:odd\:-mb-24:nth-child(odd) {
    margin-bottom: -6rem;
  }

  .md\:odd\:-ml-24:nth-child(odd) {
    margin-left: -6rem;
  }

  .md\:odd\:-mt-32:nth-child(odd) {
    margin-top: -8rem;
  }

  .md\:odd\:-mr-32:nth-child(odd) {
    margin-right: -8rem;
  }

  .md\:odd\:-mb-32:nth-child(odd) {
    margin-bottom: -8rem;
  }

  .md\:odd\:-ml-32:nth-child(odd) {
    margin-left: -8rem;
  }

  .md\:odd\:-mt-40:nth-child(odd) {
    margin-top: -10rem;
  }

  .md\:odd\:-mr-40:nth-child(odd) {
    margin-right: -10rem;
  }

  .md\:odd\:-mb-40:nth-child(odd) {
    margin-bottom: -10rem;
  }

  .md\:odd\:-ml-40:nth-child(odd) {
    margin-left: -10rem;
  }

  .md\:odd\:-mt-48:nth-child(odd) {
    margin-top: -12rem;
  }

  .md\:odd\:-mr-48:nth-child(odd) {
    margin-right: -12rem;
  }

  .md\:odd\:-mb-48:nth-child(odd) {
    margin-bottom: -12rem;
  }

  .md\:odd\:-ml-48:nth-child(odd) {
    margin-left: -12rem;
  }

  .md\:odd\:-mt-56:nth-child(odd) {
    margin-top: -14rem;
  }

  .md\:odd\:-mr-56:nth-child(odd) {
    margin-right: -14rem;
  }

  .md\:odd\:-mb-56:nth-child(odd) {
    margin-bottom: -14rem;
  }

  .md\:odd\:-ml-56:nth-child(odd) {
    margin-left: -14rem;
  }

  .md\:odd\:-mt-64:nth-child(odd) {
    margin-top: -16rem;
  }

  .md\:odd\:-mr-64:nth-child(odd) {
    margin-right: -16rem;
  }

  .md\:odd\:-mb-64:nth-child(odd) {
    margin-bottom: -16rem;
  }

  .md\:odd\:-ml-64:nth-child(odd) {
    margin-left: -16rem;
  }

  .md\:odd\:-mt-75:nth-child(odd) {
    margin-top: -18.75rem;
  }

  .md\:odd\:-mr-75:nth-child(odd) {
    margin-right: -18.75rem;
  }

  .md\:odd\:-mb-75:nth-child(odd) {
    margin-bottom: -18.75rem;
  }

  .md\:odd\:-ml-75:nth-child(odd) {
    margin-left: -18.75rem;
  }

  .md\:odd\:-mt-px:nth-child(odd) {
    margin-top: -1px;
  }

  .md\:odd\:-mr-px:nth-child(odd) {
    margin-right: -1px;
  }

  .md\:odd\:-mb-px:nth-child(odd) {
    margin-bottom: -1px;
  }

  .md\:odd\:-ml-px:nth-child(odd) {
    margin-left: -1px;
  }

  .md\:children\:m-0 > * {
    margin: 0;
  }

  .md\:children\:m-1 > * {
    margin: 0.25rem;
  }

  .md\:children\:m-2 > * {
    margin: 0.5rem;
  }

  .md\:children\:m-3 > * {
    margin: 0.75rem;
  }

  .md\:children\:m-4 > * {
    margin: 1rem;
  }

  .md\:children\:m-5 > * {
    margin: 1.25rem;
  }

  .md\:children\:m-6 > * {
    margin: 1.5rem;
  }

  .md\:children\:m-7 > * {
    margin: 1.75rem;
  }

  .md\:children\:m-8 > * {
    margin: 2rem;
  }

  .md\:children\:m-9 > * {
    margin: 2.25rem;
  }

  .md\:children\:m-10 > * {
    margin: 2.5rem;
  }

  .md\:children\:m-11 > * {
    margin: 2.75rem;
  }

  .md\:children\:m-12 > * {
    margin: 3rem;
  }

  .md\:children\:m-13 > * {
    margin: 3.25rem;
  }

  .md\:children\:m-14 > * {
    margin: 3.5rem;
  }

  .md\:children\:m-15 > * {
    margin: 3.75rem;
  }

  .md\:children\:m-16 > * {
    margin: 4rem;
  }

  .md\:children\:m-17 > * {
    margin: 4.25rem;
  }

  .md\:children\:m-18 > * {
    margin: 4.5rem;
  }

  .md\:children\:m-19 > * {
    margin: 4.75rem;
  }

  .md\:children\:m-20 > * {
    margin: 5rem;
  }

  .md\:children\:m-24 > * {
    margin: 6rem;
  }

  .md\:children\:m-32 > * {
    margin: 8rem;
  }

  .md\:children\:m-40 > * {
    margin: 10rem;
  }

  .md\:children\:m-48 > * {
    margin: 12rem;
  }

  .md\:children\:m-56 > * {
    margin: 14rem;
  }

  .md\:children\:m-64 > * {
    margin: 16rem;
  }

  .md\:children\:m-75 > * {
    margin: 18.75rem;
  }

  .md\:children\:m-auto > * {
    margin: auto;
  }

  .md\:children\:m-px > * {
    margin: 1px;
  }

  .md\:children\:-m-1 > * {
    margin: -0.25rem;
  }

  .md\:children\:-m-2 > * {
    margin: -0.5rem;
  }

  .md\:children\:-m-3 > * {
    margin: -0.75rem;
  }

  .md\:children\:-m-4 > * {
    margin: -1rem;
  }

  .md\:children\:-m-5 > * {
    margin: -1.25rem;
  }

  .md\:children\:-m-6 > * {
    margin: -1.5rem;
  }

  .md\:children\:-m-7 > * {
    margin: -1.75rem;
  }

  .md\:children\:-m-8 > * {
    margin: -2rem;
  }

  .md\:children\:-m-9 > * {
    margin: -2.25rem;
  }

  .md\:children\:-m-10 > * {
    margin: -2.5rem;
  }

  .md\:children\:-m-11 > * {
    margin: -2.75rem;
  }

  .md\:children\:-m-12 > * {
    margin: -3rem;
  }

  .md\:children\:-m-13 > * {
    margin: -3.25rem;
  }

  .md\:children\:-m-14 > * {
    margin: -3.5rem;
  }

  .md\:children\:-m-15 > * {
    margin: -3.75rem;
  }

  .md\:children\:-m-16 > * {
    margin: -4rem;
  }

  .md\:children\:-m-17 > * {
    margin: -4.25rem;
  }

  .md\:children\:-m-18 > * {
    margin: -4.5rem;
  }

  .md\:children\:-m-19 > * {
    margin: -4.75rem;
  }

  .md\:children\:-m-20 > * {
    margin: -5rem;
  }

  .md\:children\:-m-24 > * {
    margin: -6rem;
  }

  .md\:children\:-m-32 > * {
    margin: -8rem;
  }

  .md\:children\:-m-40 > * {
    margin: -10rem;
  }

  .md\:children\:-m-48 > * {
    margin: -12rem;
  }

  .md\:children\:-m-56 > * {
    margin: -14rem;
  }

  .md\:children\:-m-64 > * {
    margin: -16rem;
  }

  .md\:children\:-m-75 > * {
    margin: -18.75rem;
  }

  .md\:children\:-m-px > * {
    margin: -1px;
  }

  .md\:children\:my-0 > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:children\:mx-0 > * {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:children\:my-1 > * {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:children\:mx-1 > * {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:children\:my-2 > * {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:children\:mx-2 > * {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:children\:my-3 > * {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:children\:mx-3 > * {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:children\:my-4 > * {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:children\:mx-4 > * {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:children\:my-5 > * {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:children\:mx-5 > * {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:children\:my-6 > * {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:children\:mx-6 > * {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:children\:my-7 > * {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:children\:mx-7 > * {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:children\:my-8 > * {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:children\:mx-8 > * {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:children\:my-9 > * {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:children\:mx-9 > * {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:children\:my-10 > * {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:children\:mx-10 > * {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:children\:my-11 > * {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:children\:mx-11 > * {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:children\:my-12 > * {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:children\:mx-12 > * {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:children\:my-13 > * {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .md\:children\:mx-13 > * {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .md\:children\:my-14 > * {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:children\:mx-14 > * {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:children\:my-15 > * {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:children\:mx-15 > * {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:children\:my-16 > * {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:children\:mx-16 > * {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:children\:my-17 > * {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .md\:children\:mx-17 > * {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .md\:children\:my-18 > * {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .md\:children\:mx-18 > * {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .md\:children\:my-19 > * {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .md\:children\:mx-19 > * {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .md\:children\:my-20 > * {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:children\:mx-20 > * {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:children\:my-24 > * {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:children\:mx-24 > * {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:children\:my-32 > * {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:children\:mx-32 > * {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:children\:my-40 > * {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:children\:mx-40 > * {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:children\:my-48 > * {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:children\:mx-48 > * {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:children\:my-56 > * {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:children\:mx-56 > * {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:children\:my-64 > * {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:children\:mx-64 > * {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:children\:my-75 > * {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .md\:children\:mx-75 > * {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .md\:children\:my-auto > * {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:children\:mx-auto > * {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:children\:my-px > * {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:children\:mx-px > * {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:children\:-my-1 > * {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:children\:-mx-1 > * {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:children\:-my-2 > * {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:children\:-mx-2 > * {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:children\:-my-3 > * {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:children\:-mx-3 > * {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:children\:-my-4 > * {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:children\:-mx-4 > * {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:children\:-my-5 > * {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:children\:-mx-5 > * {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:children\:-my-6 > * {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:children\:-mx-6 > * {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:children\:-my-7 > * {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:children\:-mx-7 > * {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:children\:-my-8 > * {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:children\:-mx-8 > * {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:children\:-my-9 > * {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:children\:-mx-9 > * {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:children\:-my-10 > * {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:children\:-mx-10 > * {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:children\:-my-11 > * {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:children\:-mx-11 > * {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:children\:-my-12 > * {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:children\:-mx-12 > * {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:children\:-my-13 > * {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .md\:children\:-mx-13 > * {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .md\:children\:-my-14 > * {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:children\:-mx-14 > * {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:children\:-my-15 > * {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:children\:-mx-15 > * {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .md\:children\:-my-16 > * {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:children\:-mx-16 > * {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:children\:-my-17 > * {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .md\:children\:-mx-17 > * {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .md\:children\:-my-18 > * {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .md\:children\:-mx-18 > * {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .md\:children\:-my-19 > * {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .md\:children\:-mx-19 > * {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .md\:children\:-my-20 > * {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:children\:-mx-20 > * {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:children\:-my-24 > * {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:children\:-mx-24 > * {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:children\:-my-32 > * {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:children\:-mx-32 > * {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:children\:-my-40 > * {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:children\:-mx-40 > * {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:children\:-my-48 > * {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:children\:-mx-48 > * {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:children\:-my-56 > * {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:children\:-mx-56 > * {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:children\:-my-64 > * {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:children\:-mx-64 > * {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:children\:-my-75 > * {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .md\:children\:-mx-75 > * {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .md\:children\:-my-px > * {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:children\:-mx-px > * {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:children\:mt-0 > * {
    margin-top: 0;
  }

  .md\:children\:mr-0 > * {
    margin-right: 0;
  }

  .md\:children\:mb-0 > * {
    margin-bottom: 0;
  }

  .md\:children\:ml-0 > * {
    margin-left: 0;
  }

  .md\:children\:mt-1 > * {
    margin-top: 0.25rem;
  }

  .md\:children\:mr-1 > * {
    margin-right: 0.25rem;
  }

  .md\:children\:mb-1 > * {
    margin-bottom: 0.25rem;
  }

  .md\:children\:ml-1 > * {
    margin-left: 0.25rem;
  }

  .md\:children\:mt-2 > * {
    margin-top: 0.5rem;
  }

  .md\:children\:mr-2 > * {
    margin-right: 0.5rem;
  }

  .md\:children\:mb-2 > * {
    margin-bottom: 0.5rem;
  }

  .md\:children\:ml-2 > * {
    margin-left: 0.5rem;
  }

  .md\:children\:mt-3 > * {
    margin-top: 0.75rem;
  }

  .md\:children\:mr-3 > * {
    margin-right: 0.75rem;
  }

  .md\:children\:mb-3 > * {
    margin-bottom: 0.75rem;
  }

  .md\:children\:ml-3 > * {
    margin-left: 0.75rem;
  }

  .md\:children\:mt-4 > * {
    margin-top: 1rem;
  }

  .md\:children\:mr-4 > * {
    margin-right: 1rem;
  }

  .md\:children\:mb-4 > * {
    margin-bottom: 1rem;
  }

  .md\:children\:ml-4 > * {
    margin-left: 1rem;
  }

  .md\:children\:mt-5 > * {
    margin-top: 1.25rem;
  }

  .md\:children\:mr-5 > * {
    margin-right: 1.25rem;
  }

  .md\:children\:mb-5 > * {
    margin-bottom: 1.25rem;
  }

  .md\:children\:ml-5 > * {
    margin-left: 1.25rem;
  }

  .md\:children\:mt-6 > * {
    margin-top: 1.5rem;
  }

  .md\:children\:mr-6 > * {
    margin-right: 1.5rem;
  }

  .md\:children\:mb-6 > * {
    margin-bottom: 1.5rem;
  }

  .md\:children\:ml-6 > * {
    margin-left: 1.5rem;
  }

  .md\:children\:mt-7 > * {
    margin-top: 1.75rem;
  }

  .md\:children\:mr-7 > * {
    margin-right: 1.75rem;
  }

  .md\:children\:mb-7 > * {
    margin-bottom: 1.75rem;
  }

  .md\:children\:ml-7 > * {
    margin-left: 1.75rem;
  }

  .md\:children\:mt-8 > * {
    margin-top: 2rem;
  }

  .md\:children\:mr-8 > * {
    margin-right: 2rem;
  }

  .md\:children\:mb-8 > * {
    margin-bottom: 2rem;
  }

  .md\:children\:ml-8 > * {
    margin-left: 2rem;
  }

  .md\:children\:mt-9 > * {
    margin-top: 2.25rem;
  }

  .md\:children\:mr-9 > * {
    margin-right: 2.25rem;
  }

  .md\:children\:mb-9 > * {
    margin-bottom: 2.25rem;
  }

  .md\:children\:ml-9 > * {
    margin-left: 2.25rem;
  }

  .md\:children\:mt-10 > * {
    margin-top: 2.5rem;
  }

  .md\:children\:mr-10 > * {
    margin-right: 2.5rem;
  }

  .md\:children\:mb-10 > * {
    margin-bottom: 2.5rem;
  }

  .md\:children\:ml-10 > * {
    margin-left: 2.5rem;
  }

  .md\:children\:mt-11 > * {
    margin-top: 2.75rem;
  }

  .md\:children\:mr-11 > * {
    margin-right: 2.75rem;
  }

  .md\:children\:mb-11 > * {
    margin-bottom: 2.75rem;
  }

  .md\:children\:ml-11 > * {
    margin-left: 2.75rem;
  }

  .md\:children\:mt-12 > * {
    margin-top: 3rem;
  }

  .md\:children\:mr-12 > * {
    margin-right: 3rem;
  }

  .md\:children\:mb-12 > * {
    margin-bottom: 3rem;
  }

  .md\:children\:ml-12 > * {
    margin-left: 3rem;
  }

  .md\:children\:mt-13 > * {
    margin-top: 3.25rem;
  }

  .md\:children\:mr-13 > * {
    margin-right: 3.25rem;
  }

  .md\:children\:mb-13 > * {
    margin-bottom: 3.25rem;
  }

  .md\:children\:ml-13 > * {
    margin-left: 3.25rem;
  }

  .md\:children\:mt-14 > * {
    margin-top: 3.5rem;
  }

  .md\:children\:mr-14 > * {
    margin-right: 3.5rem;
  }

  .md\:children\:mb-14 > * {
    margin-bottom: 3.5rem;
  }

  .md\:children\:ml-14 > * {
    margin-left: 3.5rem;
  }

  .md\:children\:mt-15 > * {
    margin-top: 3.75rem;
  }

  .md\:children\:mr-15 > * {
    margin-right: 3.75rem;
  }

  .md\:children\:mb-15 > * {
    margin-bottom: 3.75rem;
  }

  .md\:children\:ml-15 > * {
    margin-left: 3.75rem;
  }

  .md\:children\:mt-16 > * {
    margin-top: 4rem;
  }

  .md\:children\:mr-16 > * {
    margin-right: 4rem;
  }

  .md\:children\:mb-16 > * {
    margin-bottom: 4rem;
  }

  .md\:children\:ml-16 > * {
    margin-left: 4rem;
  }

  .md\:children\:mt-17 > * {
    margin-top: 4.25rem;
  }

  .md\:children\:mr-17 > * {
    margin-right: 4.25rem;
  }

  .md\:children\:mb-17 > * {
    margin-bottom: 4.25rem;
  }

  .md\:children\:ml-17 > * {
    margin-left: 4.25rem;
  }

  .md\:children\:mt-18 > * {
    margin-top: 4.5rem;
  }

  .md\:children\:mr-18 > * {
    margin-right: 4.5rem;
  }

  .md\:children\:mb-18 > * {
    margin-bottom: 4.5rem;
  }

  .md\:children\:ml-18 > * {
    margin-left: 4.5rem;
  }

  .md\:children\:mt-19 > * {
    margin-top: 4.75rem;
  }

  .md\:children\:mr-19 > * {
    margin-right: 4.75rem;
  }

  .md\:children\:mb-19 > * {
    margin-bottom: 4.75rem;
  }

  .md\:children\:ml-19 > * {
    margin-left: 4.75rem;
  }

  .md\:children\:mt-20 > * {
    margin-top: 5rem;
  }

  .md\:children\:mr-20 > * {
    margin-right: 5rem;
  }

  .md\:children\:mb-20 > * {
    margin-bottom: 5rem;
  }

  .md\:children\:ml-20 > * {
    margin-left: 5rem;
  }

  .md\:children\:mt-24 > * {
    margin-top: 6rem;
  }

  .md\:children\:mr-24 > * {
    margin-right: 6rem;
  }

  .md\:children\:mb-24 > * {
    margin-bottom: 6rem;
  }

  .md\:children\:ml-24 > * {
    margin-left: 6rem;
  }

  .md\:children\:mt-32 > * {
    margin-top: 8rem;
  }

  .md\:children\:mr-32 > * {
    margin-right: 8rem;
  }

  .md\:children\:mb-32 > * {
    margin-bottom: 8rem;
  }

  .md\:children\:ml-32 > * {
    margin-left: 8rem;
  }

  .md\:children\:mt-40 > * {
    margin-top: 10rem;
  }

  .md\:children\:mr-40 > * {
    margin-right: 10rem;
  }

  .md\:children\:mb-40 > * {
    margin-bottom: 10rem;
  }

  .md\:children\:ml-40 > * {
    margin-left: 10rem;
  }

  .md\:children\:mt-48 > * {
    margin-top: 12rem;
  }

  .md\:children\:mr-48 > * {
    margin-right: 12rem;
  }

  .md\:children\:mb-48 > * {
    margin-bottom: 12rem;
  }

  .md\:children\:ml-48 > * {
    margin-left: 12rem;
  }

  .md\:children\:mt-56 > * {
    margin-top: 14rem;
  }

  .md\:children\:mr-56 > * {
    margin-right: 14rem;
  }

  .md\:children\:mb-56 > * {
    margin-bottom: 14rem;
  }

  .md\:children\:ml-56 > * {
    margin-left: 14rem;
  }

  .md\:children\:mt-64 > * {
    margin-top: 16rem;
  }

  .md\:children\:mr-64 > * {
    margin-right: 16rem;
  }

  .md\:children\:mb-64 > * {
    margin-bottom: 16rem;
  }

  .md\:children\:ml-64 > * {
    margin-left: 16rem;
  }

  .md\:children\:mt-75 > * {
    margin-top: 18.75rem;
  }

  .md\:children\:mr-75 > * {
    margin-right: 18.75rem;
  }

  .md\:children\:mb-75 > * {
    margin-bottom: 18.75rem;
  }

  .md\:children\:ml-75 > * {
    margin-left: 18.75rem;
  }

  .md\:children\:mt-auto > * {
    margin-top: auto;
  }

  .md\:children\:mr-auto > * {
    margin-right: auto;
  }

  .md\:children\:mb-auto > * {
    margin-bottom: auto;
  }

  .md\:children\:ml-auto > * {
    margin-left: auto;
  }

  .md\:children\:mt-px > * {
    margin-top: 1px;
  }

  .md\:children\:mr-px > * {
    margin-right: 1px;
  }

  .md\:children\:mb-px > * {
    margin-bottom: 1px;
  }

  .md\:children\:ml-px > * {
    margin-left: 1px;
  }

  .md\:children\:-mt-1 > * {
    margin-top: -0.25rem;
  }

  .md\:children\:-mr-1 > * {
    margin-right: -0.25rem;
  }

  .md\:children\:-mb-1 > * {
    margin-bottom: -0.25rem;
  }

  .md\:children\:-ml-1 > * {
    margin-left: -0.25rem;
  }

  .md\:children\:-mt-2 > * {
    margin-top: -0.5rem;
  }

  .md\:children\:-mr-2 > * {
    margin-right: -0.5rem;
  }

  .md\:children\:-mb-2 > * {
    margin-bottom: -0.5rem;
  }

  .md\:children\:-ml-2 > * {
    margin-left: -0.5rem;
  }

  .md\:children\:-mt-3 > * {
    margin-top: -0.75rem;
  }

  .md\:children\:-mr-3 > * {
    margin-right: -0.75rem;
  }

  .md\:children\:-mb-3 > * {
    margin-bottom: -0.75rem;
  }

  .md\:children\:-ml-3 > * {
    margin-left: -0.75rem;
  }

  .md\:children\:-mt-4 > * {
    margin-top: -1rem;
  }

  .md\:children\:-mr-4 > * {
    margin-right: -1rem;
  }

  .md\:children\:-mb-4 > * {
    margin-bottom: -1rem;
  }

  .md\:children\:-ml-4 > * {
    margin-left: -1rem;
  }

  .md\:children\:-mt-5 > * {
    margin-top: -1.25rem;
  }

  .md\:children\:-mr-5 > * {
    margin-right: -1.25rem;
  }

  .md\:children\:-mb-5 > * {
    margin-bottom: -1.25rem;
  }

  .md\:children\:-ml-5 > * {
    margin-left: -1.25rem;
  }

  .md\:children\:-mt-6 > * {
    margin-top: -1.5rem;
  }

  .md\:children\:-mr-6 > * {
    margin-right: -1.5rem;
  }

  .md\:children\:-mb-6 > * {
    margin-bottom: -1.5rem;
  }

  .md\:children\:-ml-6 > * {
    margin-left: -1.5rem;
  }

  .md\:children\:-mt-7 > * {
    margin-top: -1.75rem;
  }

  .md\:children\:-mr-7 > * {
    margin-right: -1.75rem;
  }

  .md\:children\:-mb-7 > * {
    margin-bottom: -1.75rem;
  }

  .md\:children\:-ml-7 > * {
    margin-left: -1.75rem;
  }

  .md\:children\:-mt-8 > * {
    margin-top: -2rem;
  }

  .md\:children\:-mr-8 > * {
    margin-right: -2rem;
  }

  .md\:children\:-mb-8 > * {
    margin-bottom: -2rem;
  }

  .md\:children\:-ml-8 > * {
    margin-left: -2rem;
  }

  .md\:children\:-mt-9 > * {
    margin-top: -2.25rem;
  }

  .md\:children\:-mr-9 > * {
    margin-right: -2.25rem;
  }

  .md\:children\:-mb-9 > * {
    margin-bottom: -2.25rem;
  }

  .md\:children\:-ml-9 > * {
    margin-left: -2.25rem;
  }

  .md\:children\:-mt-10 > * {
    margin-top: -2.5rem;
  }

  .md\:children\:-mr-10 > * {
    margin-right: -2.5rem;
  }

  .md\:children\:-mb-10 > * {
    margin-bottom: -2.5rem;
  }

  .md\:children\:-ml-10 > * {
    margin-left: -2.5rem;
  }

  .md\:children\:-mt-11 > * {
    margin-top: -2.75rem;
  }

  .md\:children\:-mr-11 > * {
    margin-right: -2.75rem;
  }

  .md\:children\:-mb-11 > * {
    margin-bottom: -2.75rem;
  }

  .md\:children\:-ml-11 > * {
    margin-left: -2.75rem;
  }

  .md\:children\:-mt-12 > * {
    margin-top: -3rem;
  }

  .md\:children\:-mr-12 > * {
    margin-right: -3rem;
  }

  .md\:children\:-mb-12 > * {
    margin-bottom: -3rem;
  }

  .md\:children\:-ml-12 > * {
    margin-left: -3rem;
  }

  .md\:children\:-mt-13 > * {
    margin-top: -3.25rem;
  }

  .md\:children\:-mr-13 > * {
    margin-right: -3.25rem;
  }

  .md\:children\:-mb-13 > * {
    margin-bottom: -3.25rem;
  }

  .md\:children\:-ml-13 > * {
    margin-left: -3.25rem;
  }

  .md\:children\:-mt-14 > * {
    margin-top: -3.5rem;
  }

  .md\:children\:-mr-14 > * {
    margin-right: -3.5rem;
  }

  .md\:children\:-mb-14 > * {
    margin-bottom: -3.5rem;
  }

  .md\:children\:-ml-14 > * {
    margin-left: -3.5rem;
  }

  .md\:children\:-mt-15 > * {
    margin-top: -3.75rem;
  }

  .md\:children\:-mr-15 > * {
    margin-right: -3.75rem;
  }

  .md\:children\:-mb-15 > * {
    margin-bottom: -3.75rem;
  }

  .md\:children\:-ml-15 > * {
    margin-left: -3.75rem;
  }

  .md\:children\:-mt-16 > * {
    margin-top: -4rem;
  }

  .md\:children\:-mr-16 > * {
    margin-right: -4rem;
  }

  .md\:children\:-mb-16 > * {
    margin-bottom: -4rem;
  }

  .md\:children\:-ml-16 > * {
    margin-left: -4rem;
  }

  .md\:children\:-mt-17 > * {
    margin-top: -4.25rem;
  }

  .md\:children\:-mr-17 > * {
    margin-right: -4.25rem;
  }

  .md\:children\:-mb-17 > * {
    margin-bottom: -4.25rem;
  }

  .md\:children\:-ml-17 > * {
    margin-left: -4.25rem;
  }

  .md\:children\:-mt-18 > * {
    margin-top: -4.5rem;
  }

  .md\:children\:-mr-18 > * {
    margin-right: -4.5rem;
  }

  .md\:children\:-mb-18 > * {
    margin-bottom: -4.5rem;
  }

  .md\:children\:-ml-18 > * {
    margin-left: -4.5rem;
  }

  .md\:children\:-mt-19 > * {
    margin-top: -4.75rem;
  }

  .md\:children\:-mr-19 > * {
    margin-right: -4.75rem;
  }

  .md\:children\:-mb-19 > * {
    margin-bottom: -4.75rem;
  }

  .md\:children\:-ml-19 > * {
    margin-left: -4.75rem;
  }

  .md\:children\:-mt-20 > * {
    margin-top: -5rem;
  }

  .md\:children\:-mr-20 > * {
    margin-right: -5rem;
  }

  .md\:children\:-mb-20 > * {
    margin-bottom: -5rem;
  }

  .md\:children\:-ml-20 > * {
    margin-left: -5rem;
  }

  .md\:children\:-mt-24 > * {
    margin-top: -6rem;
  }

  .md\:children\:-mr-24 > * {
    margin-right: -6rem;
  }

  .md\:children\:-mb-24 > * {
    margin-bottom: -6rem;
  }

  .md\:children\:-ml-24 > * {
    margin-left: -6rem;
  }

  .md\:children\:-mt-32 > * {
    margin-top: -8rem;
  }

  .md\:children\:-mr-32 > * {
    margin-right: -8rem;
  }

  .md\:children\:-mb-32 > * {
    margin-bottom: -8rem;
  }

  .md\:children\:-ml-32 > * {
    margin-left: -8rem;
  }

  .md\:children\:-mt-40 > * {
    margin-top: -10rem;
  }

  .md\:children\:-mr-40 > * {
    margin-right: -10rem;
  }

  .md\:children\:-mb-40 > * {
    margin-bottom: -10rem;
  }

  .md\:children\:-ml-40 > * {
    margin-left: -10rem;
  }

  .md\:children\:-mt-48 > * {
    margin-top: -12rem;
  }

  .md\:children\:-mr-48 > * {
    margin-right: -12rem;
  }

  .md\:children\:-mb-48 > * {
    margin-bottom: -12rem;
  }

  .md\:children\:-ml-48 > * {
    margin-left: -12rem;
  }

  .md\:children\:-mt-56 > * {
    margin-top: -14rem;
  }

  .md\:children\:-mr-56 > * {
    margin-right: -14rem;
  }

  .md\:children\:-mb-56 > * {
    margin-bottom: -14rem;
  }

  .md\:children\:-ml-56 > * {
    margin-left: -14rem;
  }

  .md\:children\:-mt-64 > * {
    margin-top: -16rem;
  }

  .md\:children\:-mr-64 > * {
    margin-right: -16rem;
  }

  .md\:children\:-mb-64 > * {
    margin-bottom: -16rem;
  }

  .md\:children\:-ml-64 > * {
    margin-left: -16rem;
  }

  .md\:children\:-mt-75 > * {
    margin-top: -18.75rem;
  }

  .md\:children\:-mr-75 > * {
    margin-right: -18.75rem;
  }

  .md\:children\:-mb-75 > * {
    margin-bottom: -18.75rem;
  }

  .md\:children\:-ml-75 > * {
    margin-left: -18.75rem;
  }

  .md\:children\:-mt-px > * {
    margin-top: -1px;
  }

  .md\:children\:-mr-px > * {
    margin-right: -1px;
  }

  .md\:children\:-mb-px > * {
    margin-bottom: -1px;
  }

  .md\:children\:-ml-px > * {
    margin-left: -1px;
  }

  .md\:first\:m-0:first-child {
    margin: 0;
  }

  .md\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .md\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .md\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .md\:first\:m-4:first-child {
    margin: 1rem;
  }

  .md\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .md\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .md\:first\:m-7:first-child {
    margin: 1.75rem;
  }

  .md\:first\:m-8:first-child {
    margin: 2rem;
  }

  .md\:first\:m-9:first-child {
    margin: 2.25rem;
  }

  .md\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .md\:first\:m-11:first-child {
    margin: 2.75rem;
  }

  .md\:first\:m-12:first-child {
    margin: 3rem;
  }

  .md\:first\:m-13:first-child {
    margin: 3.25rem;
  }

  .md\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .md\:first\:m-15:first-child {
    margin: 3.75rem;
  }

  .md\:first\:m-16:first-child {
    margin: 4rem;
  }

  .md\:first\:m-17:first-child {
    margin: 4.25rem;
  }

  .md\:first\:m-18:first-child {
    margin: 4.5rem;
  }

  .md\:first\:m-19:first-child {
    margin: 4.75rem;
  }

  .md\:first\:m-20:first-child {
    margin: 5rem;
  }

  .md\:first\:m-24:first-child {
    margin: 6rem;
  }

  .md\:first\:m-32:first-child {
    margin: 8rem;
  }

  .md\:first\:m-40:first-child {
    margin: 10rem;
  }

  .md\:first\:m-48:first-child {
    margin: 12rem;
  }

  .md\:first\:m-56:first-child {
    margin: 14rem;
  }

  .md\:first\:m-64:first-child {
    margin: 16rem;
  }

  .md\:first\:m-75:first-child {
    margin: 18.75rem;
  }

  .md\:first\:m-auto:first-child {
    margin: auto;
  }

  .md\:first\:m-px:first-child {
    margin: 1px;
  }

  .md\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .md\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .md\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .md\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .md\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .md\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .md\:first\:-m-7:first-child {
    margin: -1.75rem;
  }

  .md\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .md\:first\:-m-9:first-child {
    margin: -2.25rem;
  }

  .md\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .md\:first\:-m-11:first-child {
    margin: -2.75rem;
  }

  .md\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .md\:first\:-m-13:first-child {
    margin: -3.25rem;
  }

  .md\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .md\:first\:-m-15:first-child {
    margin: -3.75rem;
  }

  .md\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .md\:first\:-m-17:first-child {
    margin: -4.25rem;
  }

  .md\:first\:-m-18:first-child {
    margin: -4.5rem;
  }

  .md\:first\:-m-19:first-child {
    margin: -4.75rem;
  }

  .md\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .md\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .md\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .md\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .md\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .md\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .md\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .md\:first\:-m-75:first-child {
    margin: -18.75rem;
  }

  .md\:first\:-m-px:first-child {
    margin: -1px;
  }

  .md\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:first\:my-7:first-child {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:first\:mx-7:first-child {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:first\:my-9:first-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:first\:mx-9:first-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:first\:my-11:first-child {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:first\:mx-11:first-child {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:first\:my-13:first-child {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .md\:first\:mx-13:first-child {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .md\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:first\:my-15:first-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:first\:mx-15:first-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:first\:my-17:first-child {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .md\:first\:mx-17:first-child {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .md\:first\:my-18:first-child {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .md\:first\:mx-18:first-child {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .md\:first\:my-19:first-child {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .md\:first\:mx-19:first-child {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .md\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:first\:my-75:first-child {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .md\:first\:mx-75:first-child {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .md\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:first\:-my-7:first-child {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:first\:-mx-7:first-child {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:first\:-my-9:first-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:first\:-mx-9:first-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:first\:-my-11:first-child {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:first\:-mx-11:first-child {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:first\:-my-13:first-child {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .md\:first\:-mx-13:first-child {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .md\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:first\:-my-15:first-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:first\:-mx-15:first-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .md\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:first\:-my-17:first-child {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .md\:first\:-mx-17:first-child {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .md\:first\:-my-18:first-child {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .md\:first\:-mx-18:first-child {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .md\:first\:-my-19:first-child {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .md\:first\:-mx-19:first-child {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .md\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:first\:-my-75:first-child {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .md\:first\:-mx-75:first-child {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .md\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .md\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .md\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .md\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .md\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .md\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .md\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .md\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .md\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .md\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .md\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .md\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .md\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .md\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .md\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .md\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .md\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .md\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .md\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .md\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .md\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .md\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .md\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .md\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .md\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .md\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .md\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .md\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .md\:first\:mt-7:first-child {
    margin-top: 1.75rem;
  }

  .md\:first\:mr-7:first-child {
    margin-right: 1.75rem;
  }

  .md\:first\:mb-7:first-child {
    margin-bottom: 1.75rem;
  }

  .md\:first\:ml-7:first-child {
    margin-left: 1.75rem;
  }

  .md\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .md\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .md\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .md\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .md\:first\:mt-9:first-child {
    margin-top: 2.25rem;
  }

  .md\:first\:mr-9:first-child {
    margin-right: 2.25rem;
  }

  .md\:first\:mb-9:first-child {
    margin-bottom: 2.25rem;
  }

  .md\:first\:ml-9:first-child {
    margin-left: 2.25rem;
  }

  .md\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .md\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .md\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .md\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .md\:first\:mt-11:first-child {
    margin-top: 2.75rem;
  }

  .md\:first\:mr-11:first-child {
    margin-right: 2.75rem;
  }

  .md\:first\:mb-11:first-child {
    margin-bottom: 2.75rem;
  }

  .md\:first\:ml-11:first-child {
    margin-left: 2.75rem;
  }

  .md\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .md\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .md\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .md\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .md\:first\:mt-13:first-child {
    margin-top: 3.25rem;
  }

  .md\:first\:mr-13:first-child {
    margin-right: 3.25rem;
  }

  .md\:first\:mb-13:first-child {
    margin-bottom: 3.25rem;
  }

  .md\:first\:ml-13:first-child {
    margin-left: 3.25rem;
  }

  .md\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .md\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .md\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .md\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .md\:first\:mt-15:first-child {
    margin-top: 3.75rem;
  }

  .md\:first\:mr-15:first-child {
    margin-right: 3.75rem;
  }

  .md\:first\:mb-15:first-child {
    margin-bottom: 3.75rem;
  }

  .md\:first\:ml-15:first-child {
    margin-left: 3.75rem;
  }

  .md\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .md\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .md\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .md\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .md\:first\:mt-17:first-child {
    margin-top: 4.25rem;
  }

  .md\:first\:mr-17:first-child {
    margin-right: 4.25rem;
  }

  .md\:first\:mb-17:first-child {
    margin-bottom: 4.25rem;
  }

  .md\:first\:ml-17:first-child {
    margin-left: 4.25rem;
  }

  .md\:first\:mt-18:first-child {
    margin-top: 4.5rem;
  }

  .md\:first\:mr-18:first-child {
    margin-right: 4.5rem;
  }

  .md\:first\:mb-18:first-child {
    margin-bottom: 4.5rem;
  }

  .md\:first\:ml-18:first-child {
    margin-left: 4.5rem;
  }

  .md\:first\:mt-19:first-child {
    margin-top: 4.75rem;
  }

  .md\:first\:mr-19:first-child {
    margin-right: 4.75rem;
  }

  .md\:first\:mb-19:first-child {
    margin-bottom: 4.75rem;
  }

  .md\:first\:ml-19:first-child {
    margin-left: 4.75rem;
  }

  .md\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .md\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .md\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .md\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .md\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .md\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .md\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .md\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .md\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .md\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .md\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .md\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .md\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .md\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .md\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .md\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .md\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .md\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .md\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .md\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .md\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .md\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .md\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .md\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .md\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .md\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .md\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .md\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .md\:first\:mt-75:first-child {
    margin-top: 18.75rem;
  }

  .md\:first\:mr-75:first-child {
    margin-right: 18.75rem;
  }

  .md\:first\:mb-75:first-child {
    margin-bottom: 18.75rem;
  }

  .md\:first\:ml-75:first-child {
    margin-left: 18.75rem;
  }

  .md\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .md\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .md\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .md\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .md\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .md\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .md\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .md\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .md\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .md\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .md\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .md\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .md\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .md\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .md\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .md\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .md\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .md\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .md\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .md\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .md\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .md\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .md\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .md\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .md\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .md\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .md\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .md\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .md\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .md\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .md\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .md\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .md\:first\:-mt-7:first-child {
    margin-top: -1.75rem;
  }

  .md\:first\:-mr-7:first-child {
    margin-right: -1.75rem;
  }

  .md\:first\:-mb-7:first-child {
    margin-bottom: -1.75rem;
  }

  .md\:first\:-ml-7:first-child {
    margin-left: -1.75rem;
  }

  .md\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .md\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .md\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .md\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .md\:first\:-mt-9:first-child {
    margin-top: -2.25rem;
  }

  .md\:first\:-mr-9:first-child {
    margin-right: -2.25rem;
  }

  .md\:first\:-mb-9:first-child {
    margin-bottom: -2.25rem;
  }

  .md\:first\:-ml-9:first-child {
    margin-left: -2.25rem;
  }

  .md\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .md\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .md\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .md\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .md\:first\:-mt-11:first-child {
    margin-top: -2.75rem;
  }

  .md\:first\:-mr-11:first-child {
    margin-right: -2.75rem;
  }

  .md\:first\:-mb-11:first-child {
    margin-bottom: -2.75rem;
  }

  .md\:first\:-ml-11:first-child {
    margin-left: -2.75rem;
  }

  .md\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .md\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .md\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .md\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .md\:first\:-mt-13:first-child {
    margin-top: -3.25rem;
  }

  .md\:first\:-mr-13:first-child {
    margin-right: -3.25rem;
  }

  .md\:first\:-mb-13:first-child {
    margin-bottom: -3.25rem;
  }

  .md\:first\:-ml-13:first-child {
    margin-left: -3.25rem;
  }

  .md\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .md\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .md\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .md\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .md\:first\:-mt-15:first-child {
    margin-top: -3.75rem;
  }

  .md\:first\:-mr-15:first-child {
    margin-right: -3.75rem;
  }

  .md\:first\:-mb-15:first-child {
    margin-bottom: -3.75rem;
  }

  .md\:first\:-ml-15:first-child {
    margin-left: -3.75rem;
  }

  .md\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .md\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .md\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .md\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .md\:first\:-mt-17:first-child {
    margin-top: -4.25rem;
  }

  .md\:first\:-mr-17:first-child {
    margin-right: -4.25rem;
  }

  .md\:first\:-mb-17:first-child {
    margin-bottom: -4.25rem;
  }

  .md\:first\:-ml-17:first-child {
    margin-left: -4.25rem;
  }

  .md\:first\:-mt-18:first-child {
    margin-top: -4.5rem;
  }

  .md\:first\:-mr-18:first-child {
    margin-right: -4.5rem;
  }

  .md\:first\:-mb-18:first-child {
    margin-bottom: -4.5rem;
  }

  .md\:first\:-ml-18:first-child {
    margin-left: -4.5rem;
  }

  .md\:first\:-mt-19:first-child {
    margin-top: -4.75rem;
  }

  .md\:first\:-mr-19:first-child {
    margin-right: -4.75rem;
  }

  .md\:first\:-mb-19:first-child {
    margin-bottom: -4.75rem;
  }

  .md\:first\:-ml-19:first-child {
    margin-left: -4.75rem;
  }

  .md\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .md\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .md\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .md\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .md\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .md\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .md\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .md\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .md\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .md\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .md\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .md\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .md\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .md\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .md\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .md\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .md\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .md\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .md\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .md\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .md\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .md\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .md\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .md\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .md\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .md\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .md\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .md\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .md\:first\:-mt-75:first-child {
    margin-top: -18.75rem;
  }

  .md\:first\:-mr-75:first-child {
    margin-right: -18.75rem;
  }

  .md\:first\:-mb-75:first-child {
    margin-bottom: -18.75rem;
  }

  .md\:first\:-ml-75:first-child {
    margin-left: -18.75rem;
  }

  .md\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .md\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .md\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .md\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .md\:last\:m-0:last-child {
    margin: 0;
  }

  .md\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .md\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .md\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .md\:last\:m-4:last-child {
    margin: 1rem;
  }

  .md\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .md\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .md\:last\:m-7:last-child {
    margin: 1.75rem;
  }

  .md\:last\:m-8:last-child {
    margin: 2rem;
  }

  .md\:last\:m-9:last-child {
    margin: 2.25rem;
  }

  .md\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .md\:last\:m-11:last-child {
    margin: 2.75rem;
  }

  .md\:last\:m-12:last-child {
    margin: 3rem;
  }

  .md\:last\:m-13:last-child {
    margin: 3.25rem;
  }

  .md\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .md\:last\:m-15:last-child {
    margin: 3.75rem;
  }

  .md\:last\:m-16:last-child {
    margin: 4rem;
  }

  .md\:last\:m-17:last-child {
    margin: 4.25rem;
  }

  .md\:last\:m-18:last-child {
    margin: 4.5rem;
  }

  .md\:last\:m-19:last-child {
    margin: 4.75rem;
  }

  .md\:last\:m-20:last-child {
    margin: 5rem;
  }

  .md\:last\:m-24:last-child {
    margin: 6rem;
  }

  .md\:last\:m-32:last-child {
    margin: 8rem;
  }

  .md\:last\:m-40:last-child {
    margin: 10rem;
  }

  .md\:last\:m-48:last-child {
    margin: 12rem;
  }

  .md\:last\:m-56:last-child {
    margin: 14rem;
  }

  .md\:last\:m-64:last-child {
    margin: 16rem;
  }

  .md\:last\:m-75:last-child {
    margin: 18.75rem;
  }

  .md\:last\:m-auto:last-child {
    margin: auto;
  }

  .md\:last\:m-px:last-child {
    margin: 1px;
  }

  .md\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .md\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .md\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .md\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .md\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .md\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .md\:last\:-m-7:last-child {
    margin: -1.75rem;
  }

  .md\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .md\:last\:-m-9:last-child {
    margin: -2.25rem;
  }

  .md\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .md\:last\:-m-11:last-child {
    margin: -2.75rem;
  }

  .md\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .md\:last\:-m-13:last-child {
    margin: -3.25rem;
  }

  .md\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .md\:last\:-m-15:last-child {
    margin: -3.75rem;
  }

  .md\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .md\:last\:-m-17:last-child {
    margin: -4.25rem;
  }

  .md\:last\:-m-18:last-child {
    margin: -4.5rem;
  }

  .md\:last\:-m-19:last-child {
    margin: -4.75rem;
  }

  .md\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .md\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .md\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .md\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .md\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .md\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .md\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .md\:last\:-m-75:last-child {
    margin: -18.75rem;
  }

  .md\:last\:-m-px:last-child {
    margin: -1px;
  }

  .md\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:last\:my-7:last-child {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:last\:mx-7:last-child {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:last\:my-9:last-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:last\:mx-9:last-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:last\:my-11:last-child {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:last\:mx-11:last-child {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:last\:my-13:last-child {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .md\:last\:mx-13:last-child {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .md\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:last\:my-15:last-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:last\:mx-15:last-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:last\:my-17:last-child {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .md\:last\:mx-17:last-child {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .md\:last\:my-18:last-child {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .md\:last\:mx-18:last-child {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .md\:last\:my-19:last-child {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .md\:last\:mx-19:last-child {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .md\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:last\:my-75:last-child {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .md\:last\:mx-75:last-child {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .md\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:last\:-my-7:last-child {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:last\:-mx-7:last-child {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:last\:-my-9:last-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:last\:-mx-9:last-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:last\:-my-11:last-child {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:last\:-mx-11:last-child {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:last\:-my-13:last-child {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .md\:last\:-mx-13:last-child {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .md\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:last\:-my-15:last-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:last\:-mx-15:last-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .md\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:last\:-my-17:last-child {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .md\:last\:-mx-17:last-child {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .md\:last\:-my-18:last-child {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .md\:last\:-mx-18:last-child {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .md\:last\:-my-19:last-child {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .md\:last\:-mx-19:last-child {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .md\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:last\:-my-75:last-child {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .md\:last\:-mx-75:last-child {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .md\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .md\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .md\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .md\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .md\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .md\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .md\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .md\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .md\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .md\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .md\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .md\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .md\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .md\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .md\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .md\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .md\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .md\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .md\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .md\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .md\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .md\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .md\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .md\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .md\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .md\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .md\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .md\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .md\:last\:mt-7:last-child {
    margin-top: 1.75rem;
  }

  .md\:last\:mr-7:last-child {
    margin-right: 1.75rem;
  }

  .md\:last\:mb-7:last-child {
    margin-bottom: 1.75rem;
  }

  .md\:last\:ml-7:last-child {
    margin-left: 1.75rem;
  }

  .md\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .md\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .md\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .md\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .md\:last\:mt-9:last-child {
    margin-top: 2.25rem;
  }

  .md\:last\:mr-9:last-child {
    margin-right: 2.25rem;
  }

  .md\:last\:mb-9:last-child {
    margin-bottom: 2.25rem;
  }

  .md\:last\:ml-9:last-child {
    margin-left: 2.25rem;
  }

  .md\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .md\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .md\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .md\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .md\:last\:mt-11:last-child {
    margin-top: 2.75rem;
  }

  .md\:last\:mr-11:last-child {
    margin-right: 2.75rem;
  }

  .md\:last\:mb-11:last-child {
    margin-bottom: 2.75rem;
  }

  .md\:last\:ml-11:last-child {
    margin-left: 2.75rem;
  }

  .md\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .md\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .md\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .md\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .md\:last\:mt-13:last-child {
    margin-top: 3.25rem;
  }

  .md\:last\:mr-13:last-child {
    margin-right: 3.25rem;
  }

  .md\:last\:mb-13:last-child {
    margin-bottom: 3.25rem;
  }

  .md\:last\:ml-13:last-child {
    margin-left: 3.25rem;
  }

  .md\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .md\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .md\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .md\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .md\:last\:mt-15:last-child {
    margin-top: 3.75rem;
  }

  .md\:last\:mr-15:last-child {
    margin-right: 3.75rem;
  }

  .md\:last\:mb-15:last-child {
    margin-bottom: 3.75rem;
  }

  .md\:last\:ml-15:last-child {
    margin-left: 3.75rem;
  }

  .md\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .md\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .md\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .md\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .md\:last\:mt-17:last-child {
    margin-top: 4.25rem;
  }

  .md\:last\:mr-17:last-child {
    margin-right: 4.25rem;
  }

  .md\:last\:mb-17:last-child {
    margin-bottom: 4.25rem;
  }

  .md\:last\:ml-17:last-child {
    margin-left: 4.25rem;
  }

  .md\:last\:mt-18:last-child {
    margin-top: 4.5rem;
  }

  .md\:last\:mr-18:last-child {
    margin-right: 4.5rem;
  }

  .md\:last\:mb-18:last-child {
    margin-bottom: 4.5rem;
  }

  .md\:last\:ml-18:last-child {
    margin-left: 4.5rem;
  }

  .md\:last\:mt-19:last-child {
    margin-top: 4.75rem;
  }

  .md\:last\:mr-19:last-child {
    margin-right: 4.75rem;
  }

  .md\:last\:mb-19:last-child {
    margin-bottom: 4.75rem;
  }

  .md\:last\:ml-19:last-child {
    margin-left: 4.75rem;
  }

  .md\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .md\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .md\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .md\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .md\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .md\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .md\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .md\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .md\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .md\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .md\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .md\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .md\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .md\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .md\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .md\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .md\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .md\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .md\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .md\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .md\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .md\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .md\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .md\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .md\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .md\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .md\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .md\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .md\:last\:mt-75:last-child {
    margin-top: 18.75rem;
  }

  .md\:last\:mr-75:last-child {
    margin-right: 18.75rem;
  }

  .md\:last\:mb-75:last-child {
    margin-bottom: 18.75rem;
  }

  .md\:last\:ml-75:last-child {
    margin-left: 18.75rem;
  }

  .md\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .md\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .md\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .md\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .md\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .md\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .md\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .md\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .md\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .md\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .md\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .md\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .md\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .md\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .md\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .md\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .md\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .md\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .md\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .md\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .md\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .md\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .md\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .md\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .md\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .md\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .md\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .md\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .md\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .md\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .md\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .md\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .md\:last\:-mt-7:last-child {
    margin-top: -1.75rem;
  }

  .md\:last\:-mr-7:last-child {
    margin-right: -1.75rem;
  }

  .md\:last\:-mb-7:last-child {
    margin-bottom: -1.75rem;
  }

  .md\:last\:-ml-7:last-child {
    margin-left: -1.75rem;
  }

  .md\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .md\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .md\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .md\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .md\:last\:-mt-9:last-child {
    margin-top: -2.25rem;
  }

  .md\:last\:-mr-9:last-child {
    margin-right: -2.25rem;
  }

  .md\:last\:-mb-9:last-child {
    margin-bottom: -2.25rem;
  }

  .md\:last\:-ml-9:last-child {
    margin-left: -2.25rem;
  }

  .md\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .md\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .md\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .md\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .md\:last\:-mt-11:last-child {
    margin-top: -2.75rem;
  }

  .md\:last\:-mr-11:last-child {
    margin-right: -2.75rem;
  }

  .md\:last\:-mb-11:last-child {
    margin-bottom: -2.75rem;
  }

  .md\:last\:-ml-11:last-child {
    margin-left: -2.75rem;
  }

  .md\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .md\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .md\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .md\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .md\:last\:-mt-13:last-child {
    margin-top: -3.25rem;
  }

  .md\:last\:-mr-13:last-child {
    margin-right: -3.25rem;
  }

  .md\:last\:-mb-13:last-child {
    margin-bottom: -3.25rem;
  }

  .md\:last\:-ml-13:last-child {
    margin-left: -3.25rem;
  }

  .md\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .md\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .md\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .md\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .md\:last\:-mt-15:last-child {
    margin-top: -3.75rem;
  }

  .md\:last\:-mr-15:last-child {
    margin-right: -3.75rem;
  }

  .md\:last\:-mb-15:last-child {
    margin-bottom: -3.75rem;
  }

  .md\:last\:-ml-15:last-child {
    margin-left: -3.75rem;
  }

  .md\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .md\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .md\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .md\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .md\:last\:-mt-17:last-child {
    margin-top: -4.25rem;
  }

  .md\:last\:-mr-17:last-child {
    margin-right: -4.25rem;
  }

  .md\:last\:-mb-17:last-child {
    margin-bottom: -4.25rem;
  }

  .md\:last\:-ml-17:last-child {
    margin-left: -4.25rem;
  }

  .md\:last\:-mt-18:last-child {
    margin-top: -4.5rem;
  }

  .md\:last\:-mr-18:last-child {
    margin-right: -4.5rem;
  }

  .md\:last\:-mb-18:last-child {
    margin-bottom: -4.5rem;
  }

  .md\:last\:-ml-18:last-child {
    margin-left: -4.5rem;
  }

  .md\:last\:-mt-19:last-child {
    margin-top: -4.75rem;
  }

  .md\:last\:-mr-19:last-child {
    margin-right: -4.75rem;
  }

  .md\:last\:-mb-19:last-child {
    margin-bottom: -4.75rem;
  }

  .md\:last\:-ml-19:last-child {
    margin-left: -4.75rem;
  }

  .md\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .md\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .md\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .md\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .md\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .md\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .md\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .md\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .md\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .md\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .md\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .md\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .md\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .md\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .md\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .md\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .md\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .md\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .md\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .md\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .md\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .md\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .md\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .md\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .md\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .md\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .md\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .md\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .md\:last\:-mt-75:last-child {
    margin-top: -18.75rem;
  }

  .md\:last\:-mr-75:last-child {
    margin-right: -18.75rem;
  }

  .md\:last\:-mb-75:last-child {
    margin-bottom: -18.75rem;
  }

  .md\:last\:-ml-75:last-child {
    margin-left: -18.75rem;
  }

  .md\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .md\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .md\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .md\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .md\:hover\:m-0:hover {
    margin: 0;
  }

  .md\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .md\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .md\:hover\:m-3:hover {
    margin: 0.75rem;
  }

  .md\:hover\:m-4:hover {
    margin: 1rem;
  }

  .md\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .md\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .md\:hover\:m-7:hover {
    margin: 1.75rem;
  }

  .md\:hover\:m-8:hover {
    margin: 2rem;
  }

  .md\:hover\:m-9:hover {
    margin: 2.25rem;
  }

  .md\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .md\:hover\:m-11:hover {
    margin: 2.75rem;
  }

  .md\:hover\:m-12:hover {
    margin: 3rem;
  }

  .md\:hover\:m-13:hover {
    margin: 3.25rem;
  }

  .md\:hover\:m-14:hover {
    margin: 3.5rem;
  }

  .md\:hover\:m-15:hover {
    margin: 3.75rem;
  }

  .md\:hover\:m-16:hover {
    margin: 4rem;
  }

  .md\:hover\:m-17:hover {
    margin: 4.25rem;
  }

  .md\:hover\:m-18:hover {
    margin: 4.5rem;
  }

  .md\:hover\:m-19:hover {
    margin: 4.75rem;
  }

  .md\:hover\:m-20:hover {
    margin: 5rem;
  }

  .md\:hover\:m-24:hover {
    margin: 6rem;
  }

  .md\:hover\:m-32:hover {
    margin: 8rem;
  }

  .md\:hover\:m-40:hover {
    margin: 10rem;
  }

  .md\:hover\:m-48:hover {
    margin: 12rem;
  }

  .md\:hover\:m-56:hover {
    margin: 14rem;
  }

  .md\:hover\:m-64:hover {
    margin: 16rem;
  }

  .md\:hover\:m-75:hover {
    margin: 18.75rem;
  }

  .md\:hover\:m-auto:hover {
    margin: auto;
  }

  .md\:hover\:m-px:hover {
    margin: 1px;
  }

  .md\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .md\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .md\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .md\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .md\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .md\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .md\:hover\:-m-7:hover {
    margin: -1.75rem;
  }

  .md\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .md\:hover\:-m-9:hover {
    margin: -2.25rem;
  }

  .md\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .md\:hover\:-m-11:hover {
    margin: -2.75rem;
  }

  .md\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .md\:hover\:-m-13:hover {
    margin: -3.25rem;
  }

  .md\:hover\:-m-14:hover {
    margin: -3.5rem;
  }

  .md\:hover\:-m-15:hover {
    margin: -3.75rem;
  }

  .md\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .md\:hover\:-m-17:hover {
    margin: -4.25rem;
  }

  .md\:hover\:-m-18:hover {
    margin: -4.5rem;
  }

  .md\:hover\:-m-19:hover {
    margin: -4.75rem;
  }

  .md\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .md\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .md\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .md\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .md\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .md\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .md\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .md\:hover\:-m-75:hover {
    margin: -18.75rem;
  }

  .md\:hover\:-m-px:hover {
    margin: -1px;
  }

  .md\:hover\:my-0:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:hover\:mx-0:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:hover\:my-3:hover {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:hover\:mx-3:hover {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:hover\:my-7:hover {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:hover\:mx-7:hover {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:hover\:my-9:hover {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:hover\:mx-9:hover {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:hover\:my-11:hover {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:hover\:mx-11:hover {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:hover\:my-13:hover {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .md\:hover\:mx-13:hover {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .md\:hover\:my-14:hover {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:hover\:mx-14:hover {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:hover\:my-15:hover {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:hover\:mx-15:hover {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:hover\:my-17:hover {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .md\:hover\:mx-17:hover {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .md\:hover\:my-18:hover {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .md\:hover\:mx-18:hover {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .md\:hover\:my-19:hover {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .md\:hover\:mx-19:hover {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .md\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:hover\:my-75:hover {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .md\:hover\:mx-75:hover {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .md\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:hover\:-my-7:hover {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:hover\:-mx-7:hover {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:hover\:-my-9:hover {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:hover\:-mx-9:hover {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:hover\:-my-11:hover {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:hover\:-mx-11:hover {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:hover\:-my-13:hover {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .md\:hover\:-mx-13:hover {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .md\:hover\:-my-14:hover {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:hover\:-mx-14:hover {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:hover\:-my-15:hover {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:hover\:-mx-15:hover {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .md\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:hover\:-my-17:hover {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .md\:hover\:-mx-17:hover {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .md\:hover\:-my-18:hover {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .md\:hover\:-mx-18:hover {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .md\:hover\:-my-19:hover {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .md\:hover\:-mx-19:hover {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .md\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:hover\:-my-75:hover {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .md\:hover\:-mx-75:hover {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .md\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:hover\:mt-0:hover {
    margin-top: 0;
  }

  .md\:hover\:mr-0:hover {
    margin-right: 0;
  }

  .md\:hover\:mb-0:hover {
    margin-bottom: 0;
  }

  .md\:hover\:ml-0:hover {
    margin-left: 0;
  }

  .md\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .md\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .md\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .md\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .md\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .md\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .md\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .md\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .md\:hover\:mt-3:hover {
    margin-top: 0.75rem;
  }

  .md\:hover\:mr-3:hover {
    margin-right: 0.75rem;
  }

  .md\:hover\:mb-3:hover {
    margin-bottom: 0.75rem;
  }

  .md\:hover\:ml-3:hover {
    margin-left: 0.75rem;
  }

  .md\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .md\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .md\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .md\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .md\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .md\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .md\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .md\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .md\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .md\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .md\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .md\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .md\:hover\:mt-7:hover {
    margin-top: 1.75rem;
  }

  .md\:hover\:mr-7:hover {
    margin-right: 1.75rem;
  }

  .md\:hover\:mb-7:hover {
    margin-bottom: 1.75rem;
  }

  .md\:hover\:ml-7:hover {
    margin-left: 1.75rem;
  }

  .md\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .md\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .md\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .md\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .md\:hover\:mt-9:hover {
    margin-top: 2.25rem;
  }

  .md\:hover\:mr-9:hover {
    margin-right: 2.25rem;
  }

  .md\:hover\:mb-9:hover {
    margin-bottom: 2.25rem;
  }

  .md\:hover\:ml-9:hover {
    margin-left: 2.25rem;
  }

  .md\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .md\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .md\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .md\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .md\:hover\:mt-11:hover {
    margin-top: 2.75rem;
  }

  .md\:hover\:mr-11:hover {
    margin-right: 2.75rem;
  }

  .md\:hover\:mb-11:hover {
    margin-bottom: 2.75rem;
  }

  .md\:hover\:ml-11:hover {
    margin-left: 2.75rem;
  }

  .md\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .md\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .md\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .md\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .md\:hover\:mt-13:hover {
    margin-top: 3.25rem;
  }

  .md\:hover\:mr-13:hover {
    margin-right: 3.25rem;
  }

  .md\:hover\:mb-13:hover {
    margin-bottom: 3.25rem;
  }

  .md\:hover\:ml-13:hover {
    margin-left: 3.25rem;
  }

  .md\:hover\:mt-14:hover {
    margin-top: 3.5rem;
  }

  .md\:hover\:mr-14:hover {
    margin-right: 3.5rem;
  }

  .md\:hover\:mb-14:hover {
    margin-bottom: 3.5rem;
  }

  .md\:hover\:ml-14:hover {
    margin-left: 3.5rem;
  }

  .md\:hover\:mt-15:hover {
    margin-top: 3.75rem;
  }

  .md\:hover\:mr-15:hover {
    margin-right: 3.75rem;
  }

  .md\:hover\:mb-15:hover {
    margin-bottom: 3.75rem;
  }

  .md\:hover\:ml-15:hover {
    margin-left: 3.75rem;
  }

  .md\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .md\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .md\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .md\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .md\:hover\:mt-17:hover {
    margin-top: 4.25rem;
  }

  .md\:hover\:mr-17:hover {
    margin-right: 4.25rem;
  }

  .md\:hover\:mb-17:hover {
    margin-bottom: 4.25rem;
  }

  .md\:hover\:ml-17:hover {
    margin-left: 4.25rem;
  }

  .md\:hover\:mt-18:hover {
    margin-top: 4.5rem;
  }

  .md\:hover\:mr-18:hover {
    margin-right: 4.5rem;
  }

  .md\:hover\:mb-18:hover {
    margin-bottom: 4.5rem;
  }

  .md\:hover\:ml-18:hover {
    margin-left: 4.5rem;
  }

  .md\:hover\:mt-19:hover {
    margin-top: 4.75rem;
  }

  .md\:hover\:mr-19:hover {
    margin-right: 4.75rem;
  }

  .md\:hover\:mb-19:hover {
    margin-bottom: 4.75rem;
  }

  .md\:hover\:ml-19:hover {
    margin-left: 4.75rem;
  }

  .md\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .md\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .md\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .md\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .md\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .md\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .md\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .md\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .md\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .md\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .md\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .md\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .md\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .md\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .md\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .md\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .md\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .md\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .md\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .md\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .md\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .md\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .md\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .md\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .md\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .md\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .md\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .md\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .md\:hover\:mt-75:hover {
    margin-top: 18.75rem;
  }

  .md\:hover\:mr-75:hover {
    margin-right: 18.75rem;
  }

  .md\:hover\:mb-75:hover {
    margin-bottom: 18.75rem;
  }

  .md\:hover\:ml-75:hover {
    margin-left: 18.75rem;
  }

  .md\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .md\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .md\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .md\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .md\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .md\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .md\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .md\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .md\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .md\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .md\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .md\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .md\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .md\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .md\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .md\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .md\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .md\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .md\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .md\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .md\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .md\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .md\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .md\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .md\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .md\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .md\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .md\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .md\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .md\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .md\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .md\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .md\:hover\:-mt-7:hover {
    margin-top: -1.75rem;
  }

  .md\:hover\:-mr-7:hover {
    margin-right: -1.75rem;
  }

  .md\:hover\:-mb-7:hover {
    margin-bottom: -1.75rem;
  }

  .md\:hover\:-ml-7:hover {
    margin-left: -1.75rem;
  }

  .md\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .md\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .md\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .md\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .md\:hover\:-mt-9:hover {
    margin-top: -2.25rem;
  }

  .md\:hover\:-mr-9:hover {
    margin-right: -2.25rem;
  }

  .md\:hover\:-mb-9:hover {
    margin-bottom: -2.25rem;
  }

  .md\:hover\:-ml-9:hover {
    margin-left: -2.25rem;
  }

  .md\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .md\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .md\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .md\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .md\:hover\:-mt-11:hover {
    margin-top: -2.75rem;
  }

  .md\:hover\:-mr-11:hover {
    margin-right: -2.75rem;
  }

  .md\:hover\:-mb-11:hover {
    margin-bottom: -2.75rem;
  }

  .md\:hover\:-ml-11:hover {
    margin-left: -2.75rem;
  }

  .md\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .md\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .md\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .md\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .md\:hover\:-mt-13:hover {
    margin-top: -3.25rem;
  }

  .md\:hover\:-mr-13:hover {
    margin-right: -3.25rem;
  }

  .md\:hover\:-mb-13:hover {
    margin-bottom: -3.25rem;
  }

  .md\:hover\:-ml-13:hover {
    margin-left: -3.25rem;
  }

  .md\:hover\:-mt-14:hover {
    margin-top: -3.5rem;
  }

  .md\:hover\:-mr-14:hover {
    margin-right: -3.5rem;
  }

  .md\:hover\:-mb-14:hover {
    margin-bottom: -3.5rem;
  }

  .md\:hover\:-ml-14:hover {
    margin-left: -3.5rem;
  }

  .md\:hover\:-mt-15:hover {
    margin-top: -3.75rem;
  }

  .md\:hover\:-mr-15:hover {
    margin-right: -3.75rem;
  }

  .md\:hover\:-mb-15:hover {
    margin-bottom: -3.75rem;
  }

  .md\:hover\:-ml-15:hover {
    margin-left: -3.75rem;
  }

  .md\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .md\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .md\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .md\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .md\:hover\:-mt-17:hover {
    margin-top: -4.25rem;
  }

  .md\:hover\:-mr-17:hover {
    margin-right: -4.25rem;
  }

  .md\:hover\:-mb-17:hover {
    margin-bottom: -4.25rem;
  }

  .md\:hover\:-ml-17:hover {
    margin-left: -4.25rem;
  }

  .md\:hover\:-mt-18:hover {
    margin-top: -4.5rem;
  }

  .md\:hover\:-mr-18:hover {
    margin-right: -4.5rem;
  }

  .md\:hover\:-mb-18:hover {
    margin-bottom: -4.5rem;
  }

  .md\:hover\:-ml-18:hover {
    margin-left: -4.5rem;
  }

  .md\:hover\:-mt-19:hover {
    margin-top: -4.75rem;
  }

  .md\:hover\:-mr-19:hover {
    margin-right: -4.75rem;
  }

  .md\:hover\:-mb-19:hover {
    margin-bottom: -4.75rem;
  }

  .md\:hover\:-ml-19:hover {
    margin-left: -4.75rem;
  }

  .md\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .md\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .md\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .md\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .md\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .md\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .md\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .md\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .md\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .md\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .md\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .md\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .md\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .md\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .md\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .md\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .md\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .md\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .md\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .md\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .md\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .md\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .md\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .md\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .md\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .md\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .md\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .md\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .md\:hover\:-mt-75:hover {
    margin-top: -18.75rem;
  }

  .md\:hover\:-mr-75:hover {
    margin-right: -18.75rem;
  }

  .md\:hover\:-mb-75:hover {
    margin-bottom: -18.75rem;
  }

  .md\:hover\:-ml-75:hover {
    margin-left: -18.75rem;
  }

  .md\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .md\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .md\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .md\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .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-9\! {
    margin: 2.25rem !important;
  }

  .md\:m-10\! {
    margin: 2.5rem !important;
  }

  .md\:m-11\! {
    margin: 2.75rem !important;
  }

  .md\:m-12\! {
    margin: 3rem !important;
  }

  .md\:m-13\! {
    margin: 3.25rem !important;
  }

  .md\:m-14\! {
    margin: 3.5rem !important;
  }

  .md\:m-15\! {
    margin: 3.75rem !important;
  }

  .md\:m-16\! {
    margin: 4rem !important;
  }

  .md\:m-17\! {
    margin: 4.25rem !important;
  }

  .md\:m-18\! {
    margin: 4.5rem !important;
  }

  .md\:m-19\! {
    margin: 4.75rem !important;
  }

  .md\:m-20\! {
    margin: 5rem !important;
  }

  .md\:m-24\! {
    margin: 6rem !important;
  }

  .md\:m-32\! {
    margin: 8rem !important;
  }

  .md\:m-40\! {
    margin: 10rem !important;
  }

  .md\:m-48\! {
    margin: 12rem !important;
  }

  .md\:m-56\! {
    margin: 14rem !important;
  }

  .md\:m-64\! {
    margin: 16rem !important;
  }

  .md\:m-75\! {
    margin: 18.75rem !important;
  }

  .md\:m-auto\! {
    margin: auto !important;
  }

  .md\:m-px\! {
    margin: 1px !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-9\! {
    margin: -2.25rem !important;
  }

  .md\:-m-10\! {
    margin: -2.5rem !important;
  }

  .md\:-m-11\! {
    margin: -2.75rem !important;
  }

  .md\:-m-12\! {
    margin: -3rem !important;
  }

  .md\:-m-13\! {
    margin: -3.25rem !important;
  }

  .md\:-m-14\! {
    margin: -3.5rem !important;
  }

  .md\:-m-15\! {
    margin: -3.75rem !important;
  }

  .md\:-m-16\! {
    margin: -4rem !important;
  }

  .md\:-m-17\! {
    margin: -4.25rem !important;
  }

  .md\:-m-18\! {
    margin: -4.5rem !important;
  }

  .md\:-m-19\! {
    margin: -4.75rem !important;
  }

  .md\:-m-20\! {
    margin: -5rem !important;
  }

  .md\:-m-24\! {
    margin: -6rem !important;
  }

  .md\:-m-32\! {
    margin: -8rem !important;
  }

  .md\:-m-40\! {
    margin: -10rem !important;
  }

  .md\:-m-48\! {
    margin: -12rem !important;
  }

  .md\:-m-56\! {
    margin: -14rem !important;
  }

  .md\:-m-64\! {
    margin: -16rem !important;
  }

  .md\:-m-75\! {
    margin: -18.75rem !important;
  }

  .md\:-m-px\! {
    margin: -1px !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-9\! {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .md\:mx-9\! {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !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-11\! {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .md\:mx-11\! {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !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-13\! {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .md\:mx-13\! {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }

  .md\:my-14\! {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .md\:mx-14\! {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .md\:my-15\! {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .md\:mx-15\! {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !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-17\! {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }

  .md\:mx-17\! {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important;
  }

  .md\:my-18\! {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .md\:mx-18\! {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .md\:my-19\! {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .md\:mx-19\! {
    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-24\! {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:mx-24\! {
    margin-left: 6rem !important;
    margin-right: 6rem !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-48\! {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md\:mx-48\! {
    margin-left: 12rem !important;
    margin-right: 12rem !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-64\! {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\:mx-64\! {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:my-75\! {
    margin-top: 18.75rem !important;
    margin-bottom: 18.75rem !important;
  }

  .md\:mx-75\! {
    margin-left: 18.75rem !important;
    margin-right: 18.75rem !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-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-9\! {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .md\:-mx-9\! {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !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-11\! {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .md\:-mx-11\! {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !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-13\! {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }

  .md\:-mx-13\! {
    margin-left: -3.25rem !important;
    margin-right: -3.25rem !important;
  }

  .md\:-my-14\! {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .md\:-mx-14\! {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .md\:-my-15\! {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .md\:-mx-15\! {
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !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-17\! {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }

  .md\:-mx-17\! {
    margin-left: -4.25rem !important;
    margin-right: -4.25rem !important;
  }

  .md\:-my-18\! {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .md\:-mx-18\! {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }

  .md\:-my-19\! {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }

  .md\:-mx-19\! {
    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-24\! {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:-mx-24\! {
    margin-left: -6rem !important;
    margin-right: -6rem !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-48\! {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md\:-mx-48\! {
    margin-left: -12rem !important;
    margin-right: -12rem !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-64\! {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md\:-mx-64\! {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md\:-my-75\! {
    margin-top: -18.75rem !important;
    margin-bottom: -18.75rem !important;
  }

  .md\:-mx-75\! {
    margin-left: -18.75rem !important;
    margin-right: -18.75rem !important;
  }

  .md\:-my-px\! {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:-mx-px\! {
    margin-left: -1px !important;
    margin-right: -1px !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-9\! {
    margin-top: 2.25rem !important;
  }

  .md\:mr-9\! {
    margin-right: 2.25rem !important;
  }

  .md\:mb-9\! {
    margin-bottom: 2.25rem !important;
  }

  .md\:ml-9\! {
    margin-left: 2.25rem !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-11\! {
    margin-top: 2.75rem !important;
  }

  .md\:mr-11\! {
    margin-right: 2.75rem !important;
  }

  .md\:mb-11\! {
    margin-bottom: 2.75rem !important;
  }

  .md\:ml-11\! {
    margin-left: 2.75rem !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-13\! {
    margin-top: 3.25rem !important;
  }

  .md\:mr-13\! {
    margin-right: 3.25rem !important;
  }

  .md\:mb-13\! {
    margin-bottom: 3.25rem !important;
  }

  .md\:ml-13\! {
    margin-left: 3.25rem !important;
  }

  .md\:mt-14\! {
    margin-top: 3.5rem !important;
  }

  .md\:mr-14\! {
    margin-right: 3.5rem !important;
  }

  .md\:mb-14\! {
    margin-bottom: 3.5rem !important;
  }

  .md\:ml-14\! {
    margin-left: 3.5rem !important;
  }

  .md\:mt-15\! {
    margin-top: 3.75rem !important;
  }

  .md\:mr-15\! {
    margin-right: 3.75rem !important;
  }

  .md\:mb-15\! {
    margin-bottom: 3.75rem !important;
  }

  .md\:ml-15\! {
    margin-left: 3.75rem !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-17\! {
    margin-top: 4.25rem !important;
  }

  .md\:mr-17\! {
    margin-right: 4.25rem !important;
  }

  .md\:mb-17\! {
    margin-bottom: 4.25rem !important;
  }

  .md\:ml-17\! {
    margin-left: 4.25rem !important;
  }

  .md\:mt-18\! {
    margin-top: 4.5rem !important;
  }

  .md\:mr-18\! {
    margin-right: 4.5rem !important;
  }

  .md\:mb-18\! {
    margin-bottom: 4.5rem !important;
  }

  .md\:ml-18\! {
    margin-left: 4.5rem !important;
  }

  .md\:mt-19\! {
    margin-top: 4.75rem !important;
  }

  .md\:mr-19\! {
    margin-right: 4.75rem !important;
  }

  .md\:mb-19\! {
    margin-bottom: 4.75rem !important;
  }

  .md\:ml-19\! {
    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-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-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-48\! {
    margin-top: 12rem !important;
  }

  .md\:mr-48\! {
    margin-right: 12rem !important;
  }

  .md\:mb-48\! {
    margin-bottom: 12rem !important;
  }

  .md\:ml-48\! {
    margin-left: 12rem !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-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-75\! {
    margin-top: 18.75rem !important;
  }

  .md\:mr-75\! {
    margin-right: 18.75rem !important;
  }

  .md\:mb-75\! {
    margin-bottom: 18.75rem !important;
  }

  .md\:ml-75\! {
    margin-left: 18.75rem !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-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-9\! {
    margin-top: -2.25rem !important;
  }

  .md\:-mr-9\! {
    margin-right: -2.25rem !important;
  }

  .md\:-mb-9\! {
    margin-bottom: -2.25rem !important;
  }

  .md\:-ml-9\! {
    margin-left: -2.25rem !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-11\! {
    margin-top: -2.75rem !important;
  }

  .md\:-mr-11\! {
    margin-right: -2.75rem !important;
  }

  .md\:-mb-11\! {
    margin-bottom: -2.75rem !important;
  }

  .md\:-ml-11\! {
    margin-left: -2.75rem !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-13\! {
    margin-top: -3.25rem !important;
  }

  .md\:-mr-13\! {
    margin-right: -3.25rem !important;
  }

  .md\:-mb-13\! {
    margin-bottom: -3.25rem !important;
  }

  .md\:-ml-13\! {
    margin-left: -3.25rem !important;
  }

  .md\:-mt-14\! {
    margin-top: -3.5rem !important;
  }

  .md\:-mr-14\! {
    margin-right: -3.5rem !important;
  }

  .md\:-mb-14\! {
    margin-bottom: -3.5rem !important;
  }

  .md\:-ml-14\! {
    margin-left: -3.5rem !important;
  }

  .md\:-mt-15\! {
    margin-top: -3.75rem !important;
  }

  .md\:-mr-15\! {
    margin-right: -3.75rem !important;
  }

  .md\:-mb-15\! {
    margin-bottom: -3.75rem !important;
  }

  .md\:-ml-15\! {
    margin-left: -3.75rem !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-17\! {
    margin-top: -4.25rem !important;
  }

  .md\:-mr-17\! {
    margin-right: -4.25rem !important;
  }

  .md\:-mb-17\! {
    margin-bottom: -4.25rem !important;
  }

  .md\:-ml-17\! {
    margin-left: -4.25rem !important;
  }

  .md\:-mt-18\! {
    margin-top: -4.5rem !important;
  }

  .md\:-mr-18\! {
    margin-right: -4.5rem !important;
  }

  .md\:-mb-18\! {
    margin-bottom: -4.5rem !important;
  }

  .md\:-ml-18\! {
    margin-left: -4.5rem !important;
  }

  .md\:-mt-19\! {
    margin-top: -4.75rem !important;
  }

  .md\:-mr-19\! {
    margin-right: -4.75rem !important;
  }

  .md\:-mb-19\! {
    margin-bottom: -4.75rem !important;
  }

  .md\:-ml-19\! {
    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-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-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-48\! {
    margin-top: -12rem !important;
  }

  .md\:-mr-48\! {
    margin-right: -12rem !important;
  }

  .md\:-mb-48\! {
    margin-bottom: -12rem !important;
  }

  .md\:-ml-48\! {
    margin-left: -12rem !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-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-75\! {
    margin-top: -18.75rem !important;
  }

  .md\:-mr-75\! {
    margin-right: -18.75rem !important;
  }

  .md\:-mb-75\! {
    margin-bottom: -18.75rem !important;
  }

  .md\:-ml-75\! {
    margin-left: -18.75rem !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\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:even\:max-h-full:nth-child(even) {
    max-height: 100%;
  }

  .md\:even\:max-h-screen:nth-child(even) {
    max-height: 100vh;
  }

  .md\:odd\:max-h-full:nth-child(odd) {
    max-height: 100%;
  }

  .md\:odd\:max-h-screen:nth-child(odd) {
    max-height: 100vh;
  }

  .md\:children\:max-h-full > * {
    max-height: 100%;
  }

  .md\:children\:max-h-screen > * {
    max-height: 100vh;
  }

  .md\:first\:max-h-full:first-child {
    max-height: 100%;
  }

  .md\:first\:max-h-screen:first-child {
    max-height: 100vh;
  }

  .md\:last\:max-h-full:last-child {
    max-height: 100%;
  }

  .md\:last\:max-h-screen:last-child {
    max-height: 100vh;
  }

  .md\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .md\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .md\:max-h-full\! {
    max-height: 100% !important;
  }

  .md\:max-h-screen\! {
    max-height: 100vh !important;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:max-w-5xl {
    max-width: 64rem;
  }

  .md\:max-w-6xl {
    max-width: 72rem;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-screen-sm {
    max-width: 640px;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:max-w-screen-lg {
    max-width: 1024px;
  }

  .md\:max-w-screen-xl {
    max-width: 1280px;
  }

  .md\:max-w-1\/2 {
    max-width: 50%;
  }

  .md\:max-w-1\/3 {
    max-width: 33.333333%;
  }

  .md\:max-w-1\/4 {
    max-width: 25%;
  }

  .md\:max-w-1\/5 {
    max-width: 20%;
  }

  .md\:max-w-1\/12 {
    max-width: 8.333333%;
  }

  .md\:even\:max-w-none:nth-child(even) {
    max-width: none;
  }

  .md\:even\:max-w-xs:nth-child(even) {
    max-width: 20rem;
  }

  .md\:even\:max-w-sm:nth-child(even) {
    max-width: 24rem;
  }

  .md\:even\:max-w-md:nth-child(even) {
    max-width: 28rem;
  }

  .md\:even\:max-w-lg:nth-child(even) {
    max-width: 32rem;
  }

  .md\:even\:max-w-xl:nth-child(even) {
    max-width: 36rem;
  }

  .md\:even\:max-w-2xl:nth-child(even) {
    max-width: 42rem;
  }

  .md\:even\:max-w-3xl:nth-child(even) {
    max-width: 48rem;
  }

  .md\:even\:max-w-4xl:nth-child(even) {
    max-width: 56rem;
  }

  .md\:even\:max-w-5xl:nth-child(even) {
    max-width: 64rem;
  }

  .md\:even\:max-w-6xl:nth-child(even) {
    max-width: 72rem;
  }

  .md\:even\:max-w-full:nth-child(even) {
    max-width: 100%;
  }

  .md\:even\:max-w-screen-sm:nth-child(even) {
    max-width: 640px;
  }

  .md\:even\:max-w-screen-md:nth-child(even) {
    max-width: 768px;
  }

  .md\:even\:max-w-screen-lg:nth-child(even) {
    max-width: 1024px;
  }

  .md\:even\:max-w-screen-xl:nth-child(even) {
    max-width: 1280px;
  }

  .md\:even\:max-w-1\/2:nth-child(even) {
    max-width: 50%;
  }

  .md\:even\:max-w-1\/3:nth-child(even) {
    max-width: 33.333333%;
  }

  .md\:even\:max-w-1\/4:nth-child(even) {
    max-width: 25%;
  }

  .md\:even\:max-w-1\/5:nth-child(even) {
    max-width: 20%;
  }

  .md\:even\:max-w-1\/12:nth-child(even) {
    max-width: 8.333333%;
  }

  .md\:odd\:max-w-none:nth-child(odd) {
    max-width: none;
  }

  .md\:odd\:max-w-xs:nth-child(odd) {
    max-width: 20rem;
  }

  .md\:odd\:max-w-sm:nth-child(odd) {
    max-width: 24rem;
  }

  .md\:odd\:max-w-md:nth-child(odd) {
    max-width: 28rem;
  }

  .md\:odd\:max-w-lg:nth-child(odd) {
    max-width: 32rem;
  }

  .md\:odd\:max-w-xl:nth-child(odd) {
    max-width: 36rem;
  }

  .md\:odd\:max-w-2xl:nth-child(odd) {
    max-width: 42rem;
  }

  .md\:odd\:max-w-3xl:nth-child(odd) {
    max-width: 48rem;
  }

  .md\:odd\:max-w-4xl:nth-child(odd) {
    max-width: 56rem;
  }

  .md\:odd\:max-w-5xl:nth-child(odd) {
    max-width: 64rem;
  }

  .md\:odd\:max-w-6xl:nth-child(odd) {
    max-width: 72rem;
  }

  .md\:odd\:max-w-full:nth-child(odd) {
    max-width: 100%;
  }

  .md\:odd\:max-w-screen-sm:nth-child(odd) {
    max-width: 640px;
  }

  .md\:odd\:max-w-screen-md:nth-child(odd) {
    max-width: 768px;
  }

  .md\:odd\:max-w-screen-lg:nth-child(odd) {
    max-width: 1024px;
  }

  .md\:odd\:max-w-screen-xl:nth-child(odd) {
    max-width: 1280px;
  }

  .md\:odd\:max-w-1\/2:nth-child(odd) {
    max-width: 50%;
  }

  .md\:odd\:max-w-1\/3:nth-child(odd) {
    max-width: 33.333333%;
  }

  .md\:odd\:max-w-1\/4:nth-child(odd) {
    max-width: 25%;
  }

  .md\:odd\:max-w-1\/5:nth-child(odd) {
    max-width: 20%;
  }

  .md\:odd\:max-w-1\/12:nth-child(odd) {
    max-width: 8.333333%;
  }

  .md\:children\:max-w-none > * {
    max-width: none;
  }

  .md\:children\:max-w-xs > * {
    max-width: 20rem;
  }

  .md\:children\:max-w-sm > * {
    max-width: 24rem;
  }

  .md\:children\:max-w-md > * {
    max-width: 28rem;
  }

  .md\:children\:max-w-lg > * {
    max-width: 32rem;
  }

  .md\:children\:max-w-xl > * {
    max-width: 36rem;
  }

  .md\:children\:max-w-2xl > * {
    max-width: 42rem;
  }

  .md\:children\:max-w-3xl > * {
    max-width: 48rem;
  }

  .md\:children\:max-w-4xl > * {
    max-width: 56rem;
  }

  .md\:children\:max-w-5xl > * {
    max-width: 64rem;
  }

  .md\:children\:max-w-6xl > * {
    max-width: 72rem;
  }

  .md\:children\:max-w-full > * {
    max-width: 100%;
  }

  .md\:children\:max-w-screen-sm > * {
    max-width: 640px;
  }

  .md\:children\:max-w-screen-md > * {
    max-width: 768px;
  }

  .md\:children\:max-w-screen-lg > * {
    max-width: 1024px;
  }

  .md\:children\:max-w-screen-xl > * {
    max-width: 1280px;
  }

  .md\:children\:max-w-1\/2 > * {
    max-width: 50%;
  }

  .md\:children\:max-w-1\/3 > * {
    max-width: 33.333333%;
  }

  .md\:children\:max-w-1\/4 > * {
    max-width: 25%;
  }

  .md\:children\:max-w-1\/5 > * {
    max-width: 20%;
  }

  .md\:children\:max-w-1\/12 > * {
    max-width: 8.333333%;
  }

  .md\:first\:max-w-none:first-child {
    max-width: none;
  }

  .md\:first\:max-w-xs:first-child {
    max-width: 20rem;
  }

  .md\:first\:max-w-sm:first-child {
    max-width: 24rem;
  }

  .md\:first\:max-w-md:first-child {
    max-width: 28rem;
  }

  .md\:first\:max-w-lg:first-child {
    max-width: 32rem;
  }

  .md\:first\:max-w-xl:first-child {
    max-width: 36rem;
  }

  .md\:first\:max-w-2xl:first-child {
    max-width: 42rem;
  }

  .md\:first\:max-w-3xl:first-child {
    max-width: 48rem;
  }

  .md\:first\:max-w-4xl:first-child {
    max-width: 56rem;
  }

  .md\:first\:max-w-5xl:first-child {
    max-width: 64rem;
  }

  .md\:first\:max-w-6xl:first-child {
    max-width: 72rem;
  }

  .md\:first\:max-w-full:first-child {
    max-width: 100%;
  }

  .md\:first\:max-w-screen-sm:first-child {
    max-width: 640px;
  }

  .md\:first\:max-w-screen-md:first-child {
    max-width: 768px;
  }

  .md\:first\:max-w-screen-lg:first-child {
    max-width: 1024px;
  }

  .md\:first\:max-w-screen-xl:first-child {
    max-width: 1280px;
  }

  .md\:first\:max-w-1\/2:first-child {
    max-width: 50%;
  }

  .md\:first\:max-w-1\/3:first-child {
    max-width: 33.333333%;
  }

  .md\:first\:max-w-1\/4:first-child {
    max-width: 25%;
  }

  .md\:first\:max-w-1\/5:first-child {
    max-width: 20%;
  }

  .md\:first\:max-w-1\/12:first-child {
    max-width: 8.333333%;
  }

  .md\:last\:max-w-none:last-child {
    max-width: none;
  }

  .md\:last\:max-w-xs:last-child {
    max-width: 20rem;
  }

  .md\:last\:max-w-sm:last-child {
    max-width: 24rem;
  }

  .md\:last\:max-w-md:last-child {
    max-width: 28rem;
  }

  .md\:last\:max-w-lg:last-child {
    max-width: 32rem;
  }

  .md\:last\:max-w-xl:last-child {
    max-width: 36rem;
  }

  .md\:last\:max-w-2xl:last-child {
    max-width: 42rem;
  }

  .md\:last\:max-w-3xl:last-child {
    max-width: 48rem;
  }

  .md\:last\:max-w-4xl:last-child {
    max-width: 56rem;
  }

  .md\:last\:max-w-5xl:last-child {
    max-width: 64rem;
  }

  .md\:last\:max-w-6xl:last-child {
    max-width: 72rem;
  }

  .md\:last\:max-w-full:last-child {
    max-width: 100%;
  }

  .md\:last\:max-w-screen-sm:last-child {
    max-width: 640px;
  }

  .md\:last\:max-w-screen-md:last-child {
    max-width: 768px;
  }

  .md\:last\:max-w-screen-lg:last-child {
    max-width: 1024px;
  }

  .md\:last\:max-w-screen-xl:last-child {
    max-width: 1280px;
  }

  .md\:last\:max-w-1\/2:last-child {
    max-width: 50%;
  }

  .md\:last\:max-w-1\/3:last-child {
    max-width: 33.333333%;
  }

  .md\:last\:max-w-1\/4:last-child {
    max-width: 25%;
  }

  .md\:last\:max-w-1\/5:last-child {
    max-width: 20%;
  }

  .md\:last\:max-w-1\/12:last-child {
    max-width: 8.333333%;
  }

  .md\:hover\:max-w-none:hover {
    max-width: none;
  }

  .md\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .md\:hover\:max-w-sm:hover {
    max-width: 24rem;
  }

  .md\:hover\:max-w-md:hover {
    max-width: 28rem;
  }

  .md\:hover\:max-w-lg:hover {
    max-width: 32rem;
  }

  .md\:hover\:max-w-xl:hover {
    max-width: 36rem;
  }

  .md\:hover\:max-w-2xl:hover {
    max-width: 42rem;
  }

  .md\:hover\:max-w-3xl:hover {
    max-width: 48rem;
  }

  .md\:hover\:max-w-4xl:hover {
    max-width: 56rem;
  }

  .md\:hover\:max-w-5xl:hover {
    max-width: 64rem;
  }

  .md\:hover\:max-w-6xl:hover {
    max-width: 72rem;
  }

  .md\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .md\:hover\:max-w-screen-sm:hover {
    max-width: 640px;
  }

  .md\:hover\:max-w-screen-md:hover {
    max-width: 768px;
  }

  .md\:hover\:max-w-screen-lg:hover {
    max-width: 1024px;
  }

  .md\:hover\:max-w-screen-xl:hover {
    max-width: 1280px;
  }

  .md\:hover\:max-w-1\/2:hover {
    max-width: 50%;
  }

  .md\:hover\:max-w-1\/3:hover {
    max-width: 33.333333%;
  }

  .md\:hover\:max-w-1\/4:hover {
    max-width: 25%;
  }

  .md\:hover\:max-w-1\/5:hover {
    max-width: 20%;
  }

  .md\:hover\:max-w-1\/12:hover {
    max-width: 8.333333%;
  }

  .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: 640px !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-1\/2\! {
    max-width: 50% !important;
  }

  .md\:max-w-1\/3\! {
    max-width: 33.333333% !important;
  }

  .md\:max-w-1\/4\! {
    max-width: 25% !important;
  }

  .md\:max-w-1\/5\! {
    max-width: 20% !important;
  }

  .md\:max-w-1\/12\! {
    max-width: 8.333333% !important;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:even\:min-h-0:nth-child(even) {
    min-height: 0;
  }

  .md\:even\:min-h-full:nth-child(even) {
    min-height: 100%;
  }

  .md\:even\:min-h-screen:nth-child(even) {
    min-height: 100vh;
  }

  .md\:odd\:min-h-0:nth-child(odd) {
    min-height: 0;
  }

  .md\:odd\:min-h-full:nth-child(odd) {
    min-height: 100%;
  }

  .md\:odd\:min-h-screen:nth-child(odd) {
    min-height: 100vh;
  }

  .md\:children\:min-h-0 > * {
    min-height: 0;
  }

  .md\:children\:min-h-full > * {
    min-height: 100%;
  }

  .md\:children\:min-h-screen > * {
    min-height: 100vh;
  }

  .md\:first\:min-h-0:first-child {
    min-height: 0;
  }

  .md\:first\:min-h-full:first-child {
    min-height: 100%;
  }

  .md\:first\:min-h-screen:first-child {
    min-height: 100vh;
  }

  .md\:last\:min-h-0:last-child {
    min-height: 0;
  }

  .md\:last\:min-h-full:last-child {
    min-height: 100%;
  }

  .md\:last\:min-h-screen:last-child {
    min-height: 100vh;
  }

  .md\:hover\:min-h-0:hover {
    min-height: 0;
  }

  .md\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .md\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .md\:min-h-0\! {
    min-height: 0 !important;
  }

  .md\:min-h-full\! {
    min-height: 100% !important;
  }

  .md\:min-h-screen\! {
    min-height: 100vh !important;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:even\:min-w-0:nth-child(even) {
    min-width: 0;
  }

  .md\:even\:min-w-full:nth-child(even) {
    min-width: 100%;
  }

  .md\:odd\:min-w-0:nth-child(odd) {
    min-width: 0;
  }

  .md\:odd\:min-w-full:nth-child(odd) {
    min-width: 100%;
  }

  .md\:children\:min-w-0 > * {
    min-width: 0;
  }

  .md\:children\:min-w-full > * {
    min-width: 100%;
  }

  .md\:first\:min-w-0:first-child {
    min-width: 0;
  }

  .md\:first\:min-w-full:first-child {
    min-width: 100%;
  }

  .md\:last\:min-w-0:last-child {
    min-width: 0;
  }

  .md\:last\:min-w-full:last-child {
    min-width: 100%;
  }

  .md\:hover\:min-w-0:hover {
    min-width: 0;
  }

  .md\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .md\:min-w-0\! {
    min-width: 0 !important;
  }

  .md\:min-w-full\! {
    min-width: 100% !important;
  }

  .md\:object-contain {
    object-fit: contain;
  }

  .md\:object-cover {
    object-fit: cover;
  }

  .md\:object-fill {
    object-fit: fill;
  }

  .md\:object-none {
    object-fit: none;
  }

  .md\:object-scale-down {
    object-fit: scale-down;
  }

  .md\:even\:object-contain:nth-child(even) {
    object-fit: contain;
  }

  .md\:even\:object-cover:nth-child(even) {
    object-fit: cover;
  }

  .md\:even\:object-fill:nth-child(even) {
    object-fit: fill;
  }

  .md\:even\:object-none:nth-child(even) {
    object-fit: none;
  }

  .md\:even\:object-scale-down:nth-child(even) {
    object-fit: scale-down;
  }

  .md\:odd\:object-contain:nth-child(odd) {
    object-fit: contain;
  }

  .md\:odd\:object-cover:nth-child(odd) {
    object-fit: cover;
  }

  .md\:odd\:object-fill:nth-child(odd) {
    object-fit: fill;
  }

  .md\:odd\:object-none:nth-child(odd) {
    object-fit: none;
  }

  .md\:odd\:object-scale-down:nth-child(odd) {
    object-fit: scale-down;
  }

  .md\:children\:object-contain > * {
    object-fit: contain;
  }

  .md\:children\:object-cover > * {
    object-fit: cover;
  }

  .md\:children\:object-fill > * {
    object-fit: fill;
  }

  .md\:children\:object-none > * {
    object-fit: none;
  }

  .md\:children\:object-scale-down > * {
    object-fit: scale-down;
  }

  .md\:first\:object-contain:first-child {
    object-fit: contain;
  }

  .md\:first\:object-cover:first-child {
    object-fit: cover;
  }

  .md\:first\:object-fill:first-child {
    object-fit: fill;
  }

  .md\:first\:object-none:first-child {
    object-fit: none;
  }

  .md\:first\:object-scale-down:first-child {
    object-fit: scale-down;
  }

  .md\:last\:object-contain:last-child {
    object-fit: contain;
  }

  .md\:last\:object-cover:last-child {
    object-fit: cover;
  }

  .md\:last\:object-fill:last-child {
    object-fit: fill;
  }

  .md\:last\:object-none:last-child {
    object-fit: none;
  }

  .md\:last\:object-scale-down:last-child {
    object-fit: scale-down;
  }

  .md\:hover\:object-contain:hover {
    object-fit: contain;
  }

  .md\:hover\:object-cover:hover {
    object-fit: cover;
  }

  .md\:hover\:object-fill:hover {
    object-fit: fill;
  }

  .md\:hover\:object-none:hover {
    object-fit: none;
  }

  .md\:hover\:object-scale-down:hover {
    object-fit: scale-down;
  }

  .md\:object-contain\! {
    object-fit: contain !important;
  }

  .md\:object-cover\! {
    object-fit: cover !important;
  }

  .md\:object-fill\! {
    object-fit: fill !important;
  }

  .md\:object-none\! {
    object-fit: none !important;
  }

  .md\:object-scale-down\! {
    object-fit: scale-down !important;
  }

  .md\:object-bottom {
    object-position: bottom;
  }

  .md\:object-center {
    object-position: center;
  }

  .md\:object-left {
    object-position: left;
  }

  .md\:object-left-bottom {
    object-position: left bottom;
  }

  .md\:object-left-top {
    object-position: left top;
  }

  .md\:object-right {
    object-position: right;
  }

  .md\:object-right-bottom {
    object-position: right bottom;
  }

  .md\:object-right-top {
    object-position: right top;
  }

  .md\:object-top {
    object-position: top;
  }

  .md\:even\:object-bottom:nth-child(even) {
    object-position: bottom;
  }

  .md\:even\:object-center:nth-child(even) {
    object-position: center;
  }

  .md\:even\:object-left:nth-child(even) {
    object-position: left;
  }

  .md\:even\:object-left-bottom:nth-child(even) {
    object-position: left bottom;
  }

  .md\:even\:object-left-top:nth-child(even) {
    object-position: left top;
  }

  .md\:even\:object-right:nth-child(even) {
    object-position: right;
  }

  .md\:even\:object-right-bottom:nth-child(even) {
    object-position: right bottom;
  }

  .md\:even\:object-right-top:nth-child(even) {
    object-position: right top;
  }

  .md\:even\:object-top:nth-child(even) {
    object-position: top;
  }

  .md\:odd\:object-bottom:nth-child(odd) {
    object-position: bottom;
  }

  .md\:odd\:object-center:nth-child(odd) {
    object-position: center;
  }

  .md\:odd\:object-left:nth-child(odd) {
    object-position: left;
  }

  .md\:odd\:object-left-bottom:nth-child(odd) {
    object-position: left bottom;
  }

  .md\:odd\:object-left-top:nth-child(odd) {
    object-position: left top;
  }

  .md\:odd\:object-right:nth-child(odd) {
    object-position: right;
  }

  .md\:odd\:object-right-bottom:nth-child(odd) {
    object-position: right bottom;
  }

  .md\:odd\:object-right-top:nth-child(odd) {
    object-position: right top;
  }

  .md\:odd\:object-top:nth-child(odd) {
    object-position: top;
  }

  .md\:children\:object-bottom > * {
    object-position: bottom;
  }

  .md\:children\:object-center > * {
    object-position: center;
  }

  .md\:children\:object-left > * {
    object-position: left;
  }

  .md\:children\:object-left-bottom > * {
    object-position: left bottom;
  }

  .md\:children\:object-left-top > * {
    object-position: left top;
  }

  .md\:children\:object-right > * {
    object-position: right;
  }

  .md\:children\:object-right-bottom > * {
    object-position: right bottom;
  }

  .md\:children\:object-right-top > * {
    object-position: right top;
  }

  .md\:children\:object-top > * {
    object-position: top;
  }

  .md\:first\:object-bottom:first-child {
    object-position: bottom;
  }

  .md\:first\:object-center:first-child {
    object-position: center;
  }

  .md\:first\:object-left:first-child {
    object-position: left;
  }

  .md\:first\:object-left-bottom:first-child {
    object-position: left bottom;
  }

  .md\:first\:object-left-top:first-child {
    object-position: left top;
  }

  .md\:first\:object-right:first-child {
    object-position: right;
  }

  .md\:first\:object-right-bottom:first-child {
    object-position: right bottom;
  }

  .md\:first\:object-right-top:first-child {
    object-position: right top;
  }

  .md\:first\:object-top:first-child {
    object-position: top;
  }

  .md\:last\:object-bottom:last-child {
    object-position: bottom;
  }

  .md\:last\:object-center:last-child {
    object-position: center;
  }

  .md\:last\:object-left:last-child {
    object-position: left;
  }

  .md\:last\:object-left-bottom:last-child {
    object-position: left bottom;
  }

  .md\:last\:object-left-top:last-child {
    object-position: left top;
  }

  .md\:last\:object-right:last-child {
    object-position: right;
  }

  .md\:last\:object-right-bottom:last-child {
    object-position: right bottom;
  }

  .md\:last\:object-right-top:last-child {
    object-position: right top;
  }

  .md\:last\:object-top:last-child {
    object-position: top;
  }

  .md\:hover\:object-bottom:hover {
    object-position: bottom;
  }

  .md\:hover\:object-center:hover {
    object-position: center;
  }

  .md\:hover\:object-left:hover {
    object-position: left;
  }

  .md\:hover\:object-left-bottom:hover {
    object-position: left bottom;
  }

  .md\:hover\:object-left-top:hover {
    object-position: left top;
  }

  .md\:hover\:object-right:hover {
    object-position: right;
  }

  .md\:hover\:object-right-bottom:hover {
    object-position: right bottom;
  }

  .md\:hover\:object-right-top:hover {
    object-position: right top;
  }

  .md\:hover\:object-top:hover {
    object-position: top;
  }

  .md\:object-bottom\! {
    object-position: bottom !important;
  }

  .md\:object-center\! {
    object-position: center !important;
  }

  .md\:object-left\! {
    object-position: left !important;
  }

  .md\:object-left-bottom\! {
    object-position: left bottom !important;
  }

  .md\:object-left-top\! {
    object-position: left top !important;
  }

  .md\:object-right\! {
    object-position: right !important;
  }

  .md\:object-right-bottom\! {
    object-position: right bottom !important;
  }

  .md\:object-right-top\! {
    object-position: right top !important;
  }

  .md\:object-top\! {
    object-position: top !important;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-25 {
    opacity: 0.25;
  }

  .md\:opacity-50 {
    opacity: 0.5;
  }

  .md\:opacity-75 {
    opacity: 0.75;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:even\:opacity-0:nth-child(even) {
    opacity: 0;
  }

  .md\:even\:opacity-25:nth-child(even) {
    opacity: 0.25;
  }

  .md\:even\:opacity-50:nth-child(even) {
    opacity: 0.5;
  }

  .md\:even\:opacity-75:nth-child(even) {
    opacity: 0.75;
  }

  .md\:even\:opacity-100:nth-child(even) {
    opacity: 1;
  }

  .md\:odd\:opacity-0:nth-child(odd) {
    opacity: 0;
  }

  .md\:odd\:opacity-25:nth-child(odd) {
    opacity: 0.25;
  }

  .md\:odd\:opacity-50:nth-child(odd) {
    opacity: 0.5;
  }

  .md\:odd\:opacity-75:nth-child(odd) {
    opacity: 0.75;
  }

  .md\:odd\:opacity-100:nth-child(odd) {
    opacity: 1;
  }

  .md\:children\:opacity-0 > * {
    opacity: 0;
  }

  .md\:children\:opacity-25 > * {
    opacity: 0.25;
  }

  .md\:children\:opacity-50 > * {
    opacity: 0.5;
  }

  .md\:children\:opacity-75 > * {
    opacity: 0.75;
  }

  .md\:children\:opacity-100 > * {
    opacity: 1;
  }

  .md\:first\:opacity-0:first-child {
    opacity: 0;
  }

  .md\:first\:opacity-25:first-child {
    opacity: 0.25;
  }

  .md\:first\:opacity-50:first-child {
    opacity: 0.5;
  }

  .md\:first\:opacity-75:first-child {
    opacity: 0.75;
  }

  .md\:first\:opacity-100:first-child {
    opacity: 1;
  }

  .md\:last\:opacity-0:last-child {
    opacity: 0;
  }

  .md\:last\:opacity-25:last-child {
    opacity: 0.25;
  }

  .md\:last\:opacity-50:last-child {
    opacity: 0.5;
  }

  .md\:last\:opacity-75:last-child {
    opacity: 0.75;
  }

  .md\:last\:opacity-100:last-child {
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .md\:opacity-0\! {
    opacity: 0 !important;
  }

  .md\:opacity-25\! {
    opacity: 0.25 !important;
  }

  .md\:opacity-50\! {
    opacity: 0.5 !important;
  }

  .md\:opacity-75\! {
    opacity: 0.75 !important;
  }

  .md\:opacity-100\! {
    opacity: 1 !important;
  }

  .md\:outline-none {
    outline: 0;
  }

  .md\:even\:outline-none:nth-child(even) {
    outline: 0;
  }

  .md\:odd\:outline-none:nth-child(odd) {
    outline: 0;
  }

  .md\:children\:outline-none > * {
    outline: 0;
  }

  .md\:first\:outline-none:first-child {
    outline: 0;
  }

  .md\:last\:outline-none:last-child {
    outline: 0;
  }

  .md\:hover\:outline-none:hover {
    outline: 0;
  }

  .md\:outline-none\! {
    outline: 0 !important;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:even\:overflow-auto:nth-child(even) {
    overflow: auto;
  }

  .md\:even\:overflow-hidden:nth-child(even) {
    overflow: hidden;
  }

  .md\:even\:overflow-visible:nth-child(even) {
    overflow: visible;
  }

  .md\:even\:overflow-scroll:nth-child(even) {
    overflow: scroll;
  }

  .md\:even\:overflow-x-auto:nth-child(even) {
    overflow-x: auto;
  }

  .md\:even\:overflow-y-auto:nth-child(even) {
    overflow-y: auto;
  }

  .md\:even\:overflow-x-hidden:nth-child(even) {
    overflow-x: hidden;
  }

  .md\:even\:overflow-y-hidden:nth-child(even) {
    overflow-y: hidden;
  }

  .md\:even\:overflow-x-visible:nth-child(even) {
    overflow-x: visible;
  }

  .md\:even\:overflow-y-visible:nth-child(even) {
    overflow-y: visible;
  }

  .md\:even\:overflow-x-scroll:nth-child(even) {
    overflow-x: scroll;
  }

  .md\:even\:overflow-y-scroll:nth-child(even) {
    overflow-y: scroll;
  }

  .md\:even\:scrolling-touch:nth-child(even) {
    -webkit-overflow-scrolling: touch;
  }

  .md\:even\:scrolling-auto:nth-child(even) {
    -webkit-overflow-scrolling: auto;
  }

  .md\:odd\:overflow-auto:nth-child(odd) {
    overflow: auto;
  }

  .md\:odd\:overflow-hidden:nth-child(odd) {
    overflow: hidden;
  }

  .md\:odd\:overflow-visible:nth-child(odd) {
    overflow: visible;
  }

  .md\:odd\:overflow-scroll:nth-child(odd) {
    overflow: scroll;
  }

  .md\:odd\:overflow-x-auto:nth-child(odd) {
    overflow-x: auto;
  }

  .md\:odd\:overflow-y-auto:nth-child(odd) {
    overflow-y: auto;
  }

  .md\:odd\:overflow-x-hidden:nth-child(odd) {
    overflow-x: hidden;
  }

  .md\:odd\:overflow-y-hidden:nth-child(odd) {
    overflow-y: hidden;
  }

  .md\:odd\:overflow-x-visible:nth-child(odd) {
    overflow-x: visible;
  }

  .md\:odd\:overflow-y-visible:nth-child(odd) {
    overflow-y: visible;
  }

  .md\:odd\:overflow-x-scroll:nth-child(odd) {
    overflow-x: scroll;
  }

  .md\:odd\:overflow-y-scroll:nth-child(odd) {
    overflow-y: scroll;
  }

  .md\:odd\:scrolling-touch:nth-child(odd) {
    -webkit-overflow-scrolling: touch;
  }

  .md\:odd\:scrolling-auto:nth-child(odd) {
    -webkit-overflow-scrolling: auto;
  }

  .md\:children\:overflow-auto > * {
    overflow: auto;
  }

  .md\:children\:overflow-hidden > * {
    overflow: hidden;
  }

  .md\:children\:overflow-visible > * {
    overflow: visible;
  }

  .md\:children\:overflow-scroll > * {
    overflow: scroll;
  }

  .md\:children\:overflow-x-auto > * {
    overflow-x: auto;
  }

  .md\:children\:overflow-y-auto > * {
    overflow-y: auto;
  }

  .md\:children\:overflow-x-hidden > * {
    overflow-x: hidden;
  }

  .md\:children\:overflow-y-hidden > * {
    overflow-y: hidden;
  }

  .md\:children\:overflow-x-visible > * {
    overflow-x: visible;
  }

  .md\:children\:overflow-y-visible > * {
    overflow-y: visible;
  }

  .md\:children\:overflow-x-scroll > * {
    overflow-x: scroll;
  }

  .md\:children\:overflow-y-scroll > * {
    overflow-y: scroll;
  }

  .md\:children\:scrolling-touch > * {
    -webkit-overflow-scrolling: touch;
  }

  .md\:children\:scrolling-auto > * {
    -webkit-overflow-scrolling: auto;
  }

  .md\:first\:overflow-auto:first-child {
    overflow: auto;
  }

  .md\:first\:overflow-hidden:first-child {
    overflow: hidden;
  }

  .md\:first\:overflow-visible:first-child {
    overflow: visible;
  }

  .md\:first\:overflow-scroll:first-child {
    overflow: scroll;
  }

  .md\:first\:overflow-x-auto:first-child {
    overflow-x: auto;
  }

  .md\:first\:overflow-y-auto:first-child {
    overflow-y: auto;
  }

  .md\:first\:overflow-x-hidden:first-child {
    overflow-x: hidden;
  }

  .md\:first\:overflow-y-hidden:first-child {
    overflow-y: hidden;
  }

  .md\:first\:overflow-x-visible:first-child {
    overflow-x: visible;
  }

  .md\:first\:overflow-y-visible:first-child {
    overflow-y: visible;
  }

  .md\:first\:overflow-x-scroll:first-child {
    overflow-x: scroll;
  }

  .md\:first\:overflow-y-scroll:first-child {
    overflow-y: scroll;
  }

  .md\:first\:scrolling-touch:first-child {
    -webkit-overflow-scrolling: touch;
  }

  .md\:first\:scrolling-auto:first-child {
    -webkit-overflow-scrolling: auto;
  }

  .md\:last\:overflow-auto:last-child {
    overflow: auto;
  }

  .md\:last\:overflow-hidden:last-child {
    overflow: hidden;
  }

  .md\:last\:overflow-visible:last-child {
    overflow: visible;
  }

  .md\:last\:overflow-scroll:last-child {
    overflow: scroll;
  }

  .md\:last\:overflow-x-auto:last-child {
    overflow-x: auto;
  }

  .md\:last\:overflow-y-auto:last-child {
    overflow-y: auto;
  }

  .md\:last\:overflow-x-hidden:last-child {
    overflow-x: hidden;
  }

  .md\:last\:overflow-y-hidden:last-child {
    overflow-y: hidden;
  }

  .md\:last\:overflow-x-visible:last-child {
    overflow-x: visible;
  }

  .md\:last\:overflow-y-visible:last-child {
    overflow-y: visible;
  }

  .md\:last\:overflow-x-scroll:last-child {
    overflow-x: scroll;
  }

  .md\:last\:overflow-y-scroll:last-child {
    overflow-y: scroll;
  }

  .md\:last\:scrolling-touch:last-child {
    -webkit-overflow-scrolling: touch;
  }

  .md\:last\:scrolling-auto:last-child {
    -webkit-overflow-scrolling: auto;
  }

  .md\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .md\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .md\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .md\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .md\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .md\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .md\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .md\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .md\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .md\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .md\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .md\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .md\:hover\:scrolling-touch:hover {
    -webkit-overflow-scrolling: touch;
  }

  .md\:hover\:scrolling-auto:hover {
    -webkit-overflow-scrolling: auto;
  }

  .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\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-11 {
    padding: 2.75rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-13 {
    padding: 3.25rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-15 {
    padding: 3.75rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-17 {
    padding: 4.25rem;
  }

  .md\:p-18 {
    padding: 4.5rem;
  }

  .md\:p-19 {
    padding: 4.75rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:p-48 {
    padding: 12rem;
  }

  .md\:p-56 {
    padding: 14rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-75 {
    padding: 18.75rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .md\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-17 {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .md\:px-17 {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .md\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .md\:py-19 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .md\:px-19 {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-75 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .md\:px-75 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

  .md\:pr-9 {
    padding-right: 2.25rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

  .md\:pr-11 {
    padding-right: 2.75rem;
  }

  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .md\:pl-11 {
    padding-left: 2.75rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pt-13 {
    padding-top: 3.25rem;
  }

  .md\:pr-13 {
    padding-right: 3.25rem;
  }

  .md\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .md\:pl-13 {
    padding-left: 3.25rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pt-15 {
    padding-top: 3.75rem;
  }

  .md\:pr-15 {
    padding-right: 3.75rem;
  }

  .md\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .md\:pl-15 {
    padding-left: 3.75rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-17 {
    padding-top: 4.25rem;
  }

  .md\:pr-17 {
    padding-right: 4.25rem;
  }

  .md\:pb-17 {
    padding-bottom: 4.25rem;
  }

  .md\:pl-17 {
    padding-left: 4.25rem;
  }

  .md\:pt-18 {
    padding-top: 4.5rem;
  }

  .md\:pr-18 {
    padding-right: 4.5rem;
  }

  .md\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .md\:pl-18 {
    padding-left: 4.5rem;
  }

  .md\:pt-19 {
    padding-top: 4.75rem;
  }

  .md\:pr-19 {
    padding-right: 4.75rem;
  }

  .md\:pb-19 {
    padding-bottom: 4.75rem;
  }

  .md\:pl-19 {
    padding-left: 4.75rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pt-56 {
    padding-top: 14rem;
  }

  .md\:pr-56 {
    padding-right: 14rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pl-56 {
    padding-left: 14rem;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pt-75 {
    padding-top: 18.75rem;
  }

  .md\:pr-75 {
    padding-right: 18.75rem;
  }

  .md\:pb-75 {
    padding-bottom: 18.75rem;
  }

  .md\:pl-75 {
    padding-left: 18.75rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:even\:p-0:nth-child(even) {
    padding: 0;
  }

  .md\:even\:p-1:nth-child(even) {
    padding: 0.25rem;
  }

  .md\:even\:p-2:nth-child(even) {
    padding: 0.5rem;
  }

  .md\:even\:p-3:nth-child(even) {
    padding: 0.75rem;
  }

  .md\:even\:p-4:nth-child(even) {
    padding: 1rem;
  }

  .md\:even\:p-5:nth-child(even) {
    padding: 1.25rem;
  }

  .md\:even\:p-6:nth-child(even) {
    padding: 1.5rem;
  }

  .md\:even\:p-7:nth-child(even) {
    padding: 1.75rem;
  }

  .md\:even\:p-8:nth-child(even) {
    padding: 2rem;
  }

  .md\:even\:p-9:nth-child(even) {
    padding: 2.25rem;
  }

  .md\:even\:p-10:nth-child(even) {
    padding: 2.5rem;
  }

  .md\:even\:p-11:nth-child(even) {
    padding: 2.75rem;
  }

  .md\:even\:p-12:nth-child(even) {
    padding: 3rem;
  }

  .md\:even\:p-13:nth-child(even) {
    padding: 3.25rem;
  }

  .md\:even\:p-14:nth-child(even) {
    padding: 3.5rem;
  }

  .md\:even\:p-15:nth-child(even) {
    padding: 3.75rem;
  }

  .md\:even\:p-16:nth-child(even) {
    padding: 4rem;
  }

  .md\:even\:p-17:nth-child(even) {
    padding: 4.25rem;
  }

  .md\:even\:p-18:nth-child(even) {
    padding: 4.5rem;
  }

  .md\:even\:p-19:nth-child(even) {
    padding: 4.75rem;
  }

  .md\:even\:p-20:nth-child(even) {
    padding: 5rem;
  }

  .md\:even\:p-24:nth-child(even) {
    padding: 6rem;
  }

  .md\:even\:p-32:nth-child(even) {
    padding: 8rem;
  }

  .md\:even\:p-40:nth-child(even) {
    padding: 10rem;
  }

  .md\:even\:p-48:nth-child(even) {
    padding: 12rem;
  }

  .md\:even\:p-56:nth-child(even) {
    padding: 14rem;
  }

  .md\:even\:p-64:nth-child(even) {
    padding: 16rem;
  }

  .md\:even\:p-75:nth-child(even) {
    padding: 18.75rem;
  }

  .md\:even\:p-px:nth-child(even) {
    padding: 1px;
  }

  .md\:even\:py-0:nth-child(even) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:even\:px-0:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:even\:py-1:nth-child(even) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:even\:px-1:nth-child(even) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:even\:py-2:nth-child(even) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:even\:px-2:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:even\:py-3:nth-child(even) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:even\:px-3:nth-child(even) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:even\:py-4:nth-child(even) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:even\:px-4:nth-child(even) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:even\:py-5:nth-child(even) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:even\:px-5:nth-child(even) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:even\:py-6:nth-child(even) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:even\:px-6:nth-child(even) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:even\:py-7:nth-child(even) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:even\:px-7:nth-child(even) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:even\:py-8:nth-child(even) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:even\:px-8:nth-child(even) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:even\:py-9:nth-child(even) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:even\:px-9:nth-child(even) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:even\:py-10:nth-child(even) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:even\:px-10:nth-child(even) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:even\:py-11:nth-child(even) {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:even\:px-11:nth-child(even) {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:even\:py-12:nth-child(even) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:even\:px-12:nth-child(even) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:even\:py-13:nth-child(even) {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .md\:even\:px-13:nth-child(even) {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .md\:even\:py-14:nth-child(even) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:even\:px-14:nth-child(even) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:even\:py-15:nth-child(even) {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:even\:px-15:nth-child(even) {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:even\:py-16:nth-child(even) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:even\:px-16:nth-child(even) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:even\:py-17:nth-child(even) {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .md\:even\:px-17:nth-child(even) {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .md\:even\:py-18:nth-child(even) {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:even\:px-18:nth-child(even) {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .md\:even\:py-19:nth-child(even) {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .md\:even\:px-19:nth-child(even) {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .md\:even\:py-20:nth-child(even) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:even\:px-20:nth-child(even) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:even\:py-24:nth-child(even) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:even\:px-24:nth-child(even) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:even\:py-32:nth-child(even) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:even\:px-32:nth-child(even) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:even\:py-40:nth-child(even) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:even\:px-40:nth-child(even) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:even\:py-48:nth-child(even) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:even\:px-48:nth-child(even) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:even\:py-56:nth-child(even) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:even\:px-56:nth-child(even) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:even\:py-64:nth-child(even) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:even\:px-64:nth-child(even) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:even\:py-75:nth-child(even) {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .md\:even\:px-75:nth-child(even) {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .md\:even\:py-px:nth-child(even) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:even\:px-px:nth-child(even) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:even\:pt-0:nth-child(even) {
    padding-top: 0;
  }

  .md\:even\:pr-0:nth-child(even) {
    padding-right: 0;
  }

  .md\:even\:pb-0:nth-child(even) {
    padding-bottom: 0;
  }

  .md\:even\:pl-0:nth-child(even) {
    padding-left: 0;
  }

  .md\:even\:pt-1:nth-child(even) {
    padding-top: 0.25rem;
  }

  .md\:even\:pr-1:nth-child(even) {
    padding-right: 0.25rem;
  }

  .md\:even\:pb-1:nth-child(even) {
    padding-bottom: 0.25rem;
  }

  .md\:even\:pl-1:nth-child(even) {
    padding-left: 0.25rem;
  }

  .md\:even\:pt-2:nth-child(even) {
    padding-top: 0.5rem;
  }

  .md\:even\:pr-2:nth-child(even) {
    padding-right: 0.5rem;
  }

  .md\:even\:pb-2:nth-child(even) {
    padding-bottom: 0.5rem;
  }

  .md\:even\:pl-2:nth-child(even) {
    padding-left: 0.5rem;
  }

  .md\:even\:pt-3:nth-child(even) {
    padding-top: 0.75rem;
  }

  .md\:even\:pr-3:nth-child(even) {
    padding-right: 0.75rem;
  }

  .md\:even\:pb-3:nth-child(even) {
    padding-bottom: 0.75rem;
  }

  .md\:even\:pl-3:nth-child(even) {
    padding-left: 0.75rem;
  }

  .md\:even\:pt-4:nth-child(even) {
    padding-top: 1rem;
  }

  .md\:even\:pr-4:nth-child(even) {
    padding-right: 1rem;
  }

  .md\:even\:pb-4:nth-child(even) {
    padding-bottom: 1rem;
  }

  .md\:even\:pl-4:nth-child(even) {
    padding-left: 1rem;
  }

  .md\:even\:pt-5:nth-child(even) {
    padding-top: 1.25rem;
  }

  .md\:even\:pr-5:nth-child(even) {
    padding-right: 1.25rem;
  }

  .md\:even\:pb-5:nth-child(even) {
    padding-bottom: 1.25rem;
  }

  .md\:even\:pl-5:nth-child(even) {
    padding-left: 1.25rem;
  }

  .md\:even\:pt-6:nth-child(even) {
    padding-top: 1.5rem;
  }

  .md\:even\:pr-6:nth-child(even) {
    padding-right: 1.5rem;
  }

  .md\:even\:pb-6:nth-child(even) {
    padding-bottom: 1.5rem;
  }

  .md\:even\:pl-6:nth-child(even) {
    padding-left: 1.5rem;
  }

  .md\:even\:pt-7:nth-child(even) {
    padding-top: 1.75rem;
  }

  .md\:even\:pr-7:nth-child(even) {
    padding-right: 1.75rem;
  }

  .md\:even\:pb-7:nth-child(even) {
    padding-bottom: 1.75rem;
  }

  .md\:even\:pl-7:nth-child(even) {
    padding-left: 1.75rem;
  }

  .md\:even\:pt-8:nth-child(even) {
    padding-top: 2rem;
  }

  .md\:even\:pr-8:nth-child(even) {
    padding-right: 2rem;
  }

  .md\:even\:pb-8:nth-child(even) {
    padding-bottom: 2rem;
  }

  .md\:even\:pl-8:nth-child(even) {
    padding-left: 2rem;
  }

  .md\:even\:pt-9:nth-child(even) {
    padding-top: 2.25rem;
  }

  .md\:even\:pr-9:nth-child(even) {
    padding-right: 2.25rem;
  }

  .md\:even\:pb-9:nth-child(even) {
    padding-bottom: 2.25rem;
  }

  .md\:even\:pl-9:nth-child(even) {
    padding-left: 2.25rem;
  }

  .md\:even\:pt-10:nth-child(even) {
    padding-top: 2.5rem;
  }

  .md\:even\:pr-10:nth-child(even) {
    padding-right: 2.5rem;
  }

  .md\:even\:pb-10:nth-child(even) {
    padding-bottom: 2.5rem;
  }

  .md\:even\:pl-10:nth-child(even) {
    padding-left: 2.5rem;
  }

  .md\:even\:pt-11:nth-child(even) {
    padding-top: 2.75rem;
  }

  .md\:even\:pr-11:nth-child(even) {
    padding-right: 2.75rem;
  }

  .md\:even\:pb-11:nth-child(even) {
    padding-bottom: 2.75rem;
  }

  .md\:even\:pl-11:nth-child(even) {
    padding-left: 2.75rem;
  }

  .md\:even\:pt-12:nth-child(even) {
    padding-top: 3rem;
  }

  .md\:even\:pr-12:nth-child(even) {
    padding-right: 3rem;
  }

  .md\:even\:pb-12:nth-child(even) {
    padding-bottom: 3rem;
  }

  .md\:even\:pl-12:nth-child(even) {
    padding-left: 3rem;
  }

  .md\:even\:pt-13:nth-child(even) {
    padding-top: 3.25rem;
  }

  .md\:even\:pr-13:nth-child(even) {
    padding-right: 3.25rem;
  }

  .md\:even\:pb-13:nth-child(even) {
    padding-bottom: 3.25rem;
  }

  .md\:even\:pl-13:nth-child(even) {
    padding-left: 3.25rem;
  }

  .md\:even\:pt-14:nth-child(even) {
    padding-top: 3.5rem;
  }

  .md\:even\:pr-14:nth-child(even) {
    padding-right: 3.5rem;
  }

  .md\:even\:pb-14:nth-child(even) {
    padding-bottom: 3.5rem;
  }

  .md\:even\:pl-14:nth-child(even) {
    padding-left: 3.5rem;
  }

  .md\:even\:pt-15:nth-child(even) {
    padding-top: 3.75rem;
  }

  .md\:even\:pr-15:nth-child(even) {
    padding-right: 3.75rem;
  }

  .md\:even\:pb-15:nth-child(even) {
    padding-bottom: 3.75rem;
  }

  .md\:even\:pl-15:nth-child(even) {
    padding-left: 3.75rem;
  }

  .md\:even\:pt-16:nth-child(even) {
    padding-top: 4rem;
  }

  .md\:even\:pr-16:nth-child(even) {
    padding-right: 4rem;
  }

  .md\:even\:pb-16:nth-child(even) {
    padding-bottom: 4rem;
  }

  .md\:even\:pl-16:nth-child(even) {
    padding-left: 4rem;
  }

  .md\:even\:pt-17:nth-child(even) {
    padding-top: 4.25rem;
  }

  .md\:even\:pr-17:nth-child(even) {
    padding-right: 4.25rem;
  }

  .md\:even\:pb-17:nth-child(even) {
    padding-bottom: 4.25rem;
  }

  .md\:even\:pl-17:nth-child(even) {
    padding-left: 4.25rem;
  }

  .md\:even\:pt-18:nth-child(even) {
    padding-top: 4.5rem;
  }

  .md\:even\:pr-18:nth-child(even) {
    padding-right: 4.5rem;
  }

  .md\:even\:pb-18:nth-child(even) {
    padding-bottom: 4.5rem;
  }

  .md\:even\:pl-18:nth-child(even) {
    padding-left: 4.5rem;
  }

  .md\:even\:pt-19:nth-child(even) {
    padding-top: 4.75rem;
  }

  .md\:even\:pr-19:nth-child(even) {
    padding-right: 4.75rem;
  }

  .md\:even\:pb-19:nth-child(even) {
    padding-bottom: 4.75rem;
  }

  .md\:even\:pl-19:nth-child(even) {
    padding-left: 4.75rem;
  }

  .md\:even\:pt-20:nth-child(even) {
    padding-top: 5rem;
  }

  .md\:even\:pr-20:nth-child(even) {
    padding-right: 5rem;
  }

  .md\:even\:pb-20:nth-child(even) {
    padding-bottom: 5rem;
  }

  .md\:even\:pl-20:nth-child(even) {
    padding-left: 5rem;
  }

  .md\:even\:pt-24:nth-child(even) {
    padding-top: 6rem;
  }

  .md\:even\:pr-24:nth-child(even) {
    padding-right: 6rem;
  }

  .md\:even\:pb-24:nth-child(even) {
    padding-bottom: 6rem;
  }

  .md\:even\:pl-24:nth-child(even) {
    padding-left: 6rem;
  }

  .md\:even\:pt-32:nth-child(even) {
    padding-top: 8rem;
  }

  .md\:even\:pr-32:nth-child(even) {
    padding-right: 8rem;
  }

  .md\:even\:pb-32:nth-child(even) {
    padding-bottom: 8rem;
  }

  .md\:even\:pl-32:nth-child(even) {
    padding-left: 8rem;
  }

  .md\:even\:pt-40:nth-child(even) {
    padding-top: 10rem;
  }

  .md\:even\:pr-40:nth-child(even) {
    padding-right: 10rem;
  }

  .md\:even\:pb-40:nth-child(even) {
    padding-bottom: 10rem;
  }

  .md\:even\:pl-40:nth-child(even) {
    padding-left: 10rem;
  }

  .md\:even\:pt-48:nth-child(even) {
    padding-top: 12rem;
  }

  .md\:even\:pr-48:nth-child(even) {
    padding-right: 12rem;
  }

  .md\:even\:pb-48:nth-child(even) {
    padding-bottom: 12rem;
  }

  .md\:even\:pl-48:nth-child(even) {
    padding-left: 12rem;
  }

  .md\:even\:pt-56:nth-child(even) {
    padding-top: 14rem;
  }

  .md\:even\:pr-56:nth-child(even) {
    padding-right: 14rem;
  }

  .md\:even\:pb-56:nth-child(even) {
    padding-bottom: 14rem;
  }

  .md\:even\:pl-56:nth-child(even) {
    padding-left: 14rem;
  }

  .md\:even\:pt-64:nth-child(even) {
    padding-top: 16rem;
  }

  .md\:even\:pr-64:nth-child(even) {
    padding-right: 16rem;
  }

  .md\:even\:pb-64:nth-child(even) {
    padding-bottom: 16rem;
  }

  .md\:even\:pl-64:nth-child(even) {
    padding-left: 16rem;
  }

  .md\:even\:pt-75:nth-child(even) {
    padding-top: 18.75rem;
  }

  .md\:even\:pr-75:nth-child(even) {
    padding-right: 18.75rem;
  }

  .md\:even\:pb-75:nth-child(even) {
    padding-bottom: 18.75rem;
  }

  .md\:even\:pl-75:nth-child(even) {
    padding-left: 18.75rem;
  }

  .md\:even\:pt-px:nth-child(even) {
    padding-top: 1px;
  }

  .md\:even\:pr-px:nth-child(even) {
    padding-right: 1px;
  }

  .md\:even\:pb-px:nth-child(even) {
    padding-bottom: 1px;
  }

  .md\:even\:pl-px:nth-child(even) {
    padding-left: 1px;
  }

  .md\:odd\:p-0:nth-child(odd) {
    padding: 0;
  }

  .md\:odd\:p-1:nth-child(odd) {
    padding: 0.25rem;
  }

  .md\:odd\:p-2:nth-child(odd) {
    padding: 0.5rem;
  }

  .md\:odd\:p-3:nth-child(odd) {
    padding: 0.75rem;
  }

  .md\:odd\:p-4:nth-child(odd) {
    padding: 1rem;
  }

  .md\:odd\:p-5:nth-child(odd) {
    padding: 1.25rem;
  }

  .md\:odd\:p-6:nth-child(odd) {
    padding: 1.5rem;
  }

  .md\:odd\:p-7:nth-child(odd) {
    padding: 1.75rem;
  }

  .md\:odd\:p-8:nth-child(odd) {
    padding: 2rem;
  }

  .md\:odd\:p-9:nth-child(odd) {
    padding: 2.25rem;
  }

  .md\:odd\:p-10:nth-child(odd) {
    padding: 2.5rem;
  }

  .md\:odd\:p-11:nth-child(odd) {
    padding: 2.75rem;
  }

  .md\:odd\:p-12:nth-child(odd) {
    padding: 3rem;
  }

  .md\:odd\:p-13:nth-child(odd) {
    padding: 3.25rem;
  }

  .md\:odd\:p-14:nth-child(odd) {
    padding: 3.5rem;
  }

  .md\:odd\:p-15:nth-child(odd) {
    padding: 3.75rem;
  }

  .md\:odd\:p-16:nth-child(odd) {
    padding: 4rem;
  }

  .md\:odd\:p-17:nth-child(odd) {
    padding: 4.25rem;
  }

  .md\:odd\:p-18:nth-child(odd) {
    padding: 4.5rem;
  }

  .md\:odd\:p-19:nth-child(odd) {
    padding: 4.75rem;
  }

  .md\:odd\:p-20:nth-child(odd) {
    padding: 5rem;
  }

  .md\:odd\:p-24:nth-child(odd) {
    padding: 6rem;
  }

  .md\:odd\:p-32:nth-child(odd) {
    padding: 8rem;
  }

  .md\:odd\:p-40:nth-child(odd) {
    padding: 10rem;
  }

  .md\:odd\:p-48:nth-child(odd) {
    padding: 12rem;
  }

  .md\:odd\:p-56:nth-child(odd) {
    padding: 14rem;
  }

  .md\:odd\:p-64:nth-child(odd) {
    padding: 16rem;
  }

  .md\:odd\:p-75:nth-child(odd) {
    padding: 18.75rem;
  }

  .md\:odd\:p-px:nth-child(odd) {
    padding: 1px;
  }

  .md\:odd\:py-0:nth-child(odd) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:odd\:px-0:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:odd\:py-1:nth-child(odd) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:odd\:px-1:nth-child(odd) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:odd\:py-2:nth-child(odd) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:odd\:px-2:nth-child(odd) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:odd\:py-3:nth-child(odd) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:odd\:px-3:nth-child(odd) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:odd\:py-4:nth-child(odd) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:odd\:px-4:nth-child(odd) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:odd\:py-5:nth-child(odd) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:odd\:px-5:nth-child(odd) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:odd\:py-6:nth-child(odd) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:odd\:px-6:nth-child(odd) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:odd\:py-7:nth-child(odd) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:odd\:px-7:nth-child(odd) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:odd\:py-8:nth-child(odd) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:odd\:px-8:nth-child(odd) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:odd\:py-9:nth-child(odd) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:odd\:px-9:nth-child(odd) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:odd\:py-10:nth-child(odd) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:odd\:px-10:nth-child(odd) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:odd\:py-11:nth-child(odd) {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:odd\:px-11:nth-child(odd) {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:odd\:py-12:nth-child(odd) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:odd\:px-12:nth-child(odd) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:odd\:py-13:nth-child(odd) {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .md\:odd\:px-13:nth-child(odd) {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .md\:odd\:py-14:nth-child(odd) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:odd\:px-14:nth-child(odd) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:odd\:py-15:nth-child(odd) {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:odd\:px-15:nth-child(odd) {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:odd\:py-16:nth-child(odd) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:odd\:px-16:nth-child(odd) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:odd\:py-17:nth-child(odd) {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .md\:odd\:px-17:nth-child(odd) {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .md\:odd\:py-18:nth-child(odd) {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:odd\:px-18:nth-child(odd) {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .md\:odd\:py-19:nth-child(odd) {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .md\:odd\:px-19:nth-child(odd) {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .md\:odd\:py-20:nth-child(odd) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:odd\:px-20:nth-child(odd) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:odd\:py-24:nth-child(odd) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:odd\:px-24:nth-child(odd) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:odd\:py-32:nth-child(odd) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:odd\:px-32:nth-child(odd) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:odd\:py-40:nth-child(odd) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:odd\:px-40:nth-child(odd) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:odd\:py-48:nth-child(odd) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:odd\:px-48:nth-child(odd) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:odd\:py-56:nth-child(odd) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:odd\:px-56:nth-child(odd) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:odd\:py-64:nth-child(odd) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:odd\:px-64:nth-child(odd) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:odd\:py-75:nth-child(odd) {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .md\:odd\:px-75:nth-child(odd) {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .md\:odd\:py-px:nth-child(odd) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:odd\:px-px:nth-child(odd) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:odd\:pt-0:nth-child(odd) {
    padding-top: 0;
  }

  .md\:odd\:pr-0:nth-child(odd) {
    padding-right: 0;
  }

  .md\:odd\:pb-0:nth-child(odd) {
    padding-bottom: 0;
  }

  .md\:odd\:pl-0:nth-child(odd) {
    padding-left: 0;
  }

  .md\:odd\:pt-1:nth-child(odd) {
    padding-top: 0.25rem;
  }

  .md\:odd\:pr-1:nth-child(odd) {
    padding-right: 0.25rem;
  }

  .md\:odd\:pb-1:nth-child(odd) {
    padding-bottom: 0.25rem;
  }

  .md\:odd\:pl-1:nth-child(odd) {
    padding-left: 0.25rem;
  }

  .md\:odd\:pt-2:nth-child(odd) {
    padding-top: 0.5rem;
  }

  .md\:odd\:pr-2:nth-child(odd) {
    padding-right: 0.5rem;
  }

  .md\:odd\:pb-2:nth-child(odd) {
    padding-bottom: 0.5rem;
  }

  .md\:odd\:pl-2:nth-child(odd) {
    padding-left: 0.5rem;
  }

  .md\:odd\:pt-3:nth-child(odd) {
    padding-top: 0.75rem;
  }

  .md\:odd\:pr-3:nth-child(odd) {
    padding-right: 0.75rem;
  }

  .md\:odd\:pb-3:nth-child(odd) {
    padding-bottom: 0.75rem;
  }

  .md\:odd\:pl-3:nth-child(odd) {
    padding-left: 0.75rem;
  }

  .md\:odd\:pt-4:nth-child(odd) {
    padding-top: 1rem;
  }

  .md\:odd\:pr-4:nth-child(odd) {
    padding-right: 1rem;
  }

  .md\:odd\:pb-4:nth-child(odd) {
    padding-bottom: 1rem;
  }

  .md\:odd\:pl-4:nth-child(odd) {
    padding-left: 1rem;
  }

  .md\:odd\:pt-5:nth-child(odd) {
    padding-top: 1.25rem;
  }

  .md\:odd\:pr-5:nth-child(odd) {
    padding-right: 1.25rem;
  }

  .md\:odd\:pb-5:nth-child(odd) {
    padding-bottom: 1.25rem;
  }

  .md\:odd\:pl-5:nth-child(odd) {
    padding-left: 1.25rem;
  }

  .md\:odd\:pt-6:nth-child(odd) {
    padding-top: 1.5rem;
  }

  .md\:odd\:pr-6:nth-child(odd) {
    padding-right: 1.5rem;
  }

  .md\:odd\:pb-6:nth-child(odd) {
    padding-bottom: 1.5rem;
  }

  .md\:odd\:pl-6:nth-child(odd) {
    padding-left: 1.5rem;
  }

  .md\:odd\:pt-7:nth-child(odd) {
    padding-top: 1.75rem;
  }

  .md\:odd\:pr-7:nth-child(odd) {
    padding-right: 1.75rem;
  }

  .md\:odd\:pb-7:nth-child(odd) {
    padding-bottom: 1.75rem;
  }

  .md\:odd\:pl-7:nth-child(odd) {
    padding-left: 1.75rem;
  }

  .md\:odd\:pt-8:nth-child(odd) {
    padding-top: 2rem;
  }

  .md\:odd\:pr-8:nth-child(odd) {
    padding-right: 2rem;
  }

  .md\:odd\:pb-8:nth-child(odd) {
    padding-bottom: 2rem;
  }

  .md\:odd\:pl-8:nth-child(odd) {
    padding-left: 2rem;
  }

  .md\:odd\:pt-9:nth-child(odd) {
    padding-top: 2.25rem;
  }

  .md\:odd\:pr-9:nth-child(odd) {
    padding-right: 2.25rem;
  }

  .md\:odd\:pb-9:nth-child(odd) {
    padding-bottom: 2.25rem;
  }

  .md\:odd\:pl-9:nth-child(odd) {
    padding-left: 2.25rem;
  }

  .md\:odd\:pt-10:nth-child(odd) {
    padding-top: 2.5rem;
  }

  .md\:odd\:pr-10:nth-child(odd) {
    padding-right: 2.5rem;
  }

  .md\:odd\:pb-10:nth-child(odd) {
    padding-bottom: 2.5rem;
  }

  .md\:odd\:pl-10:nth-child(odd) {
    padding-left: 2.5rem;
  }

  .md\:odd\:pt-11:nth-child(odd) {
    padding-top: 2.75rem;
  }

  .md\:odd\:pr-11:nth-child(odd) {
    padding-right: 2.75rem;
  }

  .md\:odd\:pb-11:nth-child(odd) {
    padding-bottom: 2.75rem;
  }

  .md\:odd\:pl-11:nth-child(odd) {
    padding-left: 2.75rem;
  }

  .md\:odd\:pt-12:nth-child(odd) {
    padding-top: 3rem;
  }

  .md\:odd\:pr-12:nth-child(odd) {
    padding-right: 3rem;
  }

  .md\:odd\:pb-12:nth-child(odd) {
    padding-bottom: 3rem;
  }

  .md\:odd\:pl-12:nth-child(odd) {
    padding-left: 3rem;
  }

  .md\:odd\:pt-13:nth-child(odd) {
    padding-top: 3.25rem;
  }

  .md\:odd\:pr-13:nth-child(odd) {
    padding-right: 3.25rem;
  }

  .md\:odd\:pb-13:nth-child(odd) {
    padding-bottom: 3.25rem;
  }

  .md\:odd\:pl-13:nth-child(odd) {
    padding-left: 3.25rem;
  }

  .md\:odd\:pt-14:nth-child(odd) {
    padding-top: 3.5rem;
  }

  .md\:odd\:pr-14:nth-child(odd) {
    padding-right: 3.5rem;
  }

  .md\:odd\:pb-14:nth-child(odd) {
    padding-bottom: 3.5rem;
  }

  .md\:odd\:pl-14:nth-child(odd) {
    padding-left: 3.5rem;
  }

  .md\:odd\:pt-15:nth-child(odd) {
    padding-top: 3.75rem;
  }

  .md\:odd\:pr-15:nth-child(odd) {
    padding-right: 3.75rem;
  }

  .md\:odd\:pb-15:nth-child(odd) {
    padding-bottom: 3.75rem;
  }

  .md\:odd\:pl-15:nth-child(odd) {
    padding-left: 3.75rem;
  }

  .md\:odd\:pt-16:nth-child(odd) {
    padding-top: 4rem;
  }

  .md\:odd\:pr-16:nth-child(odd) {
    padding-right: 4rem;
  }

  .md\:odd\:pb-16:nth-child(odd) {
    padding-bottom: 4rem;
  }

  .md\:odd\:pl-16:nth-child(odd) {
    padding-left: 4rem;
  }

  .md\:odd\:pt-17:nth-child(odd) {
    padding-top: 4.25rem;
  }

  .md\:odd\:pr-17:nth-child(odd) {
    padding-right: 4.25rem;
  }

  .md\:odd\:pb-17:nth-child(odd) {
    padding-bottom: 4.25rem;
  }

  .md\:odd\:pl-17:nth-child(odd) {
    padding-left: 4.25rem;
  }

  .md\:odd\:pt-18:nth-child(odd) {
    padding-top: 4.5rem;
  }

  .md\:odd\:pr-18:nth-child(odd) {
    padding-right: 4.5rem;
  }

  .md\:odd\:pb-18:nth-child(odd) {
    padding-bottom: 4.5rem;
  }

  .md\:odd\:pl-18:nth-child(odd) {
    padding-left: 4.5rem;
  }

  .md\:odd\:pt-19:nth-child(odd) {
    padding-top: 4.75rem;
  }

  .md\:odd\:pr-19:nth-child(odd) {
    padding-right: 4.75rem;
  }

  .md\:odd\:pb-19:nth-child(odd) {
    padding-bottom: 4.75rem;
  }

  .md\:odd\:pl-19:nth-child(odd) {
    padding-left: 4.75rem;
  }

  .md\:odd\:pt-20:nth-child(odd) {
    padding-top: 5rem;
  }

  .md\:odd\:pr-20:nth-child(odd) {
    padding-right: 5rem;
  }

  .md\:odd\:pb-20:nth-child(odd) {
    padding-bottom: 5rem;
  }

  .md\:odd\:pl-20:nth-child(odd) {
    padding-left: 5rem;
  }

  .md\:odd\:pt-24:nth-child(odd) {
    padding-top: 6rem;
  }

  .md\:odd\:pr-24:nth-child(odd) {
    padding-right: 6rem;
  }

  .md\:odd\:pb-24:nth-child(odd) {
    padding-bottom: 6rem;
  }

  .md\:odd\:pl-24:nth-child(odd) {
    padding-left: 6rem;
  }

  .md\:odd\:pt-32:nth-child(odd) {
    padding-top: 8rem;
  }

  .md\:odd\:pr-32:nth-child(odd) {
    padding-right: 8rem;
  }

  .md\:odd\:pb-32:nth-child(odd) {
    padding-bottom: 8rem;
  }

  .md\:odd\:pl-32:nth-child(odd) {
    padding-left: 8rem;
  }

  .md\:odd\:pt-40:nth-child(odd) {
    padding-top: 10rem;
  }

  .md\:odd\:pr-40:nth-child(odd) {
    padding-right: 10rem;
  }

  .md\:odd\:pb-40:nth-child(odd) {
    padding-bottom: 10rem;
  }

  .md\:odd\:pl-40:nth-child(odd) {
    padding-left: 10rem;
  }

  .md\:odd\:pt-48:nth-child(odd) {
    padding-top: 12rem;
  }

  .md\:odd\:pr-48:nth-child(odd) {
    padding-right: 12rem;
  }

  .md\:odd\:pb-48:nth-child(odd) {
    padding-bottom: 12rem;
  }

  .md\:odd\:pl-48:nth-child(odd) {
    padding-left: 12rem;
  }

  .md\:odd\:pt-56:nth-child(odd) {
    padding-top: 14rem;
  }

  .md\:odd\:pr-56:nth-child(odd) {
    padding-right: 14rem;
  }

  .md\:odd\:pb-56:nth-child(odd) {
    padding-bottom: 14rem;
  }

  .md\:odd\:pl-56:nth-child(odd) {
    padding-left: 14rem;
  }

  .md\:odd\:pt-64:nth-child(odd) {
    padding-top: 16rem;
  }

  .md\:odd\:pr-64:nth-child(odd) {
    padding-right: 16rem;
  }

  .md\:odd\:pb-64:nth-child(odd) {
    padding-bottom: 16rem;
  }

  .md\:odd\:pl-64:nth-child(odd) {
    padding-left: 16rem;
  }

  .md\:odd\:pt-75:nth-child(odd) {
    padding-top: 18.75rem;
  }

  .md\:odd\:pr-75:nth-child(odd) {
    padding-right: 18.75rem;
  }

  .md\:odd\:pb-75:nth-child(odd) {
    padding-bottom: 18.75rem;
  }

  .md\:odd\:pl-75:nth-child(odd) {
    padding-left: 18.75rem;
  }

  .md\:odd\:pt-px:nth-child(odd) {
    padding-top: 1px;
  }

  .md\:odd\:pr-px:nth-child(odd) {
    padding-right: 1px;
  }

  .md\:odd\:pb-px:nth-child(odd) {
    padding-bottom: 1px;
  }

  .md\:odd\:pl-px:nth-child(odd) {
    padding-left: 1px;
  }

  .md\:children\:p-0 > * {
    padding: 0;
  }

  .md\:children\:p-1 > * {
    padding: 0.25rem;
  }

  .md\:children\:p-2 > * {
    padding: 0.5rem;
  }

  .md\:children\:p-3 > * {
    padding: 0.75rem;
  }

  .md\:children\:p-4 > * {
    padding: 1rem;
  }

  .md\:children\:p-5 > * {
    padding: 1.25rem;
  }

  .md\:children\:p-6 > * {
    padding: 1.5rem;
  }

  .md\:children\:p-7 > * {
    padding: 1.75rem;
  }

  .md\:children\:p-8 > * {
    padding: 2rem;
  }

  .md\:children\:p-9 > * {
    padding: 2.25rem;
  }

  .md\:children\:p-10 > * {
    padding: 2.5rem;
  }

  .md\:children\:p-11 > * {
    padding: 2.75rem;
  }

  .md\:children\:p-12 > * {
    padding: 3rem;
  }

  .md\:children\:p-13 > * {
    padding: 3.25rem;
  }

  .md\:children\:p-14 > * {
    padding: 3.5rem;
  }

  .md\:children\:p-15 > * {
    padding: 3.75rem;
  }

  .md\:children\:p-16 > * {
    padding: 4rem;
  }

  .md\:children\:p-17 > * {
    padding: 4.25rem;
  }

  .md\:children\:p-18 > * {
    padding: 4.5rem;
  }

  .md\:children\:p-19 > * {
    padding: 4.75rem;
  }

  .md\:children\:p-20 > * {
    padding: 5rem;
  }

  .md\:children\:p-24 > * {
    padding: 6rem;
  }

  .md\:children\:p-32 > * {
    padding: 8rem;
  }

  .md\:children\:p-40 > * {
    padding: 10rem;
  }

  .md\:children\:p-48 > * {
    padding: 12rem;
  }

  .md\:children\:p-56 > * {
    padding: 14rem;
  }

  .md\:children\:p-64 > * {
    padding: 16rem;
  }

  .md\:children\:p-75 > * {
    padding: 18.75rem;
  }

  .md\:children\:p-px > * {
    padding: 1px;
  }

  .md\:children\:py-0 > * {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:children\:px-0 > * {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:children\:py-1 > * {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:children\:px-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:children\:py-2 > * {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:children\:px-2 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:children\:py-3 > * {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:children\:px-3 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:children\:py-4 > * {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:children\:px-4 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:children\:py-5 > * {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:children\:px-5 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:children\:py-6 > * {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:children\:px-6 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:children\:py-7 > * {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:children\:px-7 > * {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:children\:py-8 > * {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:children\:px-8 > * {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:children\:py-9 > * {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:children\:px-9 > * {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:children\:py-10 > * {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:children\:px-10 > * {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:children\:py-11 > * {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:children\:px-11 > * {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:children\:py-12 > * {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:children\:px-12 > * {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:children\:py-13 > * {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .md\:children\:px-13 > * {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .md\:children\:py-14 > * {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:children\:px-14 > * {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:children\:py-15 > * {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:children\:px-15 > * {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:children\:py-16 > * {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:children\:px-16 > * {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:children\:py-17 > * {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .md\:children\:px-17 > * {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .md\:children\:py-18 > * {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:children\:px-18 > * {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .md\:children\:py-19 > * {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .md\:children\:px-19 > * {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .md\:children\:py-20 > * {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:children\:px-20 > * {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:children\:py-24 > * {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:children\:px-24 > * {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:children\:py-32 > * {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:children\:px-32 > * {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:children\:py-40 > * {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:children\:px-40 > * {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:children\:py-48 > * {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:children\:px-48 > * {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:children\:py-56 > * {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:children\:px-56 > * {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:children\:py-64 > * {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:children\:px-64 > * {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:children\:py-75 > * {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .md\:children\:px-75 > * {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .md\:children\:py-px > * {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:children\:px-px > * {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:children\:pt-0 > * {
    padding-top: 0;
  }

  .md\:children\:pr-0 > * {
    padding-right: 0;
  }

  .md\:children\:pb-0 > * {
    padding-bottom: 0;
  }

  .md\:children\:pl-0 > * {
    padding-left: 0;
  }

  .md\:children\:pt-1 > * {
    padding-top: 0.25rem;
  }

  .md\:children\:pr-1 > * {
    padding-right: 0.25rem;
  }

  .md\:children\:pb-1 > * {
    padding-bottom: 0.25rem;
  }

  .md\:children\:pl-1 > * {
    padding-left: 0.25rem;
  }

  .md\:children\:pt-2 > * {
    padding-top: 0.5rem;
  }

  .md\:children\:pr-2 > * {
    padding-right: 0.5rem;
  }

  .md\:children\:pb-2 > * {
    padding-bottom: 0.5rem;
  }

  .md\:children\:pl-2 > * {
    padding-left: 0.5rem;
  }

  .md\:children\:pt-3 > * {
    padding-top: 0.75rem;
  }

  .md\:children\:pr-3 > * {
    padding-right: 0.75rem;
  }

  .md\:children\:pb-3 > * {
    padding-bottom: 0.75rem;
  }

  .md\:children\:pl-3 > * {
    padding-left: 0.75rem;
  }

  .md\:children\:pt-4 > * {
    padding-top: 1rem;
  }

  .md\:children\:pr-4 > * {
    padding-right: 1rem;
  }

  .md\:children\:pb-4 > * {
    padding-bottom: 1rem;
  }

  .md\:children\:pl-4 > * {
    padding-left: 1rem;
  }

  .md\:children\:pt-5 > * {
    padding-top: 1.25rem;
  }

  .md\:children\:pr-5 > * {
    padding-right: 1.25rem;
  }

  .md\:children\:pb-5 > * {
    padding-bottom: 1.25rem;
  }

  .md\:children\:pl-5 > * {
    padding-left: 1.25rem;
  }

  .md\:children\:pt-6 > * {
    padding-top: 1.5rem;
  }

  .md\:children\:pr-6 > * {
    padding-right: 1.5rem;
  }

  .md\:children\:pb-6 > * {
    padding-bottom: 1.5rem;
  }

  .md\:children\:pl-6 > * {
    padding-left: 1.5rem;
  }

  .md\:children\:pt-7 > * {
    padding-top: 1.75rem;
  }

  .md\:children\:pr-7 > * {
    padding-right: 1.75rem;
  }

  .md\:children\:pb-7 > * {
    padding-bottom: 1.75rem;
  }

  .md\:children\:pl-7 > * {
    padding-left: 1.75rem;
  }

  .md\:children\:pt-8 > * {
    padding-top: 2rem;
  }

  .md\:children\:pr-8 > * {
    padding-right: 2rem;
  }

  .md\:children\:pb-8 > * {
    padding-bottom: 2rem;
  }

  .md\:children\:pl-8 > * {
    padding-left: 2rem;
  }

  .md\:children\:pt-9 > * {
    padding-top: 2.25rem;
  }

  .md\:children\:pr-9 > * {
    padding-right: 2.25rem;
  }

  .md\:children\:pb-9 > * {
    padding-bottom: 2.25rem;
  }

  .md\:children\:pl-9 > * {
    padding-left: 2.25rem;
  }

  .md\:children\:pt-10 > * {
    padding-top: 2.5rem;
  }

  .md\:children\:pr-10 > * {
    padding-right: 2.5rem;
  }

  .md\:children\:pb-10 > * {
    padding-bottom: 2.5rem;
  }

  .md\:children\:pl-10 > * {
    padding-left: 2.5rem;
  }

  .md\:children\:pt-11 > * {
    padding-top: 2.75rem;
  }

  .md\:children\:pr-11 > * {
    padding-right: 2.75rem;
  }

  .md\:children\:pb-11 > * {
    padding-bottom: 2.75rem;
  }

  .md\:children\:pl-11 > * {
    padding-left: 2.75rem;
  }

  .md\:children\:pt-12 > * {
    padding-top: 3rem;
  }

  .md\:children\:pr-12 > * {
    padding-right: 3rem;
  }

  .md\:children\:pb-12 > * {
    padding-bottom: 3rem;
  }

  .md\:children\:pl-12 > * {
    padding-left: 3rem;
  }

  .md\:children\:pt-13 > * {
    padding-top: 3.25rem;
  }

  .md\:children\:pr-13 > * {
    padding-right: 3.25rem;
  }

  .md\:children\:pb-13 > * {
    padding-bottom: 3.25rem;
  }

  .md\:children\:pl-13 > * {
    padding-left: 3.25rem;
  }

  .md\:children\:pt-14 > * {
    padding-top: 3.5rem;
  }

  .md\:children\:pr-14 > * {
    padding-right: 3.5rem;
  }

  .md\:children\:pb-14 > * {
    padding-bottom: 3.5rem;
  }

  .md\:children\:pl-14 > * {
    padding-left: 3.5rem;
  }

  .md\:children\:pt-15 > * {
    padding-top: 3.75rem;
  }

  .md\:children\:pr-15 > * {
    padding-right: 3.75rem;
  }

  .md\:children\:pb-15 > * {
    padding-bottom: 3.75rem;
  }

  .md\:children\:pl-15 > * {
    padding-left: 3.75rem;
  }

  .md\:children\:pt-16 > * {
    padding-top: 4rem;
  }

  .md\:children\:pr-16 > * {
    padding-right: 4rem;
  }

  .md\:children\:pb-16 > * {
    padding-bottom: 4rem;
  }

  .md\:children\:pl-16 > * {
    padding-left: 4rem;
  }

  .md\:children\:pt-17 > * {
    padding-top: 4.25rem;
  }

  .md\:children\:pr-17 > * {
    padding-right: 4.25rem;
  }

  .md\:children\:pb-17 > * {
    padding-bottom: 4.25rem;
  }

  .md\:children\:pl-17 > * {
    padding-left: 4.25rem;
  }

  .md\:children\:pt-18 > * {
    padding-top: 4.5rem;
  }

  .md\:children\:pr-18 > * {
    padding-right: 4.5rem;
  }

  .md\:children\:pb-18 > * {
    padding-bottom: 4.5rem;
  }

  .md\:children\:pl-18 > * {
    padding-left: 4.5rem;
  }

  .md\:children\:pt-19 > * {
    padding-top: 4.75rem;
  }

  .md\:children\:pr-19 > * {
    padding-right: 4.75rem;
  }

  .md\:children\:pb-19 > * {
    padding-bottom: 4.75rem;
  }

  .md\:children\:pl-19 > * {
    padding-left: 4.75rem;
  }

  .md\:children\:pt-20 > * {
    padding-top: 5rem;
  }

  .md\:children\:pr-20 > * {
    padding-right: 5rem;
  }

  .md\:children\:pb-20 > * {
    padding-bottom: 5rem;
  }

  .md\:children\:pl-20 > * {
    padding-left: 5rem;
  }

  .md\:children\:pt-24 > * {
    padding-top: 6rem;
  }

  .md\:children\:pr-24 > * {
    padding-right: 6rem;
  }

  .md\:children\:pb-24 > * {
    padding-bottom: 6rem;
  }

  .md\:children\:pl-24 > * {
    padding-left: 6rem;
  }

  .md\:children\:pt-32 > * {
    padding-top: 8rem;
  }

  .md\:children\:pr-32 > * {
    padding-right: 8rem;
  }

  .md\:children\:pb-32 > * {
    padding-bottom: 8rem;
  }

  .md\:children\:pl-32 > * {
    padding-left: 8rem;
  }

  .md\:children\:pt-40 > * {
    padding-top: 10rem;
  }

  .md\:children\:pr-40 > * {
    padding-right: 10rem;
  }

  .md\:children\:pb-40 > * {
    padding-bottom: 10rem;
  }

  .md\:children\:pl-40 > * {
    padding-left: 10rem;
  }

  .md\:children\:pt-48 > * {
    padding-top: 12rem;
  }

  .md\:children\:pr-48 > * {
    padding-right: 12rem;
  }

  .md\:children\:pb-48 > * {
    padding-bottom: 12rem;
  }

  .md\:children\:pl-48 > * {
    padding-left: 12rem;
  }

  .md\:children\:pt-56 > * {
    padding-top: 14rem;
  }

  .md\:children\:pr-56 > * {
    padding-right: 14rem;
  }

  .md\:children\:pb-56 > * {
    padding-bottom: 14rem;
  }

  .md\:children\:pl-56 > * {
    padding-left: 14rem;
  }

  .md\:children\:pt-64 > * {
    padding-top: 16rem;
  }

  .md\:children\:pr-64 > * {
    padding-right: 16rem;
  }

  .md\:children\:pb-64 > * {
    padding-bottom: 16rem;
  }

  .md\:children\:pl-64 > * {
    padding-left: 16rem;
  }

  .md\:children\:pt-75 > * {
    padding-top: 18.75rem;
  }

  .md\:children\:pr-75 > * {
    padding-right: 18.75rem;
  }

  .md\:children\:pb-75 > * {
    padding-bottom: 18.75rem;
  }

  .md\:children\:pl-75 > * {
    padding-left: 18.75rem;
  }

  .md\:children\:pt-px > * {
    padding-top: 1px;
  }

  .md\:children\:pr-px > * {
    padding-right: 1px;
  }

  .md\:children\:pb-px > * {
    padding-bottom: 1px;
  }

  .md\:children\:pl-px > * {
    padding-left: 1px;
  }

  .md\:first\:p-0:first-child {
    padding: 0;
  }

  .md\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .md\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .md\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .md\:first\:p-4:first-child {
    padding: 1rem;
  }

  .md\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .md\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .md\:first\:p-7:first-child {
    padding: 1.75rem;
  }

  .md\:first\:p-8:first-child {
    padding: 2rem;
  }

  .md\:first\:p-9:first-child {
    padding: 2.25rem;
  }

  .md\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .md\:first\:p-11:first-child {
    padding: 2.75rem;
  }

  .md\:first\:p-12:first-child {
    padding: 3rem;
  }

  .md\:first\:p-13:first-child {
    padding: 3.25rem;
  }

  .md\:first\:p-14:first-child {
    padding: 3.5rem;
  }

  .md\:first\:p-15:first-child {
    padding: 3.75rem;
  }

  .md\:first\:p-16:first-child {
    padding: 4rem;
  }

  .md\:first\:p-17:first-child {
    padding: 4.25rem;
  }

  .md\:first\:p-18:first-child {
    padding: 4.5rem;
  }

  .md\:first\:p-19:first-child {
    padding: 4.75rem;
  }

  .md\:first\:p-20:first-child {
    padding: 5rem;
  }

  .md\:first\:p-24:first-child {
    padding: 6rem;
  }

  .md\:first\:p-32:first-child {
    padding: 8rem;
  }

  .md\:first\:p-40:first-child {
    padding: 10rem;
  }

  .md\:first\:p-48:first-child {
    padding: 12rem;
  }

  .md\:first\:p-56:first-child {
    padding: 14rem;
  }

  .md\:first\:p-64:first-child {
    padding: 16rem;
  }

  .md\:first\:p-75:first-child {
    padding: 18.75rem;
  }

  .md\:first\:p-px:first-child {
    padding: 1px;
  }

  .md\:first\:py-0:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:first\:px-0:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:first\:py-7:first-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:first\:px-7:first-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:first\:py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:first\:px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:first\:py-11:first-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:first\:px-11:first-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:first\:py-13:first-child {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .md\:first\:px-13:first-child {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .md\:first\:py-14:first-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:first\:px-14:first-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:first\:py-15:first-child {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:first\:px-15:first-child {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:first\:py-17:first-child {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .md\:first\:px-17:first-child {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .md\:first\:py-18:first-child {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:first\:px-18:first-child {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .md\:first\:py-19:first-child {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .md\:first\:px-19:first-child {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .md\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:first\:py-75:first-child {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .md\:first\:px-75:first-child {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .md\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:first\:pt-0:first-child {
    padding-top: 0;
  }

  .md\:first\:pr-0:first-child {
    padding-right: 0;
  }

  .md\:first\:pb-0:first-child {
    padding-bottom: 0;
  }

  .md\:first\:pl-0:first-child {
    padding-left: 0;
  }

  .md\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .md\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .md\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .md\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .md\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .md\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .md\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .md\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .md\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .md\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .md\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .md\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .md\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .md\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .md\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .md\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .md\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .md\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .md\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .md\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .md\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .md\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .md\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .md\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .md\:first\:pt-7:first-child {
    padding-top: 1.75rem;
  }

  .md\:first\:pr-7:first-child {
    padding-right: 1.75rem;
  }

  .md\:first\:pb-7:first-child {
    padding-bottom: 1.75rem;
  }

  .md\:first\:pl-7:first-child {
    padding-left: 1.75rem;
  }

  .md\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .md\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .md\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .md\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .md\:first\:pt-9:first-child {
    padding-top: 2.25rem;
  }

  .md\:first\:pr-9:first-child {
    padding-right: 2.25rem;
  }

  .md\:first\:pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .md\:first\:pl-9:first-child {
    padding-left: 2.25rem;
  }

  .md\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .md\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .md\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .md\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .md\:first\:pt-11:first-child {
    padding-top: 2.75rem;
  }

  .md\:first\:pr-11:first-child {
    padding-right: 2.75rem;
  }

  .md\:first\:pb-11:first-child {
    padding-bottom: 2.75rem;
  }

  .md\:first\:pl-11:first-child {
    padding-left: 2.75rem;
  }

  .md\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .md\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .md\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .md\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .md\:first\:pt-13:first-child {
    padding-top: 3.25rem;
  }

  .md\:first\:pr-13:first-child {
    padding-right: 3.25rem;
  }

  .md\:first\:pb-13:first-child {
    padding-bottom: 3.25rem;
  }

  .md\:first\:pl-13:first-child {
    padding-left: 3.25rem;
  }

  .md\:first\:pt-14:first-child {
    padding-top: 3.5rem;
  }

  .md\:first\:pr-14:first-child {
    padding-right: 3.5rem;
  }

  .md\:first\:pb-14:first-child {
    padding-bottom: 3.5rem;
  }

  .md\:first\:pl-14:first-child {
    padding-left: 3.5rem;
  }

  .md\:first\:pt-15:first-child {
    padding-top: 3.75rem;
  }

  .md\:first\:pr-15:first-child {
    padding-right: 3.75rem;
  }

  .md\:first\:pb-15:first-child {
    padding-bottom: 3.75rem;
  }

  .md\:first\:pl-15:first-child {
    padding-left: 3.75rem;
  }

  .md\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .md\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .md\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .md\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .md\:first\:pt-17:first-child {
    padding-top: 4.25rem;
  }

  .md\:first\:pr-17:first-child {
    padding-right: 4.25rem;
  }

  .md\:first\:pb-17:first-child {
    padding-bottom: 4.25rem;
  }

  .md\:first\:pl-17:first-child {
    padding-left: 4.25rem;
  }

  .md\:first\:pt-18:first-child {
    padding-top: 4.5rem;
  }

  .md\:first\:pr-18:first-child {
    padding-right: 4.5rem;
  }

  .md\:first\:pb-18:first-child {
    padding-bottom: 4.5rem;
  }

  .md\:first\:pl-18:first-child {
    padding-left: 4.5rem;
  }

  .md\:first\:pt-19:first-child {
    padding-top: 4.75rem;
  }

  .md\:first\:pr-19:first-child {
    padding-right: 4.75rem;
  }

  .md\:first\:pb-19:first-child {
    padding-bottom: 4.75rem;
  }

  .md\:first\:pl-19:first-child {
    padding-left: 4.75rem;
  }

  .md\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .md\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .md\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .md\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .md\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .md\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .md\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .md\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .md\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .md\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .md\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .md\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .md\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .md\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .md\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .md\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .md\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .md\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .md\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .md\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .md\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .md\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .md\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .md\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .md\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .md\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .md\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .md\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .md\:first\:pt-75:first-child {
    padding-top: 18.75rem;
  }

  .md\:first\:pr-75:first-child {
    padding-right: 18.75rem;
  }

  .md\:first\:pb-75:first-child {
    padding-bottom: 18.75rem;
  }

  .md\:first\:pl-75:first-child {
    padding-left: 18.75rem;
  }

  .md\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .md\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .md\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .md\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .md\:last\:p-0:last-child {
    padding: 0;
  }

  .md\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .md\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .md\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .md\:last\:p-4:last-child {
    padding: 1rem;
  }

  .md\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .md\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .md\:last\:p-7:last-child {
    padding: 1.75rem;
  }

  .md\:last\:p-8:last-child {
    padding: 2rem;
  }

  .md\:last\:p-9:last-child {
    padding: 2.25rem;
  }

  .md\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .md\:last\:p-11:last-child {
    padding: 2.75rem;
  }

  .md\:last\:p-12:last-child {
    padding: 3rem;
  }

  .md\:last\:p-13:last-child {
    padding: 3.25rem;
  }

  .md\:last\:p-14:last-child {
    padding: 3.5rem;
  }

  .md\:last\:p-15:last-child {
    padding: 3.75rem;
  }

  .md\:last\:p-16:last-child {
    padding: 4rem;
  }

  .md\:last\:p-17:last-child {
    padding: 4.25rem;
  }

  .md\:last\:p-18:last-child {
    padding: 4.5rem;
  }

  .md\:last\:p-19:last-child {
    padding: 4.75rem;
  }

  .md\:last\:p-20:last-child {
    padding: 5rem;
  }

  .md\:last\:p-24:last-child {
    padding: 6rem;
  }

  .md\:last\:p-32:last-child {
    padding: 8rem;
  }

  .md\:last\:p-40:last-child {
    padding: 10rem;
  }

  .md\:last\:p-48:last-child {
    padding: 12rem;
  }

  .md\:last\:p-56:last-child {
    padding: 14rem;
  }

  .md\:last\:p-64:last-child {
    padding: 16rem;
  }

  .md\:last\:p-75:last-child {
    padding: 18.75rem;
  }

  .md\:last\:p-px:last-child {
    padding: 1px;
  }

  .md\:last\:py-0:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:last\:px-0:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:last\:py-7:last-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:last\:px-7:last-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:last\:py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:last\:px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:last\:py-11:last-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:last\:px-11:last-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:last\:py-13:last-child {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .md\:last\:px-13:last-child {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .md\:last\:py-14:last-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:last\:px-14:last-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:last\:py-15:last-child {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:last\:px-15:last-child {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:last\:py-17:last-child {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .md\:last\:px-17:last-child {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .md\:last\:py-18:last-child {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:last\:px-18:last-child {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .md\:last\:py-19:last-child {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .md\:last\:px-19:last-child {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .md\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:last\:py-75:last-child {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .md\:last\:px-75:last-child {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .md\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:last\:pt-0:last-child {
    padding-top: 0;
  }

  .md\:last\:pr-0:last-child {
    padding-right: 0;
  }

  .md\:last\:pb-0:last-child {
    padding-bottom: 0;
  }

  .md\:last\:pl-0:last-child {
    padding-left: 0;
  }

  .md\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .md\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .md\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .md\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .md\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .md\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .md\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .md\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .md\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .md\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .md\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .md\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .md\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .md\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .md\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .md\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .md\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .md\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .md\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .md\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .md\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .md\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .md\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .md\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .md\:last\:pt-7:last-child {
    padding-top: 1.75rem;
  }

  .md\:last\:pr-7:last-child {
    padding-right: 1.75rem;
  }

  .md\:last\:pb-7:last-child {
    padding-bottom: 1.75rem;
  }

  .md\:last\:pl-7:last-child {
    padding-left: 1.75rem;
  }

  .md\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .md\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .md\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .md\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .md\:last\:pt-9:last-child {
    padding-top: 2.25rem;
  }

  .md\:last\:pr-9:last-child {
    padding-right: 2.25rem;
  }

  .md\:last\:pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .md\:last\:pl-9:last-child {
    padding-left: 2.25rem;
  }

  .md\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .md\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .md\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .md\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .md\:last\:pt-11:last-child {
    padding-top: 2.75rem;
  }

  .md\:last\:pr-11:last-child {
    padding-right: 2.75rem;
  }

  .md\:last\:pb-11:last-child {
    padding-bottom: 2.75rem;
  }

  .md\:last\:pl-11:last-child {
    padding-left: 2.75rem;
  }

  .md\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .md\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .md\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .md\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .md\:last\:pt-13:last-child {
    padding-top: 3.25rem;
  }

  .md\:last\:pr-13:last-child {
    padding-right: 3.25rem;
  }

  .md\:last\:pb-13:last-child {
    padding-bottom: 3.25rem;
  }

  .md\:last\:pl-13:last-child {
    padding-left: 3.25rem;
  }

  .md\:last\:pt-14:last-child {
    padding-top: 3.5rem;
  }

  .md\:last\:pr-14:last-child {
    padding-right: 3.5rem;
  }

  .md\:last\:pb-14:last-child {
    padding-bottom: 3.5rem;
  }

  .md\:last\:pl-14:last-child {
    padding-left: 3.5rem;
  }

  .md\:last\:pt-15:last-child {
    padding-top: 3.75rem;
  }

  .md\:last\:pr-15:last-child {
    padding-right: 3.75rem;
  }

  .md\:last\:pb-15:last-child {
    padding-bottom: 3.75rem;
  }

  .md\:last\:pl-15:last-child {
    padding-left: 3.75rem;
  }

  .md\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .md\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .md\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .md\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .md\:last\:pt-17:last-child {
    padding-top: 4.25rem;
  }

  .md\:last\:pr-17:last-child {
    padding-right: 4.25rem;
  }

  .md\:last\:pb-17:last-child {
    padding-bottom: 4.25rem;
  }

  .md\:last\:pl-17:last-child {
    padding-left: 4.25rem;
  }

  .md\:last\:pt-18:last-child {
    padding-top: 4.5rem;
  }

  .md\:last\:pr-18:last-child {
    padding-right: 4.5rem;
  }

  .md\:last\:pb-18:last-child {
    padding-bottom: 4.5rem;
  }

  .md\:last\:pl-18:last-child {
    padding-left: 4.5rem;
  }

  .md\:last\:pt-19:last-child {
    padding-top: 4.75rem;
  }

  .md\:last\:pr-19:last-child {
    padding-right: 4.75rem;
  }

  .md\:last\:pb-19:last-child {
    padding-bottom: 4.75rem;
  }

  .md\:last\:pl-19:last-child {
    padding-left: 4.75rem;
  }

  .md\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .md\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .md\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .md\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .md\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .md\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .md\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .md\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .md\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .md\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .md\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .md\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .md\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .md\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .md\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .md\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .md\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .md\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .md\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .md\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .md\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .md\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .md\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .md\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .md\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .md\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .md\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .md\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .md\:last\:pt-75:last-child {
    padding-top: 18.75rem;
  }

  .md\:last\:pr-75:last-child {
    padding-right: 18.75rem;
  }

  .md\:last\:pb-75:last-child {
    padding-bottom: 18.75rem;
  }

  .md\:last\:pl-75:last-child {
    padding-left: 18.75rem;
  }

  .md\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .md\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .md\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .md\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .md\:hover\:p-0:hover {
    padding: 0;
  }

  .md\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .md\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .md\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .md\:hover\:p-4:hover {
    padding: 1rem;
  }

  .md\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .md\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .md\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .md\:hover\:p-8:hover {
    padding: 2rem;
  }

  .md\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .md\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .md\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .md\:hover\:p-12:hover {
    padding: 3rem;
  }

  .md\:hover\:p-13:hover {
    padding: 3.25rem;
  }

  .md\:hover\:p-14:hover {
    padding: 3.5rem;
  }

  .md\:hover\:p-15:hover {
    padding: 3.75rem;
  }

  .md\:hover\:p-16:hover {
    padding: 4rem;
  }

  .md\:hover\:p-17:hover {
    padding: 4.25rem;
  }

  .md\:hover\:p-18:hover {
    padding: 4.5rem;
  }

  .md\:hover\:p-19:hover {
    padding: 4.75rem;
  }

  .md\:hover\:p-20:hover {
    padding: 5rem;
  }

  .md\:hover\:p-24:hover {
    padding: 6rem;
  }

  .md\:hover\:p-32:hover {
    padding: 8rem;
  }

  .md\:hover\:p-40:hover {
    padding: 10rem;
  }

  .md\:hover\:p-48:hover {
    padding: 12rem;
  }

  .md\:hover\:p-56:hover {
    padding: 14rem;
  }

  .md\:hover\:p-64:hover {
    padding: 16rem;
  }

  .md\:hover\:p-75:hover {
    padding: 18.75rem;
  }

  .md\:hover\:p-px:hover {
    padding: 1px;
  }

  .md\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:hover\:py-13:hover {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .md\:hover\:px-13:hover {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .md\:hover\:py-14:hover {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:hover\:px-14:hover {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:hover\:py-15:hover {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:hover\:px-15:hover {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:hover\:py-17:hover {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .md\:hover\:px-17:hover {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .md\:hover\:py-18:hover {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:hover\:px-18:hover {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .md\:hover\:py-19:hover {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .md\:hover\:px-19:hover {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .md\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:hover\:py-75:hover {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .md\:hover\:px-75:hover {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .md\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .md\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .md\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .md\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .md\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .md\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .md\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .md\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .md\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .md\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .md\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .md\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .md\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .md\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .md\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .md\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .md\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .md\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .md\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .md\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .md\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .md\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .md\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .md\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .md\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .md\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .md\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .md\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .md\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .md\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .md\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .md\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .md\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .md\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .md\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .md\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .md\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .md\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .md\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .md\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .md\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .md\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .md\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .md\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .md\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .md\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .md\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .md\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .md\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .md\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .md\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .md\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .md\:hover\:pt-13:hover {
    padding-top: 3.25rem;
  }

  .md\:hover\:pr-13:hover {
    padding-right: 3.25rem;
  }

  .md\:hover\:pb-13:hover {
    padding-bottom: 3.25rem;
  }

  .md\:hover\:pl-13:hover {
    padding-left: 3.25rem;
  }

  .md\:hover\:pt-14:hover {
    padding-top: 3.5rem;
  }

  .md\:hover\:pr-14:hover {
    padding-right: 3.5rem;
  }

  .md\:hover\:pb-14:hover {
    padding-bottom: 3.5rem;
  }

  .md\:hover\:pl-14:hover {
    padding-left: 3.5rem;
  }

  .md\:hover\:pt-15:hover {
    padding-top: 3.75rem;
  }

  .md\:hover\:pr-15:hover {
    padding-right: 3.75rem;
  }

  .md\:hover\:pb-15:hover {
    padding-bottom: 3.75rem;
  }

  .md\:hover\:pl-15:hover {
    padding-left: 3.75rem;
  }

  .md\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .md\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .md\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .md\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .md\:hover\:pt-17:hover {
    padding-top: 4.25rem;
  }

  .md\:hover\:pr-17:hover {
    padding-right: 4.25rem;
  }

  .md\:hover\:pb-17:hover {
    padding-bottom: 4.25rem;
  }

  .md\:hover\:pl-17:hover {
    padding-left: 4.25rem;
  }

  .md\:hover\:pt-18:hover {
    padding-top: 4.5rem;
  }

  .md\:hover\:pr-18:hover {
    padding-right: 4.5rem;
  }

  .md\:hover\:pb-18:hover {
    padding-bottom: 4.5rem;
  }

  .md\:hover\:pl-18:hover {
    padding-left: 4.5rem;
  }

  .md\:hover\:pt-19:hover {
    padding-top: 4.75rem;
  }

  .md\:hover\:pr-19:hover {
    padding-right: 4.75rem;
  }

  .md\:hover\:pb-19:hover {
    padding-bottom: 4.75rem;
  }

  .md\:hover\:pl-19:hover {
    padding-left: 4.75rem;
  }

  .md\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .md\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .md\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .md\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .md\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .md\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .md\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .md\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .md\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .md\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .md\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .md\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .md\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .md\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .md\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .md\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .md\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .md\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .md\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .md\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .md\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .md\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .md\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .md\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .md\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .md\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .md\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .md\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .md\:hover\:pt-75:hover {
    padding-top: 18.75rem;
  }

  .md\:hover\:pr-75:hover {
    padding-right: 18.75rem;
  }

  .md\:hover\:pb-75:hover {
    padding-bottom: 18.75rem;
  }

  .md\:hover\:pl-75:hover {
    padding-left: 18.75rem;
  }

  .md\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .md\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .md\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .md\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .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-9\! {
    padding: 2.25rem !important;
  }

  .md\:p-10\! {
    padding: 2.5rem !important;
  }

  .md\:p-11\! {
    padding: 2.75rem !important;
  }

  .md\:p-12\! {
    padding: 3rem !important;
  }

  .md\:p-13\! {
    padding: 3.25rem !important;
  }

  .md\:p-14\! {
    padding: 3.5rem !important;
  }

  .md\:p-15\! {
    padding: 3.75rem !important;
  }

  .md\:p-16\! {
    padding: 4rem !important;
  }

  .md\:p-17\! {
    padding: 4.25rem !important;
  }

  .md\:p-18\! {
    padding: 4.5rem !important;
  }

  .md\:p-19\! {
    padding: 4.75rem !important;
  }

  .md\:p-20\! {
    padding: 5rem !important;
  }

  .md\:p-24\! {
    padding: 6rem !important;
  }

  .md\:p-32\! {
    padding: 8rem !important;
  }

  .md\:p-40\! {
    padding: 10rem !important;
  }

  .md\:p-48\! {
    padding: 12rem !important;
  }

  .md\:p-56\! {
    padding: 14rem !important;
  }

  .md\:p-64\! {
    padding: 16rem !important;
  }

  .md\:p-75\! {
    padding: 18.75rem !important;
  }

  .md\:p-px\! {
    padding: 1px !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-9\! {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .md\:px-9\! {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !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-11\! {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .md\:px-11\! {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !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-13\! {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .md\:px-13\! {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }

  .md\:py-14\! {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .md\:px-14\! {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .md\:py-15\! {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .md\:px-15\! {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !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-17\! {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }

  .md\:px-17\! {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
  }

  .md\:py-18\! {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .md\:px-18\! {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .md\:py-19\! {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .md\:px-19\! {
    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-24\! {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:px-24\! {
    padding-left: 6rem !important;
    padding-right: 6rem !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-48\! {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\:px-48\! {
    padding-left: 12rem !important;
    padding-right: 12rem !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-64\! {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:px-64\! {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:py-75\! {
    padding-top: 18.75rem !important;
    padding-bottom: 18.75rem !important;
  }

  .md\:px-75\! {
    padding-left: 18.75rem !important;
    padding-right: 18.75rem !important;
  }

  .md\:py-px\! {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:px-px\! {
    padding-left: 1px !important;
    padding-right: 1px !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-9\! {
    padding-top: 2.25rem !important;
  }

  .md\:pr-9\! {
    padding-right: 2.25rem !important;
  }

  .md\:pb-9\! {
    padding-bottom: 2.25rem !important;
  }

  .md\:pl-9\! {
    padding-left: 2.25rem !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-11\! {
    padding-top: 2.75rem !important;
  }

  .md\:pr-11\! {
    padding-right: 2.75rem !important;
  }

  .md\:pb-11\! {
    padding-bottom: 2.75rem !important;
  }

  .md\:pl-11\! {
    padding-left: 2.75rem !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-13\! {
    padding-top: 3.25rem !important;
  }

  .md\:pr-13\! {
    padding-right: 3.25rem !important;
  }

  .md\:pb-13\! {
    padding-bottom: 3.25rem !important;
  }

  .md\:pl-13\! {
    padding-left: 3.25rem !important;
  }

  .md\:pt-14\! {
    padding-top: 3.5rem !important;
  }

  .md\:pr-14\! {
    padding-right: 3.5rem !important;
  }

  .md\:pb-14\! {
    padding-bottom: 3.5rem !important;
  }

  .md\:pl-14\! {
    padding-left: 3.5rem !important;
  }

  .md\:pt-15\! {
    padding-top: 3.75rem !important;
  }

  .md\:pr-15\! {
    padding-right: 3.75rem !important;
  }

  .md\:pb-15\! {
    padding-bottom: 3.75rem !important;
  }

  .md\:pl-15\! {
    padding-left: 3.75rem !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-17\! {
    padding-top: 4.25rem !important;
  }

  .md\:pr-17\! {
    padding-right: 4.25rem !important;
  }

  .md\:pb-17\! {
    padding-bottom: 4.25rem !important;
  }

  .md\:pl-17\! {
    padding-left: 4.25rem !important;
  }

  .md\:pt-18\! {
    padding-top: 4.5rem !important;
  }

  .md\:pr-18\! {
    padding-right: 4.5rem !important;
  }

  .md\:pb-18\! {
    padding-bottom: 4.5rem !important;
  }

  .md\:pl-18\! {
    padding-left: 4.5rem !important;
  }

  .md\:pt-19\! {
    padding-top: 4.75rem !important;
  }

  .md\:pr-19\! {
    padding-right: 4.75rem !important;
  }

  .md\:pb-19\! {
    padding-bottom: 4.75rem !important;
  }

  .md\:pl-19\! {
    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-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-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-48\! {
    padding-top: 12rem !important;
  }

  .md\:pr-48\! {
    padding-right: 12rem !important;
  }

  .md\:pb-48\! {
    padding-bottom: 12rem !important;
  }

  .md\:pl-48\! {
    padding-left: 12rem !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-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-75\! {
    padding-top: 18.75rem !important;
  }

  .md\:pr-75\! {
    padding-right: 18.75rem !important;
  }

  .md\:pb-75\! {
    padding-bottom: 18.75rem !important;
  }

  .md\:pl-75\! {
    padding-left: 18.75rem !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\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .md\:placeholder-current::placeholder {
    color: currentColor;
  }

  .md\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-450::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-550::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-gray::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .md\:placeholder-red-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:placeholder-red-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:placeholder-red-300::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:placeholder-red-400::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:placeholder-red-500::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .md\:placeholder-red-600::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .md\:placeholder-red-700::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .md\:placeholder-red-800::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-red-900::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:placeholder-green-100::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:placeholder-green-200::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:placeholder-green-300::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:placeholder-green-400::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:placeholder-green-500::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:placeholder-green-600::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:placeholder-green-700::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:placeholder-green-800::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:placeholder-green-900::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-200::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-300::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-400::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-500::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-600::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-700::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-800::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-900::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-dark-blue::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .md\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .md\:placeholder-pale-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .md\:placeholder-success::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .md\:placeholder-error::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-transparent:nth-child(even)::placeholder {
    color: transparent;
  }

  .md\:even\:placeholder-current:nth-child(even)::placeholder {
    color: currentColor;
  }

  .md\:even\:placeholder-black:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-white:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-gray-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-gray-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-gray-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-gray-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-gray-450:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-gray-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-gray-550:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-gray-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-gray-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-gray-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-gray-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-gray:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-red-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-red-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-red-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-red-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-red-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-red-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-red-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-red-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-red-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-orange-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-orange-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-orange-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-orange-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-orange-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-orange-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-orange-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-orange-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-orange-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-green-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-green-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-green-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-green-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-green-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-green-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-green-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-green-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-green-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-teal-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-teal-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-teal-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-teal-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-teal-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-teal-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-teal-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-teal-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-teal-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-blue-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-blue-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-blue-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-blue-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-blue-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-blue-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-blue-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-blue-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-blue-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-purple-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-purple-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-purple-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-purple-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-purple-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-purple-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-purple-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-purple-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-purple-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-pink-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-pink-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-pink-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-pink-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-pink-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-pink-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-pink-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-pink-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-pink-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-dark-blue:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-light-blue:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-pale-yellow:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-success:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .md\:even\:placeholder-error:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-transparent:nth-child(odd)::placeholder {
    color: transparent;
  }

  .md\:odd\:placeholder-current:nth-child(odd)::placeholder {
    color: currentColor;
  }

  .md\:odd\:placeholder-black:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-white:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-450:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-550:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-gray:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-red-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-red-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-red-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-red-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-red-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-red-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-red-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-red-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-red-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-green-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-green-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-green-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-green-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-green-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-green-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-green-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-green-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-green-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-dark-blue:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-light-blue:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-pale-yellow:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-success:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .md\:odd\:placeholder-error:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-transparent > *::placeholder {
    color: transparent;
  }

  .md\:children\:placeholder-current > *::placeholder {
    color: currentColor;
  }

  .md\:children\:placeholder-black > *::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-white > *::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-gray-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-gray-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-gray-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-gray-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-gray-450 > *::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-gray-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-gray-550 > *::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-gray-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-gray-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-gray-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-gray-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-gray > *::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-red-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-red-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-red-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-red-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-red-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-red-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-red-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-red-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-red-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-orange-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-orange-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-orange-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-orange-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-orange-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-orange-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-orange-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-orange-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-orange-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-yellow-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-yellow-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-yellow-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-yellow-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-yellow-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-yellow-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-yellow-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-yellow-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-yellow-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-green-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-green-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-green-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-green-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-green-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-green-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-green-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-green-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-green-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-teal-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-teal-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-teal-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-teal-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-teal-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-teal-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-teal-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-teal-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-teal-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-blue-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-blue-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-blue-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-blue-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-blue-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-blue-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-blue-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-blue-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-blue-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-indigo-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-indigo-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-indigo-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-indigo-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-indigo-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-indigo-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-indigo-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-indigo-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-indigo-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-purple-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-purple-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-purple-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-purple-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-purple-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-purple-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-purple-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-purple-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-purple-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-pink-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-pink-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-pink-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-pink-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-pink-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-pink-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-pink-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-pink-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-pink-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-dark-blue > *::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-light-blue > *::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-pale-yellow > *::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-success > *::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .md\:children\:placeholder-error > *::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-transparent:first-child::placeholder {
    color: transparent;
  }

  .md\:first\:placeholder-current:first-child::placeholder {
    color: currentColor;
  }

  .md\:first\:placeholder-black:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-white:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-450:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-550:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-red-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-red-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-red-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-red-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-red-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-red-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-red-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-red-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-red-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-green-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-green-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-green-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-green-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-green-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-green-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-green-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-green-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-green-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-blue-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-blue-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-blue-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-blue-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-blue-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-blue-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-blue-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-blue-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-blue-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-dark-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-light-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pale-yellow:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-success:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-error:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-transparent:last-child::placeholder {
    color: transparent;
  }

  .md\:last\:placeholder-current:last-child::placeholder {
    color: currentColor;
  }

  .md\:last\:placeholder-black:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-white:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-450:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-550:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-red-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-red-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-red-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-red-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-red-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-red-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-red-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-red-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-red-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-green-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-green-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-green-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-green-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-green-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-green-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-green-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-green-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-green-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-blue-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-blue-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-blue-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-blue-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-blue-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-blue-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-blue-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-blue-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-blue-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-dark-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-light-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pale-yellow:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-success:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-error:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-transparent:hover::placeholder {
    color: transparent;
  }

  .md\:hover\:placeholder-current:hover::placeholder {
    color: currentColor;
  }

  .md\:hover\:placeholder-black:hover::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-white:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-450:hover::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-550:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray:hover::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-red-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-red-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-red-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-red-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-red-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-red-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-red-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-red-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-red-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-green-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-green-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-green-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-green-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-green-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-green-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-green-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-green-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-green-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-dark-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-light-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pale-yellow:hover::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-success:hover::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-error:hover::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .md\:placeholder-transparent::placeholder\! {
    color: transparent !important;
  }

  .md\:placeholder-current::placeholder\! {
    color: currentColor !important;
  }

  .md\:placeholder-black::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-200::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #f0f2f7 !important;
    color: rgba(240, 242, 247, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #e3e8f0 !important;
    color: rgba(227, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-450::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #B0B5CC !important;
    color: rgba(176, 181, 204, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-500::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #B9BED1 !important;
    color: rgba(185, 190, 209, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-550::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #9597a6 !important;
    color: rgba(149, 151, 166, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-600::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #707070 !important;
    color: rgba(112, 112, 112, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #454545 !important;
    color: rgba(69, 69, 69, 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-gray::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #454545 !important;
    color: rgba(69, 69, 69, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, 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-dark-blue::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #000142 !important;
    color: rgba(0, 1, 66, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-light-blue::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #3B55E6 !important;
    color: rgba(59, 85, 230, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pale-yellow::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #FBAF4E !important;
    color: rgba(251, 175, 78, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-success::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #007E62 !important;
    color: rgba(0, 126, 98, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-error::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #F60139 !important;
    color: rgba(246, 1, 57, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .md\:even\:placeholder-opacity-0:nth-child(even)::placeholder {
    --placeholder-opacity: 0;
  }

  .md\:even\:placeholder-opacity-25:nth-child(even)::placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:even\:placeholder-opacity-50:nth-child(even)::placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:even\:placeholder-opacity-75:nth-child(even)::placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:even\:placeholder-opacity-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
  }

  .md\:odd\:placeholder-opacity-0:nth-child(odd)::placeholder {
    --placeholder-opacity: 0;
  }

  .md\:odd\:placeholder-opacity-25:nth-child(odd)::placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:odd\:placeholder-opacity-50:nth-child(odd)::placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:odd\:placeholder-opacity-75:nth-child(odd)::placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:odd\:placeholder-opacity-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
  }

  .md\:children\:placeholder-opacity-0 > *::placeholder {
    --placeholder-opacity: 0;
  }

  .md\:children\:placeholder-opacity-25 > *::placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:children\:placeholder-opacity-50 > *::placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:children\:placeholder-opacity-75 > *::placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:children\:placeholder-opacity-100 > *::placeholder {
    --placeholder-opacity: 1;
  }

  .md\:first\:placeholder-opacity-0:first-child::placeholder {
    --placeholder-opacity: 0;
  }

  .md\:first\:placeholder-opacity-25:first-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:first\:placeholder-opacity-50:first-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:first\:placeholder-opacity-75:first-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:first\:placeholder-opacity-100:first-child::placeholder {
    --placeholder-opacity: 1;
  }

  .md\:last\:placeholder-opacity-0:last-child::placeholder {
    --placeholder-opacity: 0;
  }

  .md\:last\:placeholder-opacity-25:last-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:last\:placeholder-opacity-50:last-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:last\:placeholder-opacity-75:last-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:last\:placeholder-opacity-100:last-child::placeholder {
    --placeholder-opacity: 1;
  }

  .md\:hover\:placeholder-opacity-0:hover::placeholder {
    --placeholder-opacity: 0;
  }

  .md\:hover\:placeholder-opacity-25:hover::placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:hover\:placeholder-opacity-50:hover::placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:hover\:placeholder-opacity-75:hover::placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:hover\:placeholder-opacity-100:hover::placeholder {
    --placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-0::placeholder\! {
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-25::placeholder\! {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-50::placeholder\! {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-75::placeholder\! {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-100::placeholder\! {
    --placeholder-opacity: 1 !important;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:even\:pointer-events-none:nth-child(even) {
    pointer-events: none;
  }

  .md\:even\:pointer-events-auto:nth-child(even) {
    pointer-events: auto;
  }

  .md\:odd\:pointer-events-none:nth-child(odd) {
    pointer-events: none;
  }

  .md\:odd\:pointer-events-auto:nth-child(odd) {
    pointer-events: auto;
  }

  .md\:children\:pointer-events-none > * {
    pointer-events: none;
  }

  .md\:children\:pointer-events-auto > * {
    pointer-events: auto;
  }

  .md\:first\:pointer-events-none:first-child {
    pointer-events: none;
  }

  .md\:first\:pointer-events-auto:first-child {
    pointer-events: auto;
  }

  .md\:last\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .md\:last\:pointer-events-auto:last-child {
    pointer-events: auto;
  }

  .md\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .md\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .md\:pointer-events-none\! {
    pointer-events: none !important;
  }

  .md\:pointer-events-auto\! {
    pointer-events: auto !important;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:even\:static:nth-child(even) {
    position: static;
  }

  .md\:even\:fixed:nth-child(even) {
    position: fixed;
  }

  .md\:even\:absolute:nth-child(even) {
    position: absolute;
  }

  .md\:even\:relative:nth-child(even) {
    position: relative;
  }

  .md\:even\:sticky:nth-child(even) {
    position: sticky;
  }

  .md\:odd\:static:nth-child(odd) {
    position: static;
  }

  .md\:odd\:fixed:nth-child(odd) {
    position: fixed;
  }

  .md\:odd\:absolute:nth-child(odd) {
    position: absolute;
  }

  .md\:odd\:relative:nth-child(odd) {
    position: relative;
  }

  .md\:odd\:sticky:nth-child(odd) {
    position: sticky;
  }

  .md\:children\:static > * {
    position: static;
  }

  .md\:children\:fixed > * {
    position: fixed;
  }

  .md\:children\:absolute > * {
    position: absolute;
  }

  .md\:children\:relative > * {
    position: relative;
  }

  .md\:children\:sticky > * {
    position: sticky;
  }

  .md\:first\:static:first-child {
    position: static;
  }

  .md\:first\:fixed:first-child {
    position: fixed;
  }

  .md\:first\:absolute:first-child {
    position: absolute;
  }

  .md\:first\:relative:first-child {
    position: relative;
  }

  .md\:first\:sticky:first-child {
    position: sticky;
  }

  .md\:last\:static:last-child {
    position: static;
  }

  .md\:last\:fixed:last-child {
    position: fixed;
  }

  .md\:last\:absolute:last-child {
    position: absolute;
  }

  .md\:last\:relative:last-child {
    position: relative;
  }

  .md\:last\:sticky:last-child {
    position: sticky;
  }

  .md\:hover\:static:hover {
    position: static;
  }

  .md\:hover\:fixed:hover {
    position: fixed;
  }

  .md\:hover\:absolute:hover {
    position: absolute;
  }

  .md\:hover\:relative:hover {
    position: relative;
  }

  .md\:hover\:sticky:hover {
    position: sticky;
  }

  .md\:static\! {
    position: static !important;
  }

  .md\:fixed\! {
    position: fixed !important;
  }

  .md\:absolute\! {
    position: absolute !important;
  }

  .md\:relative\! {
    position: relative !important;
  }

  .md\:sticky\! {
    position: sticky !important;
  }

  .md\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .md\:top-0 {
    top: 0;
  }

  .md\:right-0 {
    right: 0;
  }

  .md\:bottom-0 {
    bottom: 0;
  }

  .md\:left-0 {
    left: 0;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:even\:inset-0:nth-child(even) {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:even\:inset-auto:nth-child(even) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:even\:inset-y-0:nth-child(even) {
    top: 0;
    bottom: 0;
  }

  .md\:even\:inset-x-0:nth-child(even) {
    right: 0;
    left: 0;
  }

  .md\:even\:inset-y-auto:nth-child(even) {
    top: auto;
    bottom: auto;
  }

  .md\:even\:inset-x-auto:nth-child(even) {
    right: auto;
    left: auto;
  }

  .md\:even\:top-0:nth-child(even) {
    top: 0;
  }

  .md\:even\:right-0:nth-child(even) {
    right: 0;
  }

  .md\:even\:bottom-0:nth-child(even) {
    bottom: 0;
  }

  .md\:even\:left-0:nth-child(even) {
    left: 0;
  }

  .md\:even\:top-auto:nth-child(even) {
    top: auto;
  }

  .md\:even\:right-auto:nth-child(even) {
    right: auto;
  }

  .md\:even\:bottom-auto:nth-child(even) {
    bottom: auto;
  }

  .md\:even\:left-auto:nth-child(even) {
    left: auto;
  }

  .md\:odd\:inset-0:nth-child(odd) {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:odd\:inset-auto:nth-child(odd) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:odd\:inset-y-0:nth-child(odd) {
    top: 0;
    bottom: 0;
  }

  .md\:odd\:inset-x-0:nth-child(odd) {
    right: 0;
    left: 0;
  }

  .md\:odd\:inset-y-auto:nth-child(odd) {
    top: auto;
    bottom: auto;
  }

  .md\:odd\:inset-x-auto:nth-child(odd) {
    right: auto;
    left: auto;
  }

  .md\:odd\:top-0:nth-child(odd) {
    top: 0;
  }

  .md\:odd\:right-0:nth-child(odd) {
    right: 0;
  }

  .md\:odd\:bottom-0:nth-child(odd) {
    bottom: 0;
  }

  .md\:odd\:left-0:nth-child(odd) {
    left: 0;
  }

  .md\:odd\:top-auto:nth-child(odd) {
    top: auto;
  }

  .md\:odd\:right-auto:nth-child(odd) {
    right: auto;
  }

  .md\:odd\:bottom-auto:nth-child(odd) {
    bottom: auto;
  }

  .md\:odd\:left-auto:nth-child(odd) {
    left: auto;
  }

  .md\:children\:inset-0 > * {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:children\:inset-auto > * {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:children\:inset-y-0 > * {
    top: 0;
    bottom: 0;
  }

  .md\:children\:inset-x-0 > * {
    right: 0;
    left: 0;
  }

  .md\:children\:inset-y-auto > * {
    top: auto;
    bottom: auto;
  }

  .md\:children\:inset-x-auto > * {
    right: auto;
    left: auto;
  }

  .md\:children\:top-0 > * {
    top: 0;
  }

  .md\:children\:right-0 > * {
    right: 0;
  }

  .md\:children\:bottom-0 > * {
    bottom: 0;
  }

  .md\:children\:left-0 > * {
    left: 0;
  }

  .md\:children\:top-auto > * {
    top: auto;
  }

  .md\:children\:right-auto > * {
    right: auto;
  }

  .md\:children\:bottom-auto > * {
    bottom: auto;
  }

  .md\:children\:left-auto > * {
    left: auto;
  }

  .md\:first\:inset-0:first-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:first\:inset-auto:first-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:first\:inset-y-0:first-child {
    top: 0;
    bottom: 0;
  }

  .md\:first\:inset-x-0:first-child {
    right: 0;
    left: 0;
  }

  .md\:first\:inset-y-auto:first-child {
    top: auto;
    bottom: auto;
  }

  .md\:first\:inset-x-auto:first-child {
    right: auto;
    left: auto;
  }

  .md\:first\:top-0:first-child {
    top: 0;
  }

  .md\:first\:right-0:first-child {
    right: 0;
  }

  .md\:first\:bottom-0:first-child {
    bottom: 0;
  }

  .md\:first\:left-0:first-child {
    left: 0;
  }

  .md\:first\:top-auto:first-child {
    top: auto;
  }

  .md\:first\:right-auto:first-child {
    right: auto;
  }

  .md\:first\:bottom-auto:first-child {
    bottom: auto;
  }

  .md\:first\:left-auto:first-child {
    left: auto;
  }

  .md\:last\:inset-0:last-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:last\:inset-auto:last-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:last\:inset-y-0:last-child {
    top: 0;
    bottom: 0;
  }

  .md\:last\:inset-x-0:last-child {
    right: 0;
    left: 0;
  }

  .md\:last\:inset-y-auto:last-child {
    top: auto;
    bottom: auto;
  }

  .md\:last\:inset-x-auto:last-child {
    right: auto;
    left: auto;
  }

  .md\:last\:top-0:last-child {
    top: 0;
  }

  .md\:last\:right-0:last-child {
    right: 0;
  }

  .md\:last\:bottom-0:last-child {
    bottom: 0;
  }

  .md\:last\:left-0:last-child {
    left: 0;
  }

  .md\:last\:top-auto:last-child {
    top: auto;
  }

  .md\:last\:right-auto:last-child {
    right: auto;
  }

  .md\:last\:bottom-auto:last-child {
    bottom: auto;
  }

  .md\:last\:left-auto:last-child {
    left: auto;
  }

  .md\:hover\:inset-0:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:hover\:inset-auto:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:hover\:inset-y-0:hover {
    top: 0;
    bottom: 0;
  }

  .md\:hover\:inset-x-0:hover {
    right: 0;
    left: 0;
  }

  .md\:hover\:inset-y-auto:hover {
    top: auto;
    bottom: auto;
  }

  .md\:hover\:inset-x-auto:hover {
    right: auto;
    left: auto;
  }

  .md\:hover\:top-0:hover {
    top: 0;
  }

  .md\:hover\:right-0:hover {
    right: 0;
  }

  .md\:hover\:bottom-0:hover {
    bottom: 0;
  }

  .md\:hover\:left-0:hover {
    left: 0;
  }

  .md\:hover\:top-auto:hover {
    top: auto;
  }

  .md\:hover\:right-auto:hover {
    right: auto;
  }

  .md\:hover\:bottom-auto:hover {
    bottom: auto;
  }

  .md\:hover\:left-auto:hover {
    left: auto;
  }

  .md\:inset-0\! {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .md\:inset-auto\! {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:inset-y-0\! {
    top: 0 !important;
    bottom: 0 !important;
  }

  .md\:inset-x-0\! {
    right: 0 !important;
    left: 0 !important;
  }

  .md\:inset-y-auto\! {
    top: auto !important;
    bottom: auto !important;
  }

  .md\:inset-x-auto\! {
    right: auto !important;
    left: auto !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-auto\! {
    top: auto !important;
  }

  .md\:right-auto\! {
    right: auto !important;
  }

  .md\:bottom-auto\! {
    bottom: auto !important;
  }

  .md\:left-auto\! {
    left: auto !important;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:even\:resize-none:nth-child(even) {
    resize: none;
  }

  .md\:even\:resize-y:nth-child(even) {
    resize: vertical;
  }

  .md\:even\:resize-x:nth-child(even) {
    resize: horizontal;
  }

  .md\:even\:resize:nth-child(even) {
    resize: both;
  }

  .md\:odd\:resize-none:nth-child(odd) {
    resize: none;
  }

  .md\:odd\:resize-y:nth-child(odd) {
    resize: vertical;
  }

  .md\:odd\:resize-x:nth-child(odd) {
    resize: horizontal;
  }

  .md\:odd\:resize:nth-child(odd) {
    resize: both;
  }

  .md\:children\:resize-none > * {
    resize: none;
  }

  .md\:children\:resize-y > * {
    resize: vertical;
  }

  .md\:children\:resize-x > * {
    resize: horizontal;
  }

  .md\:children\:resize > * {
    resize: both;
  }

  .md\:first\:resize-none:first-child {
    resize: none;
  }

  .md\:first\:resize-y:first-child {
    resize: vertical;
  }

  .md\:first\:resize-x:first-child {
    resize: horizontal;
  }

  .md\:first\:resize:first-child {
    resize: both;
  }

  .md\:last\:resize-none:last-child {
    resize: none;
  }

  .md\:last\:resize-y:last-child {
    resize: vertical;
  }

  .md\:last\:resize-x:last-child {
    resize: horizontal;
  }

  .md\:last\:resize:last-child {
    resize: both;
  }

  .md\:hover\:resize-none:hover {
    resize: none;
  }

  .md\:hover\:resize-y:hover {
    resize: vertical;
  }

  .md\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .md\:hover\:resize:hover {
    resize: both;
  }

  .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 {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:shadow-none {
    box-shadow: none;
  }

  .md\:even\:shadow-xs:nth-child(even) {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:even\:shadow-sm:nth-child(even) {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:even\:shadow:nth-child(even) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:even\:shadow-md:nth-child(even) {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:even\:shadow-lg:nth-child(even) {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:even\:shadow-xl:nth-child(even) {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:even\:shadow-2xl:nth-child(even) {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:even\:shadow-inner:nth-child(even) {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:even\:shadow-outline:nth-child(even) {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:even\:shadow-none:nth-child(even) {
    box-shadow: none;
  }

  .md\:odd\:shadow-xs:nth-child(odd) {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:odd\:shadow-sm:nth-child(odd) {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:odd\:shadow:nth-child(odd) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:odd\:shadow-md:nth-child(odd) {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:odd\:shadow-lg:nth-child(odd) {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:odd\:shadow-xl:nth-child(odd) {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:odd\:shadow-2xl:nth-child(odd) {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:odd\:shadow-inner:nth-child(odd) {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:odd\:shadow-outline:nth-child(odd) {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:odd\:shadow-none:nth-child(odd) {
    box-shadow: none;
  }

  .md\:children\:shadow-xs > * {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:children\:shadow-sm > * {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:children\:shadow > * {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:children\:shadow-md > * {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:children\:shadow-lg > * {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:children\:shadow-xl > * {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:children\:shadow-2xl > * {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:children\:shadow-inner > * {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:children\:shadow-outline > * {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:children\:shadow-none > * {
    box-shadow: none;
  }

  .md\:first\:shadow-xs:first-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:first\:shadow-sm:first-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:first\:shadow:first-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:first\:shadow-md:first-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:first\:shadow-lg:first-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:first\:shadow-xl:first-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:first\:shadow-2xl:first-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:first\:shadow-inner:first-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:first\:shadow-outline:first-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:first\:shadow-none:first-child {
    box-shadow: none;
  }

  .md\:last\:shadow-xs:last-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:last\:shadow-sm:last-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:last\:shadow:last-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:last\:shadow-md:last-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:last\:shadow-lg:last-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:last\:shadow-xl:last-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:last\:shadow-2xl:last-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:last\:shadow-inner:last-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:last\:shadow-outline:last-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:last\:shadow-none:last-child {
    box-shadow: none;
  }

  .md\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .md\:shadow-xs\! {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow-sm\! {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow\! {
    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\! {
    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\! {
    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\! {
    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\! {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:shadow-inner\! {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-outline\! {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:shadow-none\! {
    box-shadow: none !important;
  }

  .md\:fill-current {
    fill: currentColor;
  }

  .md\:even\:fill-current:nth-child(even) {
    fill: currentColor;
  }

  .md\:odd\:fill-current:nth-child(odd) {
    fill: currentColor;
  }

  .md\:children\:fill-current > * {
    fill: currentColor;
  }

  .md\:first\:fill-current:first-child {
    fill: currentColor;
  }

  .md\:last\:fill-current:last-child {
    fill: currentColor;
  }

  .md\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .md\:fill-current\! {
    fill: currentColor !important;
  }

  .md\:stroke-current {
    stroke: currentColor;
  }

  .md\:even\:stroke-current:nth-child(even) {
    stroke: currentColor;
  }

  .md\:odd\:stroke-current:nth-child(odd) {
    stroke: currentColor;
  }

  .md\:children\:stroke-current > * {
    stroke: currentColor;
  }

  .md\:first\:stroke-current:first-child {
    stroke: currentColor;
  }

  .md\:last\:stroke-current:last-child {
    stroke: currentColor;
  }

  .md\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .md\:stroke-current\! {
    stroke: currentColor !important;
  }

  .md\:stroke-0 {
    stroke-width: 0;
  }

  .md\:stroke-1 {
    stroke-width: 1;
  }

  .md\:stroke-2 {
    stroke-width: 2;
  }

  .md\:even\:stroke-0:nth-child(even) {
    stroke-width: 0;
  }

  .md\:even\:stroke-1:nth-child(even) {
    stroke-width: 1;
  }

  .md\:even\:stroke-2:nth-child(even) {
    stroke-width: 2;
  }

  .md\:odd\:stroke-0:nth-child(odd) {
    stroke-width: 0;
  }

  .md\:odd\:stroke-1:nth-child(odd) {
    stroke-width: 1;
  }

  .md\:odd\:stroke-2:nth-child(odd) {
    stroke-width: 2;
  }

  .md\:children\:stroke-0 > * {
    stroke-width: 0;
  }

  .md\:children\:stroke-1 > * {
    stroke-width: 1;
  }

  .md\:children\:stroke-2 > * {
    stroke-width: 2;
  }

  .md\:first\:stroke-0:first-child {
    stroke-width: 0;
  }

  .md\:first\:stroke-1:first-child {
    stroke-width: 1;
  }

  .md\:first\:stroke-2:first-child {
    stroke-width: 2;
  }

  .md\:last\:stroke-0:last-child {
    stroke-width: 0;
  }

  .md\:last\:stroke-1:last-child {
    stroke-width: 1;
  }

  .md\:last\:stroke-2:last-child {
    stroke-width: 2;
  }

  .md\:hover\:stroke-0:hover {
    stroke-width: 0;
  }

  .md\:hover\:stroke-1:hover {
    stroke-width: 1;
  }

  .md\:hover\:stroke-2:hover {
    stroke-width: 2;
  }

  .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;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:even\:table-auto:nth-child(even) {
    table-layout: auto;
  }

  .md\:even\:table-fixed:nth-child(even) {
    table-layout: fixed;
  }

  .md\:odd\:table-auto:nth-child(odd) {
    table-layout: auto;
  }

  .md\:odd\:table-fixed:nth-child(odd) {
    table-layout: fixed;
  }

  .md\:children\:table-auto > * {
    table-layout: auto;
  }

  .md\:children\:table-fixed > * {
    table-layout: fixed;
  }

  .md\:first\:table-auto:first-child {
    table-layout: auto;
  }

  .md\:first\:table-fixed:first-child {
    table-layout: fixed;
  }

  .md\:last\:table-auto:last-child {
    table-layout: auto;
  }

  .md\:last\:table-fixed:last-child {
    table-layout: fixed;
  }

  .md\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .md\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .md\:table-auto\! {
    table-layout: auto !important;
  }

  .md\:table-fixed\! {
    table-layout: fixed !important;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:even\:text-left:nth-child(even) {
    text-align: left;
  }

  .md\:even\:text-center:nth-child(even) {
    text-align: center;
  }

  .md\:even\:text-right:nth-child(even) {
    text-align: right;
  }

  .md\:even\:text-justify:nth-child(even) {
    text-align: justify;
  }

  .md\:odd\:text-left:nth-child(odd) {
    text-align: left;
  }

  .md\:odd\:text-center:nth-child(odd) {
    text-align: center;
  }

  .md\:odd\:text-right:nth-child(odd) {
    text-align: right;
  }

  .md\:odd\:text-justify:nth-child(odd) {
    text-align: justify;
  }

  .md\:children\:text-left > * {
    text-align: left;
  }

  .md\:children\:text-center > * {
    text-align: center;
  }

  .md\:children\:text-right > * {
    text-align: right;
  }

  .md\:children\:text-justify > * {
    text-align: justify;
  }

  .md\:first\:text-left:first-child {
    text-align: left;
  }

  .md\:first\:text-center:first-child {
    text-align: center;
  }

  .md\:first\:text-right:first-child {
    text-align: right;
  }

  .md\:first\:text-justify:first-child {
    text-align: justify;
  }

  .md\:last\:text-left:last-child {
    text-align: left;
  }

  .md\:last\:text-center:last-child {
    text-align: center;
  }

  .md\:last\:text-right:last-child {
    text-align: right;
  }

  .md\:last\:text-justify:last-child {
    text-align: justify;
  }

  .md\:hover\:text-left:hover {
    text-align: left;
  }

  .md\:hover\:text-center:hover {
    text-align: center;
  }

  .md\:hover\:text-right:hover {
    text-align: right;
  }

  .md\:hover\:text-justify:hover {
    text-align: justify;
  }

  .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;
  }

  .md\:text-current {
    color: currentColor;
  }

  .md\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:text-gray-200 {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .md\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:text-gray-400 {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .md\:text-gray-450 {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .md\:text-gray-500 {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .md\:text-gray-550 {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .md\:text-gray-600 {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .md\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:text-gray-800 {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .md\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:text-gray {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .md\:text-red-100 {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .md\:text-red-200 {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .md\:text-red-300 {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .md\:text-red-400 {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .md\:text-red-500 {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .md\:text-red-600 {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .md\:text-red-700 {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .md\:text-red-800 {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .md\:text-red-900 {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .md\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md\:text-yellow-100 {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .md\:text-yellow-200 {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .md\:text-yellow-300 {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .md\:text-yellow-400 {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .md\:text-yellow-500 {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .md\:text-yellow-600 {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .md\:text-yellow-700 {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .md\:text-yellow-800 {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .md\:text-yellow-900 {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .md\:text-green-100 {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .md\:text-green-200 {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .md\:text-green-300 {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .md\:text-green-400 {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .md\:text-green-500 {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .md\:text-green-600 {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .md\:text-green-700 {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .md\:text-green-800 {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .md\:text-green-900 {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .md\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:text-blue-100 {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .md\:text-blue-200 {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .md\:text-blue-300 {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .md\:text-blue-400 {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .md\:text-blue-500 {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .md\:text-blue-600 {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .md\:text-blue-700 {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .md\:text-blue-800 {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .md\:text-blue-900 {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .md\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:text-dark-blue {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .md\:text-light-blue {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .md\:text-pale-yellow {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .md\:text-success {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .md\:text-error {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .md\:even\:text-transparent:nth-child(even) {
    color: transparent;
  }

  .md\:even\:text-current:nth-child(even) {
    color: currentColor;
  }

  .md\:even\:text-black:nth-child(even) {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:even\:text-white:nth-child(even) {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:even\:text-gray-100:nth-child(even) {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:even\:text-gray-200:nth-child(even) {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .md\:even\:text-gray-300:nth-child(even) {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:even\:text-gray-400:nth-child(even) {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .md\:even\:text-gray-450:nth-child(even) {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .md\:even\:text-gray-500:nth-child(even) {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .md\:even\:text-gray-550:nth-child(even) {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .md\:even\:text-gray-600:nth-child(even) {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .md\:even\:text-gray-700:nth-child(even) {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:even\:text-gray-800:nth-child(even) {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .md\:even\:text-gray-900:nth-child(even) {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:even\:text-gray:nth-child(even) {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .md\:even\:text-red-100:nth-child(even) {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .md\:even\:text-red-200:nth-child(even) {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .md\:even\:text-red-300:nth-child(even) {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .md\:even\:text-red-400:nth-child(even) {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .md\:even\:text-red-500:nth-child(even) {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .md\:even\:text-red-600:nth-child(even) {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .md\:even\:text-red-700:nth-child(even) {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .md\:even\:text-red-800:nth-child(even) {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .md\:even\:text-red-900:nth-child(even) {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .md\:even\:text-orange-100:nth-child(even) {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md\:even\:text-orange-200:nth-child(even) {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md\:even\:text-orange-300:nth-child(even) {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md\:even\:text-orange-400:nth-child(even) {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md\:even\:text-orange-500:nth-child(even) {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md\:even\:text-orange-600:nth-child(even) {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md\:even\:text-orange-700:nth-child(even) {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md\:even\:text-orange-800:nth-child(even) {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md\:even\:text-orange-900:nth-child(even) {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md\:even\:text-yellow-100:nth-child(even) {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .md\:even\:text-yellow-200:nth-child(even) {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .md\:even\:text-yellow-300:nth-child(even) {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .md\:even\:text-yellow-400:nth-child(even) {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .md\:even\:text-yellow-500:nth-child(even) {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .md\:even\:text-yellow-600:nth-child(even) {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .md\:even\:text-yellow-700:nth-child(even) {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .md\:even\:text-yellow-800:nth-child(even) {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .md\:even\:text-yellow-900:nth-child(even) {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .md\:even\:text-green-100:nth-child(even) {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .md\:even\:text-green-200:nth-child(even) {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .md\:even\:text-green-300:nth-child(even) {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .md\:even\:text-green-400:nth-child(even) {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .md\:even\:text-green-500:nth-child(even) {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .md\:even\:text-green-600:nth-child(even) {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .md\:even\:text-green-700:nth-child(even) {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .md\:even\:text-green-800:nth-child(even) {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .md\:even\:text-green-900:nth-child(even) {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .md\:even\:text-teal-100:nth-child(even) {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:even\:text-teal-200:nth-child(even) {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:even\:text-teal-300:nth-child(even) {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:even\:text-teal-400:nth-child(even) {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:even\:text-teal-500:nth-child(even) {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:even\:text-teal-600:nth-child(even) {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:even\:text-teal-700:nth-child(even) {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:even\:text-teal-800:nth-child(even) {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:even\:text-teal-900:nth-child(even) {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:even\:text-blue-100:nth-child(even) {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .md\:even\:text-blue-200:nth-child(even) {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .md\:even\:text-blue-300:nth-child(even) {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .md\:even\:text-blue-400:nth-child(even) {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .md\:even\:text-blue-500:nth-child(even) {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .md\:even\:text-blue-600:nth-child(even) {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .md\:even\:text-blue-700:nth-child(even) {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .md\:even\:text-blue-800:nth-child(even) {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .md\:even\:text-blue-900:nth-child(even) {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .md\:even\:text-indigo-100:nth-child(even) {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:even\:text-indigo-200:nth-child(even) {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:even\:text-indigo-300:nth-child(even) {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:even\:text-indigo-400:nth-child(even) {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:even\:text-indigo-500:nth-child(even) {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:even\:text-indigo-600:nth-child(even) {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:even\:text-indigo-700:nth-child(even) {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:even\:text-indigo-800:nth-child(even) {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:even\:text-indigo-900:nth-child(even) {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:even\:text-purple-100:nth-child(even) {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md\:even\:text-purple-200:nth-child(even) {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md\:even\:text-purple-300:nth-child(even) {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md\:even\:text-purple-400:nth-child(even) {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md\:even\:text-purple-500:nth-child(even) {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md\:even\:text-purple-600:nth-child(even) {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md\:even\:text-purple-700:nth-child(even) {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md\:even\:text-purple-800:nth-child(even) {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md\:even\:text-purple-900:nth-child(even) {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md\:even\:text-pink-100:nth-child(even) {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:even\:text-pink-200:nth-child(even) {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:even\:text-pink-300:nth-child(even) {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:even\:text-pink-400:nth-child(even) {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:even\:text-pink-500:nth-child(even) {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:even\:text-pink-600:nth-child(even) {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:even\:text-pink-700:nth-child(even) {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:even\:text-pink-800:nth-child(even) {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:even\:text-pink-900:nth-child(even) {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:even\:text-dark-blue:nth-child(even) {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .md\:even\:text-light-blue:nth-child(even) {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .md\:even\:text-pale-yellow:nth-child(even) {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .md\:even\:text-success:nth-child(even) {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .md\:even\:text-error:nth-child(even) {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .md\:odd\:text-transparent:nth-child(odd) {
    color: transparent;
  }

  .md\:odd\:text-current:nth-child(odd) {
    color: currentColor;
  }

  .md\:odd\:text-black:nth-child(odd) {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:odd\:text-white:nth-child(odd) {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:odd\:text-gray-100:nth-child(odd) {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:odd\:text-gray-200:nth-child(odd) {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .md\:odd\:text-gray-300:nth-child(odd) {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:odd\:text-gray-400:nth-child(odd) {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .md\:odd\:text-gray-450:nth-child(odd) {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .md\:odd\:text-gray-500:nth-child(odd) {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .md\:odd\:text-gray-550:nth-child(odd) {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .md\:odd\:text-gray-600:nth-child(odd) {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .md\:odd\:text-gray-700:nth-child(odd) {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:odd\:text-gray-800:nth-child(odd) {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .md\:odd\:text-gray-900:nth-child(odd) {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:odd\:text-gray:nth-child(odd) {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .md\:odd\:text-red-100:nth-child(odd) {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .md\:odd\:text-red-200:nth-child(odd) {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .md\:odd\:text-red-300:nth-child(odd) {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .md\:odd\:text-red-400:nth-child(odd) {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .md\:odd\:text-red-500:nth-child(odd) {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .md\:odd\:text-red-600:nth-child(odd) {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .md\:odd\:text-red-700:nth-child(odd) {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .md\:odd\:text-red-800:nth-child(odd) {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .md\:odd\:text-red-900:nth-child(odd) {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .md\:odd\:text-orange-100:nth-child(odd) {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md\:odd\:text-orange-200:nth-child(odd) {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md\:odd\:text-orange-300:nth-child(odd) {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md\:odd\:text-orange-400:nth-child(odd) {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md\:odd\:text-orange-500:nth-child(odd) {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md\:odd\:text-orange-600:nth-child(odd) {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md\:odd\:text-orange-700:nth-child(odd) {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md\:odd\:text-orange-800:nth-child(odd) {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md\:odd\:text-orange-900:nth-child(odd) {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md\:odd\:text-yellow-100:nth-child(odd) {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .md\:odd\:text-yellow-200:nth-child(odd) {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .md\:odd\:text-yellow-300:nth-child(odd) {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .md\:odd\:text-yellow-400:nth-child(odd) {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .md\:odd\:text-yellow-500:nth-child(odd) {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .md\:odd\:text-yellow-600:nth-child(odd) {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .md\:odd\:text-yellow-700:nth-child(odd) {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .md\:odd\:text-yellow-800:nth-child(odd) {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .md\:odd\:text-yellow-900:nth-child(odd) {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .md\:odd\:text-green-100:nth-child(odd) {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .md\:odd\:text-green-200:nth-child(odd) {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .md\:odd\:text-green-300:nth-child(odd) {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .md\:odd\:text-green-400:nth-child(odd) {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .md\:odd\:text-green-500:nth-child(odd) {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .md\:odd\:text-green-600:nth-child(odd) {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .md\:odd\:text-green-700:nth-child(odd) {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .md\:odd\:text-green-800:nth-child(odd) {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .md\:odd\:text-green-900:nth-child(odd) {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .md\:odd\:text-teal-100:nth-child(odd) {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:odd\:text-teal-200:nth-child(odd) {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:odd\:text-teal-300:nth-child(odd) {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:odd\:text-teal-400:nth-child(odd) {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:odd\:text-teal-500:nth-child(odd) {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:odd\:text-teal-600:nth-child(odd) {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:odd\:text-teal-700:nth-child(odd) {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:odd\:text-teal-800:nth-child(odd) {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:odd\:text-teal-900:nth-child(odd) {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:odd\:text-blue-100:nth-child(odd) {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .md\:odd\:text-blue-200:nth-child(odd) {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .md\:odd\:text-blue-300:nth-child(odd) {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .md\:odd\:text-blue-400:nth-child(odd) {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .md\:odd\:text-blue-500:nth-child(odd) {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .md\:odd\:text-blue-600:nth-child(odd) {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .md\:odd\:text-blue-700:nth-child(odd) {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .md\:odd\:text-blue-800:nth-child(odd) {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .md\:odd\:text-blue-900:nth-child(odd) {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .md\:odd\:text-indigo-100:nth-child(odd) {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:odd\:text-indigo-200:nth-child(odd) {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:odd\:text-indigo-300:nth-child(odd) {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:odd\:text-indigo-400:nth-child(odd) {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:odd\:text-indigo-500:nth-child(odd) {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:odd\:text-indigo-600:nth-child(odd) {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:odd\:text-indigo-700:nth-child(odd) {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:odd\:text-indigo-800:nth-child(odd) {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:odd\:text-indigo-900:nth-child(odd) {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:odd\:text-purple-100:nth-child(odd) {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md\:odd\:text-purple-200:nth-child(odd) {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md\:odd\:text-purple-300:nth-child(odd) {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md\:odd\:text-purple-400:nth-child(odd) {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md\:odd\:text-purple-500:nth-child(odd) {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md\:odd\:text-purple-600:nth-child(odd) {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md\:odd\:text-purple-700:nth-child(odd) {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md\:odd\:text-purple-800:nth-child(odd) {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md\:odd\:text-purple-900:nth-child(odd) {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md\:odd\:text-pink-100:nth-child(odd) {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:odd\:text-pink-200:nth-child(odd) {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:odd\:text-pink-300:nth-child(odd) {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:odd\:text-pink-400:nth-child(odd) {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:odd\:text-pink-500:nth-child(odd) {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:odd\:text-pink-600:nth-child(odd) {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:odd\:text-pink-700:nth-child(odd) {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:odd\:text-pink-800:nth-child(odd) {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:odd\:text-pink-900:nth-child(odd) {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:odd\:text-dark-blue:nth-child(odd) {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .md\:odd\:text-light-blue:nth-child(odd) {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .md\:odd\:text-pale-yellow:nth-child(odd) {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .md\:odd\:text-success:nth-child(odd) {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .md\:odd\:text-error:nth-child(odd) {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .md\:children\:text-transparent > * {
    color: transparent;
  }

  .md\:children\:text-current > * {
    color: currentColor;
  }

  .md\:children\:text-black > * {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:children\:text-white > * {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:children\:text-gray-100 > * {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:children\:text-gray-200 > * {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .md\:children\:text-gray-300 > * {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:children\:text-gray-400 > * {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .md\:children\:text-gray-450 > * {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .md\:children\:text-gray-500 > * {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .md\:children\:text-gray-550 > * {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .md\:children\:text-gray-600 > * {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .md\:children\:text-gray-700 > * {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:children\:text-gray-800 > * {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .md\:children\:text-gray-900 > * {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:children\:text-gray > * {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .md\:children\:text-red-100 > * {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .md\:children\:text-red-200 > * {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .md\:children\:text-red-300 > * {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .md\:children\:text-red-400 > * {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .md\:children\:text-red-500 > * {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .md\:children\:text-red-600 > * {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .md\:children\:text-red-700 > * {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .md\:children\:text-red-800 > * {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .md\:children\:text-red-900 > * {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .md\:children\:text-orange-100 > * {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md\:children\:text-orange-200 > * {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md\:children\:text-orange-300 > * {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md\:children\:text-orange-400 > * {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md\:children\:text-orange-500 > * {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md\:children\:text-orange-600 > * {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md\:children\:text-orange-700 > * {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md\:children\:text-orange-800 > * {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md\:children\:text-orange-900 > * {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md\:children\:text-yellow-100 > * {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .md\:children\:text-yellow-200 > * {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .md\:children\:text-yellow-300 > * {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .md\:children\:text-yellow-400 > * {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .md\:children\:text-yellow-500 > * {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .md\:children\:text-yellow-600 > * {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .md\:children\:text-yellow-700 > * {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .md\:children\:text-yellow-800 > * {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .md\:children\:text-yellow-900 > * {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .md\:children\:text-green-100 > * {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .md\:children\:text-green-200 > * {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .md\:children\:text-green-300 > * {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .md\:children\:text-green-400 > * {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .md\:children\:text-green-500 > * {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .md\:children\:text-green-600 > * {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .md\:children\:text-green-700 > * {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .md\:children\:text-green-800 > * {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .md\:children\:text-green-900 > * {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .md\:children\:text-teal-100 > * {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:children\:text-teal-200 > * {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:children\:text-teal-300 > * {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:children\:text-teal-400 > * {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:children\:text-teal-500 > * {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:children\:text-teal-600 > * {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:children\:text-teal-700 > * {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:children\:text-teal-800 > * {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:children\:text-teal-900 > * {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:children\:text-blue-100 > * {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .md\:children\:text-blue-200 > * {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .md\:children\:text-blue-300 > * {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .md\:children\:text-blue-400 > * {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .md\:children\:text-blue-500 > * {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .md\:children\:text-blue-600 > * {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .md\:children\:text-blue-700 > * {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .md\:children\:text-blue-800 > * {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .md\:children\:text-blue-900 > * {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .md\:children\:text-indigo-100 > * {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:children\:text-indigo-200 > * {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:children\:text-indigo-300 > * {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:children\:text-indigo-400 > * {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:children\:text-indigo-500 > * {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:children\:text-indigo-600 > * {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:children\:text-indigo-700 > * {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:children\:text-indigo-800 > * {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:children\:text-indigo-900 > * {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:children\:text-purple-100 > * {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md\:children\:text-purple-200 > * {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md\:children\:text-purple-300 > * {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md\:children\:text-purple-400 > * {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md\:children\:text-purple-500 > * {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md\:children\:text-purple-600 > * {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md\:children\:text-purple-700 > * {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md\:children\:text-purple-800 > * {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md\:children\:text-purple-900 > * {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md\:children\:text-pink-100 > * {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:children\:text-pink-200 > * {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:children\:text-pink-300 > * {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:children\:text-pink-400 > * {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:children\:text-pink-500 > * {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:children\:text-pink-600 > * {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:children\:text-pink-700 > * {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:children\:text-pink-800 > * {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:children\:text-pink-900 > * {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:children\:text-dark-blue > * {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .md\:children\:text-light-blue > * {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .md\:children\:text-pale-yellow > * {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .md\:children\:text-success > * {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .md\:children\:text-error > * {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .md\:first\:text-transparent:first-child {
    color: transparent;
  }

  .md\:first\:text-current:first-child {
    color: currentColor;
  }

  .md\:first\:text-black:first-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:first\:text-white:first-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:first\:text-gray-100:first-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:first\:text-gray-200:first-child {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .md\:first\:text-gray-300:first-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:first\:text-gray-400:first-child {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .md\:first\:text-gray-450:first-child {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .md\:first\:text-gray-500:first-child {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .md\:first\:text-gray-550:first-child {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .md\:first\:text-gray-600:first-child {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .md\:first\:text-gray-700:first-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:first\:text-gray-800:first-child {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .md\:first\:text-gray-900:first-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:first\:text-gray:first-child {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .md\:first\:text-red-100:first-child {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .md\:first\:text-red-200:first-child {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .md\:first\:text-red-300:first-child {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .md\:first\:text-red-400:first-child {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .md\:first\:text-red-500:first-child {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .md\:first\:text-red-600:first-child {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .md\:first\:text-red-700:first-child {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .md\:first\:text-red-800:first-child {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .md\:first\:text-red-900:first-child {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .md\:first\:text-orange-100:first-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md\:first\:text-orange-200:first-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md\:first\:text-orange-300:first-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md\:first\:text-orange-400:first-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md\:first\:text-orange-500:first-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md\:first\:text-orange-600:first-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md\:first\:text-orange-700:first-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md\:first\:text-orange-800:first-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md\:first\:text-orange-900:first-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md\:first\:text-yellow-100:first-child {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .md\:first\:text-yellow-200:first-child {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .md\:first\:text-yellow-300:first-child {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .md\:first\:text-yellow-400:first-child {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .md\:first\:text-yellow-500:first-child {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .md\:first\:text-yellow-600:first-child {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .md\:first\:text-yellow-700:first-child {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .md\:first\:text-yellow-800:first-child {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .md\:first\:text-yellow-900:first-child {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .md\:first\:text-green-100:first-child {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .md\:first\:text-green-200:first-child {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .md\:first\:text-green-300:first-child {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .md\:first\:text-green-400:first-child {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .md\:first\:text-green-500:first-child {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .md\:first\:text-green-600:first-child {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .md\:first\:text-green-700:first-child {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .md\:first\:text-green-800:first-child {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .md\:first\:text-green-900:first-child {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .md\:first\:text-teal-100:first-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:first\:text-teal-200:first-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:first\:text-teal-300:first-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:first\:text-teal-400:first-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:first\:text-teal-500:first-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:first\:text-teal-600:first-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:first\:text-teal-700:first-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:first\:text-teal-800:first-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:first\:text-teal-900:first-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:first\:text-blue-100:first-child {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .md\:first\:text-blue-200:first-child {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .md\:first\:text-blue-300:first-child {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .md\:first\:text-blue-400:first-child {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .md\:first\:text-blue-500:first-child {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .md\:first\:text-blue-600:first-child {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .md\:first\:text-blue-700:first-child {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .md\:first\:text-blue-800:first-child {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .md\:first\:text-blue-900:first-child {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .md\:first\:text-indigo-100:first-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:first\:text-indigo-200:first-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:first\:text-indigo-300:first-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:first\:text-indigo-400:first-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:first\:text-indigo-500:first-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:first\:text-indigo-600:first-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:first\:text-indigo-700:first-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:first\:text-indigo-800:first-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:first\:text-indigo-900:first-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:first\:text-purple-100:first-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md\:first\:text-purple-200:first-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md\:first\:text-purple-300:first-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md\:first\:text-purple-400:first-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md\:first\:text-purple-500:first-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md\:first\:text-purple-600:first-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md\:first\:text-purple-700:first-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md\:first\:text-purple-800:first-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md\:first\:text-purple-900:first-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md\:first\:text-pink-100:first-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:first\:text-pink-200:first-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:first\:text-pink-300:first-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:first\:text-pink-400:first-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:first\:text-pink-500:first-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:first\:text-pink-600:first-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:first\:text-pink-700:first-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:first\:text-pink-800:first-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:first\:text-pink-900:first-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:first\:text-dark-blue:first-child {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .md\:first\:text-light-blue:first-child {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .md\:first\:text-pale-yellow:first-child {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .md\:first\:text-success:first-child {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .md\:first\:text-error:first-child {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .md\:last\:text-transparent:last-child {
    color: transparent;
  }

  .md\:last\:text-current:last-child {
    color: currentColor;
  }

  .md\:last\:text-black:last-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:last\:text-white:last-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:last\:text-gray-100:last-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:last\:text-gray-200:last-child {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .md\:last\:text-gray-300:last-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:last\:text-gray-400:last-child {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .md\:last\:text-gray-450:last-child {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .md\:last\:text-gray-500:last-child {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .md\:last\:text-gray-550:last-child {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .md\:last\:text-gray-600:last-child {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .md\:last\:text-gray-700:last-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:last\:text-gray-800:last-child {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .md\:last\:text-gray-900:last-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:last\:text-gray:last-child {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .md\:last\:text-red-100:last-child {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .md\:last\:text-red-200:last-child {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .md\:last\:text-red-300:last-child {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .md\:last\:text-red-400:last-child {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .md\:last\:text-red-500:last-child {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .md\:last\:text-red-600:last-child {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .md\:last\:text-red-700:last-child {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .md\:last\:text-red-800:last-child {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .md\:last\:text-red-900:last-child {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .md\:last\:text-orange-100:last-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md\:last\:text-orange-200:last-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md\:last\:text-orange-300:last-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md\:last\:text-orange-400:last-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md\:last\:text-orange-500:last-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md\:last\:text-orange-600:last-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md\:last\:text-orange-700:last-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md\:last\:text-orange-800:last-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md\:last\:text-orange-900:last-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md\:last\:text-yellow-100:last-child {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .md\:last\:text-yellow-200:last-child {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .md\:last\:text-yellow-300:last-child {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .md\:last\:text-yellow-400:last-child {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .md\:last\:text-yellow-500:last-child {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .md\:last\:text-yellow-600:last-child {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .md\:last\:text-yellow-700:last-child {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .md\:last\:text-yellow-800:last-child {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .md\:last\:text-yellow-900:last-child {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .md\:last\:text-green-100:last-child {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .md\:last\:text-green-200:last-child {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .md\:last\:text-green-300:last-child {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .md\:last\:text-green-400:last-child {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .md\:last\:text-green-500:last-child {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .md\:last\:text-green-600:last-child {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .md\:last\:text-green-700:last-child {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .md\:last\:text-green-800:last-child {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .md\:last\:text-green-900:last-child {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .md\:last\:text-teal-100:last-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:last\:text-teal-200:last-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:last\:text-teal-300:last-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:last\:text-teal-400:last-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:last\:text-teal-500:last-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:last\:text-teal-600:last-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:last\:text-teal-700:last-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:last\:text-teal-800:last-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:last\:text-teal-900:last-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:last\:text-blue-100:last-child {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .md\:last\:text-blue-200:last-child {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .md\:last\:text-blue-300:last-child {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .md\:last\:text-blue-400:last-child {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .md\:last\:text-blue-500:last-child {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .md\:last\:text-blue-600:last-child {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .md\:last\:text-blue-700:last-child {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .md\:last\:text-blue-800:last-child {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .md\:last\:text-blue-900:last-child {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .md\:last\:text-indigo-100:last-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:last\:text-indigo-200:last-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:last\:text-indigo-300:last-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:last\:text-indigo-400:last-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:last\:text-indigo-500:last-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:last\:text-indigo-600:last-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:last\:text-indigo-700:last-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:last\:text-indigo-800:last-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:last\:text-indigo-900:last-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:last\:text-purple-100:last-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md\:last\:text-purple-200:last-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md\:last\:text-purple-300:last-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md\:last\:text-purple-400:last-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md\:last\:text-purple-500:last-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md\:last\:text-purple-600:last-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md\:last\:text-purple-700:last-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md\:last\:text-purple-800:last-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md\:last\:text-purple-900:last-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md\:last\:text-pink-100:last-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:last\:text-pink-200:last-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:last\:text-pink-300:last-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:last\:text-pink-400:last-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:last\:text-pink-500:last-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:last\:text-pink-600:last-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:last\:text-pink-700:last-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:last\:text-pink-800:last-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:last\:text-pink-900:last-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:last\:text-dark-blue:last-child {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .md\:last\:text-light-blue:last-child {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .md\:last\:text-pale-yellow:last-child {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .md\:last\:text-success:last-child {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .md\:last\:text-error:last-child {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-current:hover {
    color: currentColor;
  }

  .md\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .md\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .md\:hover\:text-gray-450:hover {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .md\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .md\:hover\:text-gray-550:hover {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .md\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .md\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .md\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:hover\:text-gray:hover {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .md\:hover\:text-red-100:hover {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .md\:hover\:text-red-200:hover {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .md\:hover\:text-red-300:hover {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .md\:hover\:text-red-400:hover {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .md\:hover\:text-red-500:hover {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .md\:hover\:text-red-600:hover {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .md\:hover\:text-red-700:hover {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .md\:hover\:text-red-800:hover {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .md\:hover\:text-red-900:hover {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .md\:hover\:text-orange-100:hover {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md\:hover\:text-orange-200:hover {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md\:hover\:text-orange-300:hover {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md\:hover\:text-orange-400:hover {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md\:hover\:text-orange-500:hover {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md\:hover\:text-orange-600:hover {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md\:hover\:text-orange-700:hover {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md\:hover\:text-orange-800:hover {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md\:hover\:text-orange-900:hover {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md\:hover\:text-yellow-100:hover {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .md\:hover\:text-yellow-200:hover {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .md\:hover\:text-yellow-300:hover {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .md\:hover\:text-yellow-400:hover {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .md\:hover\:text-yellow-500:hover {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .md\:hover\:text-yellow-600:hover {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .md\:hover\:text-yellow-700:hover {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .md\:hover\:text-yellow-800:hover {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .md\:hover\:text-yellow-900:hover {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .md\:hover\:text-green-100:hover {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .md\:hover\:text-green-200:hover {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .md\:hover\:text-green-300:hover {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .md\:hover\:text-green-400:hover {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .md\:hover\:text-green-500:hover {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .md\:hover\:text-green-600:hover {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .md\:hover\:text-green-700:hover {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .md\:hover\:text-green-800:hover {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .md\:hover\:text-green-900:hover {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .md\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:hover\:text-blue-100:hover {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .md\:hover\:text-blue-200:hover {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .md\:hover\:text-blue-300:hover {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .md\:hover\:text-blue-400:hover {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .md\:hover\:text-blue-500:hover {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .md\:hover\:text-blue-600:hover {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .md\:hover\:text-blue-700:hover {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .md\:hover\:text-blue-800:hover {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .md\:hover\:text-blue-900:hover {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .md\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:hover\:text-purple-100:hover {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md\:hover\:text-purple-200:hover {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md\:hover\:text-purple-300:hover {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md\:hover\:text-purple-400:hover {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md\:hover\:text-purple-500:hover {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md\:hover\:text-purple-600:hover {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md\:hover\:text-purple-700:hover {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md\:hover\:text-purple-800:hover {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md\:hover\:text-purple-900:hover {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:hover\:text-dark-blue:hover {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .md\:hover\:text-light-blue:hover {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .md\:hover\:text-pale-yellow:hover {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .md\:hover\:text-success:hover {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .md\:hover\:text-error:hover {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .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: #f0f2f7 !important;
    color: rgba(240, 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: #e3e8f0 !important;
    color: rgba(227, 232, 240, var(--text-opacity)) !important;
  }

  .md\:text-gray-450\! {
    --text-opacity: 1 !important;
    color: #B0B5CC !important;
    color: rgba(176, 181, 204, var(--text-opacity)) !important;
  }

  .md\:text-gray-500\! {
    --text-opacity: 1 !important;
    color: #B9BED1 !important;
    color: rgba(185, 190, 209, var(--text-opacity)) !important;
  }

  .md\:text-gray-550\! {
    --text-opacity: 1 !important;
    color: #9597a6 !important;
    color: rgba(149, 151, 166, var(--text-opacity)) !important;
  }

  .md\:text-gray-600\! {
    --text-opacity: 1 !important;
    color: #707070 !important;
    color: rgba(112, 112, 112, 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: #454545 !important;
    color: rgba(69, 69, 69, 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-gray\! {
    --text-opacity: 1 !important;
    color: #454545 !important;
    color: rgba(69, 69, 69, 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-dark-blue\! {
    --text-opacity: 1 !important;
    color: #000142 !important;
    color: rgba(0, 1, 66, var(--text-opacity)) !important;
  }

  .md\:text-light-blue\! {
    --text-opacity: 1 !important;
    color: #3B55E6 !important;
    color: rgba(59, 85, 230, var(--text-opacity)) !important;
  }

  .md\:text-pale-yellow\! {
    --text-opacity: 1 !important;
    color: #FBAF4E !important;
    color: rgba(251, 175, 78, var(--text-opacity)) !important;
  }

  .md\:text-success\! {
    --text-opacity: 1 !important;
    color: #007E62 !important;
    color: rgba(0, 126, 98, var(--text-opacity)) !important;
  }

  .md\:text-error\! {
    --text-opacity: 1 !important;
    color: #F60139 !important;
    color: rgba(246, 1, 57, var(--text-opacity)) !important;
  }

  .md\:text-opacity-0 {
    --text-opacity: 0;
  }

  .md\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .md\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .md\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .md\:text-opacity-100 {
    --text-opacity: 1;
  }

  .md\:even\:text-opacity-0:nth-child(even) {
    --text-opacity: 0;
  }

  .md\:even\:text-opacity-25:nth-child(even) {
    --text-opacity: 0.25;
  }

  .md\:even\:text-opacity-50:nth-child(even) {
    --text-opacity: 0.5;
  }

  .md\:even\:text-opacity-75:nth-child(even) {
    --text-opacity: 0.75;
  }

  .md\:even\:text-opacity-100:nth-child(even) {
    --text-opacity: 1;
  }

  .md\:odd\:text-opacity-0:nth-child(odd) {
    --text-opacity: 0;
  }

  .md\:odd\:text-opacity-25:nth-child(odd) {
    --text-opacity: 0.25;
  }

  .md\:odd\:text-opacity-50:nth-child(odd) {
    --text-opacity: 0.5;
  }

  .md\:odd\:text-opacity-75:nth-child(odd) {
    --text-opacity: 0.75;
  }

  .md\:odd\:text-opacity-100:nth-child(odd) {
    --text-opacity: 1;
  }

  .md\:children\:text-opacity-0 > * {
    --text-opacity: 0;
  }

  .md\:children\:text-opacity-25 > * {
    --text-opacity: 0.25;
  }

  .md\:children\:text-opacity-50 > * {
    --text-opacity: 0.5;
  }

  .md\:children\:text-opacity-75 > * {
    --text-opacity: 0.75;
  }

  .md\:children\:text-opacity-100 > * {
    --text-opacity: 1;
  }

  .md\:first\:text-opacity-0:first-child {
    --text-opacity: 0;
  }

  .md\:first\:text-opacity-25:first-child {
    --text-opacity: 0.25;
  }

  .md\:first\:text-opacity-50:first-child {
    --text-opacity: 0.5;
  }

  .md\:first\:text-opacity-75:first-child {
    --text-opacity: 0.75;
  }

  .md\:first\:text-opacity-100:first-child {
    --text-opacity: 1;
  }

  .md\:last\:text-opacity-0:last-child {
    --text-opacity: 0;
  }

  .md\:last\:text-opacity-25:last-child {
    --text-opacity: 0.25;
  }

  .md\:last\:text-opacity-50:last-child {
    --text-opacity: 0.5;
  }

  .md\:last\:text-opacity-75:last-child {
    --text-opacity: 0.75;
  }

  .md\:last\:text-opacity-100:last-child {
    --text-opacity: 1;
  }

  .md\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .md\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .md\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .md\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .md\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .md\:text-opacity-0\! {
    --text-opacity: 0 !important;
  }

  .md\:text-opacity-25\! {
    --text-opacity: 0.25 !important;
  }

  .md\:text-opacity-50\! {
    --text-opacity: 0.5 !important;
  }

  .md\:text-opacity-75\! {
    --text-opacity: 0.75 !important;
  }

  .md\:text-opacity-100\! {
    --text-opacity: 1 !important;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:not-italic {
    font-style: normal;
  }

  .md\:even\:italic:nth-child(even) {
    font-style: italic;
  }

  .md\:even\:not-italic:nth-child(even) {
    font-style: normal;
  }

  .md\:odd\:italic:nth-child(odd) {
    font-style: italic;
  }

  .md\:odd\:not-italic:nth-child(odd) {
    font-style: normal;
  }

  .md\:children\:italic > * {
    font-style: italic;
  }

  .md\:children\:not-italic > * {
    font-style: normal;
  }

  .md\:first\:italic:first-child {
    font-style: italic;
  }

  .md\:first\:not-italic:first-child {
    font-style: normal;
  }

  .md\:last\:italic:last-child {
    font-style: italic;
  }

  .md\:last\:not-italic:last-child {
    font-style: normal;
  }

  .md\:hover\:italic:hover {
    font-style: italic;
  }

  .md\:hover\:not-italic:hover {
    font-style: normal;
  }

  .md\:italic\! {
    font-style: italic !important;
  }

  .md\:not-italic\! {
    font-style: normal !important;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:even\:uppercase:nth-child(even) {
    text-transform: uppercase;
  }

  .md\:even\:lowercase:nth-child(even) {
    text-transform: lowercase;
  }

  .md\:even\:capitalize:nth-child(even) {
    text-transform: capitalize;
  }

  .md\:even\:normal-case:nth-child(even) {
    text-transform: none;
  }

  .md\:odd\:uppercase:nth-child(odd) {
    text-transform: uppercase;
  }

  .md\:odd\:lowercase:nth-child(odd) {
    text-transform: lowercase;
  }

  .md\:odd\:capitalize:nth-child(odd) {
    text-transform: capitalize;
  }

  .md\:odd\:normal-case:nth-child(odd) {
    text-transform: none;
  }

  .md\:children\:uppercase > * {
    text-transform: uppercase;
  }

  .md\:children\:lowercase > * {
    text-transform: lowercase;
  }

  .md\:children\:capitalize > * {
    text-transform: capitalize;
  }

  .md\:children\:normal-case > * {
    text-transform: none;
  }

  .md\:first\:uppercase:first-child {
    text-transform: uppercase;
  }

  .md\:first\:lowercase:first-child {
    text-transform: lowercase;
  }

  .md\:first\:capitalize:first-child {
    text-transform: capitalize;
  }

  .md\:first\:normal-case:first-child {
    text-transform: none;
  }

  .md\:last\:uppercase:last-child {
    text-transform: uppercase;
  }

  .md\:last\:lowercase:last-child {
    text-transform: lowercase;
  }

  .md\:last\:capitalize:last-child {
    text-transform: capitalize;
  }

  .md\:last\:normal-case:last-child {
    text-transform: none;
  }

  .md\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .md\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .md\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .md\:hover\:normal-case:hover {
    text-transform: none;
  }

  .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;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .md\:even\:underline:nth-child(even) {
    text-decoration: underline;
  }

  .md\:even\:line-through:nth-child(even) {
    text-decoration: line-through;
  }

  .md\:even\:no-underline:nth-child(even) {
    text-decoration: none;
  }

  .md\:odd\:underline:nth-child(odd) {
    text-decoration: underline;
  }

  .md\:odd\:line-through:nth-child(odd) {
    text-decoration: line-through;
  }

  .md\:odd\:no-underline:nth-child(odd) {
    text-decoration: none;
  }

  .md\:children\:underline > * {
    text-decoration: underline;
  }

  .md\:children\:line-through > * {
    text-decoration: line-through;
  }

  .md\:children\:no-underline > * {
    text-decoration: none;
  }

  .md\:first\:underline:first-child {
    text-decoration: underline;
  }

  .md\:first\:line-through:first-child {
    text-decoration: line-through;
  }

  .md\:first\:no-underline:first-child {
    text-decoration: none;
  }

  .md\:last\:underline:last-child {
    text-decoration: underline;
  }

  .md\:last\:line-through:last-child {
    text-decoration: line-through;
  }

  .md\:last\:no-underline:last-child {
    text-decoration: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:underline\! {
    text-decoration: underline !important;
  }

  .md\:line-through\! {
    text-decoration: line-through !important;
  }

  .md\:no-underline\! {
    text-decoration: none !important;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:even\:antialiased:nth-child(even) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:even\:subpixel-antialiased:nth-child(even) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:odd\:antialiased:nth-child(odd) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:odd\:subpixel-antialiased:nth-child(odd) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:children\:antialiased > * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:children\:subpixel-antialiased > * {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:first\:antialiased:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:first\:subpixel-antialiased:first-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:last\:antialiased:last-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:last\:subpixel-antialiased:last-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .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\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .md\:even\:tracking-tighter:nth-child(even) {
    letter-spacing: -0.05em;
  }

  .md\:even\:tracking-tight:nth-child(even) {
    letter-spacing: -0.025em;
  }

  .md\:even\:tracking-normal:nth-child(even) {
    letter-spacing: 0;
  }

  .md\:even\:tracking-wide:nth-child(even) {
    letter-spacing: 0.025em;
  }

  .md\:even\:tracking-wider:nth-child(even) {
    letter-spacing: 0.05em;
  }

  .md\:even\:tracking-widest:nth-child(even) {
    letter-spacing: 0.1em;
  }

  .md\:odd\:tracking-tighter:nth-child(odd) {
    letter-spacing: -0.05em;
  }

  .md\:odd\:tracking-tight:nth-child(odd) {
    letter-spacing: -0.025em;
  }

  .md\:odd\:tracking-normal:nth-child(odd) {
    letter-spacing: 0;
  }

  .md\:odd\:tracking-wide:nth-child(odd) {
    letter-spacing: 0.025em;
  }

  .md\:odd\:tracking-wider:nth-child(odd) {
    letter-spacing: 0.05em;
  }

  .md\:odd\:tracking-widest:nth-child(odd) {
    letter-spacing: 0.1em;
  }

  .md\:children\:tracking-tighter > * {
    letter-spacing: -0.05em;
  }

  .md\:children\:tracking-tight > * {
    letter-spacing: -0.025em;
  }

  .md\:children\:tracking-normal > * {
    letter-spacing: 0;
  }

  .md\:children\:tracking-wide > * {
    letter-spacing: 0.025em;
  }

  .md\:children\:tracking-wider > * {
    letter-spacing: 0.05em;
  }

  .md\:children\:tracking-widest > * {
    letter-spacing: 0.1em;
  }

  .md\:first\:tracking-tighter:first-child {
    letter-spacing: -0.05em;
  }

  .md\:first\:tracking-tight:first-child {
    letter-spacing: -0.025em;
  }

  .md\:first\:tracking-normal:first-child {
    letter-spacing: 0;
  }

  .md\:first\:tracking-wide:first-child {
    letter-spacing: 0.025em;
  }

  .md\:first\:tracking-wider:first-child {
    letter-spacing: 0.05em;
  }

  .md\:first\:tracking-widest:first-child {
    letter-spacing: 0.1em;
  }

  .md\:last\:tracking-tighter:last-child {
    letter-spacing: -0.05em;
  }

  .md\:last\:tracking-tight:last-child {
    letter-spacing: -0.025em;
  }

  .md\:last\:tracking-normal:last-child {
    letter-spacing: 0;
  }

  .md\:last\:tracking-wide:last-child {
    letter-spacing: 0.025em;
  }

  .md\:last\:tracking-wider:last-child {
    letter-spacing: 0.05em;
  }

  .md\:last\:tracking-widest:last-child {
    letter-spacing: 0.1em;
  }

  .md\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em;
  }

  .md\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em;
  }

  .md\:hover\:tracking-normal:hover {
    letter-spacing: 0;
  }

  .md\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em;
  }

  .md\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
  }

  .md\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }

  .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\:select-none {
    user-select: none;
  }

  .md\:select-text {
    user-select: text;
  }

  .md\:select-all {
    user-select: all;
  }

  .md\:select-auto {
    user-select: auto;
  }

  .md\:even\:select-none:nth-child(even) {
    user-select: none;
  }

  .md\:even\:select-text:nth-child(even) {
    user-select: text;
  }

  .md\:even\:select-all:nth-child(even) {
    user-select: all;
  }

  .md\:even\:select-auto:nth-child(even) {
    user-select: auto;
  }

  .md\:odd\:select-none:nth-child(odd) {
    user-select: none;
  }

  .md\:odd\:select-text:nth-child(odd) {
    user-select: text;
  }

  .md\:odd\:select-all:nth-child(odd) {
    user-select: all;
  }

  .md\:odd\:select-auto:nth-child(odd) {
    user-select: auto;
  }

  .md\:children\:select-none > * {
    user-select: none;
  }

  .md\:children\:select-text > * {
    user-select: text;
  }

  .md\:children\:select-all > * {
    user-select: all;
  }

  .md\:children\:select-auto > * {
    user-select: auto;
  }

  .md\:first\:select-none:first-child {
    user-select: none;
  }

  .md\:first\:select-text:first-child {
    user-select: text;
  }

  .md\:first\:select-all:first-child {
    user-select: all;
  }

  .md\:first\:select-auto:first-child {
    user-select: auto;
  }

  .md\:last\:select-none:last-child {
    user-select: none;
  }

  .md\:last\:select-text:last-child {
    user-select: text;
  }

  .md\:last\:select-all:last-child {
    user-select: all;
  }

  .md\:last\:select-auto:last-child {
    user-select: auto;
  }

  .md\:hover\:select-none:hover {
    user-select: none;
  }

  .md\:hover\:select-text:hover {
    user-select: text;
  }

  .md\:hover\:select-all:hover {
    user-select: all;
  }

  .md\:hover\:select-auto:hover {
    user-select: auto;
  }

  .md\:select-none\! {
    user-select: none !important;
  }

  .md\:select-text\! {
    user-select: text !important;
  }

  .md\:select-all\! {
    user-select: all !important;
  }

  .md\:select-auto\! {
    user-select: auto !important;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:even\:align-baseline:nth-child(even) {
    vertical-align: baseline;
  }

  .md\:even\:align-top:nth-child(even) {
    vertical-align: top;
  }

  .md\:even\:align-middle:nth-child(even) {
    vertical-align: middle;
  }

  .md\:even\:align-bottom:nth-child(even) {
    vertical-align: bottom;
  }

  .md\:even\:align-text-top:nth-child(even) {
    vertical-align: text-top;
  }

  .md\:even\:align-text-bottom:nth-child(even) {
    vertical-align: text-bottom;
  }

  .md\:odd\:align-baseline:nth-child(odd) {
    vertical-align: baseline;
  }

  .md\:odd\:align-top:nth-child(odd) {
    vertical-align: top;
  }

  .md\:odd\:align-middle:nth-child(odd) {
    vertical-align: middle;
  }

  .md\:odd\:align-bottom:nth-child(odd) {
    vertical-align: bottom;
  }

  .md\:odd\:align-text-top:nth-child(odd) {
    vertical-align: text-top;
  }

  .md\:odd\:align-text-bottom:nth-child(odd) {
    vertical-align: text-bottom;
  }

  .md\:children\:align-baseline > * {
    vertical-align: baseline;
  }

  .md\:children\:align-top > * {
    vertical-align: top;
  }

  .md\:children\:align-middle > * {
    vertical-align: middle;
  }

  .md\:children\:align-bottom > * {
    vertical-align: bottom;
  }

  .md\:children\:align-text-top > * {
    vertical-align: text-top;
  }

  .md\:children\:align-text-bottom > * {
    vertical-align: text-bottom;
  }

  .md\:first\:align-baseline:first-child {
    vertical-align: baseline;
  }

  .md\:first\:align-top:first-child {
    vertical-align: top;
  }

  .md\:first\:align-middle:first-child {
    vertical-align: middle;
  }

  .md\:first\:align-bottom:first-child {
    vertical-align: bottom;
  }

  .md\:first\:align-text-top:first-child {
    vertical-align: text-top;
  }

  .md\:first\:align-text-bottom:first-child {
    vertical-align: text-bottom;
  }

  .md\:last\:align-baseline:last-child {
    vertical-align: baseline;
  }

  .md\:last\:align-top:last-child {
    vertical-align: top;
  }

  .md\:last\:align-middle:last-child {
    vertical-align: middle;
  }

  .md\:last\:align-bottom:last-child {
    vertical-align: bottom;
  }

  .md\:last\:align-text-top:last-child {
    vertical-align: text-top;
  }

  .md\:last\:align-text-bottom:last-child {
    vertical-align: text-bottom;
  }

  .md\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .md\:hover\:align-top:hover {
    vertical-align: top;
  }

  .md\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .md\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .md\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .md\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .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;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:even\:visible:nth-child(even) {
    visibility: visible;
  }

  .md\:even\:invisible:nth-child(even) {
    visibility: hidden;
  }

  .md\:odd\:visible:nth-child(odd) {
    visibility: visible;
  }

  .md\:odd\:invisible:nth-child(odd) {
    visibility: hidden;
  }

  .md\:children\:visible > * {
    visibility: visible;
  }

  .md\:children\:invisible > * {
    visibility: hidden;
  }

  .md\:first\:visible:first-child {
    visibility: visible;
  }

  .md\:first\:invisible:first-child {
    visibility: hidden;
  }

  .md\:last\:visible:last-child {
    visibility: visible;
  }

  .md\:last\:invisible:last-child {
    visibility: hidden;
  }

  .md\:hover\:visible:hover {
    visibility: visible;
  }

  .md\:hover\:invisible:hover {
    visibility: hidden;
  }

  .md\:visible\! {
    visibility: visible !important;
  }

  .md\:invisible\! {
    visibility: hidden !important;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:even\:whitespace-normal:nth-child(even) {
    white-space: normal;
  }

  .md\:even\:whitespace-no-wrap:nth-child(even) {
    white-space: nowrap;
  }

  .md\:even\:whitespace-pre:nth-child(even) {
    white-space: pre;
  }

  .md\:even\:whitespace-pre-line:nth-child(even) {
    white-space: pre-line;
  }

  .md\:even\:whitespace-pre-wrap:nth-child(even) {
    white-space: pre-wrap;
  }

  .md\:odd\:whitespace-normal:nth-child(odd) {
    white-space: normal;
  }

  .md\:odd\:whitespace-no-wrap:nth-child(odd) {
    white-space: nowrap;
  }

  .md\:odd\:whitespace-pre:nth-child(odd) {
    white-space: pre;
  }

  .md\:odd\:whitespace-pre-line:nth-child(odd) {
    white-space: pre-line;
  }

  .md\:odd\:whitespace-pre-wrap:nth-child(odd) {
    white-space: pre-wrap;
  }

  .md\:children\:whitespace-normal > * {
    white-space: normal;
  }

  .md\:children\:whitespace-no-wrap > * {
    white-space: nowrap;
  }

  .md\:children\:whitespace-pre > * {
    white-space: pre;
  }

  .md\:children\:whitespace-pre-line > * {
    white-space: pre-line;
  }

  .md\:children\:whitespace-pre-wrap > * {
    white-space: pre-wrap;
  }

  .md\:first\:whitespace-normal:first-child {
    white-space: normal;
  }

  .md\:first\:whitespace-no-wrap:first-child {
    white-space: nowrap;
  }

  .md\:first\:whitespace-pre:first-child {
    white-space: pre;
  }

  .md\:first\:whitespace-pre-line:first-child {
    white-space: pre-line;
  }

  .md\:first\:whitespace-pre-wrap:first-child {
    white-space: pre-wrap;
  }

  .md\:last\:whitespace-normal:last-child {
    white-space: normal;
  }

  .md\:last\:whitespace-no-wrap:last-child {
    white-space: nowrap;
  }

  .md\:last\:whitespace-pre:last-child {
    white-space: pre;
  }

  .md\:last\:whitespace-pre-line:last-child {
    white-space: pre-line;
  }

  .md\:last\:whitespace-pre-wrap:last-child {
    white-space: pre-wrap;
  }

  .md\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .md\:hover\:whitespace-no-wrap:hover {
    white-space: nowrap;
  }

  .md\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .md\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .md\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .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 {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words {
    overflow-wrap: break-word;
  }

  .md\:break-all {
    word-break: break-all;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:even\:break-normal:nth-child(even) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:even\:break-words:nth-child(even) {
    overflow-wrap: break-word;
  }

  .md\:even\:break-all:nth-child(even) {
    word-break: break-all;
  }

  .md\:even\:truncate:nth-child(even) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:odd\:break-normal:nth-child(odd) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:odd\:break-words:nth-child(odd) {
    overflow-wrap: break-word;
  }

  .md\:odd\:break-all:nth-child(odd) {
    word-break: break-all;
  }

  .md\:odd\:truncate:nth-child(odd) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:children\:break-normal > * {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:children\:break-words > * {
    overflow-wrap: break-word;
  }

  .md\:children\:break-all > * {
    word-break: break-all;
  }

  .md\:children\:truncate > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:first\:break-normal:first-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:first\:break-words:first-child {
    overflow-wrap: break-word;
  }

  .md\:first\:break-all:first-child {
    word-break: break-all;
  }

  .md\:first\:truncate:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:last\:break-normal:last-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:last\:break-words:last-child {
    overflow-wrap: break-word;
  }

  .md\:last\:break-all:last-child {
    word-break: break-all;
  }

  .md\:last\:truncate:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:hover\:break-normal:hover {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:hover\:break-words:hover {
    overflow-wrap: break-word;
  }

  .md\:hover\:break-all:hover {
    word-break: break-all;
  }

  .md\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:break-normal\! {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:break-words\! {
    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;
  }

  .md\:w-1 {
    width: 0.25rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-11 {
    width: 2.75rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-13 {
    width: 3.25rem;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-15 {
    width: 3.75rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-17 {
    width: 4.25rem;
  }

  .md\:w-18 {
    width: 4.5rem;
  }

  .md\:w-19 {
    width: 4.75rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-75 {
    width: 18.75rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:even\:w-0:nth-child(even) {
    width: 0;
  }

  .md\:even\:w-1:nth-child(even) {
    width: 0.25rem;
  }

  .md\:even\:w-2:nth-child(even) {
    width: 0.5rem;
  }

  .md\:even\:w-3:nth-child(even) {
    width: 0.75rem;
  }

  .md\:even\:w-4:nth-child(even) {
    width: 1rem;
  }

  .md\:even\:w-5:nth-child(even) {
    width: 1.25rem;
  }

  .md\:even\:w-6:nth-child(even) {
    width: 1.5rem;
  }

  .md\:even\:w-7:nth-child(even) {
    width: 1.75rem;
  }

  .md\:even\:w-8:nth-child(even) {
    width: 2rem;
  }

  .md\:even\:w-9:nth-child(even) {
    width: 2.25rem;
  }

  .md\:even\:w-10:nth-child(even) {
    width: 2.5rem;
  }

  .md\:even\:w-11:nth-child(even) {
    width: 2.75rem;
  }

  .md\:even\:w-12:nth-child(even) {
    width: 3rem;
  }

  .md\:even\:w-13:nth-child(even) {
    width: 3.25rem;
  }

  .md\:even\:w-14:nth-child(even) {
    width: 3.5rem;
  }

  .md\:even\:w-15:nth-child(even) {
    width: 3.75rem;
  }

  .md\:even\:w-16:nth-child(even) {
    width: 4rem;
  }

  .md\:even\:w-17:nth-child(even) {
    width: 4.25rem;
  }

  .md\:even\:w-18:nth-child(even) {
    width: 4.5rem;
  }

  .md\:even\:w-19:nth-child(even) {
    width: 4.75rem;
  }

  .md\:even\:w-20:nth-child(even) {
    width: 5rem;
  }

  .md\:even\:w-24:nth-child(even) {
    width: 6rem;
  }

  .md\:even\:w-32:nth-child(even) {
    width: 8rem;
  }

  .md\:even\:w-40:nth-child(even) {
    width: 10rem;
  }

  .md\:even\:w-48:nth-child(even) {
    width: 12rem;
  }

  .md\:even\:w-56:nth-child(even) {
    width: 14rem;
  }

  .md\:even\:w-64:nth-child(even) {
    width: 16rem;
  }

  .md\:even\:w-75:nth-child(even) {
    width: 18.75rem;
  }

  .md\:even\:w-auto:nth-child(even) {
    width: auto;
  }

  .md\:even\:w-px:nth-child(even) {
    width: 1px;
  }

  .md\:even\:w-1\/2:nth-child(even) {
    width: 50%;
  }

  .md\:even\:w-1\/3:nth-child(even) {
    width: 33.333333%;
  }

  .md\:even\:w-2\/3:nth-child(even) {
    width: 66.666667%;
  }

  .md\:even\:w-1\/4:nth-child(even) {
    width: 25%;
  }

  .md\:even\:w-2\/4:nth-child(even) {
    width: 50%;
  }

  .md\:even\:w-3\/4:nth-child(even) {
    width: 75%;
  }

  .md\:even\:w-1\/5:nth-child(even) {
    width: 20%;
  }

  .md\:even\:w-2\/5:nth-child(even) {
    width: 40%;
  }

  .md\:even\:w-3\/5:nth-child(even) {
    width: 60%;
  }

  .md\:even\:w-4\/5:nth-child(even) {
    width: 80%;
  }

  .md\:even\:w-1\/6:nth-child(even) {
    width: 16.666667%;
  }

  .md\:even\:w-2\/6:nth-child(even) {
    width: 33.333333%;
  }

  .md\:even\:w-3\/6:nth-child(even) {
    width: 50%;
  }

  .md\:even\:w-4\/6:nth-child(even) {
    width: 66.666667%;
  }

  .md\:even\:w-5\/6:nth-child(even) {
    width: 83.333333%;
  }

  .md\:even\:w-1\/12:nth-child(even) {
    width: 8.333333%;
  }

  .md\:even\:w-2\/12:nth-child(even) {
    width: 16.666667%;
  }

  .md\:even\:w-3\/12:nth-child(even) {
    width: 25%;
  }

  .md\:even\:w-4\/12:nth-child(even) {
    width: 33.333333%;
  }

  .md\:even\:w-5\/12:nth-child(even) {
    width: 41.666667%;
  }

  .md\:even\:w-6\/12:nth-child(even) {
    width: 50%;
  }

  .md\:even\:w-7\/12:nth-child(even) {
    width: 58.333333%;
  }

  .md\:even\:w-8\/12:nth-child(even) {
    width: 66.666667%;
  }

  .md\:even\:w-9\/12:nth-child(even) {
    width: 75%;
  }

  .md\:even\:w-10\/12:nth-child(even) {
    width: 83.333333%;
  }

  .md\:even\:w-11\/12:nth-child(even) {
    width: 91.666667%;
  }

  .md\:even\:w-full:nth-child(even) {
    width: 100%;
  }

  .md\:even\:w-screen:nth-child(even) {
    width: 100vw;
  }

  .md\:odd\:w-0:nth-child(odd) {
    width: 0;
  }

  .md\:odd\:w-1:nth-child(odd) {
    width: 0.25rem;
  }

  .md\:odd\:w-2:nth-child(odd) {
    width: 0.5rem;
  }

  .md\:odd\:w-3:nth-child(odd) {
    width: 0.75rem;
  }

  .md\:odd\:w-4:nth-child(odd) {
    width: 1rem;
  }

  .md\:odd\:w-5:nth-child(odd) {
    width: 1.25rem;
  }

  .md\:odd\:w-6:nth-child(odd) {
    width: 1.5rem;
  }

  .md\:odd\:w-7:nth-child(odd) {
    width: 1.75rem;
  }

  .md\:odd\:w-8:nth-child(odd) {
    width: 2rem;
  }

  .md\:odd\:w-9:nth-child(odd) {
    width: 2.25rem;
  }

  .md\:odd\:w-10:nth-child(odd) {
    width: 2.5rem;
  }

  .md\:odd\:w-11:nth-child(odd) {
    width: 2.75rem;
  }

  .md\:odd\:w-12:nth-child(odd) {
    width: 3rem;
  }

  .md\:odd\:w-13:nth-child(odd) {
    width: 3.25rem;
  }

  .md\:odd\:w-14:nth-child(odd) {
    width: 3.5rem;
  }

  .md\:odd\:w-15:nth-child(odd) {
    width: 3.75rem;
  }

  .md\:odd\:w-16:nth-child(odd) {
    width: 4rem;
  }

  .md\:odd\:w-17:nth-child(odd) {
    width: 4.25rem;
  }

  .md\:odd\:w-18:nth-child(odd) {
    width: 4.5rem;
  }

  .md\:odd\:w-19:nth-child(odd) {
    width: 4.75rem;
  }

  .md\:odd\:w-20:nth-child(odd) {
    width: 5rem;
  }

  .md\:odd\:w-24:nth-child(odd) {
    width: 6rem;
  }

  .md\:odd\:w-32:nth-child(odd) {
    width: 8rem;
  }

  .md\:odd\:w-40:nth-child(odd) {
    width: 10rem;
  }

  .md\:odd\:w-48:nth-child(odd) {
    width: 12rem;
  }

  .md\:odd\:w-56:nth-child(odd) {
    width: 14rem;
  }

  .md\:odd\:w-64:nth-child(odd) {
    width: 16rem;
  }

  .md\:odd\:w-75:nth-child(odd) {
    width: 18.75rem;
  }

  .md\:odd\:w-auto:nth-child(odd) {
    width: auto;
  }

  .md\:odd\:w-px:nth-child(odd) {
    width: 1px;
  }

  .md\:odd\:w-1\/2:nth-child(odd) {
    width: 50%;
  }

  .md\:odd\:w-1\/3:nth-child(odd) {
    width: 33.333333%;
  }

  .md\:odd\:w-2\/3:nth-child(odd) {
    width: 66.666667%;
  }

  .md\:odd\:w-1\/4:nth-child(odd) {
    width: 25%;
  }

  .md\:odd\:w-2\/4:nth-child(odd) {
    width: 50%;
  }

  .md\:odd\:w-3\/4:nth-child(odd) {
    width: 75%;
  }

  .md\:odd\:w-1\/5:nth-child(odd) {
    width: 20%;
  }

  .md\:odd\:w-2\/5:nth-child(odd) {
    width: 40%;
  }

  .md\:odd\:w-3\/5:nth-child(odd) {
    width: 60%;
  }

  .md\:odd\:w-4\/5:nth-child(odd) {
    width: 80%;
  }

  .md\:odd\:w-1\/6:nth-child(odd) {
    width: 16.666667%;
  }

  .md\:odd\:w-2\/6:nth-child(odd) {
    width: 33.333333%;
  }

  .md\:odd\:w-3\/6:nth-child(odd) {
    width: 50%;
  }

  .md\:odd\:w-4\/6:nth-child(odd) {
    width: 66.666667%;
  }

  .md\:odd\:w-5\/6:nth-child(odd) {
    width: 83.333333%;
  }

  .md\:odd\:w-1\/12:nth-child(odd) {
    width: 8.333333%;
  }

  .md\:odd\:w-2\/12:nth-child(odd) {
    width: 16.666667%;
  }

  .md\:odd\:w-3\/12:nth-child(odd) {
    width: 25%;
  }

  .md\:odd\:w-4\/12:nth-child(odd) {
    width: 33.333333%;
  }

  .md\:odd\:w-5\/12:nth-child(odd) {
    width: 41.666667%;
  }

  .md\:odd\:w-6\/12:nth-child(odd) {
    width: 50%;
  }

  .md\:odd\:w-7\/12:nth-child(odd) {
    width: 58.333333%;
  }

  .md\:odd\:w-8\/12:nth-child(odd) {
    width: 66.666667%;
  }

  .md\:odd\:w-9\/12:nth-child(odd) {
    width: 75%;
  }

  .md\:odd\:w-10\/12:nth-child(odd) {
    width: 83.333333%;
  }

  .md\:odd\:w-11\/12:nth-child(odd) {
    width: 91.666667%;
  }

  .md\:odd\:w-full:nth-child(odd) {
    width: 100%;
  }

  .md\:odd\:w-screen:nth-child(odd) {
    width: 100vw;
  }

  .md\:children\:w-0 > * {
    width: 0;
  }

  .md\:children\:w-1 > * {
    width: 0.25rem;
  }

  .md\:children\:w-2 > * {
    width: 0.5rem;
  }

  .md\:children\:w-3 > * {
    width: 0.75rem;
  }

  .md\:children\:w-4 > * {
    width: 1rem;
  }

  .md\:children\:w-5 > * {
    width: 1.25rem;
  }

  .md\:children\:w-6 > * {
    width: 1.5rem;
  }

  .md\:children\:w-7 > * {
    width: 1.75rem;
  }

  .md\:children\:w-8 > * {
    width: 2rem;
  }

  .md\:children\:w-9 > * {
    width: 2.25rem;
  }

  .md\:children\:w-10 > * {
    width: 2.5rem;
  }

  .md\:children\:w-11 > * {
    width: 2.75rem;
  }

  .md\:children\:w-12 > * {
    width: 3rem;
  }

  .md\:children\:w-13 > * {
    width: 3.25rem;
  }

  .md\:children\:w-14 > * {
    width: 3.5rem;
  }

  .md\:children\:w-15 > * {
    width: 3.75rem;
  }

  .md\:children\:w-16 > * {
    width: 4rem;
  }

  .md\:children\:w-17 > * {
    width: 4.25rem;
  }

  .md\:children\:w-18 > * {
    width: 4.5rem;
  }

  .md\:children\:w-19 > * {
    width: 4.75rem;
  }

  .md\:children\:w-20 > * {
    width: 5rem;
  }

  .md\:children\:w-24 > * {
    width: 6rem;
  }

  .md\:children\:w-32 > * {
    width: 8rem;
  }

  .md\:children\:w-40 > * {
    width: 10rem;
  }

  .md\:children\:w-48 > * {
    width: 12rem;
  }

  .md\:children\:w-56 > * {
    width: 14rem;
  }

  .md\:children\:w-64 > * {
    width: 16rem;
  }

  .md\:children\:w-75 > * {
    width: 18.75rem;
  }

  .md\:children\:w-auto > * {
    width: auto;
  }

  .md\:children\:w-px > * {
    width: 1px;
  }

  .md\:children\:w-1\/2 > * {
    width: 50%;
  }

  .md\:children\:w-1\/3 > * {
    width: 33.333333%;
  }

  .md\:children\:w-2\/3 > * {
    width: 66.666667%;
  }

  .md\:children\:w-1\/4 > * {
    width: 25%;
  }

  .md\:children\:w-2\/4 > * {
    width: 50%;
  }

  .md\:children\:w-3\/4 > * {
    width: 75%;
  }

  .md\:children\:w-1\/5 > * {
    width: 20%;
  }

  .md\:children\:w-2\/5 > * {
    width: 40%;
  }

  .md\:children\:w-3\/5 > * {
    width: 60%;
  }

  .md\:children\:w-4\/5 > * {
    width: 80%;
  }

  .md\:children\:w-1\/6 > * {
    width: 16.666667%;
  }

  .md\:children\:w-2\/6 > * {
    width: 33.333333%;
  }

  .md\:children\:w-3\/6 > * {
    width: 50%;
  }

  .md\:children\:w-4\/6 > * {
    width: 66.666667%;
  }

  .md\:children\:w-5\/6 > * {
    width: 83.333333%;
  }

  .md\:children\:w-1\/12 > * {
    width: 8.333333%;
  }

  .md\:children\:w-2\/12 > * {
    width: 16.666667%;
  }

  .md\:children\:w-3\/12 > * {
    width: 25%;
  }

  .md\:children\:w-4\/12 > * {
    width: 33.333333%;
  }

  .md\:children\:w-5\/12 > * {
    width: 41.666667%;
  }

  .md\:children\:w-6\/12 > * {
    width: 50%;
  }

  .md\:children\:w-7\/12 > * {
    width: 58.333333%;
  }

  .md\:children\:w-8\/12 > * {
    width: 66.666667%;
  }

  .md\:children\:w-9\/12 > * {
    width: 75%;
  }

  .md\:children\:w-10\/12 > * {
    width: 83.333333%;
  }

  .md\:children\:w-11\/12 > * {
    width: 91.666667%;
  }

  .md\:children\:w-full > * {
    width: 100%;
  }

  .md\:children\:w-screen > * {
    width: 100vw;
  }

  .md\:first\:w-0:first-child {
    width: 0;
  }

  .md\:first\:w-1:first-child {
    width: 0.25rem;
  }

  .md\:first\:w-2:first-child {
    width: 0.5rem;
  }

  .md\:first\:w-3:first-child {
    width: 0.75rem;
  }

  .md\:first\:w-4:first-child {
    width: 1rem;
  }

  .md\:first\:w-5:first-child {
    width: 1.25rem;
  }

  .md\:first\:w-6:first-child {
    width: 1.5rem;
  }

  .md\:first\:w-7:first-child {
    width: 1.75rem;
  }

  .md\:first\:w-8:first-child {
    width: 2rem;
  }

  .md\:first\:w-9:first-child {
    width: 2.25rem;
  }

  .md\:first\:w-10:first-child {
    width: 2.5rem;
  }

  .md\:first\:w-11:first-child {
    width: 2.75rem;
  }

  .md\:first\:w-12:first-child {
    width: 3rem;
  }

  .md\:first\:w-13:first-child {
    width: 3.25rem;
  }

  .md\:first\:w-14:first-child {
    width: 3.5rem;
  }

  .md\:first\:w-15:first-child {
    width: 3.75rem;
  }

  .md\:first\:w-16:first-child {
    width: 4rem;
  }

  .md\:first\:w-17:first-child {
    width: 4.25rem;
  }

  .md\:first\:w-18:first-child {
    width: 4.5rem;
  }

  .md\:first\:w-19:first-child {
    width: 4.75rem;
  }

  .md\:first\:w-20:first-child {
    width: 5rem;
  }

  .md\:first\:w-24:first-child {
    width: 6rem;
  }

  .md\:first\:w-32:first-child {
    width: 8rem;
  }

  .md\:first\:w-40:first-child {
    width: 10rem;
  }

  .md\:first\:w-48:first-child {
    width: 12rem;
  }

  .md\:first\:w-56:first-child {
    width: 14rem;
  }

  .md\:first\:w-64:first-child {
    width: 16rem;
  }

  .md\:first\:w-75:first-child {
    width: 18.75rem;
  }

  .md\:first\:w-auto:first-child {
    width: auto;
  }

  .md\:first\:w-px:first-child {
    width: 1px;
  }

  .md\:first\:w-1\/2:first-child {
    width: 50%;
  }

  .md\:first\:w-1\/3:first-child {
    width: 33.333333%;
  }

  .md\:first\:w-2\/3:first-child {
    width: 66.666667%;
  }

  .md\:first\:w-1\/4:first-child {
    width: 25%;
  }

  .md\:first\:w-2\/4:first-child {
    width: 50%;
  }

  .md\:first\:w-3\/4:first-child {
    width: 75%;
  }

  .md\:first\:w-1\/5:first-child {
    width: 20%;
  }

  .md\:first\:w-2\/5:first-child {
    width: 40%;
  }

  .md\:first\:w-3\/5:first-child {
    width: 60%;
  }

  .md\:first\:w-4\/5:first-child {
    width: 80%;
  }

  .md\:first\:w-1\/6:first-child {
    width: 16.666667%;
  }

  .md\:first\:w-2\/6:first-child {
    width: 33.333333%;
  }

  .md\:first\:w-3\/6:first-child {
    width: 50%;
  }

  .md\:first\:w-4\/6:first-child {
    width: 66.666667%;
  }

  .md\:first\:w-5\/6:first-child {
    width: 83.333333%;
  }

  .md\:first\:w-1\/12:first-child {
    width: 8.333333%;
  }

  .md\:first\:w-2\/12:first-child {
    width: 16.666667%;
  }

  .md\:first\:w-3\/12:first-child {
    width: 25%;
  }

  .md\:first\:w-4\/12:first-child {
    width: 33.333333%;
  }

  .md\:first\:w-5\/12:first-child {
    width: 41.666667%;
  }

  .md\:first\:w-6\/12:first-child {
    width: 50%;
  }

  .md\:first\:w-7\/12:first-child {
    width: 58.333333%;
  }

  .md\:first\:w-8\/12:first-child {
    width: 66.666667%;
  }

  .md\:first\:w-9\/12:first-child {
    width: 75%;
  }

  .md\:first\:w-10\/12:first-child {
    width: 83.333333%;
  }

  .md\:first\:w-11\/12:first-child {
    width: 91.666667%;
  }

  .md\:first\:w-full:first-child {
    width: 100%;
  }

  .md\:first\:w-screen:first-child {
    width: 100vw;
  }

  .md\:last\:w-0:last-child {
    width: 0;
  }

  .md\:last\:w-1:last-child {
    width: 0.25rem;
  }

  .md\:last\:w-2:last-child {
    width: 0.5rem;
  }

  .md\:last\:w-3:last-child {
    width: 0.75rem;
  }

  .md\:last\:w-4:last-child {
    width: 1rem;
  }

  .md\:last\:w-5:last-child {
    width: 1.25rem;
  }

  .md\:last\:w-6:last-child {
    width: 1.5rem;
  }

  .md\:last\:w-7:last-child {
    width: 1.75rem;
  }

  .md\:last\:w-8:last-child {
    width: 2rem;
  }

  .md\:last\:w-9:last-child {
    width: 2.25rem;
  }

  .md\:last\:w-10:last-child {
    width: 2.5rem;
  }

  .md\:last\:w-11:last-child {
    width: 2.75rem;
  }

  .md\:last\:w-12:last-child {
    width: 3rem;
  }

  .md\:last\:w-13:last-child {
    width: 3.25rem;
  }

  .md\:last\:w-14:last-child {
    width: 3.5rem;
  }

  .md\:last\:w-15:last-child {
    width: 3.75rem;
  }

  .md\:last\:w-16:last-child {
    width: 4rem;
  }

  .md\:last\:w-17:last-child {
    width: 4.25rem;
  }

  .md\:last\:w-18:last-child {
    width: 4.5rem;
  }

  .md\:last\:w-19:last-child {
    width: 4.75rem;
  }

  .md\:last\:w-20:last-child {
    width: 5rem;
  }

  .md\:last\:w-24:last-child {
    width: 6rem;
  }

  .md\:last\:w-32:last-child {
    width: 8rem;
  }

  .md\:last\:w-40:last-child {
    width: 10rem;
  }

  .md\:last\:w-48:last-child {
    width: 12rem;
  }

  .md\:last\:w-56:last-child {
    width: 14rem;
  }

  .md\:last\:w-64:last-child {
    width: 16rem;
  }

  .md\:last\:w-75:last-child {
    width: 18.75rem;
  }

  .md\:last\:w-auto:last-child {
    width: auto;
  }

  .md\:last\:w-px:last-child {
    width: 1px;
  }

  .md\:last\:w-1\/2:last-child {
    width: 50%;
  }

  .md\:last\:w-1\/3:last-child {
    width: 33.333333%;
  }

  .md\:last\:w-2\/3:last-child {
    width: 66.666667%;
  }

  .md\:last\:w-1\/4:last-child {
    width: 25%;
  }

  .md\:last\:w-2\/4:last-child {
    width: 50%;
  }

  .md\:last\:w-3\/4:last-child {
    width: 75%;
  }

  .md\:last\:w-1\/5:last-child {
    width: 20%;
  }

  .md\:last\:w-2\/5:last-child {
    width: 40%;
  }

  .md\:last\:w-3\/5:last-child {
    width: 60%;
  }

  .md\:last\:w-4\/5:last-child {
    width: 80%;
  }

  .md\:last\:w-1\/6:last-child {
    width: 16.666667%;
  }

  .md\:last\:w-2\/6:last-child {
    width: 33.333333%;
  }

  .md\:last\:w-3\/6:last-child {
    width: 50%;
  }

  .md\:last\:w-4\/6:last-child {
    width: 66.666667%;
  }

  .md\:last\:w-5\/6:last-child {
    width: 83.333333%;
  }

  .md\:last\:w-1\/12:last-child {
    width: 8.333333%;
  }

  .md\:last\:w-2\/12:last-child {
    width: 16.666667%;
  }

  .md\:last\:w-3\/12:last-child {
    width: 25%;
  }

  .md\:last\:w-4\/12:last-child {
    width: 33.333333%;
  }

  .md\:last\:w-5\/12:last-child {
    width: 41.666667%;
  }

  .md\:last\:w-6\/12:last-child {
    width: 50%;
  }

  .md\:last\:w-7\/12:last-child {
    width: 58.333333%;
  }

  .md\:last\:w-8\/12:last-child {
    width: 66.666667%;
  }

  .md\:last\:w-9\/12:last-child {
    width: 75%;
  }

  .md\:last\:w-10\/12:last-child {
    width: 83.333333%;
  }

  .md\:last\:w-11\/12:last-child {
    width: 91.666667%;
  }

  .md\:last\:w-full:last-child {
    width: 100%;
  }

  .md\:last\:w-screen:last-child {
    width: 100vw;
  }

  .md\:hover\:w-0:hover {
    width: 0;
  }

  .md\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .md\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .md\:hover\:w-3:hover {
    width: 0.75rem;
  }

  .md\:hover\:w-4:hover {
    width: 1rem;
  }

  .md\:hover\:w-5:hover {
    width: 1.25rem;
  }

  .md\:hover\:w-6:hover {
    width: 1.5rem;
  }

  .md\:hover\:w-7:hover {
    width: 1.75rem;
  }

  .md\:hover\:w-8:hover {
    width: 2rem;
  }

  .md\:hover\:w-9:hover {
    width: 2.25rem;
  }

  .md\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .md\:hover\:w-11:hover {
    width: 2.75rem;
  }

  .md\:hover\:w-12:hover {
    width: 3rem;
  }

  .md\:hover\:w-13:hover {
    width: 3.25rem;
  }

  .md\:hover\:w-14:hover {
    width: 3.5rem;
  }

  .md\:hover\:w-15:hover {
    width: 3.75rem;
  }

  .md\:hover\:w-16:hover {
    width: 4rem;
  }

  .md\:hover\:w-17:hover {
    width: 4.25rem;
  }

  .md\:hover\:w-18:hover {
    width: 4.5rem;
  }

  .md\:hover\:w-19:hover {
    width: 4.75rem;
  }

  .md\:hover\:w-20:hover {
    width: 5rem;
  }

  .md\:hover\:w-24:hover {
    width: 6rem;
  }

  .md\:hover\:w-32:hover {
    width: 8rem;
  }

  .md\:hover\:w-40:hover {
    width: 10rem;
  }

  .md\:hover\:w-48:hover {
    width: 12rem;
  }

  .md\:hover\:w-56:hover {
    width: 14rem;
  }

  .md\:hover\:w-64:hover {
    width: 16rem;
  }

  .md\:hover\:w-75:hover {
    width: 18.75rem;
  }

  .md\:hover\:w-auto:hover {
    width: auto;
  }

  .md\:hover\:w-px:hover {
    width: 1px;
  }

  .md\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .md\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .md\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .md\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .md\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .md\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .md\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .md\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .md\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .md\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .md\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .md\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .md\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .md\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .md\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .md\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .md\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .md\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .md\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .md\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .md\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .md\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .md\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .md\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .md\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .md\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .md\:hover\:w-full:hover {
    width: 100%;
  }

  .md\:hover\:w-screen:hover {
    width: 100vw;
  }

  .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-9\! {
    width: 2.25rem !important;
  }

  .md\:w-10\! {
    width: 2.5rem !important;
  }

  .md\:w-11\! {
    width: 2.75rem !important;
  }

  .md\:w-12\! {
    width: 3rem !important;
  }

  .md\:w-13\! {
    width: 3.25rem !important;
  }

  .md\:w-14\! {
    width: 3.5rem !important;
  }

  .md\:w-15\! {
    width: 3.75rem !important;
  }

  .md\:w-16\! {
    width: 4rem !important;
  }

  .md\:w-17\! {
    width: 4.25rem !important;
  }

  .md\:w-18\! {
    width: 4.5rem !important;
  }

  .md\:w-19\! {
    width: 4.75rem !important;
  }

  .md\:w-20\! {
    width: 5rem !important;
  }

  .md\:w-24\! {
    width: 6rem !important;
  }

  .md\:w-32\! {
    width: 8rem !important;
  }

  .md\:w-40\! {
    width: 10rem !important;
  }

  .md\:w-48\! {
    width: 12rem !important;
  }

  .md\:w-56\! {
    width: 14rem !important;
  }

  .md\:w-64\! {
    width: 16rem !important;
  }

  .md\:w-75\! {
    width: 18.75rem !important;
  }

  .md\:w-auto\! {
    width: auto !important;
  }

  .md\:w-px\! {
    width: 1px !important;
  }

  .md\:w-1\/2\! {
    width: 50% !important;
  }

  .md\:w-1\/3\! {
    width: 33.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\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:even\:z-0:nth-child(even) {
    z-index: 0;
  }

  .md\:even\:z-10:nth-child(even) {
    z-index: 10;
  }

  .md\:even\:z-20:nth-child(even) {
    z-index: 20;
  }

  .md\:even\:z-30:nth-child(even) {
    z-index: 30;
  }

  .md\:even\:z-40:nth-child(even) {
    z-index: 40;
  }

  .md\:even\:z-50:nth-child(even) {
    z-index: 50;
  }

  .md\:even\:z-auto:nth-child(even) {
    z-index: auto;
  }

  .md\:odd\:z-0:nth-child(odd) {
    z-index: 0;
  }

  .md\:odd\:z-10:nth-child(odd) {
    z-index: 10;
  }

  .md\:odd\:z-20:nth-child(odd) {
    z-index: 20;
  }

  .md\:odd\:z-30:nth-child(odd) {
    z-index: 30;
  }

  .md\:odd\:z-40:nth-child(odd) {
    z-index: 40;
  }

  .md\:odd\:z-50:nth-child(odd) {
    z-index: 50;
  }

  .md\:odd\:z-auto:nth-child(odd) {
    z-index: auto;
  }

  .md\:children\:z-0 > * {
    z-index: 0;
  }

  .md\:children\:z-10 > * {
    z-index: 10;
  }

  .md\:children\:z-20 > * {
    z-index: 20;
  }

  .md\:children\:z-30 > * {
    z-index: 30;
  }

  .md\:children\:z-40 > * {
    z-index: 40;
  }

  .md\:children\:z-50 > * {
    z-index: 50;
  }

  .md\:children\:z-auto > * {
    z-index: auto;
  }

  .md\:first\:z-0:first-child {
    z-index: 0;
  }

  .md\:first\:z-10:first-child {
    z-index: 10;
  }

  .md\:first\:z-20:first-child {
    z-index: 20;
  }

  .md\:first\:z-30:first-child {
    z-index: 30;
  }

  .md\:first\:z-40:first-child {
    z-index: 40;
  }

  .md\:first\:z-50:first-child {
    z-index: 50;
  }

  .md\:first\:z-auto:first-child {
    z-index: auto;
  }

  .md\:last\:z-0:last-child {
    z-index: 0;
  }

  .md\:last\:z-10:last-child {
    z-index: 10;
  }

  .md\:last\:z-20:last-child {
    z-index: 20;
  }

  .md\:last\:z-30:last-child {
    z-index: 30;
  }

  .md\:last\:z-40:last-child {
    z-index: 40;
  }

  .md\:last\:z-50:last-child {
    z-index: 50;
  }

  .md\:last\:z-auto:last-child {
    z-index: auto;
  }

  .md\:hover\:z-0:hover {
    z-index: 0;
  }

  .md\:hover\:z-10:hover {
    z-index: 10;
  }

  .md\:hover\:z-20:hover {
    z-index: 20;
  }

  .md\:hover\:z-30:hover {
    z-index: 30;
  }

  .md\:hover\:z-40:hover {
    z-index: 40;
  }

  .md\:hover\:z-50:hover {
    z-index: 50;
  }

  .md\:hover\:z-auto:hover {
    z-index: auto;
  }

  .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;
    gap: 0;
  }

  .md\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .md\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .md\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .md\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .md\:gap-7 {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .md\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .md\:gap-9 {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .md\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .md\:gap-11 {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .md\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .md\:gap-13 {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .md\:gap-14 {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .md\:gap-15 {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .md\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .md\:gap-17 {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .md\:gap-18 {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .md\:gap-19 {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .md\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .md\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .md\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .md\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .md\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .md\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .md\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .md\:gap-75 {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .md\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .md\:col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .md\:col-gap-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .md\:col-gap-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .md\:col-gap-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .md\:col-gap-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .md\:col-gap-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .md\:col-gap-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .md\:col-gap-7 {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .md\:col-gap-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .md\:col-gap-9 {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .md\:col-gap-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .md\:col-gap-11 {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .md\:col-gap-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .md\:col-gap-13 {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .md\:col-gap-14 {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .md\:col-gap-15 {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .md\:col-gap-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .md\:col-gap-17 {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .md\:col-gap-18 {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .md\:col-gap-19 {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .md\:col-gap-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .md\:col-gap-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .md\:col-gap-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .md\:col-gap-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .md\:col-gap-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .md\:col-gap-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .md\:col-gap-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .md\:col-gap-75 {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .md\:col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .md\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .md\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .md\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .md\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .md\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .md\:row-gap-7 {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .md\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .md\:row-gap-9 {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .md\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .md\:row-gap-11 {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .md\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .md\:row-gap-13 {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .md\:row-gap-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .md\:row-gap-15 {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .md\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .md\:row-gap-17 {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .md\:row-gap-18 {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .md\:row-gap-19 {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .md\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .md\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .md\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .md\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .md\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .md\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .md\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .md\:row-gap-75 {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .md\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:even\:gap-0:nth-child(even) {
    grid-gap: 0;
    gap: 0;
  }

  .md\:even\:gap-1:nth-child(even) {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:even\:gap-2:nth-child(even) {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:even\:gap-3:nth-child(even) {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .md\:even\:gap-4:nth-child(even) {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .md\:even\:gap-5:nth-child(even) {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .md\:even\:gap-6:nth-child(even) {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .md\:even\:gap-7:nth-child(even) {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .md\:even\:gap-8:nth-child(even) {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .md\:even\:gap-9:nth-child(even) {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .md\:even\:gap-10:nth-child(even) {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .md\:even\:gap-11:nth-child(even) {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .md\:even\:gap-12:nth-child(even) {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .md\:even\:gap-13:nth-child(even) {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .md\:even\:gap-14:nth-child(even) {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .md\:even\:gap-15:nth-child(even) {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .md\:even\:gap-16:nth-child(even) {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .md\:even\:gap-17:nth-child(even) {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .md\:even\:gap-18:nth-child(even) {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .md\:even\:gap-19:nth-child(even) {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .md\:even\:gap-20:nth-child(even) {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .md\:even\:gap-24:nth-child(even) {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .md\:even\:gap-32:nth-child(even) {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .md\:even\:gap-40:nth-child(even) {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .md\:even\:gap-48:nth-child(even) {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .md\:even\:gap-56:nth-child(even) {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .md\:even\:gap-64:nth-child(even) {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .md\:even\:gap-75:nth-child(even) {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .md\:even\:gap-px:nth-child(even) {
    grid-gap: 1px;
    gap: 1px;
  }

  .md\:even\:col-gap-0:nth-child(even) {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .md\:even\:col-gap-1:nth-child(even) {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .md\:even\:col-gap-2:nth-child(even) {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .md\:even\:col-gap-3:nth-child(even) {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .md\:even\:col-gap-4:nth-child(even) {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .md\:even\:col-gap-5:nth-child(even) {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .md\:even\:col-gap-6:nth-child(even) {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .md\:even\:col-gap-7:nth-child(even) {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .md\:even\:col-gap-8:nth-child(even) {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .md\:even\:col-gap-9:nth-child(even) {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .md\:even\:col-gap-10:nth-child(even) {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .md\:even\:col-gap-11:nth-child(even) {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .md\:even\:col-gap-12:nth-child(even) {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .md\:even\:col-gap-13:nth-child(even) {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .md\:even\:col-gap-14:nth-child(even) {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .md\:even\:col-gap-15:nth-child(even) {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .md\:even\:col-gap-16:nth-child(even) {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .md\:even\:col-gap-17:nth-child(even) {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .md\:even\:col-gap-18:nth-child(even) {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .md\:even\:col-gap-19:nth-child(even) {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .md\:even\:col-gap-20:nth-child(even) {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .md\:even\:col-gap-24:nth-child(even) {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .md\:even\:col-gap-32:nth-child(even) {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .md\:even\:col-gap-40:nth-child(even) {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .md\:even\:col-gap-48:nth-child(even) {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .md\:even\:col-gap-56:nth-child(even) {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .md\:even\:col-gap-64:nth-child(even) {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .md\:even\:col-gap-75:nth-child(even) {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .md\:even\:col-gap-px:nth-child(even) {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .md\:even\:row-gap-0:nth-child(even) {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .md\:even\:row-gap-1:nth-child(even) {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:even\:row-gap-2:nth-child(even) {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:even\:row-gap-3:nth-child(even) {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .md\:even\:row-gap-4:nth-child(even) {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .md\:even\:row-gap-5:nth-child(even) {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .md\:even\:row-gap-6:nth-child(even) {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .md\:even\:row-gap-7:nth-child(even) {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .md\:even\:row-gap-8:nth-child(even) {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .md\:even\:row-gap-9:nth-child(even) {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .md\:even\:row-gap-10:nth-child(even) {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .md\:even\:row-gap-11:nth-child(even) {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .md\:even\:row-gap-12:nth-child(even) {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .md\:even\:row-gap-13:nth-child(even) {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .md\:even\:row-gap-14:nth-child(even) {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .md\:even\:row-gap-15:nth-child(even) {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .md\:even\:row-gap-16:nth-child(even) {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .md\:even\:row-gap-17:nth-child(even) {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .md\:even\:row-gap-18:nth-child(even) {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .md\:even\:row-gap-19:nth-child(even) {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .md\:even\:row-gap-20:nth-child(even) {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .md\:even\:row-gap-24:nth-child(even) {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .md\:even\:row-gap-32:nth-child(even) {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .md\:even\:row-gap-40:nth-child(even) {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .md\:even\:row-gap-48:nth-child(even) {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .md\:even\:row-gap-56:nth-child(even) {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .md\:even\:row-gap-64:nth-child(even) {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .md\:even\:row-gap-75:nth-child(even) {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .md\:even\:row-gap-px:nth-child(even) {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:odd\:gap-0:nth-child(odd) {
    grid-gap: 0;
    gap: 0;
  }

  .md\:odd\:gap-1:nth-child(odd) {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:odd\:gap-2:nth-child(odd) {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:odd\:gap-3:nth-child(odd) {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .md\:odd\:gap-4:nth-child(odd) {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .md\:odd\:gap-5:nth-child(odd) {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .md\:odd\:gap-6:nth-child(odd) {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .md\:odd\:gap-7:nth-child(odd) {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .md\:odd\:gap-8:nth-child(odd) {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .md\:odd\:gap-9:nth-child(odd) {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .md\:odd\:gap-10:nth-child(odd) {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .md\:odd\:gap-11:nth-child(odd) {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .md\:odd\:gap-12:nth-child(odd) {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .md\:odd\:gap-13:nth-child(odd) {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .md\:odd\:gap-14:nth-child(odd) {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .md\:odd\:gap-15:nth-child(odd) {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .md\:odd\:gap-16:nth-child(odd) {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .md\:odd\:gap-17:nth-child(odd) {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .md\:odd\:gap-18:nth-child(odd) {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .md\:odd\:gap-19:nth-child(odd) {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .md\:odd\:gap-20:nth-child(odd) {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .md\:odd\:gap-24:nth-child(odd) {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .md\:odd\:gap-32:nth-child(odd) {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .md\:odd\:gap-40:nth-child(odd) {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .md\:odd\:gap-48:nth-child(odd) {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .md\:odd\:gap-56:nth-child(odd) {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .md\:odd\:gap-64:nth-child(odd) {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .md\:odd\:gap-75:nth-child(odd) {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .md\:odd\:gap-px:nth-child(odd) {
    grid-gap: 1px;
    gap: 1px;
  }

  .md\:odd\:col-gap-0:nth-child(odd) {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .md\:odd\:col-gap-1:nth-child(odd) {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .md\:odd\:col-gap-2:nth-child(odd) {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .md\:odd\:col-gap-3:nth-child(odd) {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .md\:odd\:col-gap-4:nth-child(odd) {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .md\:odd\:col-gap-5:nth-child(odd) {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .md\:odd\:col-gap-6:nth-child(odd) {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .md\:odd\:col-gap-7:nth-child(odd) {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .md\:odd\:col-gap-8:nth-child(odd) {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .md\:odd\:col-gap-9:nth-child(odd) {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .md\:odd\:col-gap-10:nth-child(odd) {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .md\:odd\:col-gap-11:nth-child(odd) {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .md\:odd\:col-gap-12:nth-child(odd) {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .md\:odd\:col-gap-13:nth-child(odd) {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .md\:odd\:col-gap-14:nth-child(odd) {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .md\:odd\:col-gap-15:nth-child(odd) {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .md\:odd\:col-gap-16:nth-child(odd) {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .md\:odd\:col-gap-17:nth-child(odd) {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .md\:odd\:col-gap-18:nth-child(odd) {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .md\:odd\:col-gap-19:nth-child(odd) {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .md\:odd\:col-gap-20:nth-child(odd) {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .md\:odd\:col-gap-24:nth-child(odd) {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .md\:odd\:col-gap-32:nth-child(odd) {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .md\:odd\:col-gap-40:nth-child(odd) {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .md\:odd\:col-gap-48:nth-child(odd) {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .md\:odd\:col-gap-56:nth-child(odd) {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .md\:odd\:col-gap-64:nth-child(odd) {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .md\:odd\:col-gap-75:nth-child(odd) {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .md\:odd\:col-gap-px:nth-child(odd) {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .md\:odd\:row-gap-0:nth-child(odd) {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .md\:odd\:row-gap-1:nth-child(odd) {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:odd\:row-gap-2:nth-child(odd) {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:odd\:row-gap-3:nth-child(odd) {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .md\:odd\:row-gap-4:nth-child(odd) {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .md\:odd\:row-gap-5:nth-child(odd) {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .md\:odd\:row-gap-6:nth-child(odd) {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .md\:odd\:row-gap-7:nth-child(odd) {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .md\:odd\:row-gap-8:nth-child(odd) {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .md\:odd\:row-gap-9:nth-child(odd) {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .md\:odd\:row-gap-10:nth-child(odd) {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .md\:odd\:row-gap-11:nth-child(odd) {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .md\:odd\:row-gap-12:nth-child(odd) {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .md\:odd\:row-gap-13:nth-child(odd) {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .md\:odd\:row-gap-14:nth-child(odd) {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .md\:odd\:row-gap-15:nth-child(odd) {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .md\:odd\:row-gap-16:nth-child(odd) {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .md\:odd\:row-gap-17:nth-child(odd) {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .md\:odd\:row-gap-18:nth-child(odd) {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .md\:odd\:row-gap-19:nth-child(odd) {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .md\:odd\:row-gap-20:nth-child(odd) {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .md\:odd\:row-gap-24:nth-child(odd) {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .md\:odd\:row-gap-32:nth-child(odd) {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .md\:odd\:row-gap-40:nth-child(odd) {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .md\:odd\:row-gap-48:nth-child(odd) {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .md\:odd\:row-gap-56:nth-child(odd) {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .md\:odd\:row-gap-64:nth-child(odd) {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .md\:odd\:row-gap-75:nth-child(odd) {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .md\:odd\:row-gap-px:nth-child(odd) {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:children\:gap-0 > * {
    grid-gap: 0;
    gap: 0;
  }

  .md\:children\:gap-1 > * {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:children\:gap-2 > * {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:children\:gap-3 > * {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .md\:children\:gap-4 > * {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .md\:children\:gap-5 > * {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .md\:children\:gap-6 > * {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .md\:children\:gap-7 > * {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .md\:children\:gap-8 > * {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .md\:children\:gap-9 > * {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .md\:children\:gap-10 > * {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .md\:children\:gap-11 > * {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .md\:children\:gap-12 > * {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .md\:children\:gap-13 > * {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .md\:children\:gap-14 > * {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .md\:children\:gap-15 > * {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .md\:children\:gap-16 > * {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .md\:children\:gap-17 > * {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .md\:children\:gap-18 > * {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .md\:children\:gap-19 > * {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .md\:children\:gap-20 > * {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .md\:children\:gap-24 > * {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .md\:children\:gap-32 > * {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .md\:children\:gap-40 > * {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .md\:children\:gap-48 > * {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .md\:children\:gap-56 > * {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .md\:children\:gap-64 > * {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .md\:children\:gap-75 > * {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .md\:children\:gap-px > * {
    grid-gap: 1px;
    gap: 1px;
  }

  .md\:children\:col-gap-0 > * {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .md\:children\:col-gap-1 > * {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .md\:children\:col-gap-2 > * {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .md\:children\:col-gap-3 > * {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .md\:children\:col-gap-4 > * {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .md\:children\:col-gap-5 > * {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .md\:children\:col-gap-6 > * {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .md\:children\:col-gap-7 > * {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .md\:children\:col-gap-8 > * {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .md\:children\:col-gap-9 > * {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .md\:children\:col-gap-10 > * {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .md\:children\:col-gap-11 > * {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .md\:children\:col-gap-12 > * {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .md\:children\:col-gap-13 > * {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .md\:children\:col-gap-14 > * {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .md\:children\:col-gap-15 > * {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .md\:children\:col-gap-16 > * {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .md\:children\:col-gap-17 > * {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .md\:children\:col-gap-18 > * {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .md\:children\:col-gap-19 > * {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .md\:children\:col-gap-20 > * {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .md\:children\:col-gap-24 > * {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .md\:children\:col-gap-32 > * {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .md\:children\:col-gap-40 > * {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .md\:children\:col-gap-48 > * {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .md\:children\:col-gap-56 > * {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .md\:children\:col-gap-64 > * {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .md\:children\:col-gap-75 > * {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .md\:children\:col-gap-px > * {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .md\:children\:row-gap-0 > * {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .md\:children\:row-gap-1 > * {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:children\:row-gap-2 > * {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:children\:row-gap-3 > * {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .md\:children\:row-gap-4 > * {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .md\:children\:row-gap-5 > * {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .md\:children\:row-gap-6 > * {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .md\:children\:row-gap-7 > * {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .md\:children\:row-gap-8 > * {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .md\:children\:row-gap-9 > * {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .md\:children\:row-gap-10 > * {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .md\:children\:row-gap-11 > * {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .md\:children\:row-gap-12 > * {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .md\:children\:row-gap-13 > * {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .md\:children\:row-gap-14 > * {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .md\:children\:row-gap-15 > * {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .md\:children\:row-gap-16 > * {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .md\:children\:row-gap-17 > * {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .md\:children\:row-gap-18 > * {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .md\:children\:row-gap-19 > * {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .md\:children\:row-gap-20 > * {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .md\:children\:row-gap-24 > * {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .md\:children\:row-gap-32 > * {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .md\:children\:row-gap-40 > * {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .md\:children\:row-gap-48 > * {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .md\:children\:row-gap-56 > * {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .md\:children\:row-gap-64 > * {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .md\:children\:row-gap-75 > * {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .md\:children\:row-gap-px > * {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:first\:gap-0:first-child {
    grid-gap: 0;
    gap: 0;
  }

  .md\:first\:gap-1:first-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:first\:gap-2:first-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:first\:gap-3:first-child {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .md\:first\:gap-4:first-child {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .md\:first\:gap-5:first-child {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .md\:first\:gap-6:first-child {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .md\:first\:gap-7:first-child {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .md\:first\:gap-8:first-child {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .md\:first\:gap-9:first-child {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .md\:first\:gap-10:first-child {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .md\:first\:gap-11:first-child {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .md\:first\:gap-12:first-child {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .md\:first\:gap-13:first-child {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .md\:first\:gap-14:first-child {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .md\:first\:gap-15:first-child {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .md\:first\:gap-16:first-child {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .md\:first\:gap-17:first-child {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .md\:first\:gap-18:first-child {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .md\:first\:gap-19:first-child {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .md\:first\:gap-20:first-child {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .md\:first\:gap-24:first-child {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .md\:first\:gap-32:first-child {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .md\:first\:gap-40:first-child {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .md\:first\:gap-48:first-child {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .md\:first\:gap-56:first-child {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .md\:first\:gap-64:first-child {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .md\:first\:gap-75:first-child {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .md\:first\:gap-px:first-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .md\:first\:col-gap-0:first-child {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .md\:first\:col-gap-1:first-child {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .md\:first\:col-gap-2:first-child {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .md\:first\:col-gap-3:first-child {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .md\:first\:col-gap-4:first-child {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .md\:first\:col-gap-5:first-child {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .md\:first\:col-gap-6:first-child {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .md\:first\:col-gap-7:first-child {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .md\:first\:col-gap-8:first-child {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .md\:first\:col-gap-9:first-child {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .md\:first\:col-gap-10:first-child {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .md\:first\:col-gap-11:first-child {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .md\:first\:col-gap-12:first-child {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .md\:first\:col-gap-13:first-child {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .md\:first\:col-gap-14:first-child {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .md\:first\:col-gap-15:first-child {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .md\:first\:col-gap-16:first-child {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .md\:first\:col-gap-17:first-child {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .md\:first\:col-gap-18:first-child {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .md\:first\:col-gap-19:first-child {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .md\:first\:col-gap-20:first-child {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .md\:first\:col-gap-24:first-child {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .md\:first\:col-gap-32:first-child {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .md\:first\:col-gap-40:first-child {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .md\:first\:col-gap-48:first-child {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .md\:first\:col-gap-56:first-child {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .md\:first\:col-gap-64:first-child {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .md\:first\:col-gap-75:first-child {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .md\:first\:col-gap-px:first-child {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .md\:first\:row-gap-0:first-child {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .md\:first\:row-gap-1:first-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:first\:row-gap-2:first-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:first\:row-gap-3:first-child {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .md\:first\:row-gap-4:first-child {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .md\:first\:row-gap-5:first-child {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .md\:first\:row-gap-6:first-child {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .md\:first\:row-gap-7:first-child {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .md\:first\:row-gap-8:first-child {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .md\:first\:row-gap-9:first-child {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .md\:first\:row-gap-10:first-child {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .md\:first\:row-gap-11:first-child {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .md\:first\:row-gap-12:first-child {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .md\:first\:row-gap-13:first-child {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .md\:first\:row-gap-14:first-child {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .md\:first\:row-gap-15:first-child {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .md\:first\:row-gap-16:first-child {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .md\:first\:row-gap-17:first-child {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .md\:first\:row-gap-18:first-child {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .md\:first\:row-gap-19:first-child {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .md\:first\:row-gap-20:first-child {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .md\:first\:row-gap-24:first-child {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .md\:first\:row-gap-32:first-child {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .md\:first\:row-gap-40:first-child {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .md\:first\:row-gap-48:first-child {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .md\:first\:row-gap-56:first-child {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .md\:first\:row-gap-64:first-child {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .md\:first\:row-gap-75:first-child {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .md\:first\:row-gap-px:first-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:last\:gap-0:last-child {
    grid-gap: 0;
    gap: 0;
  }

  .md\:last\:gap-1:last-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:last\:gap-2:last-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:last\:gap-3:last-child {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .md\:last\:gap-4:last-child {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .md\:last\:gap-5:last-child {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .md\:last\:gap-6:last-child {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .md\:last\:gap-7:last-child {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .md\:last\:gap-8:last-child {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .md\:last\:gap-9:last-child {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .md\:last\:gap-10:last-child {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .md\:last\:gap-11:last-child {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .md\:last\:gap-12:last-child {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .md\:last\:gap-13:last-child {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .md\:last\:gap-14:last-child {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .md\:last\:gap-15:last-child {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .md\:last\:gap-16:last-child {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .md\:last\:gap-17:last-child {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .md\:last\:gap-18:last-child {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .md\:last\:gap-19:last-child {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .md\:last\:gap-20:last-child {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .md\:last\:gap-24:last-child {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .md\:last\:gap-32:last-child {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .md\:last\:gap-40:last-child {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .md\:last\:gap-48:last-child {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .md\:last\:gap-56:last-child {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .md\:last\:gap-64:last-child {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .md\:last\:gap-75:last-child {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .md\:last\:gap-px:last-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .md\:last\:col-gap-0:last-child {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .md\:last\:col-gap-1:last-child {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .md\:last\:col-gap-2:last-child {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .md\:last\:col-gap-3:last-child {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .md\:last\:col-gap-4:last-child {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .md\:last\:col-gap-5:last-child {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .md\:last\:col-gap-6:last-child {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .md\:last\:col-gap-7:last-child {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .md\:last\:col-gap-8:last-child {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .md\:last\:col-gap-9:last-child {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .md\:last\:col-gap-10:last-child {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .md\:last\:col-gap-11:last-child {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .md\:last\:col-gap-12:last-child {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .md\:last\:col-gap-13:last-child {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .md\:last\:col-gap-14:last-child {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .md\:last\:col-gap-15:last-child {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .md\:last\:col-gap-16:last-child {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .md\:last\:col-gap-17:last-child {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .md\:last\:col-gap-18:last-child {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .md\:last\:col-gap-19:last-child {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .md\:last\:col-gap-20:last-child {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .md\:last\:col-gap-24:last-child {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .md\:last\:col-gap-32:last-child {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .md\:last\:col-gap-40:last-child {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .md\:last\:col-gap-48:last-child {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .md\:last\:col-gap-56:last-child {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .md\:last\:col-gap-64:last-child {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .md\:last\:col-gap-75:last-child {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .md\:last\:col-gap-px:last-child {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .md\:last\:row-gap-0:last-child {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .md\:last\:row-gap-1:last-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:last\:row-gap-2:last-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:last\:row-gap-3:last-child {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .md\:last\:row-gap-4:last-child {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .md\:last\:row-gap-5:last-child {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .md\:last\:row-gap-6:last-child {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .md\:last\:row-gap-7:last-child {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .md\:last\:row-gap-8:last-child {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .md\:last\:row-gap-9:last-child {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .md\:last\:row-gap-10:last-child {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .md\:last\:row-gap-11:last-child {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .md\:last\:row-gap-12:last-child {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .md\:last\:row-gap-13:last-child {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .md\:last\:row-gap-14:last-child {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .md\:last\:row-gap-15:last-child {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .md\:last\:row-gap-16:last-child {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .md\:last\:row-gap-17:last-child {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .md\:last\:row-gap-18:last-child {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .md\:last\:row-gap-19:last-child {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .md\:last\:row-gap-20:last-child {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .md\:last\:row-gap-24:last-child {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .md\:last\:row-gap-32:last-child {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .md\:last\:row-gap-40:last-child {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .md\:last\:row-gap-48:last-child {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .md\:last\:row-gap-56:last-child {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .md\:last\:row-gap-64:last-child {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .md\:last\:row-gap-75:last-child {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .md\:last\:row-gap-px:last-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:hover\:gap-0:hover {
    grid-gap: 0;
    gap: 0;
  }

  .md\:hover\:gap-1:hover {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:hover\:gap-2:hover {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:hover\:gap-3:hover {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .md\:hover\:gap-4:hover {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .md\:hover\:gap-5:hover {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .md\:hover\:gap-6:hover {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .md\:hover\:gap-7:hover {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .md\:hover\:gap-8:hover {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .md\:hover\:gap-9:hover {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .md\:hover\:gap-10:hover {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .md\:hover\:gap-11:hover {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .md\:hover\:gap-12:hover {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .md\:hover\:gap-13:hover {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .md\:hover\:gap-14:hover {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .md\:hover\:gap-15:hover {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .md\:hover\:gap-16:hover {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .md\:hover\:gap-17:hover {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .md\:hover\:gap-18:hover {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .md\:hover\:gap-19:hover {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .md\:hover\:gap-20:hover {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .md\:hover\:gap-24:hover {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .md\:hover\:gap-32:hover {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .md\:hover\:gap-40:hover {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .md\:hover\:gap-48:hover {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .md\:hover\:gap-56:hover {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .md\:hover\:gap-64:hover {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .md\:hover\:gap-75:hover {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .md\:hover\:gap-px:hover {
    grid-gap: 1px;
    gap: 1px;
  }

  .md\:hover\:col-gap-0:hover {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .md\:hover\:col-gap-1:hover {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .md\:hover\:col-gap-2:hover {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .md\:hover\:col-gap-3:hover {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .md\:hover\:col-gap-4:hover {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .md\:hover\:col-gap-5:hover {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .md\:hover\:col-gap-6:hover {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .md\:hover\:col-gap-7:hover {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .md\:hover\:col-gap-8:hover {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .md\:hover\:col-gap-9:hover {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .md\:hover\:col-gap-10:hover {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .md\:hover\:col-gap-11:hover {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .md\:hover\:col-gap-12:hover {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .md\:hover\:col-gap-13:hover {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .md\:hover\:col-gap-14:hover {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .md\:hover\:col-gap-15:hover {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .md\:hover\:col-gap-16:hover {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .md\:hover\:col-gap-17:hover {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .md\:hover\:col-gap-18:hover {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .md\:hover\:col-gap-19:hover {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .md\:hover\:col-gap-20:hover {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .md\:hover\:col-gap-24:hover {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .md\:hover\:col-gap-32:hover {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .md\:hover\:col-gap-40:hover {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .md\:hover\:col-gap-48:hover {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .md\:hover\:col-gap-56:hover {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .md\:hover\:col-gap-64:hover {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .md\:hover\:col-gap-75:hover {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .md\:hover\:col-gap-px:hover {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .md\:hover\:row-gap-0:hover {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .md\:hover\:row-gap-1:hover {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:hover\:row-gap-2:hover {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:hover\:row-gap-3:hover {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .md\:hover\:row-gap-4:hover {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .md\:hover\:row-gap-5:hover {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .md\:hover\:row-gap-6:hover {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .md\:hover\:row-gap-7:hover {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .md\:hover\:row-gap-8:hover {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .md\:hover\:row-gap-9:hover {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .md\:hover\:row-gap-10:hover {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .md\:hover\:row-gap-11:hover {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .md\:hover\:row-gap-12:hover {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .md\:hover\:row-gap-13:hover {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .md\:hover\:row-gap-14:hover {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .md\:hover\:row-gap-15:hover {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .md\:hover\:row-gap-16:hover {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .md\:hover\:row-gap-17:hover {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .md\:hover\:row-gap-18:hover {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .md\:hover\:row-gap-19:hover {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .md\:hover\:row-gap-20:hover {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .md\:hover\:row-gap-24:hover {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .md\:hover\:row-gap-32:hover {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .md\:hover\:row-gap-40:hover {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .md\:hover\:row-gap-48:hover {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .md\:hover\:row-gap-56:hover {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .md\:hover\:row-gap-64:hover {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .md\:hover\:row-gap-75:hover {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .md\:hover\:row-gap-px:hover {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .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-9\! {
    grid-gap: 2.25rem !important;
    gap: 2.25rem !important;
  }

  .md\:gap-10\! {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .md\:gap-11\! {
    grid-gap: 2.75rem !important;
    gap: 2.75rem !important;
  }

  .md\:gap-12\! {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .md\:gap-13\! {
    grid-gap: 3.25rem !important;
    gap: 3.25rem !important;
  }

  .md\:gap-14\! {
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important;
  }

  .md\:gap-15\! {
    grid-gap: 3.75rem !important;
    gap: 3.75rem !important;
  }

  .md\:gap-16\! {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .md\:gap-17\! {
    grid-gap: 4.25rem !important;
    gap: 4.25rem !important;
  }

  .md\:gap-18\! {
    grid-gap: 4.5rem !important;
    gap: 4.5rem !important;
  }

  .md\:gap-19\! {
    grid-gap: 4.75rem !important;
    gap: 4.75rem !important;
  }

  .md\:gap-20\! {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .md\:gap-24\! {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .md\:gap-32\! {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .md\:gap-40\! {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .md\:gap-48\! {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .md\:gap-56\! {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .md\:gap-64\! {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .md\:gap-75\! {
    grid-gap: 18.75rem !important;
    gap: 18.75rem !important;
  }

  .md\:gap-px\! {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .md\:col-gap-0\! {
    grid-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .md\:col-gap-1\! {
    grid-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .md\:col-gap-2\! {
    grid-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .md\:col-gap-3\! {
    grid-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .md\:col-gap-4\! {
    grid-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .md\:col-gap-5\! {
    grid-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .md\:col-gap-6\! {
    grid-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .md\:col-gap-7\! {
    grid-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important;
  }

  .md\:col-gap-8\! {
    grid-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .md\:col-gap-9\! {
    grid-column-gap: 2.25rem !important;
    column-gap: 2.25rem !important;
  }

  .md\:col-gap-10\! {
    grid-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .md\:col-gap-11\! {
    grid-column-gap: 2.75rem !important;
    column-gap: 2.75rem !important;
  }

  .md\:col-gap-12\! {
    grid-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .md\:col-gap-13\! {
    grid-column-gap: 3.25rem !important;
    column-gap: 3.25rem !important;
  }

  .md\:col-gap-14\! {
    grid-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }

  .md\:col-gap-15\! {
    grid-column-gap: 3.75rem !important;
    column-gap: 3.75rem !important;
  }

  .md\:col-gap-16\! {
    grid-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .md\:col-gap-17\! {
    grid-column-gap: 4.25rem !important;
    column-gap: 4.25rem !important;
  }

  .md\:col-gap-18\! {
    grid-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }

  .md\:col-gap-19\! {
    grid-column-gap: 4.75rem !important;
    column-gap: 4.75rem !important;
  }

  .md\:col-gap-20\! {
    grid-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .md\:col-gap-24\! {
    grid-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .md\:col-gap-32\! {
    grid-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .md\:col-gap-40\! {
    grid-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .md\:col-gap-48\! {
    grid-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .md\:col-gap-56\! {
    grid-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .md\:col-gap-64\! {
    grid-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .md\:col-gap-75\! {
    grid-column-gap: 18.75rem !important;
    column-gap: 18.75rem !important;
  }

  .md\:col-gap-px\! {
    grid-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .md\:row-gap-0\! {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .md\:row-gap-1\! {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .md\:row-gap-2\! {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .md\:row-gap-3\! {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .md\:row-gap-4\! {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .md\:row-gap-5\! {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .md\:row-gap-6\! {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .md\:row-gap-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-9\! {
    grid-row-gap: 2.25rem !important;
    row-gap: 2.25rem !important;
  }

  .md\:row-gap-10\! {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .md\:row-gap-11\! {
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important;
  }

  .md\:row-gap-12\! {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .md\:row-gap-13\! {
    grid-row-gap: 3.25rem !important;
    row-gap: 3.25rem !important;
  }

  .md\:row-gap-14\! {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .md\:row-gap-15\! {
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important;
  }

  .md\:row-gap-16\! {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .md\:row-gap-17\! {
    grid-row-gap: 4.25rem !important;
    row-gap: 4.25rem !important;
  }

  .md\:row-gap-18\! {
    grid-row-gap: 4.5rem !important;
    row-gap: 4.5rem !important;
  }

  .md\:row-gap-19\! {
    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-24\! {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .md\:row-gap-32\! {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .md\:row-gap-40\! {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .md\:row-gap-48\! {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .md\:row-gap-56\! {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .md\:row-gap-64\! {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .md\:row-gap-75\! {
    grid-row-gap: 18.75rem !important;
    row-gap: 18.75rem !important;
  }

  .md\:row-gap-px\! {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .md\:grid-flow-row {
    grid-auto-flow: row;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .md\:even\:grid-flow-row:nth-child(even) {
    grid-auto-flow: row;
  }

  .md\:even\:grid-flow-col:nth-child(even) {
    grid-auto-flow: column;
  }

  .md\:even\:grid-flow-row-dense:nth-child(even) {
    grid-auto-flow: row dense;
  }

  .md\:even\:grid-flow-col-dense:nth-child(even) {
    grid-auto-flow: column dense;
  }

  .md\:odd\:grid-flow-row:nth-child(odd) {
    grid-auto-flow: row;
  }

  .md\:odd\:grid-flow-col:nth-child(odd) {
    grid-auto-flow: column;
  }

  .md\:odd\:grid-flow-row-dense:nth-child(odd) {
    grid-auto-flow: row dense;
  }

  .md\:odd\:grid-flow-col-dense:nth-child(odd) {
    grid-auto-flow: column dense;
  }

  .md\:children\:grid-flow-row > * {
    grid-auto-flow: row;
  }

  .md\:children\:grid-flow-col > * {
    grid-auto-flow: column;
  }

  .md\:children\:grid-flow-row-dense > * {
    grid-auto-flow: row dense;
  }

  .md\:children\:grid-flow-col-dense > * {
    grid-auto-flow: column dense;
  }

  .md\:first\:grid-flow-row:first-child {
    grid-auto-flow: row;
  }

  .md\:first\:grid-flow-col:first-child {
    grid-auto-flow: column;
  }

  .md\:first\:grid-flow-row-dense:first-child {
    grid-auto-flow: row dense;
  }

  .md\:first\:grid-flow-col-dense:first-child {
    grid-auto-flow: column dense;
  }

  .md\:last\:grid-flow-row:last-child {
    grid-auto-flow: row;
  }

  .md\:last\:grid-flow-col:last-child {
    grid-auto-flow: column;
  }

  .md\:last\:grid-flow-row-dense:last-child {
    grid-auto-flow: row dense;
  }

  .md\:last\:grid-flow-col-dense:last-child {
    grid-auto-flow: column dense;
  }

  .md\:hover\:grid-flow-row:hover {
    grid-auto-flow: row;
  }

  .md\:hover\:grid-flow-col:hover {
    grid-auto-flow: column;
  }

  .md\:hover\:grid-flow-row-dense:hover {
    grid-auto-flow: row dense;
  }

  .md\:hover\:grid-flow-col-dense:hover {
    grid-auto-flow: column dense;
  }

  .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));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-none {
    grid-template-columns: none;
  }

  .md\:even\:grid-cols-1:nth-child(even) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-2:nth-child(even) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-3:nth-child(even) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-4:nth-child(even) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-5:nth-child(even) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-6:nth-child(even) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-7:nth-child(even) {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-8:nth-child(even) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-9:nth-child(even) {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-10:nth-child(even) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-11:nth-child(even) {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-12:nth-child(even) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-none:nth-child(even) {
    grid-template-columns: none;
  }

  .md\:odd\:grid-cols-1:nth-child(odd) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-2:nth-child(odd) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-3:nth-child(odd) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-4:nth-child(odd) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-5:nth-child(odd) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-6:nth-child(odd) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-7:nth-child(odd) {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-8:nth-child(odd) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-9:nth-child(odd) {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-10:nth-child(odd) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-11:nth-child(odd) {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-12:nth-child(odd) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-none:nth-child(odd) {
    grid-template-columns: none;
  }

  .md\:children\:grid-cols-1 > * {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:children\:grid-cols-2 > * {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:children\:grid-cols-3 > * {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:children\:grid-cols-4 > * {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:children\:grid-cols-5 > * {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:children\:grid-cols-6 > * {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:children\:grid-cols-7 > * {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:children\:grid-cols-8 > * {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:children\:grid-cols-9 > * {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:children\:grid-cols-10 > * {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:children\:grid-cols-11 > * {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:children\:grid-cols-12 > * {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:children\:grid-cols-none > * {
    grid-template-columns: none;
  }

  .md\:first\:grid-cols-1:first-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-2:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-3:first-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-4:first-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-5:first-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-6:first-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-7:first-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-8:first-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-9:first-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-10:first-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-11:first-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-12:first-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-none:first-child {
    grid-template-columns: none;
  }

  .md\:last\:grid-cols-1:last-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-2:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-3:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-4:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-5:last-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-6:last-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-7:last-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-8:last-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-9:last-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-10:last-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-11:last-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-12:last-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-none:last-child {
    grid-template-columns: none;
  }

  .md\:hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-none:hover {
    grid-template-columns: none;
  }

  .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\:col-auto {
    grid-column: auto;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:even\:col-auto:nth-child(even) {
    grid-column: auto;
  }

  .md\:even\:col-span-1:nth-child(even) {
    grid-column: span 1 / span 1;
  }

  .md\:even\:col-span-2:nth-child(even) {
    grid-column: span 2 / span 2;
  }

  .md\:even\:col-span-3:nth-child(even) {
    grid-column: span 3 / span 3;
  }

  .md\:even\:col-span-4:nth-child(even) {
    grid-column: span 4 / span 4;
  }

  .md\:even\:col-span-5:nth-child(even) {
    grid-column: span 5 / span 5;
  }

  .md\:even\:col-span-6:nth-child(even) {
    grid-column: span 6 / span 6;
  }

  .md\:even\:col-span-7:nth-child(even) {
    grid-column: span 7 / span 7;
  }

  .md\:even\:col-span-8:nth-child(even) {
    grid-column: span 8 / span 8;
  }

  .md\:even\:col-span-9:nth-child(even) {
    grid-column: span 9 / span 9;
  }

  .md\:even\:col-span-10:nth-child(even) {
    grid-column: span 10 / span 10;
  }

  .md\:even\:col-span-11:nth-child(even) {
    grid-column: span 11 / span 11;
  }

  .md\:even\:col-span-12:nth-child(even) {
    grid-column: span 12 / span 12;
  }

  .md\:odd\:col-auto:nth-child(odd) {
    grid-column: auto;
  }

  .md\:odd\:col-span-1:nth-child(odd) {
    grid-column: span 1 / span 1;
  }

  .md\:odd\:col-span-2:nth-child(odd) {
    grid-column: span 2 / span 2;
  }

  .md\:odd\:col-span-3:nth-child(odd) {
    grid-column: span 3 / span 3;
  }

  .md\:odd\:col-span-4:nth-child(odd) {
    grid-column: span 4 / span 4;
  }

  .md\:odd\:col-span-5:nth-child(odd) {
    grid-column: span 5 / span 5;
  }

  .md\:odd\:col-span-6:nth-child(odd) {
    grid-column: span 6 / span 6;
  }

  .md\:odd\:col-span-7:nth-child(odd) {
    grid-column: span 7 / span 7;
  }

  .md\:odd\:col-span-8:nth-child(odd) {
    grid-column: span 8 / span 8;
  }

  .md\:odd\:col-span-9:nth-child(odd) {
    grid-column: span 9 / span 9;
  }

  .md\:odd\:col-span-10:nth-child(odd) {
    grid-column: span 10 / span 10;
  }

  .md\:odd\:col-span-11:nth-child(odd) {
    grid-column: span 11 / span 11;
  }

  .md\:odd\:col-span-12:nth-child(odd) {
    grid-column: span 12 / span 12;
  }

  .md\:children\:col-auto > * {
    grid-column: auto;
  }

  .md\:children\:col-span-1 > * {
    grid-column: span 1 / span 1;
  }

  .md\:children\:col-span-2 > * {
    grid-column: span 2 / span 2;
  }

  .md\:children\:col-span-3 > * {
    grid-column: span 3 / span 3;
  }

  .md\:children\:col-span-4 > * {
    grid-column: span 4 / span 4;
  }

  .md\:children\:col-span-5 > * {
    grid-column: span 5 / span 5;
  }

  .md\:children\:col-span-6 > * {
    grid-column: span 6 / span 6;
  }

  .md\:children\:col-span-7 > * {
    grid-column: span 7 / span 7;
  }

  .md\:children\:col-span-8 > * {
    grid-column: span 8 / span 8;
  }

  .md\:children\:col-span-9 > * {
    grid-column: span 9 / span 9;
  }

  .md\:children\:col-span-10 > * {
    grid-column: span 10 / span 10;
  }

  .md\:children\:col-span-11 > * {
    grid-column: span 11 / span 11;
  }

  .md\:children\:col-span-12 > * {
    grid-column: span 12 / span 12;
  }

  .md\:first\:col-auto:first-child {
    grid-column: auto;
  }

  .md\:first\:col-span-1:first-child {
    grid-column: span 1 / span 1;
  }

  .md\:first\:col-span-2:first-child {
    grid-column: span 2 / span 2;
  }

  .md\:first\:col-span-3:first-child {
    grid-column: span 3 / span 3;
  }

  .md\:first\:col-span-4:first-child {
    grid-column: span 4 / span 4;
  }

  .md\:first\:col-span-5:first-child {
    grid-column: span 5 / span 5;
  }

  .md\:first\:col-span-6:first-child {
    grid-column: span 6 / span 6;
  }

  .md\:first\:col-span-7:first-child {
    grid-column: span 7 / span 7;
  }

  .md\:first\:col-span-8:first-child {
    grid-column: span 8 / span 8;
  }

  .md\:first\:col-span-9:first-child {
    grid-column: span 9 / span 9;
  }

  .md\:first\:col-span-10:first-child {
    grid-column: span 10 / span 10;
  }

  .md\:first\:col-span-11:first-child {
    grid-column: span 11 / span 11;
  }

  .md\:first\:col-span-12:first-child {
    grid-column: span 12 / span 12;
  }

  .md\:last\:col-auto:last-child {
    grid-column: auto;
  }

  .md\:last\:col-span-1:last-child {
    grid-column: span 1 / span 1;
  }

  .md\:last\:col-span-2:last-child {
    grid-column: span 2 / span 2;
  }

  .md\:last\:col-span-3:last-child {
    grid-column: span 3 / span 3;
  }

  .md\:last\:col-span-4:last-child {
    grid-column: span 4 / span 4;
  }

  .md\:last\:col-span-5:last-child {
    grid-column: span 5 / span 5;
  }

  .md\:last\:col-span-6:last-child {
    grid-column: span 6 / span 6;
  }

  .md\:last\:col-span-7:last-child {
    grid-column: span 7 / span 7;
  }

  .md\:last\:col-span-8:last-child {
    grid-column: span 8 / span 8;
  }

  .md\:last\:col-span-9:last-child {
    grid-column: span 9 / span 9;
  }

  .md\:last\:col-span-10:last-child {
    grid-column: span 10 / span 10;
  }

  .md\:last\:col-span-11:last-child {
    grid-column: span 11 / span 11;
  }

  .md\:last\:col-span-12:last-child {
    grid-column: span 12 / span 12;
  }

  .md\:hover\:col-auto:hover {
    grid-column: auto;
  }

  .md\:hover\:col-span-1:hover {
    grid-column: span 1 / span 1;
  }

  .md\:hover\:col-span-2:hover {
    grid-column: span 2 / span 2;
  }

  .md\:hover\:col-span-3:hover {
    grid-column: span 3 / span 3;
  }

  .md\:hover\:col-span-4:hover {
    grid-column: span 4 / span 4;
  }

  .md\:hover\:col-span-5:hover {
    grid-column: span 5 / span 5;
  }

  .md\:hover\:col-span-6:hover {
    grid-column: span 6 / span 6;
  }

  .md\:hover\:col-span-7:hover {
    grid-column: span 7 / span 7;
  }

  .md\:hover\:col-span-8:hover {
    grid-column: span 8 / span 8;
  }

  .md\:hover\:col-span-9:hover {
    grid-column: span 9 / span 9;
  }

  .md\:hover\:col-span-10:hover {
    grid-column: span 10 / span 10;
  }

  .md\:hover\:col-span-11:hover {
    grid-column: span 11 / span 11;
  }

  .md\:hover\:col-span-12:hover {
    grid-column: span 12 / span 12;
  }

  .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-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-start-12 {
    grid-column-start: 12;
  }

  .md\:col-start-13 {
    grid-column-start: 13;
  }

  .md\:col-start-auto {
    grid-column-start: auto;
  }

  .md\:even\:col-start-1:nth-child(even) {
    grid-column-start: 1;
  }

  .md\:even\:col-start-2:nth-child(even) {
    grid-column-start: 2;
  }

  .md\:even\:col-start-3:nth-child(even) {
    grid-column-start: 3;
  }

  .md\:even\:col-start-4:nth-child(even) {
    grid-column-start: 4;
  }

  .md\:even\:col-start-5:nth-child(even) {
    grid-column-start: 5;
  }

  .md\:even\:col-start-6:nth-child(even) {
    grid-column-start: 6;
  }

  .md\:even\:col-start-7:nth-child(even) {
    grid-column-start: 7;
  }

  .md\:even\:col-start-8:nth-child(even) {
    grid-column-start: 8;
  }

  .md\:even\:col-start-9:nth-child(even) {
    grid-column-start: 9;
  }

  .md\:even\:col-start-10:nth-child(even) {
    grid-column-start: 10;
  }

  .md\:even\:col-start-11:nth-child(even) {
    grid-column-start: 11;
  }

  .md\:even\:col-start-12:nth-child(even) {
    grid-column-start: 12;
  }

  .md\:even\:col-start-13:nth-child(even) {
    grid-column-start: 13;
  }

  .md\:even\:col-start-auto:nth-child(even) {
    grid-column-start: auto;
  }

  .md\:odd\:col-start-1:nth-child(odd) {
    grid-column-start: 1;
  }

  .md\:odd\:col-start-2:nth-child(odd) {
    grid-column-start: 2;
  }

  .md\:odd\:col-start-3:nth-child(odd) {
    grid-column-start: 3;
  }

  .md\:odd\:col-start-4:nth-child(odd) {
    grid-column-start: 4;
  }

  .md\:odd\:col-start-5:nth-child(odd) {
    grid-column-start: 5;
  }

  .md\:odd\:col-start-6:nth-child(odd) {
    grid-column-start: 6;
  }

  .md\:odd\:col-start-7:nth-child(odd) {
    grid-column-start: 7;
  }

  .md\:odd\:col-start-8:nth-child(odd) {
    grid-column-start: 8;
  }

  .md\:odd\:col-start-9:nth-child(odd) {
    grid-column-start: 9;
  }

  .md\:odd\:col-start-10:nth-child(odd) {
    grid-column-start: 10;
  }

  .md\:odd\:col-start-11:nth-child(odd) {
    grid-column-start: 11;
  }

  .md\:odd\:col-start-12:nth-child(odd) {
    grid-column-start: 12;
  }

  .md\:odd\:col-start-13:nth-child(odd) {
    grid-column-start: 13;
  }

  .md\:odd\:col-start-auto:nth-child(odd) {
    grid-column-start: auto;
  }

  .md\:children\:col-start-1 > * {
    grid-column-start: 1;
  }

  .md\:children\:col-start-2 > * {
    grid-column-start: 2;
  }

  .md\:children\:col-start-3 > * {
    grid-column-start: 3;
  }

  .md\:children\:col-start-4 > * {
    grid-column-start: 4;
  }

  .md\:children\:col-start-5 > * {
    grid-column-start: 5;
  }

  .md\:children\:col-start-6 > * {
    grid-column-start: 6;
  }

  .md\:children\:col-start-7 > * {
    grid-column-start: 7;
  }

  .md\:children\:col-start-8 > * {
    grid-column-start: 8;
  }

  .md\:children\:col-start-9 > * {
    grid-column-start: 9;
  }

  .md\:children\:col-start-10 > * {
    grid-column-start: 10;
  }

  .md\:children\:col-start-11 > * {
    grid-column-start: 11;
  }

  .md\:children\:col-start-12 > * {
    grid-column-start: 12;
  }

  .md\:children\:col-start-13 > * {
    grid-column-start: 13;
  }

  .md\:children\:col-start-auto > * {
    grid-column-start: auto;
  }

  .md\:first\:col-start-1:first-child {
    grid-column-start: 1;
  }

  .md\:first\:col-start-2:first-child {
    grid-column-start: 2;
  }

  .md\:first\:col-start-3:first-child {
    grid-column-start: 3;
  }

  .md\:first\:col-start-4:first-child {
    grid-column-start: 4;
  }

  .md\:first\:col-start-5:first-child {
    grid-column-start: 5;
  }

  .md\:first\:col-start-6:first-child {
    grid-column-start: 6;
  }

  .md\:first\:col-start-7:first-child {
    grid-column-start: 7;
  }

  .md\:first\:col-start-8:first-child {
    grid-column-start: 8;
  }

  .md\:first\:col-start-9:first-child {
    grid-column-start: 9;
  }

  .md\:first\:col-start-10:first-child {
    grid-column-start: 10;
  }

  .md\:first\:col-start-11:first-child {
    grid-column-start: 11;
  }

  .md\:first\:col-start-12:first-child {
    grid-column-start: 12;
  }

  .md\:first\:col-start-13:first-child {
    grid-column-start: 13;
  }

  .md\:first\:col-start-auto:first-child {
    grid-column-start: auto;
  }

  .md\:last\:col-start-1:last-child {
    grid-column-start: 1;
  }

  .md\:last\:col-start-2:last-child {
    grid-column-start: 2;
  }

  .md\:last\:col-start-3:last-child {
    grid-column-start: 3;
  }

  .md\:last\:col-start-4:last-child {
    grid-column-start: 4;
  }

  .md\:last\:col-start-5:last-child {
    grid-column-start: 5;
  }

  .md\:last\:col-start-6:last-child {
    grid-column-start: 6;
  }

  .md\:last\:col-start-7:last-child {
    grid-column-start: 7;
  }

  .md\:last\:col-start-8:last-child {
    grid-column-start: 8;
  }

  .md\:last\:col-start-9:last-child {
    grid-column-start: 9;
  }

  .md\:last\:col-start-10:last-child {
    grid-column-start: 10;
  }

  .md\:last\:col-start-11:last-child {
    grid-column-start: 11;
  }

  .md\:last\:col-start-12:last-child {
    grid-column-start: 12;
  }

  .md\:last\:col-start-13:last-child {
    grid-column-start: 13;
  }

  .md\:last\:col-start-auto:last-child {
    grid-column-start: auto;
  }

  .md\:hover\:col-start-1:hover {
    grid-column-start: 1;
  }

  .md\:hover\:col-start-2:hover {
    grid-column-start: 2;
  }

  .md\:hover\:col-start-3:hover {
    grid-column-start: 3;
  }

  .md\:hover\:col-start-4:hover {
    grid-column-start: 4;
  }

  .md\:hover\:col-start-5:hover {
    grid-column-start: 5;
  }

  .md\:hover\:col-start-6:hover {
    grid-column-start: 6;
  }

  .md\:hover\:col-start-7:hover {
    grid-column-start: 7;
  }

  .md\:hover\:col-start-8:hover {
    grid-column-start: 8;
  }

  .md\:hover\:col-start-9:hover {
    grid-column-start: 9;
  }

  .md\:hover\:col-start-10:hover {
    grid-column-start: 10;
  }

  .md\:hover\:col-start-11:hover {
    grid-column-start: 11;
  }

  .md\:hover\:col-start-12:hover {
    grid-column-start: 12;
  }

  .md\:hover\:col-start-13:hover {
    grid-column-start: 13;
  }

  .md\:hover\:col-start-auto:hover {
    grid-column-start: auto;
  }

  .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;
  }

  .md\:col-end-2 {
    grid-column-end: 2;
  }

  .md\:col-end-3 {
    grid-column-end: 3;
  }

  .md\:col-end-4 {
    grid-column-end: 4;
  }

  .md\:col-end-5 {
    grid-column-end: 5;
  }

  .md\:col-end-6 {
    grid-column-end: 6;
  }

  .md\:col-end-7 {
    grid-column-end: 7;
  }

  .md\:col-end-8 {
    grid-column-end: 8;
  }

  .md\:col-end-9 {
    grid-column-end: 9;
  }

  .md\:col-end-10 {
    grid-column-end: 10;
  }

  .md\:col-end-11 {
    grid-column-end: 11;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:col-end-13 {
    grid-column-end: 13;
  }

  .md\:col-end-auto {
    grid-column-end: auto;
  }

  .md\:even\:col-end-1:nth-child(even) {
    grid-column-end: 1;
  }

  .md\:even\:col-end-2:nth-child(even) {
    grid-column-end: 2;
  }

  .md\:even\:col-end-3:nth-child(even) {
    grid-column-end: 3;
  }

  .md\:even\:col-end-4:nth-child(even) {
    grid-column-end: 4;
  }

  .md\:even\:col-end-5:nth-child(even) {
    grid-column-end: 5;
  }

  .md\:even\:col-end-6:nth-child(even) {
    grid-column-end: 6;
  }

  .md\:even\:col-end-7:nth-child(even) {
    grid-column-end: 7;
  }

  .md\:even\:col-end-8:nth-child(even) {
    grid-column-end: 8;
  }

  .md\:even\:col-end-9:nth-child(even) {
    grid-column-end: 9;
  }

  .md\:even\:col-end-10:nth-child(even) {
    grid-column-end: 10;
  }

  .md\:even\:col-end-11:nth-child(even) {
    grid-column-end: 11;
  }

  .md\:even\:col-end-12:nth-child(even) {
    grid-column-end: 12;
  }

  .md\:even\:col-end-13:nth-child(even) {
    grid-column-end: 13;
  }

  .md\:even\:col-end-auto:nth-child(even) {
    grid-column-end: auto;
  }

  .md\:odd\:col-end-1:nth-child(odd) {
    grid-column-end: 1;
  }

  .md\:odd\:col-end-2:nth-child(odd) {
    grid-column-end: 2;
  }

  .md\:odd\:col-end-3:nth-child(odd) {
    grid-column-end: 3;
  }

  .md\:odd\:col-end-4:nth-child(odd) {
    grid-column-end: 4;
  }

  .md\:odd\:col-end-5:nth-child(odd) {
    grid-column-end: 5;
  }

  .md\:odd\:col-end-6:nth-child(odd) {
    grid-column-end: 6;
  }

  .md\:odd\:col-end-7:nth-child(odd) {
    grid-column-end: 7;
  }

  .md\:odd\:col-end-8:nth-child(odd) {
    grid-column-end: 8;
  }

  .md\:odd\:col-end-9:nth-child(odd) {
    grid-column-end: 9;
  }

  .md\:odd\:col-end-10:nth-child(odd) {
    grid-column-end: 10;
  }

  .md\:odd\:col-end-11:nth-child(odd) {
    grid-column-end: 11;
  }

  .md\:odd\:col-end-12:nth-child(odd) {
    grid-column-end: 12;
  }

  .md\:odd\:col-end-13:nth-child(odd) {
    grid-column-end: 13;
  }

  .md\:odd\:col-end-auto:nth-child(odd) {
    grid-column-end: auto;
  }

  .md\:children\:col-end-1 > * {
    grid-column-end: 1;
  }

  .md\:children\:col-end-2 > * {
    grid-column-end: 2;
  }

  .md\:children\:col-end-3 > * {
    grid-column-end: 3;
  }

  .md\:children\:col-end-4 > * {
    grid-column-end: 4;
  }

  .md\:children\:col-end-5 > * {
    grid-column-end: 5;
  }

  .md\:children\:col-end-6 > * {
    grid-column-end: 6;
  }

  .md\:children\:col-end-7 > * {
    grid-column-end: 7;
  }

  .md\:children\:col-end-8 > * {
    grid-column-end: 8;
  }

  .md\:children\:col-end-9 > * {
    grid-column-end: 9;
  }

  .md\:children\:col-end-10 > * {
    grid-column-end: 10;
  }

  .md\:children\:col-end-11 > * {
    grid-column-end: 11;
  }

  .md\:children\:col-end-12 > * {
    grid-column-end: 12;
  }

  .md\:children\:col-end-13 > * {
    grid-column-end: 13;
  }

  .md\:children\:col-end-auto > * {
    grid-column-end: auto;
  }

  .md\:first\:col-end-1:first-child {
    grid-column-end: 1;
  }

  .md\:first\:col-end-2:first-child {
    grid-column-end: 2;
  }

  .md\:first\:col-end-3:first-child {
    grid-column-end: 3;
  }

  .md\:first\:col-end-4:first-child {
    grid-column-end: 4;
  }

  .md\:first\:col-end-5:first-child {
    grid-column-end: 5;
  }

  .md\:first\:col-end-6:first-child {
    grid-column-end: 6;
  }

  .md\:first\:col-end-7:first-child {
    grid-column-end: 7;
  }

  .md\:first\:col-end-8:first-child {
    grid-column-end: 8;
  }

  .md\:first\:col-end-9:first-child {
    grid-column-end: 9;
  }

  .md\:first\:col-end-10:first-child {
    grid-column-end: 10;
  }

  .md\:first\:col-end-11:first-child {
    grid-column-end: 11;
  }

  .md\:first\:col-end-12:first-child {
    grid-column-end: 12;
  }

  .md\:first\:col-end-13:first-child {
    grid-column-end: 13;
  }

  .md\:first\:col-end-auto:first-child {
    grid-column-end: auto;
  }

  .md\:last\:col-end-1:last-child {
    grid-column-end: 1;
  }

  .md\:last\:col-end-2:last-child {
    grid-column-end: 2;
  }

  .md\:last\:col-end-3:last-child {
    grid-column-end: 3;
  }

  .md\:last\:col-end-4:last-child {
    grid-column-end: 4;
  }

  .md\:last\:col-end-5:last-child {
    grid-column-end: 5;
  }

  .md\:last\:col-end-6:last-child {
    grid-column-end: 6;
  }

  .md\:last\:col-end-7:last-child {
    grid-column-end: 7;
  }

  .md\:last\:col-end-8:last-child {
    grid-column-end: 8;
  }

  .md\:last\:col-end-9:last-child {
    grid-column-end: 9;
  }

  .md\:last\:col-end-10:last-child {
    grid-column-end: 10;
  }

  .md\:last\:col-end-11:last-child {
    grid-column-end: 11;
  }

  .md\:last\:col-end-12:last-child {
    grid-column-end: 12;
  }

  .md\:last\:col-end-13:last-child {
    grid-column-end: 13;
  }

  .md\:last\:col-end-auto:last-child {
    grid-column-end: auto;
  }

  .md\:hover\:col-end-1:hover {
    grid-column-end: 1;
  }

  .md\:hover\:col-end-2:hover {
    grid-column-end: 2;
  }

  .md\:hover\:col-end-3:hover {
    grid-column-end: 3;
  }

  .md\:hover\:col-end-4:hover {
    grid-column-end: 4;
  }

  .md\:hover\:col-end-5:hover {
    grid-column-end: 5;
  }

  .md\:hover\:col-end-6:hover {
    grid-column-end: 6;
  }

  .md\:hover\:col-end-7:hover {
    grid-column-end: 7;
  }

  .md\:hover\:col-end-8:hover {
    grid-column-end: 8;
  }

  .md\:hover\:col-end-9:hover {
    grid-column-end: 9;
  }

  .md\:hover\:col-end-10:hover {
    grid-column-end: 10;
  }

  .md\:hover\:col-end-11:hover {
    grid-column-end: 11;
  }

  .md\:hover\:col-end-12:hover {
    grid-column-end: 12;
  }

  .md\:hover\:col-end-13:hover {
    grid-column-end: 13;
  }

  .md\:hover\:col-end-auto:hover {
    grid-column-end: auto;
  }

  .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));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none {
    grid-template-rows: none;
  }

  .md\:even\:grid-rows-1:nth-child(even) {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:even\:grid-rows-2:nth-child(even) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:even\:grid-rows-3:nth-child(even) {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:even\:grid-rows-4:nth-child(even) {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:even\:grid-rows-5:nth-child(even) {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:even\:grid-rows-6:nth-child(even) {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:even\:grid-rows-none:nth-child(even) {
    grid-template-rows: none;
  }

  .md\:odd\:grid-rows-1:nth-child(odd) {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:odd\:grid-rows-2:nth-child(odd) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:odd\:grid-rows-3:nth-child(odd) {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:odd\:grid-rows-4:nth-child(odd) {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:odd\:grid-rows-5:nth-child(odd) {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:odd\:grid-rows-6:nth-child(odd) {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:odd\:grid-rows-none:nth-child(odd) {
    grid-template-rows: none;
  }

  .md\:children\:grid-rows-1 > * {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:children\:grid-rows-2 > * {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:children\:grid-rows-3 > * {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:children\:grid-rows-4 > * {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:children\:grid-rows-5 > * {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:children\:grid-rows-6 > * {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:children\:grid-rows-none > * {
    grid-template-rows: none;
  }

  .md\:first\:grid-rows-1:first-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:first\:grid-rows-2:first-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:first\:grid-rows-3:first-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:first\:grid-rows-4:first-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:first\:grid-rows-5:first-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:first\:grid-rows-6:first-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:first\:grid-rows-none:first-child {
    grid-template-rows: none;
  }

  .md\:last\:grid-rows-1:last-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:last\:grid-rows-2:last-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:last\:grid-rows-3:last-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:last\:grid-rows-4:last-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:last\:grid-rows-5:last-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:last\:grid-rows-6:last-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:last\:grid-rows-none:last-child {
    grid-template-rows: none;
  }

  .md\:hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:hover\:grid-rows-none:hover {
    grid-template-rows: none;
  }

  .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\:row-auto {
    grid-row: auto;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .md\:even\:row-auto:nth-child(even) {
    grid-row: auto;
  }

  .md\:even\:row-span-1:nth-child(even) {
    grid-row: span 1 / span 1;
  }

  .md\:even\:row-span-2:nth-child(even) {
    grid-row: span 2 / span 2;
  }

  .md\:even\:row-span-3:nth-child(even) {
    grid-row: span 3 / span 3;
  }

  .md\:even\:row-span-4:nth-child(even) {
    grid-row: span 4 / span 4;
  }

  .md\:even\:row-span-5:nth-child(even) {
    grid-row: span 5 / span 5;
  }

  .md\:even\:row-span-6:nth-child(even) {
    grid-row: span 6 / span 6;
  }

  .md\:odd\:row-auto:nth-child(odd) {
    grid-row: auto;
  }

  .md\:odd\:row-span-1:nth-child(odd) {
    grid-row: span 1 / span 1;
  }

  .md\:odd\:row-span-2:nth-child(odd) {
    grid-row: span 2 / span 2;
  }

  .md\:odd\:row-span-3:nth-child(odd) {
    grid-row: span 3 / span 3;
  }

  .md\:odd\:row-span-4:nth-child(odd) {
    grid-row: span 4 / span 4;
  }

  .md\:odd\:row-span-5:nth-child(odd) {
    grid-row: span 5 / span 5;
  }

  .md\:odd\:row-span-6:nth-child(odd) {
    grid-row: span 6 / span 6;
  }

  .md\:children\:row-auto > * {
    grid-row: auto;
  }

  .md\:children\:row-span-1 > * {
    grid-row: span 1 / span 1;
  }

  .md\:children\:row-span-2 > * {
    grid-row: span 2 / span 2;
  }

  .md\:children\:row-span-3 > * {
    grid-row: span 3 / span 3;
  }

  .md\:children\:row-span-4 > * {
    grid-row: span 4 / span 4;
  }

  .md\:children\:row-span-5 > * {
    grid-row: span 5 / span 5;
  }

  .md\:children\:row-span-6 > * {
    grid-row: span 6 / span 6;
  }

  .md\:first\:row-auto:first-child {
    grid-row: auto;
  }

  .md\:first\:row-span-1:first-child {
    grid-row: span 1 / span 1;
  }

  .md\:first\:row-span-2:first-child {
    grid-row: span 2 / span 2;
  }

  .md\:first\:row-span-3:first-child {
    grid-row: span 3 / span 3;
  }

  .md\:first\:row-span-4:first-child {
    grid-row: span 4 / span 4;
  }

  .md\:first\:row-span-5:first-child {
    grid-row: span 5 / span 5;
  }

  .md\:first\:row-span-6:first-child {
    grid-row: span 6 / span 6;
  }

  .md\:last\:row-auto:last-child {
    grid-row: auto;
  }

  .md\:last\:row-span-1:last-child {
    grid-row: span 1 / span 1;
  }

  .md\:last\:row-span-2:last-child {
    grid-row: span 2 / span 2;
  }

  .md\:last\:row-span-3:last-child {
    grid-row: span 3 / span 3;
  }

  .md\:last\:row-span-4:last-child {
    grid-row: span 4 / span 4;
  }

  .md\:last\:row-span-5:last-child {
    grid-row: span 5 / span 5;
  }

  .md\:last\:row-span-6:last-child {
    grid-row: span 6 / span 6;
  }

  .md\:hover\:row-auto:hover {
    grid-row: auto;
  }

  .md\:hover\:row-span-1:hover {
    grid-row: span 1 / span 1;
  }

  .md\:hover\:row-span-2:hover {
    grid-row: span 2 / span 2;
  }

  .md\:hover\:row-span-3:hover {
    grid-row: span 3 / span 3;
  }

  .md\:hover\:row-span-4:hover {
    grid-row: span 4 / span 4;
  }

  .md\:hover\:row-span-5:hover {
    grid-row: span 5 / span 5;
  }

  .md\:hover\:row-span-6:hover {
    grid-row: span 6 / span 6;
  }

  .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-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-start-3 {
    grid-row-start: 3;
  }

  .md\:row-start-4 {
    grid-row-start: 4;
  }

  .md\:row-start-5 {
    grid-row-start: 5;
  }

  .md\:row-start-6 {
    grid-row-start: 6;
  }

  .md\:row-start-7 {
    grid-row-start: 7;
  }

  .md\:row-start-auto {
    grid-row-start: auto;
  }

  .md\:even\:row-start-1:nth-child(even) {
    grid-row-start: 1;
  }

  .md\:even\:row-start-2:nth-child(even) {
    grid-row-start: 2;
  }

  .md\:even\:row-start-3:nth-child(even) {
    grid-row-start: 3;
  }

  .md\:even\:row-start-4:nth-child(even) {
    grid-row-start: 4;
  }

  .md\:even\:row-start-5:nth-child(even) {
    grid-row-start: 5;
  }

  .md\:even\:row-start-6:nth-child(even) {
    grid-row-start: 6;
  }

  .md\:even\:row-start-7:nth-child(even) {
    grid-row-start: 7;
  }

  .md\:even\:row-start-auto:nth-child(even) {
    grid-row-start: auto;
  }

  .md\:odd\:row-start-1:nth-child(odd) {
    grid-row-start: 1;
  }

  .md\:odd\:row-start-2:nth-child(odd) {
    grid-row-start: 2;
  }

  .md\:odd\:row-start-3:nth-child(odd) {
    grid-row-start: 3;
  }

  .md\:odd\:row-start-4:nth-child(odd) {
    grid-row-start: 4;
  }

  .md\:odd\:row-start-5:nth-child(odd) {
    grid-row-start: 5;
  }

  .md\:odd\:row-start-6:nth-child(odd) {
    grid-row-start: 6;
  }

  .md\:odd\:row-start-7:nth-child(odd) {
    grid-row-start: 7;
  }

  .md\:odd\:row-start-auto:nth-child(odd) {
    grid-row-start: auto;
  }

  .md\:children\:row-start-1 > * {
    grid-row-start: 1;
  }

  .md\:children\:row-start-2 > * {
    grid-row-start: 2;
  }

  .md\:children\:row-start-3 > * {
    grid-row-start: 3;
  }

  .md\:children\:row-start-4 > * {
    grid-row-start: 4;
  }

  .md\:children\:row-start-5 > * {
    grid-row-start: 5;
  }

  .md\:children\:row-start-6 > * {
    grid-row-start: 6;
  }

  .md\:children\:row-start-7 > * {
    grid-row-start: 7;
  }

  .md\:children\:row-start-auto > * {
    grid-row-start: auto;
  }

  .md\:first\:row-start-1:first-child {
    grid-row-start: 1;
  }

  .md\:first\:row-start-2:first-child {
    grid-row-start: 2;
  }

  .md\:first\:row-start-3:first-child {
    grid-row-start: 3;
  }

  .md\:first\:row-start-4:first-child {
    grid-row-start: 4;
  }

  .md\:first\:row-start-5:first-child {
    grid-row-start: 5;
  }

  .md\:first\:row-start-6:first-child {
    grid-row-start: 6;
  }

  .md\:first\:row-start-7:first-child {
    grid-row-start: 7;
  }

  .md\:first\:row-start-auto:first-child {
    grid-row-start: auto;
  }

  .md\:last\:row-start-1:last-child {
    grid-row-start: 1;
  }

  .md\:last\:row-start-2:last-child {
    grid-row-start: 2;
  }

  .md\:last\:row-start-3:last-child {
    grid-row-start: 3;
  }

  .md\:last\:row-start-4:last-child {
    grid-row-start: 4;
  }

  .md\:last\:row-start-5:last-child {
    grid-row-start: 5;
  }

  .md\:last\:row-start-6:last-child {
    grid-row-start: 6;
  }

  .md\:last\:row-start-7:last-child {
    grid-row-start: 7;
  }

  .md\:last\:row-start-auto:last-child {
    grid-row-start: auto;
  }

  .md\:hover\:row-start-1:hover {
    grid-row-start: 1;
  }

  .md\:hover\:row-start-2:hover {
    grid-row-start: 2;
  }

  .md\:hover\:row-start-3:hover {
    grid-row-start: 3;
  }

  .md\:hover\:row-start-4:hover {
    grid-row-start: 4;
  }

  .md\:hover\:row-start-5:hover {
    grid-row-start: 5;
  }

  .md\:hover\:row-start-6:hover {
    grid-row-start: 6;
  }

  .md\:hover\:row-start-7:hover {
    grid-row-start: 7;
  }

  .md\:hover\:row-start-auto:hover {
    grid-row-start: auto;
  }

  .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;
  }

  .md\:row-end-2 {
    grid-row-end: 2;
  }

  .md\:row-end-3 {
    grid-row-end: 3;
  }

  .md\:row-end-4 {
    grid-row-end: 4;
  }

  .md\:row-end-5 {
    grid-row-end: 5;
  }

  .md\:row-end-6 {
    grid-row-end: 6;
  }

  .md\:row-end-7 {
    grid-row-end: 7;
  }

  .md\:row-end-auto {
    grid-row-end: auto;
  }

  .md\:even\:row-end-1:nth-child(even) {
    grid-row-end: 1;
  }

  .md\:even\:row-end-2:nth-child(even) {
    grid-row-end: 2;
  }

  .md\:even\:row-end-3:nth-child(even) {
    grid-row-end: 3;
  }

  .md\:even\:row-end-4:nth-child(even) {
    grid-row-end: 4;
  }

  .md\:even\:row-end-5:nth-child(even) {
    grid-row-end: 5;
  }

  .md\:even\:row-end-6:nth-child(even) {
    grid-row-end: 6;
  }

  .md\:even\:row-end-7:nth-child(even) {
    grid-row-end: 7;
  }

  .md\:even\:row-end-auto:nth-child(even) {
    grid-row-end: auto;
  }

  .md\:odd\:row-end-1:nth-child(odd) {
    grid-row-end: 1;
  }

  .md\:odd\:row-end-2:nth-child(odd) {
    grid-row-end: 2;
  }

  .md\:odd\:row-end-3:nth-child(odd) {
    grid-row-end: 3;
  }

  .md\:odd\:row-end-4:nth-child(odd) {
    grid-row-end: 4;
  }

  .md\:odd\:row-end-5:nth-child(odd) {
    grid-row-end: 5;
  }

  .md\:odd\:row-end-6:nth-child(odd) {
    grid-row-end: 6;
  }

  .md\:odd\:row-end-7:nth-child(odd) {
    grid-row-end: 7;
  }

  .md\:odd\:row-end-auto:nth-child(odd) {
    grid-row-end: auto;
  }

  .md\:children\:row-end-1 > * {
    grid-row-end: 1;
  }

  .md\:children\:row-end-2 > * {
    grid-row-end: 2;
  }

  .md\:children\:row-end-3 > * {
    grid-row-end: 3;
  }

  .md\:children\:row-end-4 > * {
    grid-row-end: 4;
  }

  .md\:children\:row-end-5 > * {
    grid-row-end: 5;
  }

  .md\:children\:row-end-6 > * {
    grid-row-end: 6;
  }

  .md\:children\:row-end-7 > * {
    grid-row-end: 7;
  }

  .md\:children\:row-end-auto > * {
    grid-row-end: auto;
  }

  .md\:first\:row-end-1:first-child {
    grid-row-end: 1;
  }

  .md\:first\:row-end-2:first-child {
    grid-row-end: 2;
  }

  .md\:first\:row-end-3:first-child {
    grid-row-end: 3;
  }

  .md\:first\:row-end-4:first-child {
    grid-row-end: 4;
  }

  .md\:first\:row-end-5:first-child {
    grid-row-end: 5;
  }

  .md\:first\:row-end-6:first-child {
    grid-row-end: 6;
  }

  .md\:first\:row-end-7:first-child {
    grid-row-end: 7;
  }

  .md\:first\:row-end-auto:first-child {
    grid-row-end: auto;
  }

  .md\:last\:row-end-1:last-child {
    grid-row-end: 1;
  }

  .md\:last\:row-end-2:last-child {
    grid-row-end: 2;
  }

  .md\:last\:row-end-3:last-child {
    grid-row-end: 3;
  }

  .md\:last\:row-end-4:last-child {
    grid-row-end: 4;
  }

  .md\:last\:row-end-5:last-child {
    grid-row-end: 5;
  }

  .md\:last\:row-end-6:last-child {
    grid-row-end: 6;
  }

  .md\:last\:row-end-7:last-child {
    grid-row-end: 7;
  }

  .md\:last\:row-end-auto:last-child {
    grid-row-end: auto;
  }

  .md\:hover\:row-end-1:hover {
    grid-row-end: 1;
  }

  .md\:hover\:row-end-2:hover {
    grid-row-end: 2;
  }

  .md\:hover\:row-end-3:hover {
    grid-row-end: 3;
  }

  .md\:hover\:row-end-4:hover {
    grid-row-end: 4;
  }

  .md\:hover\:row-end-5:hover {
    grid-row-end: 5;
  }

  .md\:hover\:row-end-6:hover {
    grid-row-end: 6;
  }

  .md\:hover\:row-end-7:hover {
    grid-row-end: 7;
  }

  .md\:hover\:row-end-auto:hover {
    grid-row-end: auto;
  }

  .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;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .md\:transform-none {
    transform: none;
  }

  .md\:even\:transform:nth-child(even) {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .md\:even\:transform-none:nth-child(even) {
    transform: none;
  }

  .md\:odd\:transform:nth-child(odd) {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .md\:odd\:transform-none:nth-child(odd) {
    transform: none;
  }

  .md\:children\:transform > * {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .md\:children\:transform-none > * {
    transform: none;
  }

  .md\:first\:transform:first-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .md\:first\:transform-none:first-child {
    transform: none;
  }

  .md\:last\:transform:last-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .md\:last\:transform-none:last-child {
    transform: none;
  }

  .md\:hover\:transform:hover {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .md\:hover\:transform-none:hover {
    transform: none;
  }

  .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;
    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\! {
    transform: none !important;
  }

  .md\:origin-center {
    transform-origin: center;
  }

  .md\:origin-top {
    transform-origin: top;
  }

  .md\:origin-top-right {
    transform-origin: top right;
  }

  .md\:origin-right {
    transform-origin: right;
  }

  .md\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .md\:origin-bottom {
    transform-origin: bottom;
  }

  .md\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .md\:origin-left {
    transform-origin: left;
  }

  .md\:origin-top-left {
    transform-origin: top left;
  }

  .md\:even\:origin-center:nth-child(even) {
    transform-origin: center;
  }

  .md\:even\:origin-top:nth-child(even) {
    transform-origin: top;
  }

  .md\:even\:origin-top-right:nth-child(even) {
    transform-origin: top right;
  }

  .md\:even\:origin-right:nth-child(even) {
    transform-origin: right;
  }

  .md\:even\:origin-bottom-right:nth-child(even) {
    transform-origin: bottom right;
  }

  .md\:even\:origin-bottom:nth-child(even) {
    transform-origin: bottom;
  }

  .md\:even\:origin-bottom-left:nth-child(even) {
    transform-origin: bottom left;
  }

  .md\:even\:origin-left:nth-child(even) {
    transform-origin: left;
  }

  .md\:even\:origin-top-left:nth-child(even) {
    transform-origin: top left;
  }

  .md\:odd\:origin-center:nth-child(odd) {
    transform-origin: center;
  }

  .md\:odd\:origin-top:nth-child(odd) {
    transform-origin: top;
  }

  .md\:odd\:origin-top-right:nth-child(odd) {
    transform-origin: top right;
  }

  .md\:odd\:origin-right:nth-child(odd) {
    transform-origin: right;
  }

  .md\:odd\:origin-bottom-right:nth-child(odd) {
    transform-origin: bottom right;
  }

  .md\:odd\:origin-bottom:nth-child(odd) {
    transform-origin: bottom;
  }

  .md\:odd\:origin-bottom-left:nth-child(odd) {
    transform-origin: bottom left;
  }

  .md\:odd\:origin-left:nth-child(odd) {
    transform-origin: left;
  }

  .md\:odd\:origin-top-left:nth-child(odd) {
    transform-origin: top left;
  }

  .md\:children\:origin-center > * {
    transform-origin: center;
  }

  .md\:children\:origin-top > * {
    transform-origin: top;
  }

  .md\:children\:origin-top-right > * {
    transform-origin: top right;
  }

  .md\:children\:origin-right > * {
    transform-origin: right;
  }

  .md\:children\:origin-bottom-right > * {
    transform-origin: bottom right;
  }

  .md\:children\:origin-bottom > * {
    transform-origin: bottom;
  }

  .md\:children\:origin-bottom-left > * {
    transform-origin: bottom left;
  }

  .md\:children\:origin-left > * {
    transform-origin: left;
  }

  .md\:children\:origin-top-left > * {
    transform-origin: top left;
  }

  .md\:first\:origin-center:first-child {
    transform-origin: center;
  }

  .md\:first\:origin-top:first-child {
    transform-origin: top;
  }

  .md\:first\:origin-top-right:first-child {
    transform-origin: top right;
  }

  .md\:first\:origin-right:first-child {
    transform-origin: right;
  }

  .md\:first\:origin-bottom-right:first-child {
    transform-origin: bottom right;
  }

  .md\:first\:origin-bottom:first-child {
    transform-origin: bottom;
  }

  .md\:first\:origin-bottom-left:first-child {
    transform-origin: bottom left;
  }

  .md\:first\:origin-left:first-child {
    transform-origin: left;
  }

  .md\:first\:origin-top-left:first-child {
    transform-origin: top left;
  }

  .md\:last\:origin-center:last-child {
    transform-origin: center;
  }

  .md\:last\:origin-top:last-child {
    transform-origin: top;
  }

  .md\:last\:origin-top-right:last-child {
    transform-origin: top right;
  }

  .md\:last\:origin-right:last-child {
    transform-origin: right;
  }

  .md\:last\:origin-bottom-right:last-child {
    transform-origin: bottom right;
  }

  .md\:last\:origin-bottom:last-child {
    transform-origin: bottom;
  }

  .md\:last\:origin-bottom-left:last-child {
    transform-origin: bottom left;
  }

  .md\:last\:origin-left:last-child {
    transform-origin: left;
  }

  .md\:last\:origin-top-left:last-child {
    transform-origin: top left;
  }

  .md\:hover\:origin-center:hover {
    transform-origin: center;
  }

  .md\:hover\:origin-top:hover {
    transform-origin: top;
  }

  .md\:hover\:origin-top-right:hover {
    transform-origin: top right;
  }

  .md\:hover\:origin-right:hover {
    transform-origin: right;
  }

  .md\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right;
  }

  .md\:hover\:origin-bottom:hover {
    transform-origin: bottom;
  }

  .md\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left;
  }

  .md\:hover\:origin-left:hover {
    transform-origin: left;
  }

  .md\:hover\:origin-top-left:hover {
    transform-origin: top left;
  }

  .md\:origin-center\! {
    transform-origin: center !important;
  }

  .md\:origin-top\! {
    transform-origin: top !important;
  }

  .md\:origin-top-right\! {
    transform-origin: top right !important;
  }

  .md\:origin-right\! {
    transform-origin: right !important;
  }

  .md\:origin-bottom-right\! {
    transform-origin: bottom right !important;
  }

  .md\:origin-bottom\! {
    transform-origin: bottom !important;
  }

  .md\:origin-bottom-left\! {
    transform-origin: bottom left !important;
  }

  .md\:origin-left\! {
    transform-origin: left !important;
  }

  .md\:origin-top-left\! {
    transform-origin: top left !important;
  }

  .md\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .md\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .md\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .md\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .md\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .md\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .md\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .md\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .md\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .md\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .md\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .md\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .md\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .md\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .md\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .md\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .md\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .md\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .md\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .md\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .md\:even\:scale-0:nth-child(even) {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:even\:scale-50:nth-child(even) {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:even\:scale-75:nth-child(even) {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:even\:scale-90:nth-child(even) {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:even\:scale-95:nth-child(even) {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:even\:scale-100:nth-child(even) {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:even\:scale-105:nth-child(even) {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:even\:scale-110:nth-child(even) {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:even\:scale-125:nth-child(even) {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:even\:scale-150:nth-child(even) {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:even\:scale-x-0:nth-child(even) {
    --transform-scale-x: 0;
  }

  .md\:even\:scale-x-50:nth-child(even) {
    --transform-scale-x: .5;
  }

  .md\:even\:scale-x-75:nth-child(even) {
    --transform-scale-x: .75;
  }

  .md\:even\:scale-x-90:nth-child(even) {
    --transform-scale-x: .9;
  }

  .md\:even\:scale-x-95:nth-child(even) {
    --transform-scale-x: .95;
  }

  .md\:even\:scale-x-100:nth-child(even) {
    --transform-scale-x: 1;
  }

  .md\:even\:scale-x-105:nth-child(even) {
    --transform-scale-x: 1.05;
  }

  .md\:even\:scale-x-110:nth-child(even) {
    --transform-scale-x: 1.1;
  }

  .md\:even\:scale-x-125:nth-child(even) {
    --transform-scale-x: 1.25;
  }

  .md\:even\:scale-x-150:nth-child(even) {
    --transform-scale-x: 1.5;
  }

  .md\:even\:scale-y-0:nth-child(even) {
    --transform-scale-y: 0;
  }

  .md\:even\:scale-y-50:nth-child(even) {
    --transform-scale-y: .5;
  }

  .md\:even\:scale-y-75:nth-child(even) {
    --transform-scale-y: .75;
  }

  .md\:even\:scale-y-90:nth-child(even) {
    --transform-scale-y: .9;
  }

  .md\:even\:scale-y-95:nth-child(even) {
    --transform-scale-y: .95;
  }

  .md\:even\:scale-y-100:nth-child(even) {
    --transform-scale-y: 1;
  }

  .md\:even\:scale-y-105:nth-child(even) {
    --transform-scale-y: 1.05;
  }

  .md\:even\:scale-y-110:nth-child(even) {
    --transform-scale-y: 1.1;
  }

  .md\:even\:scale-y-125:nth-child(even) {
    --transform-scale-y: 1.25;
  }

  .md\:even\:scale-y-150:nth-child(even) {
    --transform-scale-y: 1.5;
  }

  .md\:odd\:scale-0:nth-child(odd) {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:odd\:scale-50:nth-child(odd) {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:odd\:scale-75:nth-child(odd) {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:odd\:scale-90:nth-child(odd) {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:odd\:scale-95:nth-child(odd) {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:odd\:scale-100:nth-child(odd) {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:odd\:scale-105:nth-child(odd) {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:odd\:scale-110:nth-child(odd) {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:odd\:scale-125:nth-child(odd) {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:odd\:scale-150:nth-child(odd) {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:odd\:scale-x-0:nth-child(odd) {
    --transform-scale-x: 0;
  }

  .md\:odd\:scale-x-50:nth-child(odd) {
    --transform-scale-x: .5;
  }

  .md\:odd\:scale-x-75:nth-child(odd) {
    --transform-scale-x: .75;
  }

  .md\:odd\:scale-x-90:nth-child(odd) {
    --transform-scale-x: .9;
  }

  .md\:odd\:scale-x-95:nth-child(odd) {
    --transform-scale-x: .95;
  }

  .md\:odd\:scale-x-100:nth-child(odd) {
    --transform-scale-x: 1;
  }

  .md\:odd\:scale-x-105:nth-child(odd) {
    --transform-scale-x: 1.05;
  }

  .md\:odd\:scale-x-110:nth-child(odd) {
    --transform-scale-x: 1.1;
  }

  .md\:odd\:scale-x-125:nth-child(odd) {
    --transform-scale-x: 1.25;
  }

  .md\:odd\:scale-x-150:nth-child(odd) {
    --transform-scale-x: 1.5;
  }

  .md\:odd\:scale-y-0:nth-child(odd) {
    --transform-scale-y: 0;
  }

  .md\:odd\:scale-y-50:nth-child(odd) {
    --transform-scale-y: .5;
  }

  .md\:odd\:scale-y-75:nth-child(odd) {
    --transform-scale-y: .75;
  }

  .md\:odd\:scale-y-90:nth-child(odd) {
    --transform-scale-y: .9;
  }

  .md\:odd\:scale-y-95:nth-child(odd) {
    --transform-scale-y: .95;
  }

  .md\:odd\:scale-y-100:nth-child(odd) {
    --transform-scale-y: 1;
  }

  .md\:odd\:scale-y-105:nth-child(odd) {
    --transform-scale-y: 1.05;
  }

  .md\:odd\:scale-y-110:nth-child(odd) {
    --transform-scale-y: 1.1;
  }

  .md\:odd\:scale-y-125:nth-child(odd) {
    --transform-scale-y: 1.25;
  }

  .md\:odd\:scale-y-150:nth-child(odd) {
    --transform-scale-y: 1.5;
  }

  .md\:children\:scale-0 > * {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:children\:scale-50 > * {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:children\:scale-75 > * {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:children\:scale-90 > * {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:children\:scale-95 > * {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:children\:scale-100 > * {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:children\:scale-105 > * {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:children\:scale-110 > * {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:children\:scale-125 > * {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:children\:scale-150 > * {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:children\:scale-x-0 > * {
    --transform-scale-x: 0;
  }

  .md\:children\:scale-x-50 > * {
    --transform-scale-x: .5;
  }

  .md\:children\:scale-x-75 > * {
    --transform-scale-x: .75;
  }

  .md\:children\:scale-x-90 > * {
    --transform-scale-x: .9;
  }

  .md\:children\:scale-x-95 > * {
    --transform-scale-x: .95;
  }

  .md\:children\:scale-x-100 > * {
    --transform-scale-x: 1;
  }

  .md\:children\:scale-x-105 > * {
    --transform-scale-x: 1.05;
  }

  .md\:children\:scale-x-110 > * {
    --transform-scale-x: 1.1;
  }

  .md\:children\:scale-x-125 > * {
    --transform-scale-x: 1.25;
  }

  .md\:children\:scale-x-150 > * {
    --transform-scale-x: 1.5;
  }

  .md\:children\:scale-y-0 > * {
    --transform-scale-y: 0;
  }

  .md\:children\:scale-y-50 > * {
    --transform-scale-y: .5;
  }

  .md\:children\:scale-y-75 > * {
    --transform-scale-y: .75;
  }

  .md\:children\:scale-y-90 > * {
    --transform-scale-y: .9;
  }

  .md\:children\:scale-y-95 > * {
    --transform-scale-y: .95;
  }

  .md\:children\:scale-y-100 > * {
    --transform-scale-y: 1;
  }

  .md\:children\:scale-y-105 > * {
    --transform-scale-y: 1.05;
  }

  .md\:children\:scale-y-110 > * {
    --transform-scale-y: 1.1;
  }

  .md\:children\:scale-y-125 > * {
    --transform-scale-y: 1.25;
  }

  .md\:children\:scale-y-150 > * {
    --transform-scale-y: 1.5;
  }

  .md\:first\:scale-0:first-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:first\:scale-50:first-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:first\:scale-75:first-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:first\:scale-90:first-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:first\:scale-95:first-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:first\:scale-100:first-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:first\:scale-105:first-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:first\:scale-110:first-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:first\:scale-125:first-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:first\:scale-150:first-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:first\:scale-x-0:first-child {
    --transform-scale-x: 0;
  }

  .md\:first\:scale-x-50:first-child {
    --transform-scale-x: .5;
  }

  .md\:first\:scale-x-75:first-child {
    --transform-scale-x: .75;
  }

  .md\:first\:scale-x-90:first-child {
    --transform-scale-x: .9;
  }

  .md\:first\:scale-x-95:first-child {
    --transform-scale-x: .95;
  }

  .md\:first\:scale-x-100:first-child {
    --transform-scale-x: 1;
  }

  .md\:first\:scale-x-105:first-child {
    --transform-scale-x: 1.05;
  }

  .md\:first\:scale-x-110:first-child {
    --transform-scale-x: 1.1;
  }

  .md\:first\:scale-x-125:first-child {
    --transform-scale-x: 1.25;
  }

  .md\:first\:scale-x-150:first-child {
    --transform-scale-x: 1.5;
  }

  .md\:first\:scale-y-0:first-child {
    --transform-scale-y: 0;
  }

  .md\:first\:scale-y-50:first-child {
    --transform-scale-y: .5;
  }

  .md\:first\:scale-y-75:first-child {
    --transform-scale-y: .75;
  }

  .md\:first\:scale-y-90:first-child {
    --transform-scale-y: .9;
  }

  .md\:first\:scale-y-95:first-child {
    --transform-scale-y: .95;
  }

  .md\:first\:scale-y-100:first-child {
    --transform-scale-y: 1;
  }

  .md\:first\:scale-y-105:first-child {
    --transform-scale-y: 1.05;
  }

  .md\:first\:scale-y-110:first-child {
    --transform-scale-y: 1.1;
  }

  .md\:first\:scale-y-125:first-child {
    --transform-scale-y: 1.25;
  }

  .md\:first\:scale-y-150:first-child {
    --transform-scale-y: 1.5;
  }

  .md\:last\:scale-0:last-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:last\:scale-50:last-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:last\:scale-75:last-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:last\:scale-90:last-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:last\:scale-95:last-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:last\:scale-100:last-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:last\:scale-105:last-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:last\:scale-110:last-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:last\:scale-125:last-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:last\:scale-150:last-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:last\:scale-x-0:last-child {
    --transform-scale-x: 0;
  }

  .md\:last\:scale-x-50:last-child {
    --transform-scale-x: .5;
  }

  .md\:last\:scale-x-75:last-child {
    --transform-scale-x: .75;
  }

  .md\:last\:scale-x-90:last-child {
    --transform-scale-x: .9;
  }

  .md\:last\:scale-x-95:last-child {
    --transform-scale-x: .95;
  }

  .md\:last\:scale-x-100:last-child {
    --transform-scale-x: 1;
  }

  .md\:last\:scale-x-105:last-child {
    --transform-scale-x: 1.05;
  }

  .md\:last\:scale-x-110:last-child {
    --transform-scale-x: 1.1;
  }

  .md\:last\:scale-x-125:last-child {
    --transform-scale-x: 1.25;
  }

  .md\:last\:scale-x-150:last-child {
    --transform-scale-x: 1.5;
  }

  .md\:last\:scale-y-0:last-child {
    --transform-scale-y: 0;
  }

  .md\:last\:scale-y-50:last-child {
    --transform-scale-y: .5;
  }

  .md\:last\:scale-y-75:last-child {
    --transform-scale-y: .75;
  }

  .md\:last\:scale-y-90:last-child {
    --transform-scale-y: .9;
  }

  .md\:last\:scale-y-95:last-child {
    --transform-scale-y: .95;
  }

  .md\:last\:scale-y-100:last-child {
    --transform-scale-y: 1;
  }

  .md\:last\:scale-y-105:last-child {
    --transform-scale-y: 1.05;
  }

  .md\:last\:scale-y-110:last-child {
    --transform-scale-y: 1.1;
  }

  .md\:last\:scale-y-125:last-child {
    --transform-scale-y: 1.25;
  }

  .md\:last\:scale-y-150:last-child {
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .md\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .md\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .md\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .md\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .md\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .md\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .md\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .md\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .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\:rotate-0 {
    --transform-rotate: 0;
  }

  .md\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .md\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .md\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .md\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .md\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .md\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .md\:even\:rotate-0:nth-child(even) {
    --transform-rotate: 0;
  }

  .md\:even\:rotate-45:nth-child(even) {
    --transform-rotate: 45deg;
  }

  .md\:even\:rotate-90:nth-child(even) {
    --transform-rotate: 90deg;
  }

  .md\:even\:rotate-180:nth-child(even) {
    --transform-rotate: 180deg;
  }

  .md\:even\:-rotate-180:nth-child(even) {
    --transform-rotate: -180deg;
  }

  .md\:even\:-rotate-90:nth-child(even) {
    --transform-rotate: -90deg;
  }

  .md\:even\:-rotate-45:nth-child(even) {
    --transform-rotate: -45deg;
  }

  .md\:odd\:rotate-0:nth-child(odd) {
    --transform-rotate: 0;
  }

  .md\:odd\:rotate-45:nth-child(odd) {
    --transform-rotate: 45deg;
  }

  .md\:odd\:rotate-90:nth-child(odd) {
    --transform-rotate: 90deg;
  }

  .md\:odd\:rotate-180:nth-child(odd) {
    --transform-rotate: 180deg;
  }

  .md\:odd\:-rotate-180:nth-child(odd) {
    --transform-rotate: -180deg;
  }

  .md\:odd\:-rotate-90:nth-child(odd) {
    --transform-rotate: -90deg;
  }

  .md\:odd\:-rotate-45:nth-child(odd) {
    --transform-rotate: -45deg;
  }

  .md\:children\:rotate-0 > * {
    --transform-rotate: 0;
  }

  .md\:children\:rotate-45 > * {
    --transform-rotate: 45deg;
  }

  .md\:children\:rotate-90 > * {
    --transform-rotate: 90deg;
  }

  .md\:children\:rotate-180 > * {
    --transform-rotate: 180deg;
  }

  .md\:children\:-rotate-180 > * {
    --transform-rotate: -180deg;
  }

  .md\:children\:-rotate-90 > * {
    --transform-rotate: -90deg;
  }

  .md\:children\:-rotate-45 > * {
    --transform-rotate: -45deg;
  }

  .md\:first\:rotate-0:first-child {
    --transform-rotate: 0;
  }

  .md\:first\:rotate-45:first-child {
    --transform-rotate: 45deg;
  }

  .md\:first\:rotate-90:first-child {
    --transform-rotate: 90deg;
  }

  .md\:first\:rotate-180:first-child {
    --transform-rotate: 180deg;
  }

  .md\:first\:-rotate-180:first-child {
    --transform-rotate: -180deg;
  }

  .md\:first\:-rotate-90:first-child {
    --transform-rotate: -90deg;
  }

  .md\:first\:-rotate-45:first-child {
    --transform-rotate: -45deg;
  }

  .md\:last\:rotate-0:last-child {
    --transform-rotate: 0;
  }

  .md\:last\:rotate-45:last-child {
    --transform-rotate: 45deg;
  }

  .md\:last\:rotate-90:last-child {
    --transform-rotate: 90deg;
  }

  .md\:last\:rotate-180:last-child {
    --transform-rotate: 180deg;
  }

  .md\:last\:-rotate-180:last-child {
    --transform-rotate: -180deg;
  }

  .md\:last\:-rotate-90:last-child {
    --transform-rotate: -90deg;
  }

  .md\:last\:-rotate-45:last-child {
    --transform-rotate: -45deg;
  }

  .md\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .md\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .md\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .md\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .md\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .md\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .md\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .md\:rotate-0\! {
    --transform-rotate: 0 !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\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .md\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .md\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .md\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .md\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .md\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .md\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .md\:translate-x-7 {
    --transform-translate-x: 1.75rem;
  }

  .md\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .md\:translate-x-9 {
    --transform-translate-x: 2.25rem;
  }

  .md\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .md\:translate-x-11 {
    --transform-translate-x: 2.75rem;
  }

  .md\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .md\:translate-x-13 {
    --transform-translate-x: 3.25rem;
  }

  .md\:translate-x-14 {
    --transform-translate-x: 3.5rem;
  }

  .md\:translate-x-15 {
    --transform-translate-x: 3.75rem;
  }

  .md\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .md\:translate-x-17 {
    --transform-translate-x: 4.25rem;
  }

  .md\:translate-x-18 {
    --transform-translate-x: 4.5rem;
  }

  .md\:translate-x-19 {
    --transform-translate-x: 4.75rem;
  }

  .md\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .md\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .md\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .md\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .md\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .md\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .md\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .md\:translate-x-75 {
    --transform-translate-x: 18.75rem;
  }

  .md\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .md\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .md\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .md\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .md\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .md\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .md\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .md\:-translate-x-7 {
    --transform-translate-x: -1.75rem;
  }

  .md\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .md\:-translate-x-9 {
    --transform-translate-x: -2.25rem;
  }

  .md\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .md\:-translate-x-11 {
    --transform-translate-x: -2.75rem;
  }

  .md\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .md\:-translate-x-13 {
    --transform-translate-x: -3.25rem;
  }

  .md\:-translate-x-14 {
    --transform-translate-x: -3.5rem;
  }

  .md\:-translate-x-15 {
    --transform-translate-x: -3.75rem;
  }

  .md\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .md\:-translate-x-17 {
    --transform-translate-x: -4.25rem;
  }

  .md\:-translate-x-18 {
    --transform-translate-x: -4.5rem;
  }

  .md\:-translate-x-19 {
    --transform-translate-x: -4.75rem;
  }

  .md\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .md\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .md\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .md\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .md\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .md\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .md\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .md\:-translate-x-75 {
    --transform-translate-x: -18.75rem;
  }

  .md\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .md\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .md\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .md\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .md\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .md\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .md\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .md\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .md\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .md\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .md\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .md\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .md\:translate-y-7 {
    --transform-translate-y: 1.75rem;
  }

  .md\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .md\:translate-y-9 {
    --transform-translate-y: 2.25rem;
  }

  .md\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .md\:translate-y-11 {
    --transform-translate-y: 2.75rem;
  }

  .md\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .md\:translate-y-13 {
    --transform-translate-y: 3.25rem;
  }

  .md\:translate-y-14 {
    --transform-translate-y: 3.5rem;
  }

  .md\:translate-y-15 {
    --transform-translate-y: 3.75rem;
  }

  .md\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .md\:translate-y-17 {
    --transform-translate-y: 4.25rem;
  }

  .md\:translate-y-18 {
    --transform-translate-y: 4.5rem;
  }

  .md\:translate-y-19 {
    --transform-translate-y: 4.75rem;
  }

  .md\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .md\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .md\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .md\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .md\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .md\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .md\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .md\:translate-y-75 {
    --transform-translate-y: 18.75rem;
  }

  .md\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .md\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .md\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .md\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .md\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .md\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .md\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .md\:-translate-y-7 {
    --transform-translate-y: -1.75rem;
  }

  .md\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .md\:-translate-y-9 {
    --transform-translate-y: -2.25rem;
  }

  .md\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .md\:-translate-y-11 {
    --transform-translate-y: -2.75rem;
  }

  .md\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .md\:-translate-y-13 {
    --transform-translate-y: -3.25rem;
  }

  .md\:-translate-y-14 {
    --transform-translate-y: -3.5rem;
  }

  .md\:-translate-y-15 {
    --transform-translate-y: -3.75rem;
  }

  .md\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .md\:-translate-y-17 {
    --transform-translate-y: -4.25rem;
  }

  .md\:-translate-y-18 {
    --transform-translate-y: -4.5rem;
  }

  .md\:-translate-y-19 {
    --transform-translate-y: -4.75rem;
  }

  .md\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .md\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .md\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .md\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .md\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .md\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .md\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .md\:-translate-y-75 {
    --transform-translate-y: -18.75rem;
  }

  .md\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .md\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .md\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .md\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .md\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .md\:even\:translate-x-0:nth-child(even) {
    --transform-translate-x: 0;
  }

  .md\:even\:translate-x-1:nth-child(even) {
    --transform-translate-x: 0.25rem;
  }

  .md\:even\:translate-x-2:nth-child(even) {
    --transform-translate-x: 0.5rem;
  }

  .md\:even\:translate-x-3:nth-child(even) {
    --transform-translate-x: 0.75rem;
  }

  .md\:even\:translate-x-4:nth-child(even) {
    --transform-translate-x: 1rem;
  }

  .md\:even\:translate-x-5:nth-child(even) {
    --transform-translate-x: 1.25rem;
  }

  .md\:even\:translate-x-6:nth-child(even) {
    --transform-translate-x: 1.5rem;
  }

  .md\:even\:translate-x-7:nth-child(even) {
    --transform-translate-x: 1.75rem;
  }

  .md\:even\:translate-x-8:nth-child(even) {
    --transform-translate-x: 2rem;
  }

  .md\:even\:translate-x-9:nth-child(even) {
    --transform-translate-x: 2.25rem;
  }

  .md\:even\:translate-x-10:nth-child(even) {
    --transform-translate-x: 2.5rem;
  }

  .md\:even\:translate-x-11:nth-child(even) {
    --transform-translate-x: 2.75rem;
  }

  .md\:even\:translate-x-12:nth-child(even) {
    --transform-translate-x: 3rem;
  }

  .md\:even\:translate-x-13:nth-child(even) {
    --transform-translate-x: 3.25rem;
  }

  .md\:even\:translate-x-14:nth-child(even) {
    --transform-translate-x: 3.5rem;
  }

  .md\:even\:translate-x-15:nth-child(even) {
    --transform-translate-x: 3.75rem;
  }

  .md\:even\:translate-x-16:nth-child(even) {
    --transform-translate-x: 4rem;
  }

  .md\:even\:translate-x-17:nth-child(even) {
    --transform-translate-x: 4.25rem;
  }

  .md\:even\:translate-x-18:nth-child(even) {
    --transform-translate-x: 4.5rem;
  }

  .md\:even\:translate-x-19:nth-child(even) {
    --transform-translate-x: 4.75rem;
  }

  .md\:even\:translate-x-20:nth-child(even) {
    --transform-translate-x: 5rem;
  }

  .md\:even\:translate-x-24:nth-child(even) {
    --transform-translate-x: 6rem;
  }

  .md\:even\:translate-x-32:nth-child(even) {
    --transform-translate-x: 8rem;
  }

  .md\:even\:translate-x-40:nth-child(even) {
    --transform-translate-x: 10rem;
  }

  .md\:even\:translate-x-48:nth-child(even) {
    --transform-translate-x: 12rem;
  }

  .md\:even\:translate-x-56:nth-child(even) {
    --transform-translate-x: 14rem;
  }

  .md\:even\:translate-x-64:nth-child(even) {
    --transform-translate-x: 16rem;
  }

  .md\:even\:translate-x-75:nth-child(even) {
    --transform-translate-x: 18.75rem;
  }

  .md\:even\:translate-x-px:nth-child(even) {
    --transform-translate-x: 1px;
  }

  .md\:even\:-translate-x-1:nth-child(even) {
    --transform-translate-x: -0.25rem;
  }

  .md\:even\:-translate-x-2:nth-child(even) {
    --transform-translate-x: -0.5rem;
  }

  .md\:even\:-translate-x-3:nth-child(even) {
    --transform-translate-x: -0.75rem;
  }

  .md\:even\:-translate-x-4:nth-child(even) {
    --transform-translate-x: -1rem;
  }

  .md\:even\:-translate-x-5:nth-child(even) {
    --transform-translate-x: -1.25rem;
  }

  .md\:even\:-translate-x-6:nth-child(even) {
    --transform-translate-x: -1.5rem;
  }

  .md\:even\:-translate-x-7:nth-child(even) {
    --transform-translate-x: -1.75rem;
  }

  .md\:even\:-translate-x-8:nth-child(even) {
    --transform-translate-x: -2rem;
  }

  .md\:even\:-translate-x-9:nth-child(even) {
    --transform-translate-x: -2.25rem;
  }

  .md\:even\:-translate-x-10:nth-child(even) {
    --transform-translate-x: -2.5rem;
  }

  .md\:even\:-translate-x-11:nth-child(even) {
    --transform-translate-x: -2.75rem;
  }

  .md\:even\:-translate-x-12:nth-child(even) {
    --transform-translate-x: -3rem;
  }

  .md\:even\:-translate-x-13:nth-child(even) {
    --transform-translate-x: -3.25rem;
  }

  .md\:even\:-translate-x-14:nth-child(even) {
    --transform-translate-x: -3.5rem;
  }

  .md\:even\:-translate-x-15:nth-child(even) {
    --transform-translate-x: -3.75rem;
  }

  .md\:even\:-translate-x-16:nth-child(even) {
    --transform-translate-x: -4rem;
  }

  .md\:even\:-translate-x-17:nth-child(even) {
    --transform-translate-x: -4.25rem;
  }

  .md\:even\:-translate-x-18:nth-child(even) {
    --transform-translate-x: -4.5rem;
  }

  .md\:even\:-translate-x-19:nth-child(even) {
    --transform-translate-x: -4.75rem;
  }

  .md\:even\:-translate-x-20:nth-child(even) {
    --transform-translate-x: -5rem;
  }

  .md\:even\:-translate-x-24:nth-child(even) {
    --transform-translate-x: -6rem;
  }

  .md\:even\:-translate-x-32:nth-child(even) {
    --transform-translate-x: -8rem;
  }

  .md\:even\:-translate-x-40:nth-child(even) {
    --transform-translate-x: -10rem;
  }

  .md\:even\:-translate-x-48:nth-child(even) {
    --transform-translate-x: -12rem;
  }

  .md\:even\:-translate-x-56:nth-child(even) {
    --transform-translate-x: -14rem;
  }

  .md\:even\:-translate-x-64:nth-child(even) {
    --transform-translate-x: -16rem;
  }

  .md\:even\:-translate-x-75:nth-child(even) {
    --transform-translate-x: -18.75rem;
  }

  .md\:even\:-translate-x-px:nth-child(even) {
    --transform-translate-x: -1px;
  }

  .md\:even\:-translate-x-full:nth-child(even) {
    --transform-translate-x: -100%;
  }

  .md\:even\:-translate-x-1\/2:nth-child(even) {
    --transform-translate-x: -50%;
  }

  .md\:even\:translate-x-1\/2:nth-child(even) {
    --transform-translate-x: 50%;
  }

  .md\:even\:translate-x-full:nth-child(even) {
    --transform-translate-x: 100%;
  }

  .md\:even\:translate-y-0:nth-child(even) {
    --transform-translate-y: 0;
  }

  .md\:even\:translate-y-1:nth-child(even) {
    --transform-translate-y: 0.25rem;
  }

  .md\:even\:translate-y-2:nth-child(even) {
    --transform-translate-y: 0.5rem;
  }

  .md\:even\:translate-y-3:nth-child(even) {
    --transform-translate-y: 0.75rem;
  }

  .md\:even\:translate-y-4:nth-child(even) {
    --transform-translate-y: 1rem;
  }

  .md\:even\:translate-y-5:nth-child(even) {
    --transform-translate-y: 1.25rem;
  }

  .md\:even\:translate-y-6:nth-child(even) {
    --transform-translate-y: 1.5rem;
  }

  .md\:even\:translate-y-7:nth-child(even) {
    --transform-translate-y: 1.75rem;
  }

  .md\:even\:translate-y-8:nth-child(even) {
    --transform-translate-y: 2rem;
  }

  .md\:even\:translate-y-9:nth-child(even) {
    --transform-translate-y: 2.25rem;
  }

  .md\:even\:translate-y-10:nth-child(even) {
    --transform-translate-y: 2.5rem;
  }

  .md\:even\:translate-y-11:nth-child(even) {
    --transform-translate-y: 2.75rem;
  }

  .md\:even\:translate-y-12:nth-child(even) {
    --transform-translate-y: 3rem;
  }

  .md\:even\:translate-y-13:nth-child(even) {
    --transform-translate-y: 3.25rem;
  }

  .md\:even\:translate-y-14:nth-child(even) {
    --transform-translate-y: 3.5rem;
  }

  .md\:even\:translate-y-15:nth-child(even) {
    --transform-translate-y: 3.75rem;
  }

  .md\:even\:translate-y-16:nth-child(even) {
    --transform-translate-y: 4rem;
  }

  .md\:even\:translate-y-17:nth-child(even) {
    --transform-translate-y: 4.25rem;
  }

  .md\:even\:translate-y-18:nth-child(even) {
    --transform-translate-y: 4.5rem;
  }

  .md\:even\:translate-y-19:nth-child(even) {
    --transform-translate-y: 4.75rem;
  }

  .md\:even\:translate-y-20:nth-child(even) {
    --transform-translate-y: 5rem;
  }

  .md\:even\:translate-y-24:nth-child(even) {
    --transform-translate-y: 6rem;
  }

  .md\:even\:translate-y-32:nth-child(even) {
    --transform-translate-y: 8rem;
  }

  .md\:even\:translate-y-40:nth-child(even) {
    --transform-translate-y: 10rem;
  }

  .md\:even\:translate-y-48:nth-child(even) {
    --transform-translate-y: 12rem;
  }

  .md\:even\:translate-y-56:nth-child(even) {
    --transform-translate-y: 14rem;
  }

  .md\:even\:translate-y-64:nth-child(even) {
    --transform-translate-y: 16rem;
  }

  .md\:even\:translate-y-75:nth-child(even) {
    --transform-translate-y: 18.75rem;
  }

  .md\:even\:translate-y-px:nth-child(even) {
    --transform-translate-y: 1px;
  }

  .md\:even\:-translate-y-1:nth-child(even) {
    --transform-translate-y: -0.25rem;
  }

  .md\:even\:-translate-y-2:nth-child(even) {
    --transform-translate-y: -0.5rem;
  }

  .md\:even\:-translate-y-3:nth-child(even) {
    --transform-translate-y: -0.75rem;
  }

  .md\:even\:-translate-y-4:nth-child(even) {
    --transform-translate-y: -1rem;
  }

  .md\:even\:-translate-y-5:nth-child(even) {
    --transform-translate-y: -1.25rem;
  }

  .md\:even\:-translate-y-6:nth-child(even) {
    --transform-translate-y: -1.5rem;
  }

  .md\:even\:-translate-y-7:nth-child(even) {
    --transform-translate-y: -1.75rem;
  }

  .md\:even\:-translate-y-8:nth-child(even) {
    --transform-translate-y: -2rem;
  }

  .md\:even\:-translate-y-9:nth-child(even) {
    --transform-translate-y: -2.25rem;
  }

  .md\:even\:-translate-y-10:nth-child(even) {
    --transform-translate-y: -2.5rem;
  }

  .md\:even\:-translate-y-11:nth-child(even) {
    --transform-translate-y: -2.75rem;
  }

  .md\:even\:-translate-y-12:nth-child(even) {
    --transform-translate-y: -3rem;
  }

  .md\:even\:-translate-y-13:nth-child(even) {
    --transform-translate-y: -3.25rem;
  }

  .md\:even\:-translate-y-14:nth-child(even) {
    --transform-translate-y: -3.5rem;
  }

  .md\:even\:-translate-y-15:nth-child(even) {
    --transform-translate-y: -3.75rem;
  }

  .md\:even\:-translate-y-16:nth-child(even) {
    --transform-translate-y: -4rem;
  }

  .md\:even\:-translate-y-17:nth-child(even) {
    --transform-translate-y: -4.25rem;
  }

  .md\:even\:-translate-y-18:nth-child(even) {
    --transform-translate-y: -4.5rem;
  }

  .md\:even\:-translate-y-19:nth-child(even) {
    --transform-translate-y: -4.75rem;
  }

  .md\:even\:-translate-y-20:nth-child(even) {
    --transform-translate-y: -5rem;
  }

  .md\:even\:-translate-y-24:nth-child(even) {
    --transform-translate-y: -6rem;
  }

  .md\:even\:-translate-y-32:nth-child(even) {
    --transform-translate-y: -8rem;
  }

  .md\:even\:-translate-y-40:nth-child(even) {
    --transform-translate-y: -10rem;
  }

  .md\:even\:-translate-y-48:nth-child(even) {
    --transform-translate-y: -12rem;
  }

  .md\:even\:-translate-y-56:nth-child(even) {
    --transform-translate-y: -14rem;
  }

  .md\:even\:-translate-y-64:nth-child(even) {
    --transform-translate-y: -16rem;
  }

  .md\:even\:-translate-y-75:nth-child(even) {
    --transform-translate-y: -18.75rem;
  }

  .md\:even\:-translate-y-px:nth-child(even) {
    --transform-translate-y: -1px;
  }

  .md\:even\:-translate-y-full:nth-child(even) {
    --transform-translate-y: -100%;
  }

  .md\:even\:-translate-y-1\/2:nth-child(even) {
    --transform-translate-y: -50%;
  }

  .md\:even\:translate-y-1\/2:nth-child(even) {
    --transform-translate-y: 50%;
  }

  .md\:even\:translate-y-full:nth-child(even) {
    --transform-translate-y: 100%;
  }

  .md\:odd\:translate-x-0:nth-child(odd) {
    --transform-translate-x: 0;
  }

  .md\:odd\:translate-x-1:nth-child(odd) {
    --transform-translate-x: 0.25rem;
  }

  .md\:odd\:translate-x-2:nth-child(odd) {
    --transform-translate-x: 0.5rem;
  }

  .md\:odd\:translate-x-3:nth-child(odd) {
    --transform-translate-x: 0.75rem;
  }

  .md\:odd\:translate-x-4:nth-child(odd) {
    --transform-translate-x: 1rem;
  }

  .md\:odd\:translate-x-5:nth-child(odd) {
    --transform-translate-x: 1.25rem;
  }

  .md\:odd\:translate-x-6:nth-child(odd) {
    --transform-translate-x: 1.5rem;
  }

  .md\:odd\:translate-x-7:nth-child(odd) {
    --transform-translate-x: 1.75rem;
  }

  .md\:odd\:translate-x-8:nth-child(odd) {
    --transform-translate-x: 2rem;
  }

  .md\:odd\:translate-x-9:nth-child(odd) {
    --transform-translate-x: 2.25rem;
  }

  .md\:odd\:translate-x-10:nth-child(odd) {
    --transform-translate-x: 2.5rem;
  }

  .md\:odd\:translate-x-11:nth-child(odd) {
    --transform-translate-x: 2.75rem;
  }

  .md\:odd\:translate-x-12:nth-child(odd) {
    --transform-translate-x: 3rem;
  }

  .md\:odd\:translate-x-13:nth-child(odd) {
    --transform-translate-x: 3.25rem;
  }

  .md\:odd\:translate-x-14:nth-child(odd) {
    --transform-translate-x: 3.5rem;
  }

  .md\:odd\:translate-x-15:nth-child(odd) {
    --transform-translate-x: 3.75rem;
  }

  .md\:odd\:translate-x-16:nth-child(odd) {
    --transform-translate-x: 4rem;
  }

  .md\:odd\:translate-x-17:nth-child(odd) {
    --transform-translate-x: 4.25rem;
  }

  .md\:odd\:translate-x-18:nth-child(odd) {
    --transform-translate-x: 4.5rem;
  }

  .md\:odd\:translate-x-19:nth-child(odd) {
    --transform-translate-x: 4.75rem;
  }

  .md\:odd\:translate-x-20:nth-child(odd) {
    --transform-translate-x: 5rem;
  }

  .md\:odd\:translate-x-24:nth-child(odd) {
    --transform-translate-x: 6rem;
  }

  .md\:odd\:translate-x-32:nth-child(odd) {
    --transform-translate-x: 8rem;
  }

  .md\:odd\:translate-x-40:nth-child(odd) {
    --transform-translate-x: 10rem;
  }

  .md\:odd\:translate-x-48:nth-child(odd) {
    --transform-translate-x: 12rem;
  }

  .md\:odd\:translate-x-56:nth-child(odd) {
    --transform-translate-x: 14rem;
  }

  .md\:odd\:translate-x-64:nth-child(odd) {
    --transform-translate-x: 16rem;
  }

  .md\:odd\:translate-x-75:nth-child(odd) {
    --transform-translate-x: 18.75rem;
  }

  .md\:odd\:translate-x-px:nth-child(odd) {
    --transform-translate-x: 1px;
  }

  .md\:odd\:-translate-x-1:nth-child(odd) {
    --transform-translate-x: -0.25rem;
  }

  .md\:odd\:-translate-x-2:nth-child(odd) {
    --transform-translate-x: -0.5rem;
  }

  .md\:odd\:-translate-x-3:nth-child(odd) {
    --transform-translate-x: -0.75rem;
  }

  .md\:odd\:-translate-x-4:nth-child(odd) {
    --transform-translate-x: -1rem;
  }

  .md\:odd\:-translate-x-5:nth-child(odd) {
    --transform-translate-x: -1.25rem;
  }

  .md\:odd\:-translate-x-6:nth-child(odd) {
    --transform-translate-x: -1.5rem;
  }

  .md\:odd\:-translate-x-7:nth-child(odd) {
    --transform-translate-x: -1.75rem;
  }

  .md\:odd\:-translate-x-8:nth-child(odd) {
    --transform-translate-x: -2rem;
  }

  .md\:odd\:-translate-x-9:nth-child(odd) {
    --transform-translate-x: -2.25rem;
  }

  .md\:odd\:-translate-x-10:nth-child(odd) {
    --transform-translate-x: -2.5rem;
  }

  .md\:odd\:-translate-x-11:nth-child(odd) {
    --transform-translate-x: -2.75rem;
  }

  .md\:odd\:-translate-x-12:nth-child(odd) {
    --transform-translate-x: -3rem;
  }

  .md\:odd\:-translate-x-13:nth-child(odd) {
    --transform-translate-x: -3.25rem;
  }

  .md\:odd\:-translate-x-14:nth-child(odd) {
    --transform-translate-x: -3.5rem;
  }

  .md\:odd\:-translate-x-15:nth-child(odd) {
    --transform-translate-x: -3.75rem;
  }

  .md\:odd\:-translate-x-16:nth-child(odd) {
    --transform-translate-x: -4rem;
  }

  .md\:odd\:-translate-x-17:nth-child(odd) {
    --transform-translate-x: -4.25rem;
  }

  .md\:odd\:-translate-x-18:nth-child(odd) {
    --transform-translate-x: -4.5rem;
  }

  .md\:odd\:-translate-x-19:nth-child(odd) {
    --transform-translate-x: -4.75rem;
  }

  .md\:odd\:-translate-x-20:nth-child(odd) {
    --transform-translate-x: -5rem;
  }

  .md\:odd\:-translate-x-24:nth-child(odd) {
    --transform-translate-x: -6rem;
  }

  .md\:odd\:-translate-x-32:nth-child(odd) {
    --transform-translate-x: -8rem;
  }

  .md\:odd\:-translate-x-40:nth-child(odd) {
    --transform-translate-x: -10rem;
  }

  .md\:odd\:-translate-x-48:nth-child(odd) {
    --transform-translate-x: -12rem;
  }

  .md\:odd\:-translate-x-56:nth-child(odd) {
    --transform-translate-x: -14rem;
  }

  .md\:odd\:-translate-x-64:nth-child(odd) {
    --transform-translate-x: -16rem;
  }

  .md\:odd\:-translate-x-75:nth-child(odd) {
    --transform-translate-x: -18.75rem;
  }

  .md\:odd\:-translate-x-px:nth-child(odd) {
    --transform-translate-x: -1px;
  }

  .md\:odd\:-translate-x-full:nth-child(odd) {
    --transform-translate-x: -100%;
  }

  .md\:odd\:-translate-x-1\/2:nth-child(odd) {
    --transform-translate-x: -50%;
  }

  .md\:odd\:translate-x-1\/2:nth-child(odd) {
    --transform-translate-x: 50%;
  }

  .md\:odd\:translate-x-full:nth-child(odd) {
    --transform-translate-x: 100%;
  }

  .md\:odd\:translate-y-0:nth-child(odd) {
    --transform-translate-y: 0;
  }

  .md\:odd\:translate-y-1:nth-child(odd) {
    --transform-translate-y: 0.25rem;
  }

  .md\:odd\:translate-y-2:nth-child(odd) {
    --transform-translate-y: 0.5rem;
  }

  .md\:odd\:translate-y-3:nth-child(odd) {
    --transform-translate-y: 0.75rem;
  }

  .md\:odd\:translate-y-4:nth-child(odd) {
    --transform-translate-y: 1rem;
  }

  .md\:odd\:translate-y-5:nth-child(odd) {
    --transform-translate-y: 1.25rem;
  }

  .md\:odd\:translate-y-6:nth-child(odd) {
    --transform-translate-y: 1.5rem;
  }

  .md\:odd\:translate-y-7:nth-child(odd) {
    --transform-translate-y: 1.75rem;
  }

  .md\:odd\:translate-y-8:nth-child(odd) {
    --transform-translate-y: 2rem;
  }

  .md\:odd\:translate-y-9:nth-child(odd) {
    --transform-translate-y: 2.25rem;
  }

  .md\:odd\:translate-y-10:nth-child(odd) {
    --transform-translate-y: 2.5rem;
  }

  .md\:odd\:translate-y-11:nth-child(odd) {
    --transform-translate-y: 2.75rem;
  }

  .md\:odd\:translate-y-12:nth-child(odd) {
    --transform-translate-y: 3rem;
  }

  .md\:odd\:translate-y-13:nth-child(odd) {
    --transform-translate-y: 3.25rem;
  }

  .md\:odd\:translate-y-14:nth-child(odd) {
    --transform-translate-y: 3.5rem;
  }

  .md\:odd\:translate-y-15:nth-child(odd) {
    --transform-translate-y: 3.75rem;
  }

  .md\:odd\:translate-y-16:nth-child(odd) {
    --transform-translate-y: 4rem;
  }

  .md\:odd\:translate-y-17:nth-child(odd) {
    --transform-translate-y: 4.25rem;
  }

  .md\:odd\:translate-y-18:nth-child(odd) {
    --transform-translate-y: 4.5rem;
  }

  .md\:odd\:translate-y-19:nth-child(odd) {
    --transform-translate-y: 4.75rem;
  }

  .md\:odd\:translate-y-20:nth-child(odd) {
    --transform-translate-y: 5rem;
  }

  .md\:odd\:translate-y-24:nth-child(odd) {
    --transform-translate-y: 6rem;
  }

  .md\:odd\:translate-y-32:nth-child(odd) {
    --transform-translate-y: 8rem;
  }

  .md\:odd\:translate-y-40:nth-child(odd) {
    --transform-translate-y: 10rem;
  }

  .md\:odd\:translate-y-48:nth-child(odd) {
    --transform-translate-y: 12rem;
  }

  .md\:odd\:translate-y-56:nth-child(odd) {
    --transform-translate-y: 14rem;
  }

  .md\:odd\:translate-y-64:nth-child(odd) {
    --transform-translate-y: 16rem;
  }

  .md\:odd\:translate-y-75:nth-child(odd) {
    --transform-translate-y: 18.75rem;
  }

  .md\:odd\:translate-y-px:nth-child(odd) {
    --transform-translate-y: 1px;
  }

  .md\:odd\:-translate-y-1:nth-child(odd) {
    --transform-translate-y: -0.25rem;
  }

  .md\:odd\:-translate-y-2:nth-child(odd) {
    --transform-translate-y: -0.5rem;
  }

  .md\:odd\:-translate-y-3:nth-child(odd) {
    --transform-translate-y: -0.75rem;
  }

  .md\:odd\:-translate-y-4:nth-child(odd) {
    --transform-translate-y: -1rem;
  }

  .md\:odd\:-translate-y-5:nth-child(odd) {
    --transform-translate-y: -1.25rem;
  }

  .md\:odd\:-translate-y-6:nth-child(odd) {
    --transform-translate-y: -1.5rem;
  }

  .md\:odd\:-translate-y-7:nth-child(odd) {
    --transform-translate-y: -1.75rem;
  }

  .md\:odd\:-translate-y-8:nth-child(odd) {
    --transform-translate-y: -2rem;
  }

  .md\:odd\:-translate-y-9:nth-child(odd) {
    --transform-translate-y: -2.25rem;
  }

  .md\:odd\:-translate-y-10:nth-child(odd) {
    --transform-translate-y: -2.5rem;
  }

  .md\:odd\:-translate-y-11:nth-child(odd) {
    --transform-translate-y: -2.75rem;
  }

  .md\:odd\:-translate-y-12:nth-child(odd) {
    --transform-translate-y: -3rem;
  }

  .md\:odd\:-translate-y-13:nth-child(odd) {
    --transform-translate-y: -3.25rem;
  }

  .md\:odd\:-translate-y-14:nth-child(odd) {
    --transform-translate-y: -3.5rem;
  }

  .md\:odd\:-translate-y-15:nth-child(odd) {
    --transform-translate-y: -3.75rem;
  }

  .md\:odd\:-translate-y-16:nth-child(odd) {
    --transform-translate-y: -4rem;
  }

  .md\:odd\:-translate-y-17:nth-child(odd) {
    --transform-translate-y: -4.25rem;
  }

  .md\:odd\:-translate-y-18:nth-child(odd) {
    --transform-translate-y: -4.5rem;
  }

  .md\:odd\:-translate-y-19:nth-child(odd) {
    --transform-translate-y: -4.75rem;
  }

  .md\:odd\:-translate-y-20:nth-child(odd) {
    --transform-translate-y: -5rem;
  }

  .md\:odd\:-translate-y-24:nth-child(odd) {
    --transform-translate-y: -6rem;
  }

  .md\:odd\:-translate-y-32:nth-child(odd) {
    --transform-translate-y: -8rem;
  }

  .md\:odd\:-translate-y-40:nth-child(odd) {
    --transform-translate-y: -10rem;
  }

  .md\:odd\:-translate-y-48:nth-child(odd) {
    --transform-translate-y: -12rem;
  }

  .md\:odd\:-translate-y-56:nth-child(odd) {
    --transform-translate-y: -14rem;
  }

  .md\:odd\:-translate-y-64:nth-child(odd) {
    --transform-translate-y: -16rem;
  }

  .md\:odd\:-translate-y-75:nth-child(odd) {
    --transform-translate-y: -18.75rem;
  }

  .md\:odd\:-translate-y-px:nth-child(odd) {
    --transform-translate-y: -1px;
  }

  .md\:odd\:-translate-y-full:nth-child(odd) {
    --transform-translate-y: -100%;
  }

  .md\:odd\:-translate-y-1\/2:nth-child(odd) {
    --transform-translate-y: -50%;
  }

  .md\:odd\:translate-y-1\/2:nth-child(odd) {
    --transform-translate-y: 50%;
  }

  .md\:odd\:translate-y-full:nth-child(odd) {
    --transform-translate-y: 100%;
  }

  .md\:children\:translate-x-0 > * {
    --transform-translate-x: 0;
  }

  .md\:children\:translate-x-1 > * {
    --transform-translate-x: 0.25rem;
  }

  .md\:children\:translate-x-2 > * {
    --transform-translate-x: 0.5rem;
  }

  .md\:children\:translate-x-3 > * {
    --transform-translate-x: 0.75rem;
  }

  .md\:children\:translate-x-4 > * {
    --transform-translate-x: 1rem;
  }

  .md\:children\:translate-x-5 > * {
    --transform-translate-x: 1.25rem;
  }

  .md\:children\:translate-x-6 > * {
    --transform-translate-x: 1.5rem;
  }

  .md\:children\:translate-x-7 > * {
    --transform-translate-x: 1.75rem;
  }

  .md\:children\:translate-x-8 > * {
    --transform-translate-x: 2rem;
  }

  .md\:children\:translate-x-9 > * {
    --transform-translate-x: 2.25rem;
  }

  .md\:children\:translate-x-10 > * {
    --transform-translate-x: 2.5rem;
  }

  .md\:children\:translate-x-11 > * {
    --transform-translate-x: 2.75rem;
  }

  .md\:children\:translate-x-12 > * {
    --transform-translate-x: 3rem;
  }

  .md\:children\:translate-x-13 > * {
    --transform-translate-x: 3.25rem;
  }

  .md\:children\:translate-x-14 > * {
    --transform-translate-x: 3.5rem;
  }

  .md\:children\:translate-x-15 > * {
    --transform-translate-x: 3.75rem;
  }

  .md\:children\:translate-x-16 > * {
    --transform-translate-x: 4rem;
  }

  .md\:children\:translate-x-17 > * {
    --transform-translate-x: 4.25rem;
  }

  .md\:children\:translate-x-18 > * {
    --transform-translate-x: 4.5rem;
  }

  .md\:children\:translate-x-19 > * {
    --transform-translate-x: 4.75rem;
  }

  .md\:children\:translate-x-20 > * {
    --transform-translate-x: 5rem;
  }

  .md\:children\:translate-x-24 > * {
    --transform-translate-x: 6rem;
  }

  .md\:children\:translate-x-32 > * {
    --transform-translate-x: 8rem;
  }

  .md\:children\:translate-x-40 > * {
    --transform-translate-x: 10rem;
  }

  .md\:children\:translate-x-48 > * {
    --transform-translate-x: 12rem;
  }

  .md\:children\:translate-x-56 > * {
    --transform-translate-x: 14rem;
  }

  .md\:children\:translate-x-64 > * {
    --transform-translate-x: 16rem;
  }

  .md\:children\:translate-x-75 > * {
    --transform-translate-x: 18.75rem;
  }

  .md\:children\:translate-x-px > * {
    --transform-translate-x: 1px;
  }

  .md\:children\:-translate-x-1 > * {
    --transform-translate-x: -0.25rem;
  }

  .md\:children\:-translate-x-2 > * {
    --transform-translate-x: -0.5rem;
  }

  .md\:children\:-translate-x-3 > * {
    --transform-translate-x: -0.75rem;
  }

  .md\:children\:-translate-x-4 > * {
    --transform-translate-x: -1rem;
  }

  .md\:children\:-translate-x-5 > * {
    --transform-translate-x: -1.25rem;
  }

  .md\:children\:-translate-x-6 > * {
    --transform-translate-x: -1.5rem;
  }

  .md\:children\:-translate-x-7 > * {
    --transform-translate-x: -1.75rem;
  }

  .md\:children\:-translate-x-8 > * {
    --transform-translate-x: -2rem;
  }

  .md\:children\:-translate-x-9 > * {
    --transform-translate-x: -2.25rem;
  }

  .md\:children\:-translate-x-10 > * {
    --transform-translate-x: -2.5rem;
  }

  .md\:children\:-translate-x-11 > * {
    --transform-translate-x: -2.75rem;
  }

  .md\:children\:-translate-x-12 > * {
    --transform-translate-x: -3rem;
  }

  .md\:children\:-translate-x-13 > * {
    --transform-translate-x: -3.25rem;
  }

  .md\:children\:-translate-x-14 > * {
    --transform-translate-x: -3.5rem;
  }

  .md\:children\:-translate-x-15 > * {
    --transform-translate-x: -3.75rem;
  }

  .md\:children\:-translate-x-16 > * {
    --transform-translate-x: -4rem;
  }

  .md\:children\:-translate-x-17 > * {
    --transform-translate-x: -4.25rem;
  }

  .md\:children\:-translate-x-18 > * {
    --transform-translate-x: -4.5rem;
  }

  .md\:children\:-translate-x-19 > * {
    --transform-translate-x: -4.75rem;
  }

  .md\:children\:-translate-x-20 > * {
    --transform-translate-x: -5rem;
  }

  .md\:children\:-translate-x-24 > * {
    --transform-translate-x: -6rem;
  }

  .md\:children\:-translate-x-32 > * {
    --transform-translate-x: -8rem;
  }

  .md\:children\:-translate-x-40 > * {
    --transform-translate-x: -10rem;
  }

  .md\:children\:-translate-x-48 > * {
    --transform-translate-x: -12rem;
  }

  .md\:children\:-translate-x-56 > * {
    --transform-translate-x: -14rem;
  }

  .md\:children\:-translate-x-64 > * {
    --transform-translate-x: -16rem;
  }

  .md\:children\:-translate-x-75 > * {
    --transform-translate-x: -18.75rem;
  }

  .md\:children\:-translate-x-px > * {
    --transform-translate-x: -1px;
  }

  .md\:children\:-translate-x-full > * {
    --transform-translate-x: -100%;
  }

  .md\:children\:-translate-x-1\/2 > * {
    --transform-translate-x: -50%;
  }

  .md\:children\:translate-x-1\/2 > * {
    --transform-translate-x: 50%;
  }

  .md\:children\:translate-x-full > * {
    --transform-translate-x: 100%;
  }

  .md\:children\:translate-y-0 > * {
    --transform-translate-y: 0;
  }

  .md\:children\:translate-y-1 > * {
    --transform-translate-y: 0.25rem;
  }

  .md\:children\:translate-y-2 > * {
    --transform-translate-y: 0.5rem;
  }

  .md\:children\:translate-y-3 > * {
    --transform-translate-y: 0.75rem;
  }

  .md\:children\:translate-y-4 > * {
    --transform-translate-y: 1rem;
  }

  .md\:children\:translate-y-5 > * {
    --transform-translate-y: 1.25rem;
  }

  .md\:children\:translate-y-6 > * {
    --transform-translate-y: 1.5rem;
  }

  .md\:children\:translate-y-7 > * {
    --transform-translate-y: 1.75rem;
  }

  .md\:children\:translate-y-8 > * {
    --transform-translate-y: 2rem;
  }

  .md\:children\:translate-y-9 > * {
    --transform-translate-y: 2.25rem;
  }

  .md\:children\:translate-y-10 > * {
    --transform-translate-y: 2.5rem;
  }

  .md\:children\:translate-y-11 > * {
    --transform-translate-y: 2.75rem;
  }

  .md\:children\:translate-y-12 > * {
    --transform-translate-y: 3rem;
  }

  .md\:children\:translate-y-13 > * {
    --transform-translate-y: 3.25rem;
  }

  .md\:children\:translate-y-14 > * {
    --transform-translate-y: 3.5rem;
  }

  .md\:children\:translate-y-15 > * {
    --transform-translate-y: 3.75rem;
  }

  .md\:children\:translate-y-16 > * {
    --transform-translate-y: 4rem;
  }

  .md\:children\:translate-y-17 > * {
    --transform-translate-y: 4.25rem;
  }

  .md\:children\:translate-y-18 > * {
    --transform-translate-y: 4.5rem;
  }

  .md\:children\:translate-y-19 > * {
    --transform-translate-y: 4.75rem;
  }

  .md\:children\:translate-y-20 > * {
    --transform-translate-y: 5rem;
  }

  .md\:children\:translate-y-24 > * {
    --transform-translate-y: 6rem;
  }

  .md\:children\:translate-y-32 > * {
    --transform-translate-y: 8rem;
  }

  .md\:children\:translate-y-40 > * {
    --transform-translate-y: 10rem;
  }

  .md\:children\:translate-y-48 > * {
    --transform-translate-y: 12rem;
  }

  .md\:children\:translate-y-56 > * {
    --transform-translate-y: 14rem;
  }

  .md\:children\:translate-y-64 > * {
    --transform-translate-y: 16rem;
  }

  .md\:children\:translate-y-75 > * {
    --transform-translate-y: 18.75rem;
  }

  .md\:children\:translate-y-px > * {
    --transform-translate-y: 1px;
  }

  .md\:children\:-translate-y-1 > * {
    --transform-translate-y: -0.25rem;
  }

  .md\:children\:-translate-y-2 > * {
    --transform-translate-y: -0.5rem;
  }

  .md\:children\:-translate-y-3 > * {
    --transform-translate-y: -0.75rem;
  }

  .md\:children\:-translate-y-4 > * {
    --transform-translate-y: -1rem;
  }

  .md\:children\:-translate-y-5 > * {
    --transform-translate-y: -1.25rem;
  }

  .md\:children\:-translate-y-6 > * {
    --transform-translate-y: -1.5rem;
  }

  .md\:children\:-translate-y-7 > * {
    --transform-translate-y: -1.75rem;
  }

  .md\:children\:-translate-y-8 > * {
    --transform-translate-y: -2rem;
  }

  .md\:children\:-translate-y-9 > * {
    --transform-translate-y: -2.25rem;
  }

  .md\:children\:-translate-y-10 > * {
    --transform-translate-y: -2.5rem;
  }

  .md\:children\:-translate-y-11 > * {
    --transform-translate-y: -2.75rem;
  }

  .md\:children\:-translate-y-12 > * {
    --transform-translate-y: -3rem;
  }

  .md\:children\:-translate-y-13 > * {
    --transform-translate-y: -3.25rem;
  }

  .md\:children\:-translate-y-14 > * {
    --transform-translate-y: -3.5rem;
  }

  .md\:children\:-translate-y-15 > * {
    --transform-translate-y: -3.75rem;
  }

  .md\:children\:-translate-y-16 > * {
    --transform-translate-y: -4rem;
  }

  .md\:children\:-translate-y-17 > * {
    --transform-translate-y: -4.25rem;
  }

  .md\:children\:-translate-y-18 > * {
    --transform-translate-y: -4.5rem;
  }

  .md\:children\:-translate-y-19 > * {
    --transform-translate-y: -4.75rem;
  }

  .md\:children\:-translate-y-20 > * {
    --transform-translate-y: -5rem;
  }

  .md\:children\:-translate-y-24 > * {
    --transform-translate-y: -6rem;
  }

  .md\:children\:-translate-y-32 > * {
    --transform-translate-y: -8rem;
  }

  .md\:children\:-translate-y-40 > * {
    --transform-translate-y: -10rem;
  }

  .md\:children\:-translate-y-48 > * {
    --transform-translate-y: -12rem;
  }

  .md\:children\:-translate-y-56 > * {
    --transform-translate-y: -14rem;
  }

  .md\:children\:-translate-y-64 > * {
    --transform-translate-y: -16rem;
  }

  .md\:children\:-translate-y-75 > * {
    --transform-translate-y: -18.75rem;
  }

  .md\:children\:-translate-y-px > * {
    --transform-translate-y: -1px;
  }

  .md\:children\:-translate-y-full > * {
    --transform-translate-y: -100%;
  }

  .md\:children\:-translate-y-1\/2 > * {
    --transform-translate-y: -50%;
  }

  .md\:children\:translate-y-1\/2 > * {
    --transform-translate-y: 50%;
  }

  .md\:children\:translate-y-full > * {
    --transform-translate-y: 100%;
  }

  .md\:first\:translate-x-0:first-child {
    --transform-translate-x: 0;
  }

  .md\:first\:translate-x-1:first-child {
    --transform-translate-x: 0.25rem;
  }

  .md\:first\:translate-x-2:first-child {
    --transform-translate-x: 0.5rem;
  }

  .md\:first\:translate-x-3:first-child {
    --transform-translate-x: 0.75rem;
  }

  .md\:first\:translate-x-4:first-child {
    --transform-translate-x: 1rem;
  }

  .md\:first\:translate-x-5:first-child {
    --transform-translate-x: 1.25rem;
  }

  .md\:first\:translate-x-6:first-child {
    --transform-translate-x: 1.5rem;
  }

  .md\:first\:translate-x-7:first-child {
    --transform-translate-x: 1.75rem;
  }

  .md\:first\:translate-x-8:first-child {
    --transform-translate-x: 2rem;
  }

  .md\:first\:translate-x-9:first-child {
    --transform-translate-x: 2.25rem;
  }

  .md\:first\:translate-x-10:first-child {
    --transform-translate-x: 2.5rem;
  }

  .md\:first\:translate-x-11:first-child {
    --transform-translate-x: 2.75rem;
  }

  .md\:first\:translate-x-12:first-child {
    --transform-translate-x: 3rem;
  }

  .md\:first\:translate-x-13:first-child {
    --transform-translate-x: 3.25rem;
  }

  .md\:first\:translate-x-14:first-child {
    --transform-translate-x: 3.5rem;
  }

  .md\:first\:translate-x-15:first-child {
    --transform-translate-x: 3.75rem;
  }

  .md\:first\:translate-x-16:first-child {
    --transform-translate-x: 4rem;
  }

  .md\:first\:translate-x-17:first-child {
    --transform-translate-x: 4.25rem;
  }

  .md\:first\:translate-x-18:first-child {
    --transform-translate-x: 4.5rem;
  }

  .md\:first\:translate-x-19:first-child {
    --transform-translate-x: 4.75rem;
  }

  .md\:first\:translate-x-20:first-child {
    --transform-translate-x: 5rem;
  }

  .md\:first\:translate-x-24:first-child {
    --transform-translate-x: 6rem;
  }

  .md\:first\:translate-x-32:first-child {
    --transform-translate-x: 8rem;
  }

  .md\:first\:translate-x-40:first-child {
    --transform-translate-x: 10rem;
  }

  .md\:first\:translate-x-48:first-child {
    --transform-translate-x: 12rem;
  }

  .md\:first\:translate-x-56:first-child {
    --transform-translate-x: 14rem;
  }

  .md\:first\:translate-x-64:first-child {
    --transform-translate-x: 16rem;
  }

  .md\:first\:translate-x-75:first-child {
    --transform-translate-x: 18.75rem;
  }

  .md\:first\:translate-x-px:first-child {
    --transform-translate-x: 1px;
  }

  .md\:first\:-translate-x-1:first-child {
    --transform-translate-x: -0.25rem;
  }

  .md\:first\:-translate-x-2:first-child {
    --transform-translate-x: -0.5rem;
  }

  .md\:first\:-translate-x-3:first-child {
    --transform-translate-x: -0.75rem;
  }

  .md\:first\:-translate-x-4:first-child {
    --transform-translate-x: -1rem;
  }

  .md\:first\:-translate-x-5:first-child {
    --transform-translate-x: -1.25rem;
  }

  .md\:first\:-translate-x-6:first-child {
    --transform-translate-x: -1.5rem;
  }

  .md\:first\:-translate-x-7:first-child {
    --transform-translate-x: -1.75rem;
  }

  .md\:first\:-translate-x-8:first-child {
    --transform-translate-x: -2rem;
  }

  .md\:first\:-translate-x-9:first-child {
    --transform-translate-x: -2.25rem;
  }

  .md\:first\:-translate-x-10:first-child {
    --transform-translate-x: -2.5rem;
  }

  .md\:first\:-translate-x-11:first-child {
    --transform-translate-x: -2.75rem;
  }

  .md\:first\:-translate-x-12:first-child {
    --transform-translate-x: -3rem;
  }

  .md\:first\:-translate-x-13:first-child {
    --transform-translate-x: -3.25rem;
  }

  .md\:first\:-translate-x-14:first-child {
    --transform-translate-x: -3.5rem;
  }

  .md\:first\:-translate-x-15:first-child {
    --transform-translate-x: -3.75rem;
  }

  .md\:first\:-translate-x-16:first-child {
    --transform-translate-x: -4rem;
  }

  .md\:first\:-translate-x-17:first-child {
    --transform-translate-x: -4.25rem;
  }

  .md\:first\:-translate-x-18:first-child {
    --transform-translate-x: -4.5rem;
  }

  .md\:first\:-translate-x-19:first-child {
    --transform-translate-x: -4.75rem;
  }

  .md\:first\:-translate-x-20:first-child {
    --transform-translate-x: -5rem;
  }

  .md\:first\:-translate-x-24:first-child {
    --transform-translate-x: -6rem;
  }

  .md\:first\:-translate-x-32:first-child {
    --transform-translate-x: -8rem;
  }

  .md\:first\:-translate-x-40:first-child {
    --transform-translate-x: -10rem;
  }

  .md\:first\:-translate-x-48:first-child {
    --transform-translate-x: -12rem;
  }

  .md\:first\:-translate-x-56:first-child {
    --transform-translate-x: -14rem;
  }

  .md\:first\:-translate-x-64:first-child {
    --transform-translate-x: -16rem;
  }

  .md\:first\:-translate-x-75:first-child {
    --transform-translate-x: -18.75rem;
  }

  .md\:first\:-translate-x-px:first-child {
    --transform-translate-x: -1px;
  }

  .md\:first\:-translate-x-full:first-child {
    --transform-translate-x: -100%;
  }

  .md\:first\:-translate-x-1\/2:first-child {
    --transform-translate-x: -50%;
  }

  .md\:first\:translate-x-1\/2:first-child {
    --transform-translate-x: 50%;
  }

  .md\:first\:translate-x-full:first-child {
    --transform-translate-x: 100%;
  }

  .md\:first\:translate-y-0:first-child {
    --transform-translate-y: 0;
  }

  .md\:first\:translate-y-1:first-child {
    --transform-translate-y: 0.25rem;
  }

  .md\:first\:translate-y-2:first-child {
    --transform-translate-y: 0.5rem;
  }

  .md\:first\:translate-y-3:first-child {
    --transform-translate-y: 0.75rem;
  }

  .md\:first\:translate-y-4:first-child {
    --transform-translate-y: 1rem;
  }

  .md\:first\:translate-y-5:first-child {
    --transform-translate-y: 1.25rem;
  }

  .md\:first\:translate-y-6:first-child {
    --transform-translate-y: 1.5rem;
  }

  .md\:first\:translate-y-7:first-child {
    --transform-translate-y: 1.75rem;
  }

  .md\:first\:translate-y-8:first-child {
    --transform-translate-y: 2rem;
  }

  .md\:first\:translate-y-9:first-child {
    --transform-translate-y: 2.25rem;
  }

  .md\:first\:translate-y-10:first-child {
    --transform-translate-y: 2.5rem;
  }

  .md\:first\:translate-y-11:first-child {
    --transform-translate-y: 2.75rem;
  }

  .md\:first\:translate-y-12:first-child {
    --transform-translate-y: 3rem;
  }

  .md\:first\:translate-y-13:first-child {
    --transform-translate-y: 3.25rem;
  }

  .md\:first\:translate-y-14:first-child {
    --transform-translate-y: 3.5rem;
  }

  .md\:first\:translate-y-15:first-child {
    --transform-translate-y: 3.75rem;
  }

  .md\:first\:translate-y-16:first-child {
    --transform-translate-y: 4rem;
  }

  .md\:first\:translate-y-17:first-child {
    --transform-translate-y: 4.25rem;
  }

  .md\:first\:translate-y-18:first-child {
    --transform-translate-y: 4.5rem;
  }

  .md\:first\:translate-y-19:first-child {
    --transform-translate-y: 4.75rem;
  }

  .md\:first\:translate-y-20:first-child {
    --transform-translate-y: 5rem;
  }

  .md\:first\:translate-y-24:first-child {
    --transform-translate-y: 6rem;
  }

  .md\:first\:translate-y-32:first-child {
    --transform-translate-y: 8rem;
  }

  .md\:first\:translate-y-40:first-child {
    --transform-translate-y: 10rem;
  }

  .md\:first\:translate-y-48:first-child {
    --transform-translate-y: 12rem;
  }

  .md\:first\:translate-y-56:first-child {
    --transform-translate-y: 14rem;
  }

  .md\:first\:translate-y-64:first-child {
    --transform-translate-y: 16rem;
  }

  .md\:first\:translate-y-75:first-child {
    --transform-translate-y: 18.75rem;
  }

  .md\:first\:translate-y-px:first-child {
    --transform-translate-y: 1px;
  }

  .md\:first\:-translate-y-1:first-child {
    --transform-translate-y: -0.25rem;
  }

  .md\:first\:-translate-y-2:first-child {
    --transform-translate-y: -0.5rem;
  }

  .md\:first\:-translate-y-3:first-child {
    --transform-translate-y: -0.75rem;
  }

  .md\:first\:-translate-y-4:first-child {
    --transform-translate-y: -1rem;
  }

  .md\:first\:-translate-y-5:first-child {
    --transform-translate-y: -1.25rem;
  }

  .md\:first\:-translate-y-6:first-child {
    --transform-translate-y: -1.5rem;
  }

  .md\:first\:-translate-y-7:first-child {
    --transform-translate-y: -1.75rem;
  }

  .md\:first\:-translate-y-8:first-child {
    --transform-translate-y: -2rem;
  }

  .md\:first\:-translate-y-9:first-child {
    --transform-translate-y: -2.25rem;
  }

  .md\:first\:-translate-y-10:first-child {
    --transform-translate-y: -2.5rem;
  }

  .md\:first\:-translate-y-11:first-child {
    --transform-translate-y: -2.75rem;
  }

  .md\:first\:-translate-y-12:first-child {
    --transform-translate-y: -3rem;
  }

  .md\:first\:-translate-y-13:first-child {
    --transform-translate-y: -3.25rem;
  }

  .md\:first\:-translate-y-14:first-child {
    --transform-translate-y: -3.5rem;
  }

  .md\:first\:-translate-y-15:first-child {
    --transform-translate-y: -3.75rem;
  }

  .md\:first\:-translate-y-16:first-child {
    --transform-translate-y: -4rem;
  }

  .md\:first\:-translate-y-17:first-child {
    --transform-translate-y: -4.25rem;
  }

  .md\:first\:-translate-y-18:first-child {
    --transform-translate-y: -4.5rem;
  }

  .md\:first\:-translate-y-19:first-child {
    --transform-translate-y: -4.75rem;
  }

  .md\:first\:-translate-y-20:first-child {
    --transform-translate-y: -5rem;
  }

  .md\:first\:-translate-y-24:first-child {
    --transform-translate-y: -6rem;
  }

  .md\:first\:-translate-y-32:first-child {
    --transform-translate-y: -8rem;
  }

  .md\:first\:-translate-y-40:first-child {
    --transform-translate-y: -10rem;
  }

  .md\:first\:-translate-y-48:first-child {
    --transform-translate-y: -12rem;
  }

  .md\:first\:-translate-y-56:first-child {
    --transform-translate-y: -14rem;
  }

  .md\:first\:-translate-y-64:first-child {
    --transform-translate-y: -16rem;
  }

  .md\:first\:-translate-y-75:first-child {
    --transform-translate-y: -18.75rem;
  }

  .md\:first\:-translate-y-px:first-child {
    --transform-translate-y: -1px;
  }

  .md\:first\:-translate-y-full:first-child {
    --transform-translate-y: -100%;
  }

  .md\:first\:-translate-y-1\/2:first-child {
    --transform-translate-y: -50%;
  }

  .md\:first\:translate-y-1\/2:first-child {
    --transform-translate-y: 50%;
  }

  .md\:first\:translate-y-full:first-child {
    --transform-translate-y: 100%;
  }

  .md\:last\:translate-x-0:last-child {
    --transform-translate-x: 0;
  }

  .md\:last\:translate-x-1:last-child {
    --transform-translate-x: 0.25rem;
  }

  .md\:last\:translate-x-2:last-child {
    --transform-translate-x: 0.5rem;
  }

  .md\:last\:translate-x-3:last-child {
    --transform-translate-x: 0.75rem;
  }

  .md\:last\:translate-x-4:last-child {
    --transform-translate-x: 1rem;
  }

  .md\:last\:translate-x-5:last-child {
    --transform-translate-x: 1.25rem;
  }

  .md\:last\:translate-x-6:last-child {
    --transform-translate-x: 1.5rem;
  }

  .md\:last\:translate-x-7:last-child {
    --transform-translate-x: 1.75rem;
  }

  .md\:last\:translate-x-8:last-child {
    --transform-translate-x: 2rem;
  }

  .md\:last\:translate-x-9:last-child {
    --transform-translate-x: 2.25rem;
  }

  .md\:last\:translate-x-10:last-child {
    --transform-translate-x: 2.5rem;
  }

  .md\:last\:translate-x-11:last-child {
    --transform-translate-x: 2.75rem;
  }

  .md\:last\:translate-x-12:last-child {
    --transform-translate-x: 3rem;
  }

  .md\:last\:translate-x-13:last-child {
    --transform-translate-x: 3.25rem;
  }

  .md\:last\:translate-x-14:last-child {
    --transform-translate-x: 3.5rem;
  }

  .md\:last\:translate-x-15:last-child {
    --transform-translate-x: 3.75rem;
  }

  .md\:last\:translate-x-16:last-child {
    --transform-translate-x: 4rem;
  }

  .md\:last\:translate-x-17:last-child {
    --transform-translate-x: 4.25rem;
  }

  .md\:last\:translate-x-18:last-child {
    --transform-translate-x: 4.5rem;
  }

  .md\:last\:translate-x-19:last-child {
    --transform-translate-x: 4.75rem;
  }

  .md\:last\:translate-x-20:last-child {
    --transform-translate-x: 5rem;
  }

  .md\:last\:translate-x-24:last-child {
    --transform-translate-x: 6rem;
  }

  .md\:last\:translate-x-32:last-child {
    --transform-translate-x: 8rem;
  }

  .md\:last\:translate-x-40:last-child {
    --transform-translate-x: 10rem;
  }

  .md\:last\:translate-x-48:last-child {
    --transform-translate-x: 12rem;
  }

  .md\:last\:translate-x-56:last-child {
    --transform-translate-x: 14rem;
  }

  .md\:last\:translate-x-64:last-child {
    --transform-translate-x: 16rem;
  }

  .md\:last\:translate-x-75:last-child {
    --transform-translate-x: 18.75rem;
  }

  .md\:last\:translate-x-px:last-child {
    --transform-translate-x: 1px;
  }

  .md\:last\:-translate-x-1:last-child {
    --transform-translate-x: -0.25rem;
  }

  .md\:last\:-translate-x-2:last-child {
    --transform-translate-x: -0.5rem;
  }

  .md\:last\:-translate-x-3:last-child {
    --transform-translate-x: -0.75rem;
  }

  .md\:last\:-translate-x-4:last-child {
    --transform-translate-x: -1rem;
  }

  .md\:last\:-translate-x-5:last-child {
    --transform-translate-x: -1.25rem;
  }

  .md\:last\:-translate-x-6:last-child {
    --transform-translate-x: -1.5rem;
  }

  .md\:last\:-translate-x-7:last-child {
    --transform-translate-x: -1.75rem;
  }

  .md\:last\:-translate-x-8:last-child {
    --transform-translate-x: -2rem;
  }

  .md\:last\:-translate-x-9:last-child {
    --transform-translate-x: -2.25rem;
  }

  .md\:last\:-translate-x-10:last-child {
    --transform-translate-x: -2.5rem;
  }

  .md\:last\:-translate-x-11:last-child {
    --transform-translate-x: -2.75rem;
  }

  .md\:last\:-translate-x-12:last-child {
    --transform-translate-x: -3rem;
  }

  .md\:last\:-translate-x-13:last-child {
    --transform-translate-x: -3.25rem;
  }

  .md\:last\:-translate-x-14:last-child {
    --transform-translate-x: -3.5rem;
  }

  .md\:last\:-translate-x-15:last-child {
    --transform-translate-x: -3.75rem;
  }

  .md\:last\:-translate-x-16:last-child {
    --transform-translate-x: -4rem;
  }

  .md\:last\:-translate-x-17:last-child {
    --transform-translate-x: -4.25rem;
  }

  .md\:last\:-translate-x-18:last-child {
    --transform-translate-x: -4.5rem;
  }

  .md\:last\:-translate-x-19:last-child {
    --transform-translate-x: -4.75rem;
  }

  .md\:last\:-translate-x-20:last-child {
    --transform-translate-x: -5rem;
  }

  .md\:last\:-translate-x-24:last-child {
    --transform-translate-x: -6rem;
  }

  .md\:last\:-translate-x-32:last-child {
    --transform-translate-x: -8rem;
  }

  .md\:last\:-translate-x-40:last-child {
    --transform-translate-x: -10rem;
  }

  .md\:last\:-translate-x-48:last-child {
    --transform-translate-x: -12rem;
  }

  .md\:last\:-translate-x-56:last-child {
    --transform-translate-x: -14rem;
  }

  .md\:last\:-translate-x-64:last-child {
    --transform-translate-x: -16rem;
  }

  .md\:last\:-translate-x-75:last-child {
    --transform-translate-x: -18.75rem;
  }

  .md\:last\:-translate-x-px:last-child {
    --transform-translate-x: -1px;
  }

  .md\:last\:-translate-x-full:last-child {
    --transform-translate-x: -100%;
  }

  .md\:last\:-translate-x-1\/2:last-child {
    --transform-translate-x: -50%;
  }

  .md\:last\:translate-x-1\/2:last-child {
    --transform-translate-x: 50%;
  }

  .md\:last\:translate-x-full:last-child {
    --transform-translate-x: 100%;
  }

  .md\:last\:translate-y-0:last-child {
    --transform-translate-y: 0;
  }

  .md\:last\:translate-y-1:last-child {
    --transform-translate-y: 0.25rem;
  }

  .md\:last\:translate-y-2:last-child {
    --transform-translate-y: 0.5rem;
  }

  .md\:last\:translate-y-3:last-child {
    --transform-translate-y: 0.75rem;
  }

  .md\:last\:translate-y-4:last-child {
    --transform-translate-y: 1rem;
  }

  .md\:last\:translate-y-5:last-child {
    --transform-translate-y: 1.25rem;
  }

  .md\:last\:translate-y-6:last-child {
    --transform-translate-y: 1.5rem;
  }

  .md\:last\:translate-y-7:last-child {
    --transform-translate-y: 1.75rem;
  }

  .md\:last\:translate-y-8:last-child {
    --transform-translate-y: 2rem;
  }

  .md\:last\:translate-y-9:last-child {
    --transform-translate-y: 2.25rem;
  }

  .md\:last\:translate-y-10:last-child {
    --transform-translate-y: 2.5rem;
  }

  .md\:last\:translate-y-11:last-child {
    --transform-translate-y: 2.75rem;
  }

  .md\:last\:translate-y-12:last-child {
    --transform-translate-y: 3rem;
  }

  .md\:last\:translate-y-13:last-child {
    --transform-translate-y: 3.25rem;
  }

  .md\:last\:translate-y-14:last-child {
    --transform-translate-y: 3.5rem;
  }

  .md\:last\:translate-y-15:last-child {
    --transform-translate-y: 3.75rem;
  }

  .md\:last\:translate-y-16:last-child {
    --transform-translate-y: 4rem;
  }

  .md\:last\:translate-y-17:last-child {
    --transform-translate-y: 4.25rem;
  }

  .md\:last\:translate-y-18:last-child {
    --transform-translate-y: 4.5rem;
  }

  .md\:last\:translate-y-19:last-child {
    --transform-translate-y: 4.75rem;
  }

  .md\:last\:translate-y-20:last-child {
    --transform-translate-y: 5rem;
  }

  .md\:last\:translate-y-24:last-child {
    --transform-translate-y: 6rem;
  }

  .md\:last\:translate-y-32:last-child {
    --transform-translate-y: 8rem;
  }

  .md\:last\:translate-y-40:last-child {
    --transform-translate-y: 10rem;
  }

  .md\:last\:translate-y-48:last-child {
    --transform-translate-y: 12rem;
  }

  .md\:last\:translate-y-56:last-child {
    --transform-translate-y: 14rem;
  }

  .md\:last\:translate-y-64:last-child {
    --transform-translate-y: 16rem;
  }

  .md\:last\:translate-y-75:last-child {
    --transform-translate-y: 18.75rem;
  }

  .md\:last\:translate-y-px:last-child {
    --transform-translate-y: 1px;
  }

  .md\:last\:-translate-y-1:last-child {
    --transform-translate-y: -0.25rem;
  }

  .md\:last\:-translate-y-2:last-child {
    --transform-translate-y: -0.5rem;
  }

  .md\:last\:-translate-y-3:last-child {
    --transform-translate-y: -0.75rem;
  }

  .md\:last\:-translate-y-4:last-child {
    --transform-translate-y: -1rem;
  }

  .md\:last\:-translate-y-5:last-child {
    --transform-translate-y: -1.25rem;
  }

  .md\:last\:-translate-y-6:last-child {
    --transform-translate-y: -1.5rem;
  }

  .md\:last\:-translate-y-7:last-child {
    --transform-translate-y: -1.75rem;
  }

  .md\:last\:-translate-y-8:last-child {
    --transform-translate-y: -2rem;
  }

  .md\:last\:-translate-y-9:last-child {
    --transform-translate-y: -2.25rem;
  }

  .md\:last\:-translate-y-10:last-child {
    --transform-translate-y: -2.5rem;
  }

  .md\:last\:-translate-y-11:last-child {
    --transform-translate-y: -2.75rem;
  }

  .md\:last\:-translate-y-12:last-child {
    --transform-translate-y: -3rem;
  }

  .md\:last\:-translate-y-13:last-child {
    --transform-translate-y: -3.25rem;
  }

  .md\:last\:-translate-y-14:last-child {
    --transform-translate-y: -3.5rem;
  }

  .md\:last\:-translate-y-15:last-child {
    --transform-translate-y: -3.75rem;
  }

  .md\:last\:-translate-y-16:last-child {
    --transform-translate-y: -4rem;
  }

  .md\:last\:-translate-y-17:last-child {
    --transform-translate-y: -4.25rem;
  }

  .md\:last\:-translate-y-18:last-child {
    --transform-translate-y: -4.5rem;
  }

  .md\:last\:-translate-y-19:last-child {
    --transform-translate-y: -4.75rem;
  }

  .md\:last\:-translate-y-20:last-child {
    --transform-translate-y: -5rem;
  }

  .md\:last\:-translate-y-24:last-child {
    --transform-translate-y: -6rem;
  }

  .md\:last\:-translate-y-32:last-child {
    --transform-translate-y: -8rem;
  }

  .md\:last\:-translate-y-40:last-child {
    --transform-translate-y: -10rem;
  }

  .md\:last\:-translate-y-48:last-child {
    --transform-translate-y: -12rem;
  }

  .md\:last\:-translate-y-56:last-child {
    --transform-translate-y: -14rem;
  }

  .md\:last\:-translate-y-64:last-child {
    --transform-translate-y: -16rem;
  }

  .md\:last\:-translate-y-75:last-child {
    --transform-translate-y: -18.75rem;
  }

  .md\:last\:-translate-y-px:last-child {
    --transform-translate-y: -1px;
  }

  .md\:last\:-translate-y-full:last-child {
    --transform-translate-y: -100%;
  }

  .md\:last\:-translate-y-1\/2:last-child {
    --transform-translate-y: -50%;
  }

  .md\:last\:translate-y-1\/2:last-child {
    --transform-translate-y: 50%;
  }

  .md\:last\:translate-y-full:last-child {
    --transform-translate-y: 100%;
  }

  .md\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .md\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .md\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .md\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .md\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .md\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .md\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .md\:hover\:translate-x-7:hover {
    --transform-translate-x: 1.75rem;
  }

  .md\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .md\:hover\:translate-x-9:hover {
    --transform-translate-x: 2.25rem;
  }

  .md\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .md\:hover\:translate-x-11:hover {
    --transform-translate-x: 2.75rem;
  }

  .md\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .md\:hover\:translate-x-13:hover {
    --transform-translate-x: 3.25rem;
  }

  .md\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem;
  }

  .md\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.75rem;
  }

  .md\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .md\:hover\:translate-x-17:hover {
    --transform-translate-x: 4.25rem;
  }

  .md\:hover\:translate-x-18:hover {
    --transform-translate-x: 4.5rem;
  }

  .md\:hover\:translate-x-19:hover {
    --transform-translate-x: 4.75rem;
  }

  .md\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .md\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .md\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .md\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .md\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .md\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .md\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .md\:hover\:translate-x-75:hover {
    --transform-translate-x: 18.75rem;
  }

  .md\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .md\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .md\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .md\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .md\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .md\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .md\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .md\:hover\:-translate-x-7:hover {
    --transform-translate-x: -1.75rem;
  }

  .md\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .md\:hover\:-translate-x-9:hover {
    --transform-translate-x: -2.25rem;
  }

  .md\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .md\:hover\:-translate-x-11:hover {
    --transform-translate-x: -2.75rem;
  }

  .md\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .md\:hover\:-translate-x-13:hover {
    --transform-translate-x: -3.25rem;
  }

  .md\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem;
  }

  .md\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.75rem;
  }

  .md\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .md\:hover\:-translate-x-17:hover {
    --transform-translate-x: -4.25rem;
  }

  .md\:hover\:-translate-x-18:hover {
    --transform-translate-x: -4.5rem;
  }

  .md\:hover\:-translate-x-19:hover {
    --transform-translate-x: -4.75rem;
  }

  .md\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .md\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .md\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .md\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .md\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .md\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .md\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .md\:hover\:-translate-x-75:hover {
    --transform-translate-x: -18.75rem;
  }

  .md\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .md\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .md\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .md\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .md\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .md\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .md\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .md\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .md\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .md\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .md\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .md\:hover\:translate-y-7:hover {
    --transform-translate-y: 1.75rem;
  }

  .md\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .md\:hover\:translate-y-9:hover {
    --transform-translate-y: 2.25rem;
  }

  .md\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .md\:hover\:translate-y-11:hover {
    --transform-translate-y: 2.75rem;
  }

  .md\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .md\:hover\:translate-y-13:hover {
    --transform-translate-y: 3.25rem;
  }

  .md\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem;
  }

  .md\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.75rem;
  }

  .md\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .md\:hover\:translate-y-17:hover {
    --transform-translate-y: 4.25rem;
  }

  .md\:hover\:translate-y-18:hover {
    --transform-translate-y: 4.5rem;
  }

  .md\:hover\:translate-y-19:hover {
    --transform-translate-y: 4.75rem;
  }

  .md\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .md\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .md\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .md\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .md\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .md\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .md\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .md\:hover\:translate-y-75:hover {
    --transform-translate-y: 18.75rem;
  }

  .md\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .md\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .md\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .md\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .md\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .md\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .md\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .md\:hover\:-translate-y-7:hover {
    --transform-translate-y: -1.75rem;
  }

  .md\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .md\:hover\:-translate-y-9:hover {
    --transform-translate-y: -2.25rem;
  }

  .md\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .md\:hover\:-translate-y-11:hover {
    --transform-translate-y: -2.75rem;
  }

  .md\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .md\:hover\:-translate-y-13:hover {
    --transform-translate-y: -3.25rem;
  }

  .md\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem;
  }

  .md\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.75rem;
  }

  .md\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .md\:hover\:-translate-y-17:hover {
    --transform-translate-y: -4.25rem;
  }

  .md\:hover\:-translate-y-18:hover {
    --transform-translate-y: -4.5rem;
  }

  .md\:hover\:-translate-y-19:hover {
    --transform-translate-y: -4.75rem;
  }

  .md\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .md\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .md\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .md\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .md\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .md\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .md\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .md\:hover\:-translate-y-75:hover {
    --transform-translate-y: -18.75rem;
  }

  .md\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .md\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .md\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .md\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .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-9\! {
    --transform-translate-x: 2.25rem !important;
  }

  .md\:translate-x-10\! {
    --transform-translate-x: 2.5rem !important;
  }

  .md\:translate-x-11\! {
    --transform-translate-x: 2.75rem !important;
  }

  .md\:translate-x-12\! {
    --transform-translate-x: 3rem !important;
  }

  .md\:translate-x-13\! {
    --transform-translate-x: 3.25rem !important;
  }

  .md\:translate-x-14\! {
    --transform-translate-x: 3.5rem !important;
  }

  .md\:translate-x-15\! {
    --transform-translate-x: 3.75rem !important;
  }

  .md\:translate-x-16\! {
    --transform-translate-x: 4rem !important;
  }

  .md\:translate-x-17\! {
    --transform-translate-x: 4.25rem !important;
  }

  .md\:translate-x-18\! {
    --transform-translate-x: 4.5rem !important;
  }

  .md\:translate-x-19\! {
    --transform-translate-x: 4.75rem !important;
  }

  .md\:translate-x-20\! {
    --transform-translate-x: 5rem !important;
  }

  .md\:translate-x-24\! {
    --transform-translate-x: 6rem !important;
  }

  .md\:translate-x-32\! {
    --transform-translate-x: 8rem !important;
  }

  .md\:translate-x-40\! {
    --transform-translate-x: 10rem !important;
  }

  .md\:translate-x-48\! {
    --transform-translate-x: 12rem !important;
  }

  .md\:translate-x-56\! {
    --transform-translate-x: 14rem !important;
  }

  .md\:translate-x-64\! {
    --transform-translate-x: 16rem !important;
  }

  .md\:translate-x-75\! {
    --transform-translate-x: 18.75rem !important;
  }

  .md\:translate-x-px\! {
    --transform-translate-x: 1px !important;
  }

  .md\:-translate-x-1\! {
    --transform-translate-x: -0.25rem !important;
  }

  .md\:-translate-x-2\! {
    --transform-translate-x: -0.5rem !important;
  }

  .md\:-translate-x-3\! {
    --transform-translate-x: -0.75rem !important;
  }

  .md\:-translate-x-4\! {
    --transform-translate-x: -1rem !important;
  }

  .md\:-translate-x-5\! {
    --transform-translate-x: -1.25rem !important;
  }

  .md\:-translate-x-6\! {
    --transform-translate-x: -1.5rem !important;
  }

  .md\:-translate-x-7\! {
    --transform-translate-x: -1.75rem !important;
  }

  .md\:-translate-x-8\! {
    --transform-translate-x: -2rem !important;
  }

  .md\:-translate-x-9\! {
    --transform-translate-x: -2.25rem !important;
  }

  .md\:-translate-x-10\! {
    --transform-translate-x: -2.5rem !important;
  }

  .md\:-translate-x-11\! {
    --transform-translate-x: -2.75rem !important;
  }

  .md\:-translate-x-12\! {
    --transform-translate-x: -3rem !important;
  }

  .md\:-translate-x-13\! {
    --transform-translate-x: -3.25rem !important;
  }

  .md\:-translate-x-14\! {
    --transform-translate-x: -3.5rem !important;
  }

  .md\:-translate-x-15\! {
    --transform-translate-x: -3.75rem !important;
  }

  .md\:-translate-x-16\! {
    --transform-translate-x: -4rem !important;
  }

  .md\:-translate-x-17\! {
    --transform-translate-x: -4.25rem !important;
  }

  .md\:-translate-x-18\! {
    --transform-translate-x: -4.5rem !important;
  }

  .md\:-translate-x-19\! {
    --transform-translate-x: -4.75rem !important;
  }

  .md\:-translate-x-20\! {
    --transform-translate-x: -5rem !important;
  }

  .md\:-translate-x-24\! {
    --transform-translate-x: -6rem !important;
  }

  .md\:-translate-x-32\! {
    --transform-translate-x: -8rem !important;
  }

  .md\:-translate-x-40\! {
    --transform-translate-x: -10rem !important;
  }

  .md\:-translate-x-48\! {
    --transform-translate-x: -12rem !important;
  }

  .md\:-translate-x-56\! {
    --transform-translate-x: -14rem !important;
  }

  .md\:-translate-x-64\! {
    --transform-translate-x: -16rem !important;
  }

  .md\:-translate-x-75\! {
    --transform-translate-x: -18.75rem !important;
  }

  .md\:-translate-x-px\! {
    --transform-translate-x: -1px !important;
  }

  .md\:-translate-x-full\! {
    --transform-translate-x: -100% !important;
  }

  .md\:-translate-x-1\/2\! {
    --transform-translate-x: -50% !important;
  }

  .md\:translate-x-1\/2\! {
    --transform-translate-x: 50% !important;
  }

  .md\:translate-x-full\! {
    --transform-translate-x: 100% !important;
  }

  .md\:translate-y-0\! {
    --transform-translate-y: 0 !important;
  }

  .md\:translate-y-1\! {
    --transform-translate-y: 0.25rem !important;
  }

  .md\:translate-y-2\! {
    --transform-translate-y: 0.5rem !important;
  }

  .md\:translate-y-3\! {
    --transform-translate-y: 0.75rem !important;
  }

  .md\:translate-y-4\! {
    --transform-translate-y: 1rem !important;
  }

  .md\:translate-y-5\! {
    --transform-translate-y: 1.25rem !important;
  }

  .md\:translate-y-6\! {
    --transform-translate-y: 1.5rem !important;
  }

  .md\:translate-y-7\! {
    --transform-translate-y: 1.75rem !important;
  }

  .md\:translate-y-8\! {
    --transform-translate-y: 2rem !important;
  }

  .md\:translate-y-9\! {
    --transform-translate-y: 2.25rem !important;
  }

  .md\:translate-y-10\! {
    --transform-translate-y: 2.5rem !important;
  }

  .md\:translate-y-11\! {
    --transform-translate-y: 2.75rem !important;
  }

  .md\:translate-y-12\! {
    --transform-translate-y: 3rem !important;
  }

  .md\:translate-y-13\! {
    --transform-translate-y: 3.25rem !important;
  }

  .md\:translate-y-14\! {
    --transform-translate-y: 3.5rem !important;
  }

  .md\:translate-y-15\! {
    --transform-translate-y: 3.75rem !important;
  }

  .md\:translate-y-16\! {
    --transform-translate-y: 4rem !important;
  }

  .md\:translate-y-17\! {
    --transform-translate-y: 4.25rem !important;
  }

  .md\:translate-y-18\! {
    --transform-translate-y: 4.5rem !important;
  }

  .md\:translate-y-19\! {
    --transform-translate-y: 4.75rem !important;
  }

  .md\:translate-y-20\! {
    --transform-translate-y: 5rem !important;
  }

  .md\:translate-y-24\! {
    --transform-translate-y: 6rem !important;
  }

  .md\:translate-y-32\! {
    --transform-translate-y: 8rem !important;
  }

  .md\:translate-y-40\! {
    --transform-translate-y: 10rem !important;
  }

  .md\:translate-y-48\! {
    --transform-translate-y: 12rem !important;
  }

  .md\:translate-y-56\! {
    --transform-translate-y: 14rem !important;
  }

  .md\:translate-y-64\! {
    --transform-translate-y: 16rem !important;
  }

  .md\:translate-y-75\! {
    --transform-translate-y: 18.75rem !important;
  }

  .md\:translate-y-px\! {
    --transform-translate-y: 1px !important;
  }

  .md\:-translate-y-1\! {
    --transform-translate-y: -0.25rem !important;
  }

  .md\:-translate-y-2\! {
    --transform-translate-y: -0.5rem !important;
  }

  .md\:-translate-y-3\! {
    --transform-translate-y: -0.75rem !important;
  }

  .md\:-translate-y-4\! {
    --transform-translate-y: -1rem !important;
  }

  .md\:-translate-y-5\! {
    --transform-translate-y: -1.25rem !important;
  }

  .md\:-translate-y-6\! {
    --transform-translate-y: -1.5rem !important;
  }

  .md\:-translate-y-7\! {
    --transform-translate-y: -1.75rem !important;
  }

  .md\:-translate-y-8\! {
    --transform-translate-y: -2rem !important;
  }

  .md\:-translate-y-9\! {
    --transform-translate-y: -2.25rem !important;
  }

  .md\:-translate-y-10\! {
    --transform-translate-y: -2.5rem !important;
  }

  .md\:-translate-y-11\! {
    --transform-translate-y: -2.75rem !important;
  }

  .md\:-translate-y-12\! {
    --transform-translate-y: -3rem !important;
  }

  .md\:-translate-y-13\! {
    --transform-translate-y: -3.25rem !important;
  }

  .md\:-translate-y-14\! {
    --transform-translate-y: -3.5rem !important;
  }

  .md\:-translate-y-15\! {
    --transform-translate-y: -3.75rem !important;
  }

  .md\:-translate-y-16\! {
    --transform-translate-y: -4rem !important;
  }

  .md\:-translate-y-17\! {
    --transform-translate-y: -4.25rem !important;
  }

  .md\:-translate-y-18\! {
    --transform-translate-y: -4.5rem !important;
  }

  .md\:-translate-y-19\! {
    --transform-translate-y: -4.75rem !important;
  }

  .md\:-translate-y-20\! {
    --transform-translate-y: -5rem !important;
  }

  .md\:-translate-y-24\! {
    --transform-translate-y: -6rem !important;
  }

  .md\:-translate-y-32\! {
    --transform-translate-y: -8rem !important;
  }

  .md\:-translate-y-40\! {
    --transform-translate-y: -10rem !important;
  }

  .md\:-translate-y-48\! {
    --transform-translate-y: -12rem !important;
  }

  .md\:-translate-y-56\! {
    --transform-translate-y: -14rem !important;
  }

  .md\:-translate-y-64\! {
    --transform-translate-y: -16rem !important;
  }

  .md\:-translate-y-75\! {
    --transform-translate-y: -18.75rem !important;
  }

  .md\:-translate-y-px\! {
    --transform-translate-y: -1px !important;
  }

  .md\:-translate-y-full\! {
    --transform-translate-y: -100% !important;
  }

  .md\:-translate-y-1\/2\! {
    --transform-translate-y: -50% !important;
  }

  .md\:translate-y-1\/2\! {
    --transform-translate-y: 50% !important;
  }

  .md\:translate-y-full\! {
    --transform-translate-y: 100% !important;
  }

  .md\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .md\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .md\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .md\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .md\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .md\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .md\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .md\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .md\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .md\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .md\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .md\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .md\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .md\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .md\:even\:skew-x-0:nth-child(even) {
    --transform-skew-x: 0;
  }

  .md\:even\:skew-x-3:nth-child(even) {
    --transform-skew-x: 3deg;
  }

  .md\:even\:skew-x-6:nth-child(even) {
    --transform-skew-x: 6deg;
  }

  .md\:even\:skew-x-12:nth-child(even) {
    --transform-skew-x: 12deg;
  }

  .md\:even\:-skew-x-12:nth-child(even) {
    --transform-skew-x: -12deg;
  }

  .md\:even\:-skew-x-6:nth-child(even) {
    --transform-skew-x: -6deg;
  }

  .md\:even\:-skew-x-3:nth-child(even) {
    --transform-skew-x: -3deg;
  }

  .md\:even\:skew-y-0:nth-child(even) {
    --transform-skew-y: 0;
  }

  .md\:even\:skew-y-3:nth-child(even) {
    --transform-skew-y: 3deg;
  }

  .md\:even\:skew-y-6:nth-child(even) {
    --transform-skew-y: 6deg;
  }

  .md\:even\:skew-y-12:nth-child(even) {
    --transform-skew-y: 12deg;
  }

  .md\:even\:-skew-y-12:nth-child(even) {
    --transform-skew-y: -12deg;
  }

  .md\:even\:-skew-y-6:nth-child(even) {
    --transform-skew-y: -6deg;
  }

  .md\:even\:-skew-y-3:nth-child(even) {
    --transform-skew-y: -3deg;
  }

  .md\:odd\:skew-x-0:nth-child(odd) {
    --transform-skew-x: 0;
  }

  .md\:odd\:skew-x-3:nth-child(odd) {
    --transform-skew-x: 3deg;
  }

  .md\:odd\:skew-x-6:nth-child(odd) {
    --transform-skew-x: 6deg;
  }

  .md\:odd\:skew-x-12:nth-child(odd) {
    --transform-skew-x: 12deg;
  }

  .md\:odd\:-skew-x-12:nth-child(odd) {
    --transform-skew-x: -12deg;
  }

  .md\:odd\:-skew-x-6:nth-child(odd) {
    --transform-skew-x: -6deg;
  }

  .md\:odd\:-skew-x-3:nth-child(odd) {
    --transform-skew-x: -3deg;
  }

  .md\:odd\:skew-y-0:nth-child(odd) {
    --transform-skew-y: 0;
  }

  .md\:odd\:skew-y-3:nth-child(odd) {
    --transform-skew-y: 3deg;
  }

  .md\:odd\:skew-y-6:nth-child(odd) {
    --transform-skew-y: 6deg;
  }

  .md\:odd\:skew-y-12:nth-child(odd) {
    --transform-skew-y: 12deg;
  }

  .md\:odd\:-skew-y-12:nth-child(odd) {
    --transform-skew-y: -12deg;
  }

  .md\:odd\:-skew-y-6:nth-child(odd) {
    --transform-skew-y: -6deg;
  }

  .md\:odd\:-skew-y-3:nth-child(odd) {
    --transform-skew-y: -3deg;
  }

  .md\:children\:skew-x-0 > * {
    --transform-skew-x: 0;
  }

  .md\:children\:skew-x-3 > * {
    --transform-skew-x: 3deg;
  }

  .md\:children\:skew-x-6 > * {
    --transform-skew-x: 6deg;
  }

  .md\:children\:skew-x-12 > * {
    --transform-skew-x: 12deg;
  }

  .md\:children\:-skew-x-12 > * {
    --transform-skew-x: -12deg;
  }

  .md\:children\:-skew-x-6 > * {
    --transform-skew-x: -6deg;
  }

  .md\:children\:-skew-x-3 > * {
    --transform-skew-x: -3deg;
  }

  .md\:children\:skew-y-0 > * {
    --transform-skew-y: 0;
  }

  .md\:children\:skew-y-3 > * {
    --transform-skew-y: 3deg;
  }

  .md\:children\:skew-y-6 > * {
    --transform-skew-y: 6deg;
  }

  .md\:children\:skew-y-12 > * {
    --transform-skew-y: 12deg;
  }

  .md\:children\:-skew-y-12 > * {
    --transform-skew-y: -12deg;
  }

  .md\:children\:-skew-y-6 > * {
    --transform-skew-y: -6deg;
  }

  .md\:children\:-skew-y-3 > * {
    --transform-skew-y: -3deg;
  }

  .md\:first\:skew-x-0:first-child {
    --transform-skew-x: 0;
  }

  .md\:first\:skew-x-3:first-child {
    --transform-skew-x: 3deg;
  }

  .md\:first\:skew-x-6:first-child {
    --transform-skew-x: 6deg;
  }

  .md\:first\:skew-x-12:first-child {
    --transform-skew-x: 12deg;
  }

  .md\:first\:-skew-x-12:first-child {
    --transform-skew-x: -12deg;
  }

  .md\:first\:-skew-x-6:first-child {
    --transform-skew-x: -6deg;
  }

  .md\:first\:-skew-x-3:first-child {
    --transform-skew-x: -3deg;
  }

  .md\:first\:skew-y-0:first-child {
    --transform-skew-y: 0;
  }

  .md\:first\:skew-y-3:first-child {
    --transform-skew-y: 3deg;
  }

  .md\:first\:skew-y-6:first-child {
    --transform-skew-y: 6deg;
  }

  .md\:first\:skew-y-12:first-child {
    --transform-skew-y: 12deg;
  }

  .md\:first\:-skew-y-12:first-child {
    --transform-skew-y: -12deg;
  }

  .md\:first\:-skew-y-6:first-child {
    --transform-skew-y: -6deg;
  }

  .md\:first\:-skew-y-3:first-child {
    --transform-skew-y: -3deg;
  }

  .md\:last\:skew-x-0:last-child {
    --transform-skew-x: 0;
  }

  .md\:last\:skew-x-3:last-child {
    --transform-skew-x: 3deg;
  }

  .md\:last\:skew-x-6:last-child {
    --transform-skew-x: 6deg;
  }

  .md\:last\:skew-x-12:last-child {
    --transform-skew-x: 12deg;
  }

  .md\:last\:-skew-x-12:last-child {
    --transform-skew-x: -12deg;
  }

  .md\:last\:-skew-x-6:last-child {
    --transform-skew-x: -6deg;
  }

  .md\:last\:-skew-x-3:last-child {
    --transform-skew-x: -3deg;
  }

  .md\:last\:skew-y-0:last-child {
    --transform-skew-y: 0;
  }

  .md\:last\:skew-y-3:last-child {
    --transform-skew-y: 3deg;
  }

  .md\:last\:skew-y-6:last-child {
    --transform-skew-y: 6deg;
  }

  .md\:last\:skew-y-12:last-child {
    --transform-skew-y: 12deg;
  }

  .md\:last\:-skew-y-12:last-child {
    --transform-skew-y: -12deg;
  }

  .md\:last\:-skew-y-6:last-child {
    --transform-skew-y: -6deg;
  }

  .md\:last\:-skew-y-3:last-child {
    --transform-skew-y: -3deg;
  }

  .md\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .md\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .md\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .md\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .md\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .md\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .md\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .md\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .md\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .md\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .md\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .md\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .md\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .md\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .md\:skew-x-0\! {
    --transform-skew-x: 0 !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-y-0\! {
    --transform-skew-y: 0 !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\:transition-none {
    transition-property: none;
  }

  .md\:transition-all {
    transition-property: all;
  }

  .md\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:transition-opacity {
    transition-property: opacity;
  }

  .md\:transition-shadow {
    transition-property: box-shadow;
  }

  .md\:transition-transform {
    transition-property: transform;
  }

  .md\:even\:transition-none:nth-child(even) {
    transition-property: none;
  }

  .md\:even\:transition-all:nth-child(even) {
    transition-property: all;
  }

  .md\:even\:transition:nth-child(even) {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md\:even\:transition-colors:nth-child(even) {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:even\:transition-opacity:nth-child(even) {
    transition-property: opacity;
  }

  .md\:even\:transition-shadow:nth-child(even) {
    transition-property: box-shadow;
  }

  .md\:even\:transition-transform:nth-child(even) {
    transition-property: transform;
  }

  .md\:odd\:transition-none:nth-child(odd) {
    transition-property: none;
  }

  .md\:odd\:transition-all:nth-child(odd) {
    transition-property: all;
  }

  .md\:odd\:transition:nth-child(odd) {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md\:odd\:transition-colors:nth-child(odd) {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:odd\:transition-opacity:nth-child(odd) {
    transition-property: opacity;
  }

  .md\:odd\:transition-shadow:nth-child(odd) {
    transition-property: box-shadow;
  }

  .md\:odd\:transition-transform:nth-child(odd) {
    transition-property: transform;
  }

  .md\:children\:transition-none > * {
    transition-property: none;
  }

  .md\:children\:transition-all > * {
    transition-property: all;
  }

  .md\:children\:transition > * {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md\:children\:transition-colors > * {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:children\:transition-opacity > * {
    transition-property: opacity;
  }

  .md\:children\:transition-shadow > * {
    transition-property: box-shadow;
  }

  .md\:children\:transition-transform > * {
    transition-property: transform;
  }

  .md\:first\:transition-none:first-child {
    transition-property: none;
  }

  .md\:first\:transition-all:first-child {
    transition-property: all;
  }

  .md\:first\:transition:first-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md\:first\:transition-colors:first-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:first\:transition-opacity:first-child {
    transition-property: opacity;
  }

  .md\:first\:transition-shadow:first-child {
    transition-property: box-shadow;
  }

  .md\:first\:transition-transform:first-child {
    transition-property: transform;
  }

  .md\:last\:transition-none:last-child {
    transition-property: none;
  }

  .md\:last\:transition-all:last-child {
    transition-property: all;
  }

  .md\:last\:transition:last-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md\:last\:transition-colors:last-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:last\:transition-opacity:last-child {
    transition-property: opacity;
  }

  .md\:last\:transition-shadow:last-child {
    transition-property: box-shadow;
  }

  .md\:last\:transition-transform:last-child {
    transition-property: transform;
  }

  .md\:hover\:transition-none:hover {
    transition-property: none;
  }

  .md\:hover\:transition-all:hover {
    transition-property: all;
  }

  .md\:hover\:transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md\:hover\:transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:hover\:transition-opacity:hover {
    transition-property: opacity;
  }

  .md\:hover\:transition-shadow:hover {
    transition-property: box-shadow;
  }

  .md\:hover\:transition-transform:hover {
    transition-property: transform;
  }

  .md\:transition-none\! {
    transition-property: none !important;
  }

  .md\:transition-all\! {
    transition-property: all !important;
  }

  .md\:transition\! {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .md\:transition-colors\! {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .md\:transition-opacity\! {
    transition-property: opacity !important;
  }

  .md\:transition-shadow\! {
    transition-property: box-shadow !important;
  }

  .md\:transition-transform\! {
    transition-property: transform !important;
  }

  .md\:ease-linear {
    transition-timing-function: linear;
  }

  .md\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:even\:ease-linear:nth-child(even) {
    transition-timing-function: linear;
  }

  .md\:even\:ease-in:nth-child(even) {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:even\:ease-out:nth-child(even) {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:even\:ease-in-out:nth-child(even) {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:odd\:ease-linear:nth-child(odd) {
    transition-timing-function: linear;
  }

  .md\:odd\:ease-in:nth-child(odd) {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:odd\:ease-out:nth-child(odd) {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:odd\:ease-in-out:nth-child(odd) {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:children\:ease-linear > * {
    transition-timing-function: linear;
  }

  .md\:children\:ease-in > * {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:children\:ease-out > * {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:children\:ease-in-out > * {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:first\:ease-linear:first-child {
    transition-timing-function: linear;
  }

  .md\:first\:ease-in:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:first\:ease-out:first-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:first\:ease-in-out:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:last\:ease-linear:last-child {
    transition-timing-function: linear;
  }

  .md\:last\:ease-in:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:last\:ease-out:last-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:last\:ease-in-out:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:hover\:ease-linear:hover {
    transition-timing-function: linear;
  }

  .md\:hover\:ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:hover\:ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:hover\:ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:ease-linear\! {
    transition-timing-function: linear !important;
  }

  .md\:ease-in\! {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md\:ease-out\! {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md\:ease-in-out\! {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .md\:duration-75 {
    transition-duration: 75ms;
  }

  .md\:duration-100 {
    transition-duration: 100ms;
  }

  .md\:duration-150 {
    transition-duration: 150ms;
  }

  .md\:duration-200 {
    transition-duration: 200ms;
  }

  .md\:duration-300 {
    transition-duration: 300ms;
  }

  .md\:duration-500 {
    transition-duration: 500ms;
  }

  .md\:duration-700 {
    transition-duration: 700ms;
  }

  .md\:duration-1000 {
    transition-duration: 1000ms;
  }

  .md\:even\:duration-75:nth-child(even) {
    transition-duration: 75ms;
  }

  .md\:even\:duration-100:nth-child(even) {
    transition-duration: 100ms;
  }

  .md\:even\:duration-150:nth-child(even) {
    transition-duration: 150ms;
  }

  .md\:even\:duration-200:nth-child(even) {
    transition-duration: 200ms;
  }

  .md\:even\:duration-300:nth-child(even) {
    transition-duration: 300ms;
  }

  .md\:even\:duration-500:nth-child(even) {
    transition-duration: 500ms;
  }

  .md\:even\:duration-700:nth-child(even) {
    transition-duration: 700ms;
  }

  .md\:even\:duration-1000:nth-child(even) {
    transition-duration: 1000ms;
  }

  .md\:odd\:duration-75:nth-child(odd) {
    transition-duration: 75ms;
  }

  .md\:odd\:duration-100:nth-child(odd) {
    transition-duration: 100ms;
  }

  .md\:odd\:duration-150:nth-child(odd) {
    transition-duration: 150ms;
  }

  .md\:odd\:duration-200:nth-child(odd) {
    transition-duration: 200ms;
  }

  .md\:odd\:duration-300:nth-child(odd) {
    transition-duration: 300ms;
  }

  .md\:odd\:duration-500:nth-child(odd) {
    transition-duration: 500ms;
  }

  .md\:odd\:duration-700:nth-child(odd) {
    transition-duration: 700ms;
  }

  .md\:odd\:duration-1000:nth-child(odd) {
    transition-duration: 1000ms;
  }

  .md\:children\:duration-75 > * {
    transition-duration: 75ms;
  }

  .md\:children\:duration-100 > * {
    transition-duration: 100ms;
  }

  .md\:children\:duration-150 > * {
    transition-duration: 150ms;
  }

  .md\:children\:duration-200 > * {
    transition-duration: 200ms;
  }

  .md\:children\:duration-300 > * {
    transition-duration: 300ms;
  }

  .md\:children\:duration-500 > * {
    transition-duration: 500ms;
  }

  .md\:children\:duration-700 > * {
    transition-duration: 700ms;
  }

  .md\:children\:duration-1000 > * {
    transition-duration: 1000ms;
  }

  .md\:first\:duration-75:first-child {
    transition-duration: 75ms;
  }

  .md\:first\:duration-100:first-child {
    transition-duration: 100ms;
  }

  .md\:first\:duration-150:first-child {
    transition-duration: 150ms;
  }

  .md\:first\:duration-200:first-child {
    transition-duration: 200ms;
  }

  .md\:first\:duration-300:first-child {
    transition-duration: 300ms;
  }

  .md\:first\:duration-500:first-child {
    transition-duration: 500ms;
  }

  .md\:first\:duration-700:first-child {
    transition-duration: 700ms;
  }

  .md\:first\:duration-1000:first-child {
    transition-duration: 1000ms;
  }

  .md\:last\:duration-75:last-child {
    transition-duration: 75ms;
  }

  .md\:last\:duration-100:last-child {
    transition-duration: 100ms;
  }

  .md\:last\:duration-150:last-child {
    transition-duration: 150ms;
  }

  .md\:last\:duration-200:last-child {
    transition-duration: 200ms;
  }

  .md\:last\:duration-300:last-child {
    transition-duration: 300ms;
  }

  .md\:last\:duration-500:last-child {
    transition-duration: 500ms;
  }

  .md\:last\:duration-700:last-child {
    transition-duration: 700ms;
  }

  .md\:last\:duration-1000:last-child {
    transition-duration: 1000ms;
  }

  .md\:hover\:duration-75:hover {
    transition-duration: 75ms;
  }

  .md\:hover\:duration-100:hover {
    transition-duration: 100ms;
  }

  .md\:hover\:duration-150:hover {
    transition-duration: 150ms;
  }

  .md\:hover\:duration-200:hover {
    transition-duration: 200ms;
  }

  .md\:hover\:duration-300:hover {
    transition-duration: 300ms;
  }

  .md\:hover\:duration-500:hover {
    transition-duration: 500ms;
  }

  .md\:hover\:duration-700:hover {
    transition-duration: 700ms;
  }

  .md\:hover\:duration-1000:hover {
    transition-duration: 1000ms;
  }

  .md\:duration-75\! {
    transition-duration: 75ms !important;
  }

  .md\:duration-100\! {
    transition-duration: 100ms !important;
  }

  .md\:duration-150\! {
    transition-duration: 150ms !important;
  }

  .md\:duration-200\! {
    transition-duration: 200ms !important;
  }

  .md\:duration-300\! {
    transition-duration: 300ms !important;
  }

  .md\:duration-500\! {
    transition-duration: 500ms !important;
  }

  .md\:duration-700\! {
    transition-duration: 700ms !important;
  }

  .md\:duration-1000\! {
    transition-duration: 1000ms !important;
  }

  .md\:delay-75 {
    transition-delay: 75ms;
  }

  .md\:delay-100 {
    transition-delay: 100ms;
  }

  .md\:delay-150 {
    transition-delay: 150ms;
  }

  .md\:delay-200 {
    transition-delay: 200ms;
  }

  .md\:delay-300 {
    transition-delay: 300ms;
  }

  .md\:delay-500 {
    transition-delay: 500ms;
  }

  .md\:delay-700 {
    transition-delay: 700ms;
  }

  .md\:delay-1000 {
    transition-delay: 1000ms;
  }

  .md\:even\:delay-75:nth-child(even) {
    transition-delay: 75ms;
  }

  .md\:even\:delay-100:nth-child(even) {
    transition-delay: 100ms;
  }

  .md\:even\:delay-150:nth-child(even) {
    transition-delay: 150ms;
  }

  .md\:even\:delay-200:nth-child(even) {
    transition-delay: 200ms;
  }

  .md\:even\:delay-300:nth-child(even) {
    transition-delay: 300ms;
  }

  .md\:even\:delay-500:nth-child(even) {
    transition-delay: 500ms;
  }

  .md\:even\:delay-700:nth-child(even) {
    transition-delay: 700ms;
  }

  .md\:even\:delay-1000:nth-child(even) {
    transition-delay: 1000ms;
  }

  .md\:odd\:delay-75:nth-child(odd) {
    transition-delay: 75ms;
  }

  .md\:odd\:delay-100:nth-child(odd) {
    transition-delay: 100ms;
  }

  .md\:odd\:delay-150:nth-child(odd) {
    transition-delay: 150ms;
  }

  .md\:odd\:delay-200:nth-child(odd) {
    transition-delay: 200ms;
  }

  .md\:odd\:delay-300:nth-child(odd) {
    transition-delay: 300ms;
  }

  .md\:odd\:delay-500:nth-child(odd) {
    transition-delay: 500ms;
  }

  .md\:odd\:delay-700:nth-child(odd) {
    transition-delay: 700ms;
  }

  .md\:odd\:delay-1000:nth-child(odd) {
    transition-delay: 1000ms;
  }

  .md\:children\:delay-75 > * {
    transition-delay: 75ms;
  }

  .md\:children\:delay-100 > * {
    transition-delay: 100ms;
  }

  .md\:children\:delay-150 > * {
    transition-delay: 150ms;
  }

  .md\:children\:delay-200 > * {
    transition-delay: 200ms;
  }

  .md\:children\:delay-300 > * {
    transition-delay: 300ms;
  }

  .md\:children\:delay-500 > * {
    transition-delay: 500ms;
  }

  .md\:children\:delay-700 > * {
    transition-delay: 700ms;
  }

  .md\:children\:delay-1000 > * {
    transition-delay: 1000ms;
  }

  .md\:first\:delay-75:first-child {
    transition-delay: 75ms;
  }

  .md\:first\:delay-100:first-child {
    transition-delay: 100ms;
  }

  .md\:first\:delay-150:first-child {
    transition-delay: 150ms;
  }

  .md\:first\:delay-200:first-child {
    transition-delay: 200ms;
  }

  .md\:first\:delay-300:first-child {
    transition-delay: 300ms;
  }

  .md\:first\:delay-500:first-child {
    transition-delay: 500ms;
  }

  .md\:first\:delay-700:first-child {
    transition-delay: 700ms;
  }

  .md\:first\:delay-1000:first-child {
    transition-delay: 1000ms;
  }

  .md\:last\:delay-75:last-child {
    transition-delay: 75ms;
  }

  .md\:last\:delay-100:last-child {
    transition-delay: 100ms;
  }

  .md\:last\:delay-150:last-child {
    transition-delay: 150ms;
  }

  .md\:last\:delay-200:last-child {
    transition-delay: 200ms;
  }

  .md\:last\:delay-300:last-child {
    transition-delay: 300ms;
  }

  .md\:last\:delay-500:last-child {
    transition-delay: 500ms;
  }

  .md\:last\:delay-700:last-child {
    transition-delay: 700ms;
  }

  .md\:last\:delay-1000:last-child {
    transition-delay: 1000ms;
  }

  .md\:hover\:delay-75:hover {
    transition-delay: 75ms;
  }

  .md\:hover\:delay-100:hover {
    transition-delay: 100ms;
  }

  .md\:hover\:delay-150:hover {
    transition-delay: 150ms;
  }

  .md\:hover\:delay-200:hover {
    transition-delay: 200ms;
  }

  .md\:hover\:delay-300:hover {
    transition-delay: 300ms;
  }

  .md\:hover\:delay-500:hover {
    transition-delay: 500ms;
  }

  .md\:hover\:delay-700:hover {
    transition-delay: 700ms;
  }

  .md\:hover\:delay-1000:hover {
    transition-delay: 1000ms;
  }

  .md\:delay-75\! {
    transition-delay: 75ms !important;
  }

  .md\:delay-100\! {
    transition-delay: 100ms !important;
  }

  .md\:delay-150\! {
    transition-delay: 150ms !important;
  }

  .md\:delay-200\! {
    transition-delay: 200ms !important;
  }

  .md\:delay-300\! {
    transition-delay: 300ms !important;
  }

  .md\:delay-500\! {
    transition-delay: 500ms !important;
  }

  .md\:delay-700\! {
    transition-delay: 700ms !important;
  }

  .md\:delay-1000\! {
    transition-delay: 1000ms !important;
  }

  .md\:aspect-ratio-square {
    padding-top: 100%;
  }

  .md\:aspect-ratio-3\/2 {
    padding-top: 66.66666666666667%;
  }

  .md\:aspect-ratio-2\/3 {
    padding-top: 150%;
  }

  .md\:aspect-ratio-4\/3 {
    padding-top: 75%;
  }

  .md\:aspect-ratio-5\/6 {
    padding-top: 120%;
  }

  .md\:aspect-ratio-16\/9 {
    padding-top: 56.25%;
  }

  .md\:aspect-ratio-21\/9 {
    padding-top: 42.86%;
  }

  .md\:even\:aspect-ratio-square:nth-child(even) {
    padding-top: 100%;
  }

  .md\:even\:aspect-ratio-3\/2:nth-child(even) {
    padding-top: 66.66666666666667%;
  }

  .md\:even\:aspect-ratio-2\/3:nth-child(even) {
    padding-top: 150%;
  }

  .md\:even\:aspect-ratio-4\/3:nth-child(even) {
    padding-top: 75%;
  }

  .md\:even\:aspect-ratio-5\/6:nth-child(even) {
    padding-top: 120%;
  }

  .md\:even\:aspect-ratio-16\/9:nth-child(even) {
    padding-top: 56.25%;
  }

  .md\:even\:aspect-ratio-21\/9:nth-child(even) {
    padding-top: 42.86%;
  }

  .md\:odd\:aspect-ratio-square:nth-child(odd) {
    padding-top: 100%;
  }

  .md\:odd\:aspect-ratio-3\/2:nth-child(odd) {
    padding-top: 66.66666666666667%;
  }

  .md\:odd\:aspect-ratio-2\/3:nth-child(odd) {
    padding-top: 150%;
  }

  .md\:odd\:aspect-ratio-4\/3:nth-child(odd) {
    padding-top: 75%;
  }

  .md\:odd\:aspect-ratio-5\/6:nth-child(odd) {
    padding-top: 120%;
  }

  .md\:odd\:aspect-ratio-16\/9:nth-child(odd) {
    padding-top: 56.25%;
  }

  .md\:odd\:aspect-ratio-21\/9:nth-child(odd) {
    padding-top: 42.86%;
  }

  .md\:children\:aspect-ratio-square > * {
    padding-top: 100%;
  }

  .md\:children\:aspect-ratio-3\/2 > * {
    padding-top: 66.66666666666667%;
  }

  .md\:children\:aspect-ratio-2\/3 > * {
    padding-top: 150%;
  }

  .md\:children\:aspect-ratio-4\/3 > * {
    padding-top: 75%;
  }

  .md\:children\:aspect-ratio-5\/6 > * {
    padding-top: 120%;
  }

  .md\:children\:aspect-ratio-16\/9 > * {
    padding-top: 56.25%;
  }

  .md\:children\:aspect-ratio-21\/9 > * {
    padding-top: 42.86%;
  }

  .md\:first\:aspect-ratio-square:first-child {
    padding-top: 100%;
  }

  .md\:first\:aspect-ratio-3\/2:first-child {
    padding-top: 66.66666666666667%;
  }

  .md\:first\:aspect-ratio-2\/3:first-child {
    padding-top: 150%;
  }

  .md\:first\:aspect-ratio-4\/3:first-child {
    padding-top: 75%;
  }

  .md\:first\:aspect-ratio-5\/6:first-child {
    padding-top: 120%;
  }

  .md\:first\:aspect-ratio-16\/9:first-child {
    padding-top: 56.25%;
  }

  .md\:first\:aspect-ratio-21\/9:first-child {
    padding-top: 42.86%;
  }

  .md\:last\:aspect-ratio-square:last-child {
    padding-top: 100%;
  }

  .md\:last\:aspect-ratio-3\/2:last-child {
    padding-top: 66.66666666666667%;
  }

  .md\:last\:aspect-ratio-2\/3:last-child {
    padding-top: 150%;
  }

  .md\:last\:aspect-ratio-4\/3:last-child {
    padding-top: 75%;
  }

  .md\:last\:aspect-ratio-5\/6:last-child {
    padding-top: 120%;
  }

  .md\:last\:aspect-ratio-16\/9:last-child {
    padding-top: 56.25%;
  }

  .md\:last\:aspect-ratio-21\/9:last-child {
    padding-top: 42.86%;
  }

  .md\:hover\:aspect-ratio-square:hover {
    padding-top: 100%;
  }

  .md\:hover\:aspect-ratio-3\/2:hover {
    padding-top: 66.66666666666667%;
  }

  .md\:hover\:aspect-ratio-2\/3:hover {
    padding-top: 150%;
  }

  .md\:hover\:aspect-ratio-4\/3:hover {
    padding-top: 75%;
  }

  .md\:hover\:aspect-ratio-5\/6:hover {
    padding-top: 120%;
  }

  .md\:hover\:aspect-ratio-16\/9:hover {
    padding-top: 56.25%;
  }

  .md\:hover\:aspect-ratio-21\/9:hover {
    padding-top: 42.86%;
  }

  .md\:aspect-ratio-square\! {
    padding-top: 100% !important;
  }

  .md\:aspect-ratio-3\/2\! {
    padding-top: 66.66666666666667% !important;
  }

  .md\:aspect-ratio-2\/3\! {
    padding-top: 150% !important;
  }

  .md\:aspect-ratio-4\/3\! {
    padding-top: 75% !important;
  }

  .md\:aspect-ratio-5\/6\! {
    padding-top: 120% !important;
  }

  .md\:aspect-ratio-16\/9\! {
    padding-top: 56.25% !important;
  }

  .md\:aspect-ratio-21\/9\! {
    padding-top: 42.86% !important;
  }

  .md\:border-box {
    box-sizing: border-box;
  }

  .md\:content-box {
    box-sizing: content-box;
  }

  .md\:even\:border-box:nth-child(even) {
    box-sizing: border-box;
  }

  .md\:even\:content-box:nth-child(even) {
    box-sizing: content-box;
  }

  .md\:odd\:border-box:nth-child(odd) {
    box-sizing: border-box;
  }

  .md\:odd\:content-box:nth-child(odd) {
    box-sizing: content-box;
  }

  .md\:children\:border-box > * {
    box-sizing: border-box;
  }

  .md\:children\:content-box > * {
    box-sizing: content-box;
  }

  .md\:first\:border-box:first-child {
    box-sizing: border-box;
  }

  .md\:first\:content-box:first-child {
    box-sizing: content-box;
  }

  .md\:last\:border-box:last-child {
    box-sizing: border-box;
  }

  .md\:last\:content-box:last-child {
    box-sizing: content-box;
  }

  .md\:hover\:border-box:hover {
    box-sizing: border-box;
  }

  .md\:hover\:content-box:hover {
    box-sizing: content-box;
  }

  .md\:border-box\! {
    box-sizing: border-box !important;
  }

  .md\:content-box\! {
    box-sizing: content-box !important;
  }

  .md\:line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:line-clamp-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:line-clamp-7 {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:line-clamp-8 {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:line-clamp-9 {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:line-clamp-10 {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:even\:line-clamp-1:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:even\:line-clamp-2:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:even\:line-clamp-3:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:even\:line-clamp-4:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:even\:line-clamp-5:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:even\:line-clamp-6:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:even\:line-clamp-7:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:even\:line-clamp-8:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:even\:line-clamp-9:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:even\:line-clamp-10:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:odd\:line-clamp-1:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:odd\:line-clamp-2:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:odd\:line-clamp-3:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:odd\:line-clamp-4:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:odd\:line-clamp-5:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:odd\:line-clamp-6:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:odd\:line-clamp-7:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:odd\:line-clamp-8:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:odd\:line-clamp-9:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:odd\:line-clamp-10:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:children\:line-clamp-1 > * {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:children\:line-clamp-2 > * {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:children\:line-clamp-3 > * {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:children\:line-clamp-4 > * {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:children\:line-clamp-5 > * {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:children\:line-clamp-6 > * {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:children\:line-clamp-7 > * {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:children\:line-clamp-8 > * {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:children\:line-clamp-9 > * {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:children\:line-clamp-10 > * {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:first\:line-clamp-1:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:first\:line-clamp-2:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:first\:line-clamp-3:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:first\:line-clamp-4:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:first\:line-clamp-5:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:first\:line-clamp-6:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:first\:line-clamp-7:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:first\:line-clamp-8:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:first\:line-clamp-9:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:first\:line-clamp-10:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:last\:line-clamp-1:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:last\:line-clamp-2:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:last\:line-clamp-3:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:last\:line-clamp-4:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:last\:line-clamp-5:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:last\:line-clamp-6:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:last\:line-clamp-7:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:last\:line-clamp-8:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:last\:line-clamp-9:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:last\:line-clamp-10:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:hover\:line-clamp-1:hover {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:hover\:line-clamp-2:hover {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:hover\:line-clamp-3:hover {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:hover\:line-clamp-4:hover {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:hover\:line-clamp-5:hover {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:hover\:line-clamp-6:hover {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:hover\:line-clamp-7:hover {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:hover\:line-clamp-8:hover {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:hover\:line-clamp-9:hover {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:hover\:line-clamp-10:hover {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .md\:line-clamp-1\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .md\:line-clamp-2\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .md\:line-clamp-3\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .md\:line-clamp-4\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .md\:line-clamp-5\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .md\:line-clamp-6\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .md\:line-clamp-7\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 7 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .md\:line-clamp-8\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 8 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .md\:line-clamp-9\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 9 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .md\:line-clamp-10\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 10 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .md\:filter-blur-1 {
    filter: blur(1px);
  }

  .md\:filter-blur-2 {
    filter: blur(2px);
  }

  .md\:filter-blur-3 {
    filter: blur(3px);
  }

  .md\:filter-blur-4 {
    filter: blur(4px);
  }

  .md\:filter-blur-5 {
    filter: blur(5px);
  }

  .md\:even\:filter-blur-1:nth-child(even) {
    filter: blur(1px);
  }

  .md\:even\:filter-blur-2:nth-child(even) {
    filter: blur(2px);
  }

  .md\:even\:filter-blur-3:nth-child(even) {
    filter: blur(3px);
  }

  .md\:even\:filter-blur-4:nth-child(even) {
    filter: blur(4px);
  }

  .md\:even\:filter-blur-5:nth-child(even) {
    filter: blur(5px);
  }

  .md\:odd\:filter-blur-1:nth-child(odd) {
    filter: blur(1px);
  }

  .md\:odd\:filter-blur-2:nth-child(odd) {
    filter: blur(2px);
  }

  .md\:odd\:filter-blur-3:nth-child(odd) {
    filter: blur(3px);
  }

  .md\:odd\:filter-blur-4:nth-child(odd) {
    filter: blur(4px);
  }

  .md\:odd\:filter-blur-5:nth-child(odd) {
    filter: blur(5px);
  }

  .md\:children\:filter-blur-1 > * {
    filter: blur(1px);
  }

  .md\:children\:filter-blur-2 > * {
    filter: blur(2px);
  }

  .md\:children\:filter-blur-3 > * {
    filter: blur(3px);
  }

  .md\:children\:filter-blur-4 > * {
    filter: blur(4px);
  }

  .md\:children\:filter-blur-5 > * {
    filter: blur(5px);
  }

  .md\:first\:filter-blur-1:first-child {
    filter: blur(1px);
  }

  .md\:first\:filter-blur-2:first-child {
    filter: blur(2px);
  }

  .md\:first\:filter-blur-3:first-child {
    filter: blur(3px);
  }

  .md\:first\:filter-blur-4:first-child {
    filter: blur(4px);
  }

  .md\:first\:filter-blur-5:first-child {
    filter: blur(5px);
  }

  .md\:last\:filter-blur-1:last-child {
    filter: blur(1px);
  }

  .md\:last\:filter-blur-2:last-child {
    filter: blur(2px);
  }

  .md\:last\:filter-blur-3:last-child {
    filter: blur(3px);
  }

  .md\:last\:filter-blur-4:last-child {
    filter: blur(4px);
  }

  .md\:last\:filter-blur-5:last-child {
    filter: blur(5px);
  }

  .md\:hover\:filter-blur-1:hover {
    filter: blur(1px);
  }

  .md\:hover\:filter-blur-2:hover {
    filter: blur(2px);
  }

  .md\:hover\:filter-blur-3:hover {
    filter: blur(3px);
  }

  .md\:hover\:filter-blur-4:hover {
    filter: blur(4px);
  }

  .md\:hover\:filter-blur-5:hover {
    filter: blur(5px);
  }

  .md\:filter-blur-1\! {
    filter: blur(1px) !important;
  }

  .md\:filter-blur-2\! {
    filter: blur(2px) !important;
  }

  .md\:filter-blur-3\! {
    filter: blur(3px) !important;
  }

  .md\:filter-blur-4\! {
    filter: blur(4px) !important;
  }

  .md\:filter-blur-5\! {
    filter: blur(5px) !important;
  }
}

@media (min-width: 1024px) {
  .lg\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .lg\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .lg\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .lg\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .lg\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .lg\:space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .lg\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .lg\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .lg\:space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .lg\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .lg\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .lg\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .lg\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .lg\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .lg\:space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .lg\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .lg\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .lg\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .lg\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .lg\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .lg\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .lg\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .lg\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .lg\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .lg\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .lg\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .lg\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .lg\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .lg\:-space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .lg\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .lg\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .lg\:-space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .lg\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .lg\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .lg\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .lg\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .lg\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .lg\:-space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .lg\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .lg\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .lg\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .lg\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .lg\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .lg\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .lg\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .lg\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .lg\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .lg\:even\:space-y-0:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:even\:space-x-0:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-1:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-1:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-2:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-2:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-3:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-3:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-4:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-4:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-5:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-5:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-6:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-6:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-7:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-7:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-8:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-8:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-9:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-9:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-10:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-10:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-11:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-11:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-12:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-12:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-13:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-13:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-14:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-14:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-15:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-15:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-16:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-16:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-17:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-17:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-18:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-18:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-19:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-19:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-20:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-20:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-24:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-24:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-32:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-32:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-40:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-40:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-48:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-48:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-56:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-56:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-64:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-64:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-75:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .lg\:even\:space-x-75:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-px:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .lg\:even\:space-x-px:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-1:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-1:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-2:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-2:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-3:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-3:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-4:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-4:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-5:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-5:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-6:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-6:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-7:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-7:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-8:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-8:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-9:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-9:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-10:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-10:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-11:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-11:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-12:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-12:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-13:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-13:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-14:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-14:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-15:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-15:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-16:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-16:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-17:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-17:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-18:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-18:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-19:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-19:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-20:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-20:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-24:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-24:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-32:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-32:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-40:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-40:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-48:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-48:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-56:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-56:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-64:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-64:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-75:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-75:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:-space-y-px:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .lg\:even\:-space-x-px:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:even\:space-y-reverse:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .lg\:even\:space-x-reverse:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .lg\:odd\:space-y-0:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-0:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-1:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-1:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-2:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-2:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-3:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-3:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-4:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-4:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-5:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-5:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-6:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-6:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-7:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-7:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-8:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-8:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-9:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-9:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-10:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-10:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-11:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-11:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-12:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-12:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-13:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-13:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-14:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-14:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-15:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-15:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-16:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-16:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-17:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-17:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-18:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-18:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-19:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-19:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-20:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-20:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-24:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-24:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-32:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-32:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-40:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-40:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-48:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-48:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-56:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-56:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-64:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-64:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-75:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-75:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-px:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .lg\:odd\:space-x-px:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-1:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-1:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-2:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-2:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-3:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-3:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-4:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-4:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-5:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-5:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-6:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-6:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-7:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-7:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-8:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-8:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-9:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-9:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-10:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-10:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-11:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-11:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-12:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-12:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-13:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-13:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-14:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-14:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-15:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-15:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-16:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-16:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-17:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-17:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-18:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-18:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-19:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-19:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-20:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-20:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-24:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-24:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-32:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-32:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-40:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-40:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-48:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-48:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-56:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-56:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-64:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-64:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-75:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-75:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:-space-y-px:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .lg\:odd\:-space-x-px:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:odd\:space-y-reverse:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .lg\:odd\:space-x-reverse:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .lg\:children\:space-y-0 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:children\:space-x-0 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-1 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-1 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-2 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-2 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-3 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-3 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-4 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-4 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-5 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-5 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-6 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-6 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-7 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-7 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-8 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-8 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-9 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-9 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-10 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-10 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-11 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-11 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-12 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-12 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-13 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-13 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-14 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-14 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-15 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-15 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-16 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-16 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-17 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-17 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-18 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-18 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-19 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-19 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-20 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-20 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-24 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-24 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-32 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-32 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-40 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-40 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-48 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-48 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-56 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-56 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-64 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-64 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-75 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .lg\:children\:space-x-75 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-px > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .lg\:children\:space-x-px > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-1 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-1 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-2 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-2 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-3 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-3 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-4 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-4 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-5 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-5 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-6 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-6 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-7 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-7 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-8 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-8 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-9 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-9 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-10 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-10 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-11 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-11 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-12 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-12 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-13 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-13 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-14 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-14 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-15 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-15 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-16 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-16 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-17 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-17 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-18 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-18 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-19 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-19 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-20 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-20 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-24 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-24 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-32 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-32 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-40 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-40 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-48 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-48 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-56 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-56 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-64 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-64 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-75 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-75 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:-space-y-px > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .lg\:children\:-space-x-px > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:children\:space-y-reverse > * > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .lg\:children\:space-x-reverse > * > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .lg\:first\:space-y-0:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-0:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-7:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-7:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-11:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-11:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-19:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-19:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-7:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-7:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-11:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-11:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-19:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-19:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-reverse:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .lg\:first\:space-x-reverse:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .lg\:last\:space-y-0:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-0:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-7:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-7:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-11:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-11:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-19:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-19:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-7:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-7:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-11:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-11:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-19:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-19:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-reverse:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .lg\:last\:space-x-reverse:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .lg\:hover\:space-y-0:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-0:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-7:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-7:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-11:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-11:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-19:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-19:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-7:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-7:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-11:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-11:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-19:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-19:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-reverse:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .lg\:hover\:space-x-reverse:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .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-9 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-9 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.25rem * 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-11 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-11 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.75rem * 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-13 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-13 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-14 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-14 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-15 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-15 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.75rem * 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-17 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-17 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-18 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-18 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-19 > :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-19 > :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-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-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-48 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-48 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * 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-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-75 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-75 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(18.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(18.75rem * 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-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-9 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-9 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.25rem * 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-11 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-11 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.75rem * 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-13 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-13 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-14 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-14 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-15 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-15 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.75rem * 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-17 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-17 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-18 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-18 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-19 > :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-19 > :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-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-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-48 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-48 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * 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-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-75 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-75 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-18.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18.75rem * 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-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;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .lg\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .lg\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .lg\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .lg\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .lg\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .lg\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .lg\:even\:divide-y-0:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .lg\:even\:divide-x-0:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:even\:divide-y-2:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .lg\:even\:divide-x-2:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:even\:divide-y-4:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .lg\:even\:divide-x-4:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:even\:divide-y-8:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .lg\:even\:divide-x-8:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:even\:divide-y:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .lg\:even\:divide-x:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:even\:divide-y-reverse:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .lg\:even\:divide-x-reverse:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .lg\:odd\:divide-y-0:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .lg\:odd\:divide-x-0:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:odd\:divide-y-2:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .lg\:odd\:divide-x-2:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:odd\:divide-y-4:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .lg\:odd\:divide-x-4:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:odd\:divide-y-8:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .lg\:odd\:divide-x-8:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:odd\:divide-y:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .lg\:odd\:divide-x:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:odd\:divide-y-reverse:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .lg\:odd\:divide-x-reverse:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .lg\:children\:divide-y-0 > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .lg\:children\:divide-x-0 > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:children\:divide-y-2 > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .lg\:children\:divide-x-2 > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:children\:divide-y-4 > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .lg\:children\:divide-x-4 > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:children\:divide-y-8 > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .lg\:children\:divide-x-8 > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:children\:divide-y > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .lg\:children\:divide-x > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:children\:divide-y-reverse > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .lg\:children\:divide-x-reverse > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .lg\:first\:divide-y-0:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .lg\:first\:divide-x-0:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:first\:divide-y-2:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .lg\:first\:divide-x-2:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:first\:divide-y-4:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .lg\:first\:divide-x-4:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:first\:divide-y-8:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .lg\:first\:divide-x-8:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:first\:divide-y:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .lg\:first\:divide-x:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:first\:divide-y-reverse:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .lg\:first\:divide-x-reverse:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .lg\:last\:divide-y-0:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .lg\:last\:divide-x-0:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:last\:divide-y-2:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .lg\:last\:divide-x-2:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:last\:divide-y-4:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .lg\:last\:divide-x-4:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:last\:divide-y-8:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .lg\:last\:divide-x-8:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:last\:divide-y:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .lg\:last\:divide-x:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:last\:divide-y-reverse:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .lg\:last\:divide-x-reverse:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .lg\:hover\:divide-y-0:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .lg\:hover\:divide-x-0:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:hover\:divide-y-2:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .lg\:hover\:divide-x-2:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:hover\:divide-y-4:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .lg\:hover\:divide-x-4:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:hover\:divide-y-8:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .lg\:hover\:divide-x-8:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:hover\:divide-y:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .lg\:hover\:divide-x:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:hover\:divide-y-reverse:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .lg\:hover\:divide-x-reverse:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .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-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;
  }

  .lg\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .lg\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .lg\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .lg\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .lg\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .lg\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .lg\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .lg\:divide-gray-450 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .lg\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .lg\:divide-gray-550 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .lg\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .lg\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .lg\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .lg\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .lg\:divide-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .lg\:divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .lg\:divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .lg\:divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .lg\:divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .lg\:divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .lg\:divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .lg\:divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .lg\:divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .lg\:divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .lg\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .lg\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .lg\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .lg\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .lg\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .lg\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .lg\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .lg\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .lg\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .lg\:divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .lg\:divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .lg\:divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .lg\:divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .lg\:divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .lg\:divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .lg\:divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .lg\:divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .lg\:divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .lg\:divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .lg\:divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .lg\:divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .lg\:divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .lg\:divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .lg\:divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .lg\:divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .lg\:divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .lg\:divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .lg\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .lg\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .lg\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .lg\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .lg\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .lg\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .lg\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .lg\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .lg\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .lg\:divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .lg\:divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .lg\:divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .lg\:divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .lg\:divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .lg\:divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .lg\:divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .lg\:divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .lg\:divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .lg\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .lg\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .lg\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .lg\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .lg\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .lg\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .lg\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .lg\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .lg\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .lg\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .lg\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .lg\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .lg\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .lg\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .lg\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .lg\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .lg\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .lg\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .lg\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .lg\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .lg\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .lg\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .lg\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .lg\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .lg\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .lg\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .lg\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .lg\:divide-dark-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .lg\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .lg\:divide-pale-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .lg\:divide-success > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .lg\:divide-error > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .lg\:even\:divide-transparent:nth-child(even) > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .lg\:even\:divide-current:nth-child(even) > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .lg\:even\:divide-black:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .lg\:even\:divide-white:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .lg\:even\:divide-gray-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .lg\:even\:divide-gray-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .lg\:even\:divide-gray-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .lg\:even\:divide-gray-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .lg\:even\:divide-gray-450:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .lg\:even\:divide-gray-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .lg\:even\:divide-gray-550:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .lg\:even\:divide-gray-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .lg\:even\:divide-gray-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .lg\:even\:divide-gray-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .lg\:even\:divide-gray-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .lg\:even\:divide-gray:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .lg\:even\:divide-red-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .lg\:even\:divide-red-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .lg\:even\:divide-red-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .lg\:even\:divide-red-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .lg\:even\:divide-red-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .lg\:even\:divide-red-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .lg\:even\:divide-red-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .lg\:even\:divide-red-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .lg\:even\:divide-red-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .lg\:even\:divide-orange-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .lg\:even\:divide-orange-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .lg\:even\:divide-orange-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .lg\:even\:divide-orange-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .lg\:even\:divide-orange-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .lg\:even\:divide-orange-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .lg\:even\:divide-orange-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .lg\:even\:divide-orange-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .lg\:even\:divide-orange-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .lg\:even\:divide-yellow-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .lg\:even\:divide-yellow-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .lg\:even\:divide-yellow-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .lg\:even\:divide-yellow-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .lg\:even\:divide-yellow-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .lg\:even\:divide-yellow-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .lg\:even\:divide-yellow-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .lg\:even\:divide-yellow-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .lg\:even\:divide-yellow-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .lg\:even\:divide-green-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .lg\:even\:divide-green-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .lg\:even\:divide-green-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .lg\:even\:divide-green-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .lg\:even\:divide-green-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .lg\:even\:divide-green-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .lg\:even\:divide-green-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .lg\:even\:divide-green-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .lg\:even\:divide-green-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .lg\:even\:divide-teal-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .lg\:even\:divide-teal-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .lg\:even\:divide-teal-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .lg\:even\:divide-teal-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .lg\:even\:divide-teal-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .lg\:even\:divide-teal-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .lg\:even\:divide-teal-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .lg\:even\:divide-teal-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .lg\:even\:divide-teal-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .lg\:even\:divide-blue-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .lg\:even\:divide-blue-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .lg\:even\:divide-blue-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .lg\:even\:divide-blue-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .lg\:even\:divide-blue-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .lg\:even\:divide-blue-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .lg\:even\:divide-blue-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .lg\:even\:divide-blue-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .lg\:even\:divide-blue-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .lg\:even\:divide-indigo-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .lg\:even\:divide-indigo-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .lg\:even\:divide-indigo-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .lg\:even\:divide-indigo-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .lg\:even\:divide-indigo-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .lg\:even\:divide-indigo-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .lg\:even\:divide-indigo-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .lg\:even\:divide-indigo-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .lg\:even\:divide-indigo-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .lg\:even\:divide-purple-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .lg\:even\:divide-purple-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .lg\:even\:divide-purple-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .lg\:even\:divide-purple-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .lg\:even\:divide-purple-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .lg\:even\:divide-purple-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .lg\:even\:divide-purple-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .lg\:even\:divide-purple-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .lg\:even\:divide-purple-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .lg\:even\:divide-pink-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .lg\:even\:divide-pink-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .lg\:even\:divide-pink-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .lg\:even\:divide-pink-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .lg\:even\:divide-pink-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .lg\:even\:divide-pink-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .lg\:even\:divide-pink-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .lg\:even\:divide-pink-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .lg\:even\:divide-pink-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .lg\:even\:divide-dark-blue:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .lg\:even\:divide-light-blue:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .lg\:even\:divide-pale-yellow:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .lg\:even\:divide-success:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .lg\:even\:divide-error:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .lg\:odd\:divide-transparent:nth-child(odd) > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .lg\:odd\:divide-current:nth-child(odd) > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .lg\:odd\:divide-black:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .lg\:odd\:divide-white:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .lg\:odd\:divide-gray-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .lg\:odd\:divide-gray-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .lg\:odd\:divide-gray-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .lg\:odd\:divide-gray-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .lg\:odd\:divide-gray-450:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .lg\:odd\:divide-gray-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .lg\:odd\:divide-gray-550:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .lg\:odd\:divide-gray-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .lg\:odd\:divide-gray-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .lg\:odd\:divide-gray-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .lg\:odd\:divide-gray-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .lg\:odd\:divide-gray:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .lg\:odd\:divide-red-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .lg\:odd\:divide-red-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .lg\:odd\:divide-red-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .lg\:odd\:divide-red-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .lg\:odd\:divide-red-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .lg\:odd\:divide-red-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .lg\:odd\:divide-red-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .lg\:odd\:divide-red-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .lg\:odd\:divide-red-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .lg\:odd\:divide-orange-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .lg\:odd\:divide-orange-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .lg\:odd\:divide-orange-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .lg\:odd\:divide-orange-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .lg\:odd\:divide-orange-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .lg\:odd\:divide-orange-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .lg\:odd\:divide-orange-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .lg\:odd\:divide-orange-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .lg\:odd\:divide-orange-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .lg\:odd\:divide-yellow-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .lg\:odd\:divide-yellow-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .lg\:odd\:divide-yellow-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .lg\:odd\:divide-yellow-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .lg\:odd\:divide-yellow-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .lg\:odd\:divide-yellow-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .lg\:odd\:divide-yellow-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .lg\:odd\:divide-yellow-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .lg\:odd\:divide-yellow-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .lg\:odd\:divide-green-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .lg\:odd\:divide-green-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .lg\:odd\:divide-green-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .lg\:odd\:divide-green-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .lg\:odd\:divide-green-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .lg\:odd\:divide-green-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .lg\:odd\:divide-green-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .lg\:odd\:divide-green-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .lg\:odd\:divide-green-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .lg\:odd\:divide-teal-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .lg\:odd\:divide-teal-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .lg\:odd\:divide-teal-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .lg\:odd\:divide-teal-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .lg\:odd\:divide-teal-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .lg\:odd\:divide-teal-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .lg\:odd\:divide-teal-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .lg\:odd\:divide-teal-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .lg\:odd\:divide-teal-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .lg\:odd\:divide-blue-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .lg\:odd\:divide-blue-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .lg\:odd\:divide-blue-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .lg\:odd\:divide-blue-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .lg\:odd\:divide-blue-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .lg\:odd\:divide-blue-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .lg\:odd\:divide-blue-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .lg\:odd\:divide-blue-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .lg\:odd\:divide-blue-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .lg\:odd\:divide-indigo-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .lg\:odd\:divide-indigo-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .lg\:odd\:divide-indigo-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .lg\:odd\:divide-indigo-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .lg\:odd\:divide-indigo-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .lg\:odd\:divide-indigo-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .lg\:odd\:divide-indigo-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .lg\:odd\:divide-indigo-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .lg\:odd\:divide-indigo-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .lg\:odd\:divide-purple-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .lg\:odd\:divide-purple-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .lg\:odd\:divide-purple-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .lg\:odd\:divide-purple-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .lg\:odd\:divide-purple-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .lg\:odd\:divide-purple-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .lg\:odd\:divide-purple-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .lg\:odd\:divide-purple-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .lg\:odd\:divide-purple-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .lg\:odd\:divide-pink-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .lg\:odd\:divide-pink-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .lg\:odd\:divide-pink-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .lg\:odd\:divide-pink-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .lg\:odd\:divide-pink-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .lg\:odd\:divide-pink-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .lg\:odd\:divide-pink-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .lg\:odd\:divide-pink-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .lg\:odd\:divide-pink-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .lg\:odd\:divide-dark-blue:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .lg\:odd\:divide-light-blue:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .lg\:odd\:divide-pale-yellow:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .lg\:odd\:divide-success:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .lg\:odd\:divide-error:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .lg\:children\:divide-transparent > * > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .lg\:children\:divide-current > * > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .lg\:children\:divide-black > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .lg\:children\:divide-white > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .lg\:children\:divide-gray-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .lg\:children\:divide-gray-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .lg\:children\:divide-gray-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .lg\:children\:divide-gray-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .lg\:children\:divide-gray-450 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .lg\:children\:divide-gray-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .lg\:children\:divide-gray-550 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .lg\:children\:divide-gray-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .lg\:children\:divide-gray-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .lg\:children\:divide-gray-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .lg\:children\:divide-gray-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .lg\:children\:divide-gray > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .lg\:children\:divide-red-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .lg\:children\:divide-red-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .lg\:children\:divide-red-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .lg\:children\:divide-red-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .lg\:children\:divide-red-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .lg\:children\:divide-red-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .lg\:children\:divide-red-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .lg\:children\:divide-red-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .lg\:children\:divide-red-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .lg\:children\:divide-orange-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .lg\:children\:divide-orange-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .lg\:children\:divide-orange-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .lg\:children\:divide-orange-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .lg\:children\:divide-orange-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .lg\:children\:divide-orange-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .lg\:children\:divide-orange-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .lg\:children\:divide-orange-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .lg\:children\:divide-orange-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .lg\:children\:divide-yellow-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .lg\:children\:divide-yellow-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .lg\:children\:divide-yellow-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .lg\:children\:divide-yellow-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .lg\:children\:divide-yellow-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .lg\:children\:divide-yellow-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .lg\:children\:divide-yellow-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .lg\:children\:divide-yellow-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .lg\:children\:divide-yellow-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .lg\:children\:divide-green-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .lg\:children\:divide-green-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .lg\:children\:divide-green-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .lg\:children\:divide-green-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .lg\:children\:divide-green-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .lg\:children\:divide-green-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .lg\:children\:divide-green-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .lg\:children\:divide-green-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .lg\:children\:divide-green-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .lg\:children\:divide-teal-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .lg\:children\:divide-teal-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .lg\:children\:divide-teal-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .lg\:children\:divide-teal-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .lg\:children\:divide-teal-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .lg\:children\:divide-teal-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .lg\:children\:divide-teal-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .lg\:children\:divide-teal-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .lg\:children\:divide-teal-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .lg\:children\:divide-blue-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .lg\:children\:divide-blue-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .lg\:children\:divide-blue-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .lg\:children\:divide-blue-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .lg\:children\:divide-blue-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .lg\:children\:divide-blue-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .lg\:children\:divide-blue-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .lg\:children\:divide-blue-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .lg\:children\:divide-blue-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .lg\:children\:divide-indigo-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .lg\:children\:divide-indigo-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .lg\:children\:divide-indigo-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .lg\:children\:divide-indigo-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .lg\:children\:divide-indigo-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .lg\:children\:divide-indigo-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .lg\:children\:divide-indigo-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .lg\:children\:divide-indigo-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .lg\:children\:divide-indigo-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .lg\:children\:divide-purple-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .lg\:children\:divide-purple-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .lg\:children\:divide-purple-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .lg\:children\:divide-purple-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .lg\:children\:divide-purple-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .lg\:children\:divide-purple-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .lg\:children\:divide-purple-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .lg\:children\:divide-purple-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .lg\:children\:divide-purple-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .lg\:children\:divide-pink-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .lg\:children\:divide-pink-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .lg\:children\:divide-pink-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .lg\:children\:divide-pink-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .lg\:children\:divide-pink-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .lg\:children\:divide-pink-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .lg\:children\:divide-pink-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .lg\:children\:divide-pink-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .lg\:children\:divide-pink-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .lg\:children\:divide-dark-blue > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .lg\:children\:divide-light-blue > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .lg\:children\:divide-pale-yellow > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .lg\:children\:divide-success > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .lg\:children\:divide-error > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .lg\:first\:divide-transparent:first-child > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .lg\:first\:divide-current:first-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .lg\:first\:divide-black:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .lg\:first\:divide-white:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .lg\:first\:divide-gray-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .lg\:first\:divide-gray-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .lg\:first\:divide-gray-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .lg\:first\:divide-gray-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .lg\:first\:divide-gray-450:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .lg\:first\:divide-gray-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .lg\:first\:divide-gray-550:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .lg\:first\:divide-gray-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .lg\:first\:divide-gray-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .lg\:first\:divide-gray-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .lg\:first\:divide-gray-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .lg\:first\:divide-gray:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .lg\:first\:divide-red-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .lg\:first\:divide-red-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .lg\:first\:divide-red-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .lg\:first\:divide-red-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .lg\:first\:divide-red-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .lg\:first\:divide-red-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .lg\:first\:divide-red-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .lg\:first\:divide-red-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .lg\:first\:divide-red-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .lg\:first\:divide-orange-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .lg\:first\:divide-orange-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .lg\:first\:divide-orange-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .lg\:first\:divide-orange-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .lg\:first\:divide-orange-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .lg\:first\:divide-orange-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .lg\:first\:divide-orange-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .lg\:first\:divide-orange-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .lg\:first\:divide-orange-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .lg\:first\:divide-yellow-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .lg\:first\:divide-yellow-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .lg\:first\:divide-yellow-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .lg\:first\:divide-yellow-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .lg\:first\:divide-yellow-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .lg\:first\:divide-yellow-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .lg\:first\:divide-yellow-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .lg\:first\:divide-yellow-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .lg\:first\:divide-yellow-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .lg\:first\:divide-green-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .lg\:first\:divide-green-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .lg\:first\:divide-green-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .lg\:first\:divide-green-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .lg\:first\:divide-green-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .lg\:first\:divide-green-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .lg\:first\:divide-green-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .lg\:first\:divide-green-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .lg\:first\:divide-green-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .lg\:first\:divide-teal-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .lg\:first\:divide-teal-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .lg\:first\:divide-teal-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .lg\:first\:divide-teal-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .lg\:first\:divide-teal-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .lg\:first\:divide-teal-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .lg\:first\:divide-teal-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .lg\:first\:divide-teal-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .lg\:first\:divide-teal-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .lg\:first\:divide-blue-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .lg\:first\:divide-blue-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .lg\:first\:divide-blue-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .lg\:first\:divide-blue-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .lg\:first\:divide-blue-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .lg\:first\:divide-blue-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .lg\:first\:divide-blue-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .lg\:first\:divide-blue-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .lg\:first\:divide-blue-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .lg\:first\:divide-indigo-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .lg\:first\:divide-indigo-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .lg\:first\:divide-indigo-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .lg\:first\:divide-indigo-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .lg\:first\:divide-indigo-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .lg\:first\:divide-indigo-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .lg\:first\:divide-indigo-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .lg\:first\:divide-indigo-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .lg\:first\:divide-indigo-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .lg\:first\:divide-purple-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .lg\:first\:divide-purple-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .lg\:first\:divide-purple-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .lg\:first\:divide-purple-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .lg\:first\:divide-purple-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .lg\:first\:divide-purple-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .lg\:first\:divide-purple-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .lg\:first\:divide-purple-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .lg\:first\:divide-purple-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .lg\:first\:divide-pink-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .lg\:first\:divide-pink-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .lg\:first\:divide-pink-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .lg\:first\:divide-pink-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .lg\:first\:divide-pink-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .lg\:first\:divide-pink-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .lg\:first\:divide-pink-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .lg\:first\:divide-pink-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .lg\:first\:divide-pink-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .lg\:first\:divide-dark-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .lg\:first\:divide-light-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .lg\:first\:divide-pale-yellow:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .lg\:first\:divide-success:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .lg\:first\:divide-error:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .lg\:last\:divide-transparent:last-child > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .lg\:last\:divide-current:last-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .lg\:last\:divide-black:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .lg\:last\:divide-white:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .lg\:last\:divide-gray-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .lg\:last\:divide-gray-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .lg\:last\:divide-gray-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .lg\:last\:divide-gray-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .lg\:last\:divide-gray-450:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .lg\:last\:divide-gray-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .lg\:last\:divide-gray-550:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .lg\:last\:divide-gray-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .lg\:last\:divide-gray-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .lg\:last\:divide-gray-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .lg\:last\:divide-gray-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .lg\:last\:divide-gray:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .lg\:last\:divide-red-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .lg\:last\:divide-red-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .lg\:last\:divide-red-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .lg\:last\:divide-red-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .lg\:last\:divide-red-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .lg\:last\:divide-red-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .lg\:last\:divide-red-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .lg\:last\:divide-red-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .lg\:last\:divide-red-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .lg\:last\:divide-orange-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .lg\:last\:divide-orange-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .lg\:last\:divide-orange-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .lg\:last\:divide-orange-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .lg\:last\:divide-orange-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .lg\:last\:divide-orange-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .lg\:last\:divide-orange-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .lg\:last\:divide-orange-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .lg\:last\:divide-orange-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .lg\:last\:divide-yellow-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .lg\:last\:divide-yellow-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .lg\:last\:divide-yellow-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .lg\:last\:divide-yellow-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .lg\:last\:divide-yellow-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .lg\:last\:divide-yellow-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .lg\:last\:divide-yellow-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .lg\:last\:divide-yellow-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .lg\:last\:divide-yellow-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .lg\:last\:divide-green-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .lg\:last\:divide-green-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .lg\:last\:divide-green-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .lg\:last\:divide-green-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .lg\:last\:divide-green-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .lg\:last\:divide-green-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .lg\:last\:divide-green-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .lg\:last\:divide-green-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .lg\:last\:divide-green-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .lg\:last\:divide-teal-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .lg\:last\:divide-teal-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .lg\:last\:divide-teal-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .lg\:last\:divide-teal-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .lg\:last\:divide-teal-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .lg\:last\:divide-teal-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .lg\:last\:divide-teal-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .lg\:last\:divide-teal-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .lg\:last\:divide-teal-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .lg\:last\:divide-blue-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .lg\:last\:divide-blue-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .lg\:last\:divide-blue-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .lg\:last\:divide-blue-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .lg\:last\:divide-blue-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .lg\:last\:divide-blue-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .lg\:last\:divide-blue-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .lg\:last\:divide-blue-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .lg\:last\:divide-blue-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .lg\:last\:divide-indigo-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .lg\:last\:divide-indigo-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .lg\:last\:divide-indigo-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .lg\:last\:divide-indigo-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .lg\:last\:divide-indigo-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .lg\:last\:divide-indigo-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .lg\:last\:divide-indigo-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .lg\:last\:divide-indigo-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .lg\:last\:divide-indigo-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .lg\:last\:divide-purple-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .lg\:last\:divide-purple-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .lg\:last\:divide-purple-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .lg\:last\:divide-purple-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .lg\:last\:divide-purple-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .lg\:last\:divide-purple-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .lg\:last\:divide-purple-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .lg\:last\:divide-purple-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .lg\:last\:divide-purple-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .lg\:last\:divide-pink-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .lg\:last\:divide-pink-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .lg\:last\:divide-pink-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .lg\:last\:divide-pink-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .lg\:last\:divide-pink-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .lg\:last\:divide-pink-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .lg\:last\:divide-pink-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .lg\:last\:divide-pink-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .lg\:last\:divide-pink-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .lg\:last\:divide-dark-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .lg\:last\:divide-light-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .lg\:last\:divide-pale-yellow:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .lg\:last\:divide-success:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .lg\:last\:divide-error:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .lg\:hover\:divide-transparent:hover > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .lg\:hover\:divide-current:hover > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .lg\:hover\:divide-black:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .lg\:hover\:divide-white:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .lg\:hover\:divide-gray-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .lg\:hover\:divide-gray-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .lg\:hover\:divide-gray-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .lg\:hover\:divide-gray-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .lg\:hover\:divide-gray-450:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .lg\:hover\:divide-gray-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .lg\:hover\:divide-gray-550:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .lg\:hover\:divide-gray-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .lg\:hover\:divide-gray-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .lg\:hover\:divide-gray-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .lg\:hover\:divide-gray-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .lg\:hover\:divide-gray:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .lg\:hover\:divide-red-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .lg\:hover\:divide-red-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .lg\:hover\:divide-red-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .lg\:hover\:divide-red-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .lg\:hover\:divide-red-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .lg\:hover\:divide-red-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .lg\:hover\:divide-red-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .lg\:hover\:divide-red-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .lg\:hover\:divide-red-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .lg\:hover\:divide-orange-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .lg\:hover\:divide-orange-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .lg\:hover\:divide-orange-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .lg\:hover\:divide-orange-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .lg\:hover\:divide-orange-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .lg\:hover\:divide-orange-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .lg\:hover\:divide-orange-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .lg\:hover\:divide-orange-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .lg\:hover\:divide-orange-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .lg\:hover\:divide-yellow-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .lg\:hover\:divide-yellow-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .lg\:hover\:divide-yellow-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .lg\:hover\:divide-yellow-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .lg\:hover\:divide-yellow-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .lg\:hover\:divide-yellow-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .lg\:hover\:divide-yellow-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .lg\:hover\:divide-yellow-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .lg\:hover\:divide-yellow-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .lg\:hover\:divide-green-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .lg\:hover\:divide-green-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .lg\:hover\:divide-green-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .lg\:hover\:divide-green-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .lg\:hover\:divide-green-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .lg\:hover\:divide-green-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .lg\:hover\:divide-green-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .lg\:hover\:divide-green-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .lg\:hover\:divide-green-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .lg\:hover\:divide-teal-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .lg\:hover\:divide-teal-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .lg\:hover\:divide-teal-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .lg\:hover\:divide-teal-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .lg\:hover\:divide-teal-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .lg\:hover\:divide-teal-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .lg\:hover\:divide-teal-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .lg\:hover\:divide-teal-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .lg\:hover\:divide-teal-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .lg\:hover\:divide-blue-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .lg\:hover\:divide-blue-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .lg\:hover\:divide-blue-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .lg\:hover\:divide-blue-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .lg\:hover\:divide-blue-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .lg\:hover\:divide-blue-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .lg\:hover\:divide-blue-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .lg\:hover\:divide-blue-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .lg\:hover\:divide-blue-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .lg\:hover\:divide-indigo-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .lg\:hover\:divide-indigo-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .lg\:hover\:divide-indigo-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .lg\:hover\:divide-indigo-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .lg\:hover\:divide-indigo-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .lg\:hover\:divide-indigo-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .lg\:hover\:divide-indigo-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .lg\:hover\:divide-indigo-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .lg\:hover\:divide-indigo-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .lg\:hover\:divide-purple-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .lg\:hover\:divide-purple-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .lg\:hover\:divide-purple-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .lg\:hover\:divide-purple-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .lg\:hover\:divide-purple-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .lg\:hover\:divide-purple-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .lg\:hover\:divide-purple-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .lg\:hover\:divide-purple-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .lg\:hover\:divide-purple-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .lg\:hover\:divide-pink-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .lg\:hover\:divide-pink-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .lg\:hover\:divide-pink-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .lg\:hover\:divide-pink-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .lg\:hover\:divide-pink-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .lg\:hover\:divide-pink-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .lg\:hover\:divide-pink-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .lg\:hover\:divide-pink-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .lg\:hover\:divide-pink-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .lg\:hover\:divide-dark-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .lg\:hover\:divide-light-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .lg\:hover\:divide-pale-yellow:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .lg\:hover\:divide-success:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .lg\:hover\:divide-error:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .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: #f0f2f7 !important;
    border-color: rgba(240, 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: #e3e8f0 !important;
    border-color: rgba(227, 232, 240, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-450 > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #B0B5CC !important;
    border-color: rgba(176, 181, 204, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-500 > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #B9BED1 !important;
    border-color: rgba(185, 190, 209, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-550 > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #9597a6 !important;
    border-color: rgba(149, 151, 166, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-600 > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #707070 !important;
    border-color: rgba(112, 112, 112, 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: #454545 !important;
    border-color: rgba(69, 69, 69, 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-gray > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #454545 !important;
    border-color: rgba(69, 69, 69, 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-dark-blue > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #000142 !important;
    border-color: rgba(0, 1, 66, var(--divide-opacity)) !important;
  }

  .lg\:divide-light-blue > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #3B55E6 !important;
    border-color: rgba(59, 85, 230, var(--divide-opacity)) !important;
  }

  .lg\:divide-pale-yellow > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #FBAF4E !important;
    border-color: rgba(251, 175, 78, var(--divide-opacity)) !important;
  }

  .lg\:divide-success > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #007E62 !important;
    border-color: rgba(0, 126, 98, var(--divide-opacity)) !important;
  }

  .lg\:divide-error > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #F60139 !important;
    border-color: rgba(246, 1, 57, var(--divide-opacity)) !important;
  }

  .lg\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .lg\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .lg\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .lg\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .lg\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .lg\:even\:divide-opacity-0:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .lg\:even\:divide-opacity-25:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .lg\:even\:divide-opacity-50:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .lg\:even\:divide-opacity-75:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .lg\:even\:divide-opacity-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .lg\:odd\:divide-opacity-0:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .lg\:odd\:divide-opacity-25:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .lg\:odd\:divide-opacity-50:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .lg\:odd\:divide-opacity-75:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .lg\:odd\:divide-opacity-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .lg\:children\:divide-opacity-0 > * > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .lg\:children\:divide-opacity-25 > * > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .lg\:children\:divide-opacity-50 > * > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .lg\:children\:divide-opacity-75 > * > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .lg\:children\:divide-opacity-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .lg\:first\:divide-opacity-0:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .lg\:first\:divide-opacity-25:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .lg\:first\:divide-opacity-50:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .lg\:first\:divide-opacity-75:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .lg\:first\:divide-opacity-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .lg\:last\:divide-opacity-0:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .lg\:last\:divide-opacity-25:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .lg\:last\:divide-opacity-50:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .lg\:last\:divide-opacity-75:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .lg\:last\:divide-opacity-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .lg\:hover\:divide-opacity-0:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .lg\:hover\:divide-opacity-25:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .lg\:hover\:divide-opacity-50:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .lg\:hover\:divide-opacity-75:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .lg\:hover\:divide-opacity-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .lg\:divide-opacity-0 > :not(template) ~ :not(template)\! {
    --divide-opacity: 0 !important;
  }

  .lg\:divide-opacity-25 > :not(template) ~ :not(template)\! {
    --divide-opacity: 0.25 !important;
  }

  .lg\:divide-opacity-50 > :not(template) ~ :not(template)\! {
    --divide-opacity: 0.5 !important;
  }

  .lg\:divide-opacity-75 > :not(template) ~ :not(template)\! {
    --divide-opacity: 0.75 !important;
  }

  .lg\:divide-opacity-100 > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
  }

  .lg\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:even\:sr-only:nth-child(even) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:even\:not-sr-only:nth-child(even) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:odd\:sr-only:nth-child(odd) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:odd\:not-sr-only:nth-child(odd) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:children\:sr-only > * {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:children\:not-sr-only > * {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:first\:sr-only:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:first\:not-sr-only:first-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:last\:sr-only:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:last\:not-sr-only:last-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:hover\:sr-only:hover {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:hover\:not-sr-only:hover {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .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\:appearance-none {
    appearance: none;
  }

  .lg\:even\:appearance-none:nth-child(even) {
    appearance: none;
  }

  .lg\:odd\:appearance-none:nth-child(odd) {
    appearance: none;
  }

  .lg\:children\:appearance-none > * {
    appearance: none;
  }

  .lg\:first\:appearance-none:first-child {
    appearance: none;
  }

  .lg\:last\:appearance-none:last-child {
    appearance: none;
  }

  .lg\:hover\:appearance-none:hover {
    appearance: none;
  }

  .lg\:appearance-none\! {
    appearance: none !important;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:even\:bg-fixed:nth-child(even) {
    background-attachment: fixed;
  }

  .lg\:even\:bg-local:nth-child(even) {
    background-attachment: local;
  }

  .lg\:even\:bg-scroll:nth-child(even) {
    background-attachment: scroll;
  }

  .lg\:odd\:bg-fixed:nth-child(odd) {
    background-attachment: fixed;
  }

  .lg\:odd\:bg-local:nth-child(odd) {
    background-attachment: local;
  }

  .lg\:odd\:bg-scroll:nth-child(odd) {
    background-attachment: scroll;
  }

  .lg\:children\:bg-fixed > * {
    background-attachment: fixed;
  }

  .lg\:children\:bg-local > * {
    background-attachment: local;
  }

  .lg\:children\:bg-scroll > * {
    background-attachment: scroll;
  }

  .lg\:first\:bg-fixed:first-child {
    background-attachment: fixed;
  }

  .lg\:first\:bg-local:first-child {
    background-attachment: local;
  }

  .lg\:first\:bg-scroll:first-child {
    background-attachment: scroll;
  }

  .lg\:last\:bg-fixed:last-child {
    background-attachment: fixed;
  }

  .lg\:last\:bg-local:last-child {
    background-attachment: local;
  }

  .lg\:last\:bg-scroll:last-child {
    background-attachment: scroll;
  }

  .lg\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .lg\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .lg\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .lg\:bg-fixed\! {
    background-attachment: fixed !important;
  }

  .lg\:bg-local\! {
    background-attachment: local !important;
  }

  .lg\:bg-scroll\! {
    background-attachment: scroll !important;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-current {
    background-color: currentColor;
  }

  .lg\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .lg\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .lg\:bg-gray-450 {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .lg\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .lg\:bg-gray-550 {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .lg\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .lg\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .lg\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:bg-gray {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .lg\:bg-red-100 {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .lg\:bg-red-200 {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .lg\:bg-red-300 {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .lg\:bg-red-400 {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .lg\:bg-red-500 {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .lg\:bg-red-600 {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .lg\:bg-red-700 {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .lg\:bg-red-800 {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .lg\:bg-red-900 {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .lg\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .lg\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .lg\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .lg\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .lg\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .lg\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .lg\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .lg\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .lg\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .lg\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .lg\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .lg\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .lg\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .lg\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .lg\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .lg\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .lg\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .lg\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .lg\:bg-green-100 {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .lg\:bg-green-200 {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .lg\:bg-green-300 {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .lg\:bg-green-400 {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .lg\:bg-green-500 {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .lg\:bg-green-600 {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .lg\:bg-green-700 {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .lg\:bg-green-800 {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .lg\:bg-green-900 {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .lg\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .lg\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .lg\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .lg\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .lg\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .lg\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .lg\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .lg\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .lg\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .lg\:bg-blue-100 {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .lg\:bg-blue-200 {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .lg\:bg-blue-300 {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .lg\:bg-blue-400 {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .lg\:bg-blue-500 {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .lg\:bg-blue-600 {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .lg\:bg-blue-700 {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .lg\:bg-blue-800 {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .lg\:bg-blue-900 {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .lg\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .lg\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .lg\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .lg\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .lg\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .lg\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .lg\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .lg\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .lg\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .lg\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .lg\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .lg\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .lg\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .lg\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .lg\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .lg\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .lg\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .lg\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .lg\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .lg\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .lg\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .lg\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .lg\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .lg\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .lg\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .lg\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .lg\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .lg\:bg-dark-blue {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .lg\:bg-light-blue {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .lg\:bg-pale-yellow {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .lg\:bg-success {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .lg\:bg-error {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .lg\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .lg\:even\:bg-current:nth-child(even) {
    background-color: currentColor;
  }

  .lg\:even\:bg-black:nth-child(even) {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:even\:bg-white:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:even\:bg-gray-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:even\:bg-gray-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .lg\:even\:bg-gray-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:even\:bg-gray-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .lg\:even\:bg-gray-450:nth-child(even) {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .lg\:even\:bg-gray-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .lg\:even\:bg-gray-550:nth-child(even) {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .lg\:even\:bg-gray-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .lg\:even\:bg-gray-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:even\:bg-gray-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .lg\:even\:bg-gray-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:even\:bg-gray:nth-child(even) {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .lg\:even\:bg-red-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .lg\:even\:bg-red-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .lg\:even\:bg-red-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .lg\:even\:bg-red-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .lg\:even\:bg-red-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .lg\:even\:bg-red-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .lg\:even\:bg-red-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .lg\:even\:bg-red-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .lg\:even\:bg-red-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .lg\:even\:bg-orange-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .lg\:even\:bg-orange-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .lg\:even\:bg-orange-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .lg\:even\:bg-orange-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .lg\:even\:bg-orange-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .lg\:even\:bg-orange-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .lg\:even\:bg-orange-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .lg\:even\:bg-orange-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .lg\:even\:bg-orange-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .lg\:even\:bg-yellow-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .lg\:even\:bg-yellow-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .lg\:even\:bg-yellow-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .lg\:even\:bg-yellow-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .lg\:even\:bg-yellow-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .lg\:even\:bg-yellow-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .lg\:even\:bg-yellow-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .lg\:even\:bg-yellow-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .lg\:even\:bg-yellow-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .lg\:even\:bg-green-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .lg\:even\:bg-green-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .lg\:even\:bg-green-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .lg\:even\:bg-green-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .lg\:even\:bg-green-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .lg\:even\:bg-green-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .lg\:even\:bg-green-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .lg\:even\:bg-green-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .lg\:even\:bg-green-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .lg\:even\:bg-teal-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .lg\:even\:bg-teal-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .lg\:even\:bg-teal-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .lg\:even\:bg-teal-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .lg\:even\:bg-teal-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .lg\:even\:bg-teal-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .lg\:even\:bg-teal-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .lg\:even\:bg-teal-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .lg\:even\:bg-teal-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .lg\:even\:bg-blue-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .lg\:even\:bg-blue-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .lg\:even\:bg-blue-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .lg\:even\:bg-blue-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .lg\:even\:bg-blue-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .lg\:even\:bg-blue-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .lg\:even\:bg-blue-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .lg\:even\:bg-blue-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .lg\:even\:bg-blue-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .lg\:even\:bg-indigo-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .lg\:even\:bg-indigo-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .lg\:even\:bg-indigo-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .lg\:even\:bg-indigo-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .lg\:even\:bg-indigo-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .lg\:even\:bg-indigo-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .lg\:even\:bg-indigo-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .lg\:even\:bg-indigo-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .lg\:even\:bg-indigo-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .lg\:even\:bg-purple-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .lg\:even\:bg-purple-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .lg\:even\:bg-purple-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .lg\:even\:bg-purple-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .lg\:even\:bg-purple-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .lg\:even\:bg-purple-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .lg\:even\:bg-purple-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .lg\:even\:bg-purple-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .lg\:even\:bg-purple-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .lg\:even\:bg-pink-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .lg\:even\:bg-pink-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .lg\:even\:bg-pink-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .lg\:even\:bg-pink-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .lg\:even\:bg-pink-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .lg\:even\:bg-pink-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .lg\:even\:bg-pink-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .lg\:even\:bg-pink-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .lg\:even\:bg-pink-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .lg\:even\:bg-dark-blue:nth-child(even) {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .lg\:even\:bg-light-blue:nth-child(even) {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .lg\:even\:bg-pale-yellow:nth-child(even) {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .lg\:even\:bg-success:nth-child(even) {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .lg\:even\:bg-error:nth-child(even) {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .lg\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .lg\:odd\:bg-current:nth-child(odd) {
    background-color: currentColor;
  }

  .lg\:odd\:bg-black:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:odd\:bg-white:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:odd\:bg-gray-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:odd\:bg-gray-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .lg\:odd\:bg-gray-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:odd\:bg-gray-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .lg\:odd\:bg-gray-450:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .lg\:odd\:bg-gray-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .lg\:odd\:bg-gray-550:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .lg\:odd\:bg-gray-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .lg\:odd\:bg-gray-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:odd\:bg-gray-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .lg\:odd\:bg-gray-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:odd\:bg-gray:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .lg\:odd\:bg-red-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .lg\:odd\:bg-red-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .lg\:odd\:bg-red-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .lg\:odd\:bg-red-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .lg\:odd\:bg-red-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .lg\:odd\:bg-red-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .lg\:odd\:bg-red-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .lg\:odd\:bg-red-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .lg\:odd\:bg-red-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .lg\:odd\:bg-orange-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .lg\:odd\:bg-orange-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .lg\:odd\:bg-orange-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .lg\:odd\:bg-orange-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .lg\:odd\:bg-orange-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .lg\:odd\:bg-orange-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .lg\:odd\:bg-orange-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .lg\:odd\:bg-orange-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .lg\:odd\:bg-orange-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .lg\:odd\:bg-yellow-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .lg\:odd\:bg-yellow-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .lg\:odd\:bg-yellow-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .lg\:odd\:bg-yellow-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .lg\:odd\:bg-yellow-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .lg\:odd\:bg-yellow-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .lg\:odd\:bg-yellow-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .lg\:odd\:bg-yellow-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .lg\:odd\:bg-yellow-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .lg\:odd\:bg-green-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .lg\:odd\:bg-green-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .lg\:odd\:bg-green-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .lg\:odd\:bg-green-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .lg\:odd\:bg-green-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .lg\:odd\:bg-green-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .lg\:odd\:bg-green-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .lg\:odd\:bg-green-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .lg\:odd\:bg-green-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .lg\:odd\:bg-teal-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .lg\:odd\:bg-teal-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .lg\:odd\:bg-teal-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .lg\:odd\:bg-teal-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .lg\:odd\:bg-teal-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .lg\:odd\:bg-teal-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .lg\:odd\:bg-teal-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .lg\:odd\:bg-teal-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .lg\:odd\:bg-teal-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .lg\:odd\:bg-blue-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .lg\:odd\:bg-blue-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .lg\:odd\:bg-blue-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .lg\:odd\:bg-blue-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .lg\:odd\:bg-blue-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .lg\:odd\:bg-blue-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .lg\:odd\:bg-blue-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .lg\:odd\:bg-blue-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .lg\:odd\:bg-blue-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .lg\:odd\:bg-indigo-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .lg\:odd\:bg-indigo-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .lg\:odd\:bg-indigo-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .lg\:odd\:bg-indigo-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .lg\:odd\:bg-indigo-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .lg\:odd\:bg-indigo-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .lg\:odd\:bg-indigo-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .lg\:odd\:bg-indigo-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .lg\:odd\:bg-indigo-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .lg\:odd\:bg-purple-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .lg\:odd\:bg-purple-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .lg\:odd\:bg-purple-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .lg\:odd\:bg-purple-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .lg\:odd\:bg-purple-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .lg\:odd\:bg-purple-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .lg\:odd\:bg-purple-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .lg\:odd\:bg-purple-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .lg\:odd\:bg-purple-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .lg\:odd\:bg-pink-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .lg\:odd\:bg-pink-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .lg\:odd\:bg-pink-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .lg\:odd\:bg-pink-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .lg\:odd\:bg-pink-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .lg\:odd\:bg-pink-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .lg\:odd\:bg-pink-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .lg\:odd\:bg-pink-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .lg\:odd\:bg-pink-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .lg\:odd\:bg-dark-blue:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .lg\:odd\:bg-light-blue:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .lg\:odd\:bg-pale-yellow:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .lg\:odd\:bg-success:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .lg\:odd\:bg-error:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .lg\:children\:bg-transparent > * {
    background-color: transparent;
  }

  .lg\:children\:bg-current > * {
    background-color: currentColor;
  }

  .lg\:children\:bg-black > * {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:children\:bg-white > * {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:children\:bg-gray-100 > * {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:children\:bg-gray-200 > * {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .lg\:children\:bg-gray-300 > * {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:children\:bg-gray-400 > * {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .lg\:children\:bg-gray-450 > * {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .lg\:children\:bg-gray-500 > * {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .lg\:children\:bg-gray-550 > * {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .lg\:children\:bg-gray-600 > * {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .lg\:children\:bg-gray-700 > * {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:children\:bg-gray-800 > * {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .lg\:children\:bg-gray-900 > * {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:children\:bg-gray > * {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .lg\:children\:bg-red-100 > * {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .lg\:children\:bg-red-200 > * {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .lg\:children\:bg-red-300 > * {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .lg\:children\:bg-red-400 > * {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .lg\:children\:bg-red-500 > * {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .lg\:children\:bg-red-600 > * {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .lg\:children\:bg-red-700 > * {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .lg\:children\:bg-red-800 > * {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .lg\:children\:bg-red-900 > * {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .lg\:children\:bg-orange-100 > * {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .lg\:children\:bg-orange-200 > * {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .lg\:children\:bg-orange-300 > * {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .lg\:children\:bg-orange-400 > * {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .lg\:children\:bg-orange-500 > * {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .lg\:children\:bg-orange-600 > * {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .lg\:children\:bg-orange-700 > * {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .lg\:children\:bg-orange-800 > * {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .lg\:children\:bg-orange-900 > * {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .lg\:children\:bg-yellow-100 > * {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .lg\:children\:bg-yellow-200 > * {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .lg\:children\:bg-yellow-300 > * {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .lg\:children\:bg-yellow-400 > * {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .lg\:children\:bg-yellow-500 > * {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .lg\:children\:bg-yellow-600 > * {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .lg\:children\:bg-yellow-700 > * {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .lg\:children\:bg-yellow-800 > * {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .lg\:children\:bg-yellow-900 > * {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .lg\:children\:bg-green-100 > * {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .lg\:children\:bg-green-200 > * {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .lg\:children\:bg-green-300 > * {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .lg\:children\:bg-green-400 > * {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .lg\:children\:bg-green-500 > * {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .lg\:children\:bg-green-600 > * {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .lg\:children\:bg-green-700 > * {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .lg\:children\:bg-green-800 > * {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .lg\:children\:bg-green-900 > * {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .lg\:children\:bg-teal-100 > * {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .lg\:children\:bg-teal-200 > * {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .lg\:children\:bg-teal-300 > * {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .lg\:children\:bg-teal-400 > * {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .lg\:children\:bg-teal-500 > * {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .lg\:children\:bg-teal-600 > * {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .lg\:children\:bg-teal-700 > * {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .lg\:children\:bg-teal-800 > * {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .lg\:children\:bg-teal-900 > * {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .lg\:children\:bg-blue-100 > * {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .lg\:children\:bg-blue-200 > * {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .lg\:children\:bg-blue-300 > * {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .lg\:children\:bg-blue-400 > * {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .lg\:children\:bg-blue-500 > * {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .lg\:children\:bg-blue-600 > * {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .lg\:children\:bg-blue-700 > * {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .lg\:children\:bg-blue-800 > * {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .lg\:children\:bg-blue-900 > * {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .lg\:children\:bg-indigo-100 > * {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .lg\:children\:bg-indigo-200 > * {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .lg\:children\:bg-indigo-300 > * {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .lg\:children\:bg-indigo-400 > * {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .lg\:children\:bg-indigo-500 > * {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .lg\:children\:bg-indigo-600 > * {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .lg\:children\:bg-indigo-700 > * {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .lg\:children\:bg-indigo-800 > * {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .lg\:children\:bg-indigo-900 > * {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .lg\:children\:bg-purple-100 > * {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .lg\:children\:bg-purple-200 > * {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .lg\:children\:bg-purple-300 > * {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .lg\:children\:bg-purple-400 > * {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .lg\:children\:bg-purple-500 > * {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .lg\:children\:bg-purple-600 > * {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .lg\:children\:bg-purple-700 > * {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .lg\:children\:bg-purple-800 > * {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .lg\:children\:bg-purple-900 > * {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .lg\:children\:bg-pink-100 > * {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .lg\:children\:bg-pink-200 > * {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .lg\:children\:bg-pink-300 > * {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .lg\:children\:bg-pink-400 > * {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .lg\:children\:bg-pink-500 > * {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .lg\:children\:bg-pink-600 > * {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .lg\:children\:bg-pink-700 > * {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .lg\:children\:bg-pink-800 > * {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .lg\:children\:bg-pink-900 > * {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .lg\:children\:bg-dark-blue > * {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .lg\:children\:bg-light-blue > * {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .lg\:children\:bg-pale-yellow > * {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .lg\:children\:bg-success > * {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .lg\:children\:bg-error > * {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .lg\:first\:bg-transparent:first-child {
    background-color: transparent;
  }

  .lg\:first\:bg-current:first-child {
    background-color: currentColor;
  }

  .lg\:first\:bg-black:first-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:first\:bg-white:first-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:first\:bg-gray-100:first-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:first\:bg-gray-200:first-child {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .lg\:first\:bg-gray-300:first-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:first\:bg-gray-400:first-child {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .lg\:first\:bg-gray-450:first-child {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .lg\:first\:bg-gray-500:first-child {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .lg\:first\:bg-gray-550:first-child {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .lg\:first\:bg-gray-600:first-child {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .lg\:first\:bg-gray-700:first-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:first\:bg-gray-800:first-child {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .lg\:first\:bg-gray-900:first-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:first\:bg-gray:first-child {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .lg\:first\:bg-red-100:first-child {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .lg\:first\:bg-red-200:first-child {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .lg\:first\:bg-red-300:first-child {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .lg\:first\:bg-red-400:first-child {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .lg\:first\:bg-red-500:first-child {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .lg\:first\:bg-red-600:first-child {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .lg\:first\:bg-red-700:first-child {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .lg\:first\:bg-red-800:first-child {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .lg\:first\:bg-red-900:first-child {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .lg\:first\:bg-orange-100:first-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .lg\:first\:bg-orange-200:first-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .lg\:first\:bg-orange-300:first-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .lg\:first\:bg-orange-400:first-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .lg\:first\:bg-orange-500:first-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .lg\:first\:bg-orange-600:first-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .lg\:first\:bg-orange-700:first-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .lg\:first\:bg-orange-800:first-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .lg\:first\:bg-orange-900:first-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .lg\:first\:bg-yellow-100:first-child {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .lg\:first\:bg-yellow-200:first-child {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .lg\:first\:bg-yellow-300:first-child {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .lg\:first\:bg-yellow-400:first-child {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .lg\:first\:bg-yellow-500:first-child {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .lg\:first\:bg-yellow-600:first-child {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .lg\:first\:bg-yellow-700:first-child {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .lg\:first\:bg-yellow-800:first-child {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .lg\:first\:bg-yellow-900:first-child {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .lg\:first\:bg-green-100:first-child {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .lg\:first\:bg-green-200:first-child {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .lg\:first\:bg-green-300:first-child {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .lg\:first\:bg-green-400:first-child {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .lg\:first\:bg-green-500:first-child {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .lg\:first\:bg-green-600:first-child {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .lg\:first\:bg-green-700:first-child {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .lg\:first\:bg-green-800:first-child {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .lg\:first\:bg-green-900:first-child {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .lg\:first\:bg-teal-100:first-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .lg\:first\:bg-teal-200:first-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .lg\:first\:bg-teal-300:first-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .lg\:first\:bg-teal-400:first-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .lg\:first\:bg-teal-500:first-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .lg\:first\:bg-teal-600:first-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .lg\:first\:bg-teal-700:first-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .lg\:first\:bg-teal-800:first-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .lg\:first\:bg-teal-900:first-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .lg\:first\:bg-blue-100:first-child {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .lg\:first\:bg-blue-200:first-child {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .lg\:first\:bg-blue-300:first-child {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .lg\:first\:bg-blue-400:first-child {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .lg\:first\:bg-blue-500:first-child {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .lg\:first\:bg-blue-600:first-child {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .lg\:first\:bg-blue-700:first-child {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .lg\:first\:bg-blue-800:first-child {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .lg\:first\:bg-blue-900:first-child {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .lg\:first\:bg-indigo-100:first-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .lg\:first\:bg-indigo-200:first-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .lg\:first\:bg-indigo-300:first-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .lg\:first\:bg-indigo-400:first-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .lg\:first\:bg-indigo-500:first-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .lg\:first\:bg-indigo-600:first-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .lg\:first\:bg-indigo-700:first-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .lg\:first\:bg-indigo-800:first-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .lg\:first\:bg-indigo-900:first-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .lg\:first\:bg-purple-100:first-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .lg\:first\:bg-purple-200:first-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .lg\:first\:bg-purple-300:first-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .lg\:first\:bg-purple-400:first-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .lg\:first\:bg-purple-500:first-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .lg\:first\:bg-purple-600:first-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .lg\:first\:bg-purple-700:first-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .lg\:first\:bg-purple-800:first-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .lg\:first\:bg-purple-900:first-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .lg\:first\:bg-pink-100:first-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .lg\:first\:bg-pink-200:first-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .lg\:first\:bg-pink-300:first-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .lg\:first\:bg-pink-400:first-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .lg\:first\:bg-pink-500:first-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .lg\:first\:bg-pink-600:first-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .lg\:first\:bg-pink-700:first-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .lg\:first\:bg-pink-800:first-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .lg\:first\:bg-pink-900:first-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .lg\:first\:bg-dark-blue:first-child {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .lg\:first\:bg-light-blue:first-child {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .lg\:first\:bg-pale-yellow:first-child {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .lg\:first\:bg-success:first-child {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .lg\:first\:bg-error:first-child {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .lg\:last\:bg-transparent:last-child {
    background-color: transparent;
  }

  .lg\:last\:bg-current:last-child {
    background-color: currentColor;
  }

  .lg\:last\:bg-black:last-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:last\:bg-white:last-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:last\:bg-gray-100:last-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:last\:bg-gray-200:last-child {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .lg\:last\:bg-gray-300:last-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:last\:bg-gray-400:last-child {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .lg\:last\:bg-gray-450:last-child {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .lg\:last\:bg-gray-500:last-child {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .lg\:last\:bg-gray-550:last-child {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .lg\:last\:bg-gray-600:last-child {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .lg\:last\:bg-gray-700:last-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:last\:bg-gray-800:last-child {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .lg\:last\:bg-gray-900:last-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:last\:bg-gray:last-child {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .lg\:last\:bg-red-100:last-child {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .lg\:last\:bg-red-200:last-child {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .lg\:last\:bg-red-300:last-child {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .lg\:last\:bg-red-400:last-child {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .lg\:last\:bg-red-500:last-child {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .lg\:last\:bg-red-600:last-child {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .lg\:last\:bg-red-700:last-child {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .lg\:last\:bg-red-800:last-child {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .lg\:last\:bg-red-900:last-child {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .lg\:last\:bg-orange-100:last-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .lg\:last\:bg-orange-200:last-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .lg\:last\:bg-orange-300:last-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .lg\:last\:bg-orange-400:last-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .lg\:last\:bg-orange-500:last-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .lg\:last\:bg-orange-600:last-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .lg\:last\:bg-orange-700:last-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .lg\:last\:bg-orange-800:last-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .lg\:last\:bg-orange-900:last-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .lg\:last\:bg-yellow-100:last-child {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .lg\:last\:bg-yellow-200:last-child {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .lg\:last\:bg-yellow-300:last-child {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .lg\:last\:bg-yellow-400:last-child {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .lg\:last\:bg-yellow-500:last-child {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .lg\:last\:bg-yellow-600:last-child {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .lg\:last\:bg-yellow-700:last-child {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .lg\:last\:bg-yellow-800:last-child {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .lg\:last\:bg-yellow-900:last-child {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .lg\:last\:bg-green-100:last-child {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .lg\:last\:bg-green-200:last-child {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .lg\:last\:bg-green-300:last-child {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .lg\:last\:bg-green-400:last-child {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .lg\:last\:bg-green-500:last-child {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .lg\:last\:bg-green-600:last-child {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .lg\:last\:bg-green-700:last-child {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .lg\:last\:bg-green-800:last-child {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .lg\:last\:bg-green-900:last-child {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .lg\:last\:bg-teal-100:last-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .lg\:last\:bg-teal-200:last-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .lg\:last\:bg-teal-300:last-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .lg\:last\:bg-teal-400:last-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .lg\:last\:bg-teal-500:last-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .lg\:last\:bg-teal-600:last-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .lg\:last\:bg-teal-700:last-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .lg\:last\:bg-teal-800:last-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .lg\:last\:bg-teal-900:last-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .lg\:last\:bg-blue-100:last-child {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .lg\:last\:bg-blue-200:last-child {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .lg\:last\:bg-blue-300:last-child {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .lg\:last\:bg-blue-400:last-child {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .lg\:last\:bg-blue-500:last-child {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .lg\:last\:bg-blue-600:last-child {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .lg\:last\:bg-blue-700:last-child {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .lg\:last\:bg-blue-800:last-child {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .lg\:last\:bg-blue-900:last-child {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .lg\:last\:bg-indigo-100:last-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .lg\:last\:bg-indigo-200:last-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .lg\:last\:bg-indigo-300:last-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .lg\:last\:bg-indigo-400:last-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .lg\:last\:bg-indigo-500:last-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .lg\:last\:bg-indigo-600:last-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .lg\:last\:bg-indigo-700:last-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .lg\:last\:bg-indigo-800:last-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .lg\:last\:bg-indigo-900:last-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .lg\:last\:bg-purple-100:last-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .lg\:last\:bg-purple-200:last-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .lg\:last\:bg-purple-300:last-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .lg\:last\:bg-purple-400:last-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .lg\:last\:bg-purple-500:last-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .lg\:last\:bg-purple-600:last-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .lg\:last\:bg-purple-700:last-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .lg\:last\:bg-purple-800:last-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .lg\:last\:bg-purple-900:last-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .lg\:last\:bg-pink-100:last-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .lg\:last\:bg-pink-200:last-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .lg\:last\:bg-pink-300:last-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .lg\:last\:bg-pink-400:last-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .lg\:last\:bg-pink-500:last-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .lg\:last\:bg-pink-600:last-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .lg\:last\:bg-pink-700:last-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .lg\:last\:bg-pink-800:last-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .lg\:last\:bg-pink-900:last-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .lg\:last\:bg-dark-blue:last-child {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .lg\:last\:bg-light-blue:last-child {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .lg\:last\:bg-pale-yellow:last-child {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .lg\:last\:bg-success:last-child {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .lg\:last\:bg-error:last-child {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .lg\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-450:hover {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-550:hover {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray:hover {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .lg\:hover\:bg-red-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .lg\:hover\:bg-red-200:hover {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .lg\:hover\:bg-red-300:hover {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .lg\:hover\:bg-red-400:hover {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .lg\:hover\:bg-red-500:hover {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .lg\:hover\:bg-red-600:hover {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .lg\:hover\:bg-red-700:hover {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .lg\:hover\:bg-red-800:hover {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .lg\:hover\:bg-red-900:hover {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-100:hover {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-200:hover {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-300:hover {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-400:hover {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-500:hover {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-600:hover {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-700:hover {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-800:hover {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-900:hover {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-100:hover {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-200:hover {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-300:hover {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-400:hover {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-500:hover {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-600:hover {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-700:hover {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-800:hover {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-900:hover {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-100:hover {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-200:hover {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-300:hover {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-400:hover {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-500:hover {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-600:hover {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-700:hover {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-800:hover {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-900:hover {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-100:hover {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-200:hover {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-300:hover {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-400:hover {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-500:hover {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-600:hover {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-700:hover {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-800:hover {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-900:hover {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-100:hover {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-200:hover {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-300:hover {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-400:hover {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-500:hover {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-600:hover {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-700:hover {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-800:hover {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-900:hover {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .lg\:hover\:bg-dark-blue:hover {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .lg\:hover\:bg-light-blue:hover {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .lg\:hover\:bg-pale-yellow:hover {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .lg\:hover\:bg-success:hover {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .lg\:hover\:bg-error:hover {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .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: #f0f2f7 !important;
    background-color: rgba(240, 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: #e3e8f0 !important;
    background-color: rgba(227, 232, 240, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-450\! {
    --bg-opacity: 1 !important;
    background-color: #B0B5CC !important;
    background-color: rgba(176, 181, 204, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-500\! {
    --bg-opacity: 1 !important;
    background-color: #B9BED1 !important;
    background-color: rgba(185, 190, 209, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-550\! {
    --bg-opacity: 1 !important;
    background-color: #9597a6 !important;
    background-color: rgba(149, 151, 166, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-600\! {
    --bg-opacity: 1 !important;
    background-color: #707070 !important;
    background-color: rgba(112, 112, 112, 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: #454545 !important;
    background-color: rgba(69, 69, 69, 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-gray\! {
    --bg-opacity: 1 !important;
    background-color: #454545 !important;
    background-color: rgba(69, 69, 69, 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-dark-blue\! {
    --bg-opacity: 1 !important;
    background-color: #000142 !important;
    background-color: rgba(0, 1, 66, var(--bg-opacity)) !important;
  }

  .lg\:bg-light-blue\! {
    --bg-opacity: 1 !important;
    background-color: #3B55E6 !important;
    background-color: rgba(59, 85, 230, var(--bg-opacity)) !important;
  }

  .lg\:bg-pale-yellow\! {
    --bg-opacity: 1 !important;
    background-color: #FBAF4E !important;
    background-color: rgba(251, 175, 78, var(--bg-opacity)) !important;
  }

  .lg\:bg-success\! {
    --bg-opacity: 1 !important;
    background-color: #007E62 !important;
    background-color: rgba(0, 126, 98, var(--bg-opacity)) !important;
  }

  .lg\:bg-error\! {
    --bg-opacity: 1 !important;
    background-color: #F60139 !important;
    background-color: rgba(246, 1, 57, var(--bg-opacity)) !important;
  }

  .lg\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .lg\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .lg\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .lg\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .lg\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .lg\:even\:bg-opacity-0:nth-child(even) {
    --bg-opacity: 0;
  }

  .lg\:even\:bg-opacity-25:nth-child(even) {
    --bg-opacity: 0.25;
  }

  .lg\:even\:bg-opacity-50:nth-child(even) {
    --bg-opacity: 0.5;
  }

  .lg\:even\:bg-opacity-75:nth-child(even) {
    --bg-opacity: 0.75;
  }

  .lg\:even\:bg-opacity-100:nth-child(even) {
    --bg-opacity: 1;
  }

  .lg\:odd\:bg-opacity-0:nth-child(odd) {
    --bg-opacity: 0;
  }

  .lg\:odd\:bg-opacity-25:nth-child(odd) {
    --bg-opacity: 0.25;
  }

  .lg\:odd\:bg-opacity-50:nth-child(odd) {
    --bg-opacity: 0.5;
  }

  .lg\:odd\:bg-opacity-75:nth-child(odd) {
    --bg-opacity: 0.75;
  }

  .lg\:odd\:bg-opacity-100:nth-child(odd) {
    --bg-opacity: 1;
  }

  .lg\:children\:bg-opacity-0 > * {
    --bg-opacity: 0;
  }

  .lg\:children\:bg-opacity-25 > * {
    --bg-opacity: 0.25;
  }

  .lg\:children\:bg-opacity-50 > * {
    --bg-opacity: 0.5;
  }

  .lg\:children\:bg-opacity-75 > * {
    --bg-opacity: 0.75;
  }

  .lg\:children\:bg-opacity-100 > * {
    --bg-opacity: 1;
  }

  .lg\:first\:bg-opacity-0:first-child {
    --bg-opacity: 0;
  }

  .lg\:first\:bg-opacity-25:first-child {
    --bg-opacity: 0.25;
  }

  .lg\:first\:bg-opacity-50:first-child {
    --bg-opacity: 0.5;
  }

  .lg\:first\:bg-opacity-75:first-child {
    --bg-opacity: 0.75;
  }

  .lg\:first\:bg-opacity-100:first-child {
    --bg-opacity: 1;
  }

  .lg\:last\:bg-opacity-0:last-child {
    --bg-opacity: 0;
  }

  .lg\:last\:bg-opacity-25:last-child {
    --bg-opacity: 0.25;
  }

  .lg\:last\:bg-opacity-50:last-child {
    --bg-opacity: 0.5;
  }

  .lg\:last\:bg-opacity-75:last-child {
    --bg-opacity: 0.75;
  }

  .lg\:last\:bg-opacity-100:last-child {
    --bg-opacity: 1;
  }

  .lg\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .lg\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .lg\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .lg\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .lg\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .lg\:bg-opacity-0\! {
    --bg-opacity: 0 !important;
  }

  .lg\:bg-opacity-25\! {
    --bg-opacity: 0.25 !important;
  }

  .lg\:bg-opacity-50\! {
    --bg-opacity: 0.5 !important;
  }

  .lg\:bg-opacity-75\! {
    --bg-opacity: 0.75 !important;
  }

  .lg\:bg-opacity-100\! {
    --bg-opacity: 1 !important;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:even\:bg-bottom:nth-child(even) {
    background-position: bottom;
  }

  .lg\:even\:bg-center:nth-child(even) {
    background-position: center;
  }

  .lg\:even\:bg-left:nth-child(even) {
    background-position: left;
  }

  .lg\:even\:bg-left-bottom:nth-child(even) {
    background-position: left bottom;
  }

  .lg\:even\:bg-left-top:nth-child(even) {
    background-position: left top;
  }

  .lg\:even\:bg-right:nth-child(even) {
    background-position: right;
  }

  .lg\:even\:bg-right-bottom:nth-child(even) {
    background-position: right bottom;
  }

  .lg\:even\:bg-right-top:nth-child(even) {
    background-position: right top;
  }

  .lg\:even\:bg-top:nth-child(even) {
    background-position: top;
  }

  .lg\:odd\:bg-bottom:nth-child(odd) {
    background-position: bottom;
  }

  .lg\:odd\:bg-center:nth-child(odd) {
    background-position: center;
  }

  .lg\:odd\:bg-left:nth-child(odd) {
    background-position: left;
  }

  .lg\:odd\:bg-left-bottom:nth-child(odd) {
    background-position: left bottom;
  }

  .lg\:odd\:bg-left-top:nth-child(odd) {
    background-position: left top;
  }

  .lg\:odd\:bg-right:nth-child(odd) {
    background-position: right;
  }

  .lg\:odd\:bg-right-bottom:nth-child(odd) {
    background-position: right bottom;
  }

  .lg\:odd\:bg-right-top:nth-child(odd) {
    background-position: right top;
  }

  .lg\:odd\:bg-top:nth-child(odd) {
    background-position: top;
  }

  .lg\:children\:bg-bottom > * {
    background-position: bottom;
  }

  .lg\:children\:bg-center > * {
    background-position: center;
  }

  .lg\:children\:bg-left > * {
    background-position: left;
  }

  .lg\:children\:bg-left-bottom > * {
    background-position: left bottom;
  }

  .lg\:children\:bg-left-top > * {
    background-position: left top;
  }

  .lg\:children\:bg-right > * {
    background-position: right;
  }

  .lg\:children\:bg-right-bottom > * {
    background-position: right bottom;
  }

  .lg\:children\:bg-right-top > * {
    background-position: right top;
  }

  .lg\:children\:bg-top > * {
    background-position: top;
  }

  .lg\:first\:bg-bottom:first-child {
    background-position: bottom;
  }

  .lg\:first\:bg-center:first-child {
    background-position: center;
  }

  .lg\:first\:bg-left:first-child {
    background-position: left;
  }

  .lg\:first\:bg-left-bottom:first-child {
    background-position: left bottom;
  }

  .lg\:first\:bg-left-top:first-child {
    background-position: left top;
  }

  .lg\:first\:bg-right:first-child {
    background-position: right;
  }

  .lg\:first\:bg-right-bottom:first-child {
    background-position: right bottom;
  }

  .lg\:first\:bg-right-top:first-child {
    background-position: right top;
  }

  .lg\:first\:bg-top:first-child {
    background-position: top;
  }

  .lg\:last\:bg-bottom:last-child {
    background-position: bottom;
  }

  .lg\:last\:bg-center:last-child {
    background-position: center;
  }

  .lg\:last\:bg-left:last-child {
    background-position: left;
  }

  .lg\:last\:bg-left-bottom:last-child {
    background-position: left bottom;
  }

  .lg\:last\:bg-left-top:last-child {
    background-position: left top;
  }

  .lg\:last\:bg-right:last-child {
    background-position: right;
  }

  .lg\:last\:bg-right-bottom:last-child {
    background-position: right bottom;
  }

  .lg\:last\:bg-right-top:last-child {
    background-position: right top;
  }

  .lg\:last\:bg-top:last-child {
    background-position: top;
  }

  .lg\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .lg\:hover\:bg-center:hover {
    background-position: center;
  }

  .lg\:hover\:bg-left:hover {
    background-position: left;
  }

  .lg\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .lg\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .lg\:hover\:bg-right:hover {
    background-position: right;
  }

  .lg\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .lg\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .lg\:hover\:bg-top:hover {
    background-position: top;
  }

  .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;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round {
    background-repeat: round;
  }

  .lg\:bg-repeat-space {
    background-repeat: space;
  }

  .lg\:even\:bg-repeat:nth-child(even) {
    background-repeat: repeat;
  }

  .lg\:even\:bg-no-repeat:nth-child(even) {
    background-repeat: no-repeat;
  }

  .lg\:even\:bg-repeat-x:nth-child(even) {
    background-repeat: repeat-x;
  }

  .lg\:even\:bg-repeat-y:nth-child(even) {
    background-repeat: repeat-y;
  }

  .lg\:even\:bg-repeat-round:nth-child(even) {
    background-repeat: round;
  }

  .lg\:even\:bg-repeat-space:nth-child(even) {
    background-repeat: space;
  }

  .lg\:odd\:bg-repeat:nth-child(odd) {
    background-repeat: repeat;
  }

  .lg\:odd\:bg-no-repeat:nth-child(odd) {
    background-repeat: no-repeat;
  }

  .lg\:odd\:bg-repeat-x:nth-child(odd) {
    background-repeat: repeat-x;
  }

  .lg\:odd\:bg-repeat-y:nth-child(odd) {
    background-repeat: repeat-y;
  }

  .lg\:odd\:bg-repeat-round:nth-child(odd) {
    background-repeat: round;
  }

  .lg\:odd\:bg-repeat-space:nth-child(odd) {
    background-repeat: space;
  }

  .lg\:children\:bg-repeat > * {
    background-repeat: repeat;
  }

  .lg\:children\:bg-no-repeat > * {
    background-repeat: no-repeat;
  }

  .lg\:children\:bg-repeat-x > * {
    background-repeat: repeat-x;
  }

  .lg\:children\:bg-repeat-y > * {
    background-repeat: repeat-y;
  }

  .lg\:children\:bg-repeat-round > * {
    background-repeat: round;
  }

  .lg\:children\:bg-repeat-space > * {
    background-repeat: space;
  }

  .lg\:first\:bg-repeat:first-child {
    background-repeat: repeat;
  }

  .lg\:first\:bg-no-repeat:first-child {
    background-repeat: no-repeat;
  }

  .lg\:first\:bg-repeat-x:first-child {
    background-repeat: repeat-x;
  }

  .lg\:first\:bg-repeat-y:first-child {
    background-repeat: repeat-y;
  }

  .lg\:first\:bg-repeat-round:first-child {
    background-repeat: round;
  }

  .lg\:first\:bg-repeat-space:first-child {
    background-repeat: space;
  }

  .lg\:last\:bg-repeat:last-child {
    background-repeat: repeat;
  }

  .lg\:last\:bg-no-repeat:last-child {
    background-repeat: no-repeat;
  }

  .lg\:last\:bg-repeat-x:last-child {
    background-repeat: repeat-x;
  }

  .lg\:last\:bg-repeat-y:last-child {
    background-repeat: repeat-y;
  }

  .lg\:last\:bg-repeat-round:last-child {
    background-repeat: round;
  }

  .lg\:last\:bg-repeat-space:last-child {
    background-repeat: space;
  }

  .lg\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .lg\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .lg\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .lg\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .lg\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .lg\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .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;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:even\:bg-auto:nth-child(even) {
    background-size: auto;
  }

  .lg\:even\:bg-cover:nth-child(even) {
    background-size: cover;
  }

  .lg\:even\:bg-contain:nth-child(even) {
    background-size: contain;
  }

  .lg\:odd\:bg-auto:nth-child(odd) {
    background-size: auto;
  }

  .lg\:odd\:bg-cover:nth-child(odd) {
    background-size: cover;
  }

  .lg\:odd\:bg-contain:nth-child(odd) {
    background-size: contain;
  }

  .lg\:children\:bg-auto > * {
    background-size: auto;
  }

  .lg\:children\:bg-cover > * {
    background-size: cover;
  }

  .lg\:children\:bg-contain > * {
    background-size: contain;
  }

  .lg\:first\:bg-auto:first-child {
    background-size: auto;
  }

  .lg\:first\:bg-cover:first-child {
    background-size: cover;
  }

  .lg\:first\:bg-contain:first-child {
    background-size: contain;
  }

  .lg\:last\:bg-auto:last-child {
    background-size: auto;
  }

  .lg\:last\:bg-cover:last-child {
    background-size: cover;
  }

  .lg\:last\:bg-contain:last-child {
    background-size: contain;
  }

  .lg\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .lg\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .lg\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .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;
  }

  .lg\:border-separate {
    border-collapse: separate;
  }

  .lg\:even\:border-collapse:nth-child(even) {
    border-collapse: collapse;
  }

  .lg\:even\:border-separate:nth-child(even) {
    border-collapse: separate;
  }

  .lg\:odd\:border-collapse:nth-child(odd) {
    border-collapse: collapse;
  }

  .lg\:odd\:border-separate:nth-child(odd) {
    border-collapse: separate;
  }

  .lg\:children\:border-collapse > * {
    border-collapse: collapse;
  }

  .lg\:children\:border-separate > * {
    border-collapse: separate;
  }

  .lg\:first\:border-collapse:first-child {
    border-collapse: collapse;
  }

  .lg\:first\:border-separate:first-child {
    border-collapse: separate;
  }

  .lg\:last\:border-collapse:last-child {
    border-collapse: collapse;
  }

  .lg\:last\:border-separate:last-child {
    border-collapse: separate;
  }

  .lg\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .lg\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .lg\:border-collapse\! {
    border-collapse: collapse !important;
  }

  .lg\:border-separate\! {
    border-collapse: separate !important;
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-current {
    border-color: currentColor;
  }

  .lg\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:border-gray-200 {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .lg\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:border-gray-400 {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .lg\:border-gray-450 {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .lg\:border-gray-500 {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .lg\:border-gray-550 {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .lg\:border-gray-600 {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .lg\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:border-gray-800 {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .lg\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:border-gray {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .lg\:border-red-100 {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .lg\:border-red-200 {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .lg\:border-red-300 {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .lg\:border-red-400 {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .lg\:border-red-500 {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .lg\:border-red-600 {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .lg\:border-red-700 {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .lg\:border-red-800 {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .lg\:border-red-900 {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .lg\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .lg\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .lg\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .lg\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .lg\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .lg\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .lg\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .lg\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .lg\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .lg\:border-yellow-100 {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .lg\:border-yellow-200 {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .lg\:border-yellow-300 {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .lg\:border-yellow-400 {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .lg\:border-yellow-500 {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .lg\:border-yellow-600 {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .lg\:border-yellow-700 {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .lg\:border-yellow-800 {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .lg\:border-yellow-900 {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .lg\:border-green-100 {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .lg\:border-green-200 {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .lg\:border-green-300 {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .lg\:border-green-400 {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .lg\:border-green-500 {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .lg\:border-green-600 {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .lg\:border-green-700 {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .lg\:border-green-800 {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .lg\:border-green-900 {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .lg\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .lg\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .lg\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .lg\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .lg\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .lg\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .lg\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .lg\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .lg\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .lg\:border-blue-100 {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .lg\:border-blue-200 {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .lg\:border-blue-300 {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .lg\:border-blue-400 {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .lg\:border-blue-500 {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .lg\:border-blue-600 {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .lg\:border-blue-700 {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .lg\:border-blue-800 {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .lg\:border-blue-900 {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .lg\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .lg\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .lg\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .lg\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .lg\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .lg\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .lg\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .lg\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .lg\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .lg\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .lg\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .lg\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .lg\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .lg\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .lg\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .lg\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .lg\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .lg\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .lg\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .lg\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .lg\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .lg\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .lg\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .lg\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .lg\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .lg\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .lg\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .lg\:border-dark-blue {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .lg\:border-light-blue {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .lg\:border-pale-yellow {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .lg\:border-success {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .lg\:border-error {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .lg\:even\:border-transparent:nth-child(even) {
    border-color: transparent;
  }

  .lg\:even\:border-current:nth-child(even) {
    border-color: currentColor;
  }

  .lg\:even\:border-black:nth-child(even) {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:even\:border-white:nth-child(even) {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:even\:border-gray-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:even\:border-gray-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .lg\:even\:border-gray-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:even\:border-gray-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .lg\:even\:border-gray-450:nth-child(even) {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .lg\:even\:border-gray-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .lg\:even\:border-gray-550:nth-child(even) {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .lg\:even\:border-gray-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .lg\:even\:border-gray-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:even\:border-gray-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .lg\:even\:border-gray-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:even\:border-gray:nth-child(even) {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .lg\:even\:border-red-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .lg\:even\:border-red-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .lg\:even\:border-red-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .lg\:even\:border-red-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .lg\:even\:border-red-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .lg\:even\:border-red-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .lg\:even\:border-red-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .lg\:even\:border-red-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .lg\:even\:border-red-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .lg\:even\:border-orange-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .lg\:even\:border-orange-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .lg\:even\:border-orange-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .lg\:even\:border-orange-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .lg\:even\:border-orange-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .lg\:even\:border-orange-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .lg\:even\:border-orange-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .lg\:even\:border-orange-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .lg\:even\:border-orange-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .lg\:even\:border-yellow-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .lg\:even\:border-yellow-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .lg\:even\:border-yellow-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .lg\:even\:border-yellow-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .lg\:even\:border-yellow-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .lg\:even\:border-yellow-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .lg\:even\:border-yellow-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .lg\:even\:border-yellow-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .lg\:even\:border-yellow-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .lg\:even\:border-green-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .lg\:even\:border-green-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .lg\:even\:border-green-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .lg\:even\:border-green-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .lg\:even\:border-green-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .lg\:even\:border-green-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .lg\:even\:border-green-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .lg\:even\:border-green-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .lg\:even\:border-green-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .lg\:even\:border-teal-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .lg\:even\:border-teal-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .lg\:even\:border-teal-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .lg\:even\:border-teal-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .lg\:even\:border-teal-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .lg\:even\:border-teal-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .lg\:even\:border-teal-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .lg\:even\:border-teal-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .lg\:even\:border-teal-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .lg\:even\:border-blue-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .lg\:even\:border-blue-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .lg\:even\:border-blue-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .lg\:even\:border-blue-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .lg\:even\:border-blue-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .lg\:even\:border-blue-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .lg\:even\:border-blue-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .lg\:even\:border-blue-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .lg\:even\:border-blue-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .lg\:even\:border-indigo-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .lg\:even\:border-indigo-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .lg\:even\:border-indigo-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .lg\:even\:border-indigo-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .lg\:even\:border-indigo-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .lg\:even\:border-indigo-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .lg\:even\:border-indigo-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .lg\:even\:border-indigo-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .lg\:even\:border-indigo-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .lg\:even\:border-purple-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .lg\:even\:border-purple-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .lg\:even\:border-purple-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .lg\:even\:border-purple-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .lg\:even\:border-purple-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .lg\:even\:border-purple-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .lg\:even\:border-purple-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .lg\:even\:border-purple-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .lg\:even\:border-purple-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .lg\:even\:border-pink-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .lg\:even\:border-pink-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .lg\:even\:border-pink-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .lg\:even\:border-pink-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .lg\:even\:border-pink-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .lg\:even\:border-pink-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .lg\:even\:border-pink-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .lg\:even\:border-pink-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .lg\:even\:border-pink-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .lg\:even\:border-dark-blue:nth-child(even) {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .lg\:even\:border-light-blue:nth-child(even) {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .lg\:even\:border-pale-yellow:nth-child(even) {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .lg\:even\:border-success:nth-child(even) {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .lg\:even\:border-error:nth-child(even) {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .lg\:odd\:border-transparent:nth-child(odd) {
    border-color: transparent;
  }

  .lg\:odd\:border-current:nth-child(odd) {
    border-color: currentColor;
  }

  .lg\:odd\:border-black:nth-child(odd) {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:odd\:border-white:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:odd\:border-gray-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:odd\:border-gray-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .lg\:odd\:border-gray-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:odd\:border-gray-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .lg\:odd\:border-gray-450:nth-child(odd) {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .lg\:odd\:border-gray-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .lg\:odd\:border-gray-550:nth-child(odd) {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .lg\:odd\:border-gray-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .lg\:odd\:border-gray-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:odd\:border-gray-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .lg\:odd\:border-gray-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:odd\:border-gray:nth-child(odd) {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .lg\:odd\:border-red-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .lg\:odd\:border-red-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .lg\:odd\:border-red-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .lg\:odd\:border-red-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .lg\:odd\:border-red-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .lg\:odd\:border-red-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .lg\:odd\:border-red-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .lg\:odd\:border-red-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .lg\:odd\:border-red-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .lg\:odd\:border-orange-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .lg\:odd\:border-orange-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .lg\:odd\:border-orange-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .lg\:odd\:border-orange-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .lg\:odd\:border-orange-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .lg\:odd\:border-orange-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .lg\:odd\:border-orange-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .lg\:odd\:border-orange-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .lg\:odd\:border-orange-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .lg\:odd\:border-yellow-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .lg\:odd\:border-yellow-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .lg\:odd\:border-yellow-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .lg\:odd\:border-yellow-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .lg\:odd\:border-yellow-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .lg\:odd\:border-yellow-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .lg\:odd\:border-yellow-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .lg\:odd\:border-yellow-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .lg\:odd\:border-yellow-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .lg\:odd\:border-green-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .lg\:odd\:border-green-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .lg\:odd\:border-green-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .lg\:odd\:border-green-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .lg\:odd\:border-green-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .lg\:odd\:border-green-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .lg\:odd\:border-green-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .lg\:odd\:border-green-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .lg\:odd\:border-green-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .lg\:odd\:border-teal-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .lg\:odd\:border-teal-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .lg\:odd\:border-teal-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .lg\:odd\:border-teal-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .lg\:odd\:border-teal-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .lg\:odd\:border-teal-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .lg\:odd\:border-teal-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .lg\:odd\:border-teal-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .lg\:odd\:border-teal-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .lg\:odd\:border-blue-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .lg\:odd\:border-blue-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .lg\:odd\:border-blue-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .lg\:odd\:border-blue-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .lg\:odd\:border-blue-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .lg\:odd\:border-blue-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .lg\:odd\:border-blue-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .lg\:odd\:border-blue-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .lg\:odd\:border-blue-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .lg\:odd\:border-indigo-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .lg\:odd\:border-indigo-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .lg\:odd\:border-indigo-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .lg\:odd\:border-indigo-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .lg\:odd\:border-indigo-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .lg\:odd\:border-indigo-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .lg\:odd\:border-indigo-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .lg\:odd\:border-indigo-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .lg\:odd\:border-indigo-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .lg\:odd\:border-purple-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .lg\:odd\:border-purple-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .lg\:odd\:border-purple-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .lg\:odd\:border-purple-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .lg\:odd\:border-purple-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .lg\:odd\:border-purple-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .lg\:odd\:border-purple-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .lg\:odd\:border-purple-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .lg\:odd\:border-purple-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .lg\:odd\:border-pink-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .lg\:odd\:border-pink-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .lg\:odd\:border-pink-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .lg\:odd\:border-pink-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .lg\:odd\:border-pink-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .lg\:odd\:border-pink-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .lg\:odd\:border-pink-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .lg\:odd\:border-pink-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .lg\:odd\:border-pink-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .lg\:odd\:border-dark-blue:nth-child(odd) {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .lg\:odd\:border-light-blue:nth-child(odd) {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .lg\:odd\:border-pale-yellow:nth-child(odd) {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .lg\:odd\:border-success:nth-child(odd) {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .lg\:odd\:border-error:nth-child(odd) {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .lg\:children\:border-transparent > * {
    border-color: transparent;
  }

  .lg\:children\:border-current > * {
    border-color: currentColor;
  }

  .lg\:children\:border-black > * {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:children\:border-white > * {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:children\:border-gray-100 > * {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:children\:border-gray-200 > * {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .lg\:children\:border-gray-300 > * {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:children\:border-gray-400 > * {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .lg\:children\:border-gray-450 > * {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .lg\:children\:border-gray-500 > * {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .lg\:children\:border-gray-550 > * {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .lg\:children\:border-gray-600 > * {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .lg\:children\:border-gray-700 > * {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:children\:border-gray-800 > * {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .lg\:children\:border-gray-900 > * {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:children\:border-gray > * {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .lg\:children\:border-red-100 > * {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .lg\:children\:border-red-200 > * {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .lg\:children\:border-red-300 > * {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .lg\:children\:border-red-400 > * {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .lg\:children\:border-red-500 > * {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .lg\:children\:border-red-600 > * {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .lg\:children\:border-red-700 > * {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .lg\:children\:border-red-800 > * {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .lg\:children\:border-red-900 > * {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .lg\:children\:border-orange-100 > * {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .lg\:children\:border-orange-200 > * {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .lg\:children\:border-orange-300 > * {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .lg\:children\:border-orange-400 > * {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .lg\:children\:border-orange-500 > * {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .lg\:children\:border-orange-600 > * {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .lg\:children\:border-orange-700 > * {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .lg\:children\:border-orange-800 > * {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .lg\:children\:border-orange-900 > * {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .lg\:children\:border-yellow-100 > * {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .lg\:children\:border-yellow-200 > * {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .lg\:children\:border-yellow-300 > * {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .lg\:children\:border-yellow-400 > * {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .lg\:children\:border-yellow-500 > * {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .lg\:children\:border-yellow-600 > * {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .lg\:children\:border-yellow-700 > * {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .lg\:children\:border-yellow-800 > * {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .lg\:children\:border-yellow-900 > * {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .lg\:children\:border-green-100 > * {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .lg\:children\:border-green-200 > * {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .lg\:children\:border-green-300 > * {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .lg\:children\:border-green-400 > * {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .lg\:children\:border-green-500 > * {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .lg\:children\:border-green-600 > * {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .lg\:children\:border-green-700 > * {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .lg\:children\:border-green-800 > * {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .lg\:children\:border-green-900 > * {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .lg\:children\:border-teal-100 > * {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .lg\:children\:border-teal-200 > * {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .lg\:children\:border-teal-300 > * {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .lg\:children\:border-teal-400 > * {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .lg\:children\:border-teal-500 > * {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .lg\:children\:border-teal-600 > * {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .lg\:children\:border-teal-700 > * {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .lg\:children\:border-teal-800 > * {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .lg\:children\:border-teal-900 > * {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .lg\:children\:border-blue-100 > * {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .lg\:children\:border-blue-200 > * {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .lg\:children\:border-blue-300 > * {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .lg\:children\:border-blue-400 > * {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .lg\:children\:border-blue-500 > * {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .lg\:children\:border-blue-600 > * {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .lg\:children\:border-blue-700 > * {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .lg\:children\:border-blue-800 > * {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .lg\:children\:border-blue-900 > * {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .lg\:children\:border-indigo-100 > * {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .lg\:children\:border-indigo-200 > * {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .lg\:children\:border-indigo-300 > * {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .lg\:children\:border-indigo-400 > * {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .lg\:children\:border-indigo-500 > * {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .lg\:children\:border-indigo-600 > * {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .lg\:children\:border-indigo-700 > * {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .lg\:children\:border-indigo-800 > * {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .lg\:children\:border-indigo-900 > * {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .lg\:children\:border-purple-100 > * {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .lg\:children\:border-purple-200 > * {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .lg\:children\:border-purple-300 > * {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .lg\:children\:border-purple-400 > * {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .lg\:children\:border-purple-500 > * {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .lg\:children\:border-purple-600 > * {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .lg\:children\:border-purple-700 > * {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .lg\:children\:border-purple-800 > * {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .lg\:children\:border-purple-900 > * {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .lg\:children\:border-pink-100 > * {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .lg\:children\:border-pink-200 > * {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .lg\:children\:border-pink-300 > * {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .lg\:children\:border-pink-400 > * {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .lg\:children\:border-pink-500 > * {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .lg\:children\:border-pink-600 > * {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .lg\:children\:border-pink-700 > * {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .lg\:children\:border-pink-800 > * {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .lg\:children\:border-pink-900 > * {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .lg\:children\:border-dark-blue > * {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .lg\:children\:border-light-blue > * {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .lg\:children\:border-pale-yellow > * {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .lg\:children\:border-success > * {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .lg\:children\:border-error > * {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .lg\:first\:border-transparent:first-child {
    border-color: transparent;
  }

  .lg\:first\:border-current:first-child {
    border-color: currentColor;
  }

  .lg\:first\:border-black:first-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:first\:border-white:first-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:first\:border-gray-100:first-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:first\:border-gray-200:first-child {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .lg\:first\:border-gray-300:first-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:first\:border-gray-400:first-child {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .lg\:first\:border-gray-450:first-child {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .lg\:first\:border-gray-500:first-child {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .lg\:first\:border-gray-550:first-child {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .lg\:first\:border-gray-600:first-child {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .lg\:first\:border-gray-700:first-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:first\:border-gray-800:first-child {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .lg\:first\:border-gray-900:first-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:first\:border-gray:first-child {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .lg\:first\:border-red-100:first-child {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .lg\:first\:border-red-200:first-child {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .lg\:first\:border-red-300:first-child {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .lg\:first\:border-red-400:first-child {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .lg\:first\:border-red-500:first-child {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .lg\:first\:border-red-600:first-child {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .lg\:first\:border-red-700:first-child {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .lg\:first\:border-red-800:first-child {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .lg\:first\:border-red-900:first-child {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .lg\:first\:border-orange-100:first-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .lg\:first\:border-orange-200:first-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .lg\:first\:border-orange-300:first-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .lg\:first\:border-orange-400:first-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .lg\:first\:border-orange-500:first-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .lg\:first\:border-orange-600:first-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .lg\:first\:border-orange-700:first-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .lg\:first\:border-orange-800:first-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .lg\:first\:border-orange-900:first-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .lg\:first\:border-yellow-100:first-child {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .lg\:first\:border-yellow-200:first-child {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .lg\:first\:border-yellow-300:first-child {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .lg\:first\:border-yellow-400:first-child {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .lg\:first\:border-yellow-500:first-child {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .lg\:first\:border-yellow-600:first-child {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .lg\:first\:border-yellow-700:first-child {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .lg\:first\:border-yellow-800:first-child {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .lg\:first\:border-yellow-900:first-child {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .lg\:first\:border-green-100:first-child {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .lg\:first\:border-green-200:first-child {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .lg\:first\:border-green-300:first-child {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .lg\:first\:border-green-400:first-child {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .lg\:first\:border-green-500:first-child {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .lg\:first\:border-green-600:first-child {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .lg\:first\:border-green-700:first-child {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .lg\:first\:border-green-800:first-child {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .lg\:first\:border-green-900:first-child {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .lg\:first\:border-teal-100:first-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .lg\:first\:border-teal-200:first-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .lg\:first\:border-teal-300:first-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .lg\:first\:border-teal-400:first-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .lg\:first\:border-teal-500:first-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .lg\:first\:border-teal-600:first-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .lg\:first\:border-teal-700:first-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .lg\:first\:border-teal-800:first-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .lg\:first\:border-teal-900:first-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .lg\:first\:border-blue-100:first-child {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .lg\:first\:border-blue-200:first-child {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .lg\:first\:border-blue-300:first-child {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .lg\:first\:border-blue-400:first-child {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .lg\:first\:border-blue-500:first-child {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .lg\:first\:border-blue-600:first-child {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .lg\:first\:border-blue-700:first-child {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .lg\:first\:border-blue-800:first-child {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .lg\:first\:border-blue-900:first-child {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .lg\:first\:border-indigo-100:first-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .lg\:first\:border-indigo-200:first-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .lg\:first\:border-indigo-300:first-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .lg\:first\:border-indigo-400:first-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .lg\:first\:border-indigo-500:first-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .lg\:first\:border-indigo-600:first-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .lg\:first\:border-indigo-700:first-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .lg\:first\:border-indigo-800:first-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .lg\:first\:border-indigo-900:first-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .lg\:first\:border-purple-100:first-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .lg\:first\:border-purple-200:first-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .lg\:first\:border-purple-300:first-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .lg\:first\:border-purple-400:first-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .lg\:first\:border-purple-500:first-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .lg\:first\:border-purple-600:first-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .lg\:first\:border-purple-700:first-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .lg\:first\:border-purple-800:first-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .lg\:first\:border-purple-900:first-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .lg\:first\:border-pink-100:first-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .lg\:first\:border-pink-200:first-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .lg\:first\:border-pink-300:first-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .lg\:first\:border-pink-400:first-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .lg\:first\:border-pink-500:first-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .lg\:first\:border-pink-600:first-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .lg\:first\:border-pink-700:first-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .lg\:first\:border-pink-800:first-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .lg\:first\:border-pink-900:first-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .lg\:first\:border-dark-blue:first-child {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .lg\:first\:border-light-blue:first-child {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .lg\:first\:border-pale-yellow:first-child {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .lg\:first\:border-success:first-child {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .lg\:first\:border-error:first-child {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .lg\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .lg\:last\:border-current:last-child {
    border-color: currentColor;
  }

  .lg\:last\:border-black:last-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:last\:border-white:last-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:last\:border-gray-100:last-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:last\:border-gray-200:last-child {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .lg\:last\:border-gray-300:last-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:last\:border-gray-400:last-child {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .lg\:last\:border-gray-450:last-child {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .lg\:last\:border-gray-500:last-child {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .lg\:last\:border-gray-550:last-child {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .lg\:last\:border-gray-600:last-child {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .lg\:last\:border-gray-700:last-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:last\:border-gray-800:last-child {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .lg\:last\:border-gray-900:last-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:last\:border-gray:last-child {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .lg\:last\:border-red-100:last-child {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .lg\:last\:border-red-200:last-child {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .lg\:last\:border-red-300:last-child {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .lg\:last\:border-red-400:last-child {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .lg\:last\:border-red-500:last-child {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .lg\:last\:border-red-600:last-child {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .lg\:last\:border-red-700:last-child {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .lg\:last\:border-red-800:last-child {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .lg\:last\:border-red-900:last-child {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .lg\:last\:border-orange-100:last-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .lg\:last\:border-orange-200:last-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .lg\:last\:border-orange-300:last-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .lg\:last\:border-orange-400:last-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .lg\:last\:border-orange-500:last-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .lg\:last\:border-orange-600:last-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .lg\:last\:border-orange-700:last-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .lg\:last\:border-orange-800:last-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .lg\:last\:border-orange-900:last-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .lg\:last\:border-yellow-100:last-child {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .lg\:last\:border-yellow-200:last-child {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .lg\:last\:border-yellow-300:last-child {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .lg\:last\:border-yellow-400:last-child {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .lg\:last\:border-yellow-500:last-child {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .lg\:last\:border-yellow-600:last-child {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .lg\:last\:border-yellow-700:last-child {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .lg\:last\:border-yellow-800:last-child {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .lg\:last\:border-yellow-900:last-child {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .lg\:last\:border-green-100:last-child {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .lg\:last\:border-green-200:last-child {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .lg\:last\:border-green-300:last-child {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .lg\:last\:border-green-400:last-child {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .lg\:last\:border-green-500:last-child {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .lg\:last\:border-green-600:last-child {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .lg\:last\:border-green-700:last-child {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .lg\:last\:border-green-800:last-child {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .lg\:last\:border-green-900:last-child {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .lg\:last\:border-teal-100:last-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .lg\:last\:border-teal-200:last-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .lg\:last\:border-teal-300:last-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .lg\:last\:border-teal-400:last-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .lg\:last\:border-teal-500:last-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .lg\:last\:border-teal-600:last-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .lg\:last\:border-teal-700:last-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .lg\:last\:border-teal-800:last-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .lg\:last\:border-teal-900:last-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .lg\:last\:border-blue-100:last-child {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .lg\:last\:border-blue-200:last-child {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .lg\:last\:border-blue-300:last-child {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .lg\:last\:border-blue-400:last-child {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .lg\:last\:border-blue-500:last-child {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .lg\:last\:border-blue-600:last-child {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .lg\:last\:border-blue-700:last-child {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .lg\:last\:border-blue-800:last-child {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .lg\:last\:border-blue-900:last-child {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .lg\:last\:border-indigo-100:last-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .lg\:last\:border-indigo-200:last-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .lg\:last\:border-indigo-300:last-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .lg\:last\:border-indigo-400:last-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .lg\:last\:border-indigo-500:last-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .lg\:last\:border-indigo-600:last-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .lg\:last\:border-indigo-700:last-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .lg\:last\:border-indigo-800:last-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .lg\:last\:border-indigo-900:last-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .lg\:last\:border-purple-100:last-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .lg\:last\:border-purple-200:last-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .lg\:last\:border-purple-300:last-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .lg\:last\:border-purple-400:last-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .lg\:last\:border-purple-500:last-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .lg\:last\:border-purple-600:last-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .lg\:last\:border-purple-700:last-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .lg\:last\:border-purple-800:last-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .lg\:last\:border-purple-900:last-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .lg\:last\:border-pink-100:last-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .lg\:last\:border-pink-200:last-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .lg\:last\:border-pink-300:last-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .lg\:last\:border-pink-400:last-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .lg\:last\:border-pink-500:last-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .lg\:last\:border-pink-600:last-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .lg\:last\:border-pink-700:last-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .lg\:last\:border-pink-800:last-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .lg\:last\:border-pink-900:last-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .lg\:last\:border-dark-blue:last-child {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .lg\:last\:border-light-blue:last-child {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .lg\:last\:border-pale-yellow:last-child {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .lg\:last\:border-success:last-child {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .lg\:last\:border-error:last-child {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .lg\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .lg\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .lg\:hover\:border-gray-450:hover {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .lg\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .lg\:hover\:border-gray-550:hover {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .lg\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .lg\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .lg\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:hover\:border-gray:hover {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .lg\:hover\:border-red-100:hover {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .lg\:hover\:border-red-200:hover {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .lg\:hover\:border-red-300:hover {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .lg\:hover\:border-red-400:hover {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .lg\:hover\:border-red-500:hover {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .lg\:hover\:border-red-600:hover {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .lg\:hover\:border-red-700:hover {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .lg\:hover\:border-red-800:hover {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .lg\:hover\:border-red-900:hover {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .lg\:hover\:border-orange-100:hover {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .lg\:hover\:border-orange-200:hover {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .lg\:hover\:border-orange-300:hover {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .lg\:hover\:border-orange-400:hover {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .lg\:hover\:border-orange-500:hover {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .lg\:hover\:border-orange-600:hover {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .lg\:hover\:border-orange-700:hover {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .lg\:hover\:border-orange-800:hover {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .lg\:hover\:border-orange-900:hover {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-100:hover {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-200:hover {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-300:hover {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-400:hover {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-500:hover {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-600:hover {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-700:hover {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-800:hover {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-900:hover {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .lg\:hover\:border-green-100:hover {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .lg\:hover\:border-green-200:hover {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .lg\:hover\:border-green-300:hover {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .lg\:hover\:border-green-400:hover {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .lg\:hover\:border-green-500:hover {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .lg\:hover\:border-green-600:hover {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .lg\:hover\:border-green-700:hover {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .lg\:hover\:border-green-800:hover {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .lg\:hover\:border-green-900:hover {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .lg\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .lg\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .lg\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .lg\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .lg\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .lg\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .lg\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .lg\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .lg\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .lg\:hover\:border-blue-100:hover {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .lg\:hover\:border-blue-200:hover {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .lg\:hover\:border-blue-300:hover {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .lg\:hover\:border-blue-400:hover {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .lg\:hover\:border-blue-500:hover {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .lg\:hover\:border-blue-600:hover {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .lg\:hover\:border-blue-700:hover {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .lg\:hover\:border-blue-800:hover {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .lg\:hover\:border-blue-900:hover {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .lg\:hover\:border-purple-100:hover {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .lg\:hover\:border-purple-200:hover {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .lg\:hover\:border-purple-300:hover {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .lg\:hover\:border-purple-400:hover {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .lg\:hover\:border-purple-500:hover {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .lg\:hover\:border-purple-600:hover {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .lg\:hover\:border-purple-700:hover {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .lg\:hover\:border-purple-800:hover {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .lg\:hover\:border-purple-900:hover {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .lg\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .lg\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .lg\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .lg\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .lg\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .lg\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .lg\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .lg\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .lg\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .lg\:hover\:border-dark-blue:hover {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .lg\:hover\:border-light-blue:hover {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .lg\:hover\:border-pale-yellow:hover {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .lg\:hover\:border-success:hover {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .lg\:hover\:border-error:hover {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .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: #f0f2f7 !important;
    border-color: rgba(240, 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: #e3e8f0 !important;
    border-color: rgba(227, 232, 240, var(--border-opacity)) !important;
  }

  .lg\:border-gray-450\! {
    --border-opacity: 1 !important;
    border-color: #B0B5CC !important;
    border-color: rgba(176, 181, 204, var(--border-opacity)) !important;
  }

  .lg\:border-gray-500\! {
    --border-opacity: 1 !important;
    border-color: #B9BED1 !important;
    border-color: rgba(185, 190, 209, var(--border-opacity)) !important;
  }

  .lg\:border-gray-550\! {
    --border-opacity: 1 !important;
    border-color: #9597a6 !important;
    border-color: rgba(149, 151, 166, var(--border-opacity)) !important;
  }

  .lg\:border-gray-600\! {
    --border-opacity: 1 !important;
    border-color: #707070 !important;
    border-color: rgba(112, 112, 112, 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: #454545 !important;
    border-color: rgba(69, 69, 69, 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-gray\! {
    --border-opacity: 1 !important;
    border-color: #454545 !important;
    border-color: rgba(69, 69, 69, 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-dark-blue\! {
    --border-opacity: 1 !important;
    border-color: #000142 !important;
    border-color: rgba(0, 1, 66, var(--border-opacity)) !important;
  }

  .lg\:border-light-blue\! {
    --border-opacity: 1 !important;
    border-color: #3B55E6 !important;
    border-color: rgba(59, 85, 230, var(--border-opacity)) !important;
  }

  .lg\:border-pale-yellow\! {
    --border-opacity: 1 !important;
    border-color: #FBAF4E !important;
    border-color: rgba(251, 175, 78, var(--border-opacity)) !important;
  }

  .lg\:border-success\! {
    --border-opacity: 1 !important;
    border-color: #007E62 !important;
    border-color: rgba(0, 126, 98, var(--border-opacity)) !important;
  }

  .lg\:border-error\! {
    --border-opacity: 1 !important;
    border-color: #F60139 !important;
    border-color: rgba(246, 1, 57, var(--border-opacity)) !important;
  }

  .lg\:border-opacity-0 {
    --border-opacity: 0;
  }

  .lg\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .lg\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .lg\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .lg\:border-opacity-100 {
    --border-opacity: 1;
  }

  .lg\:even\:border-opacity-0:nth-child(even) {
    --border-opacity: 0;
  }

  .lg\:even\:border-opacity-25:nth-child(even) {
    --border-opacity: 0.25;
  }

  .lg\:even\:border-opacity-50:nth-child(even) {
    --border-opacity: 0.5;
  }

  .lg\:even\:border-opacity-75:nth-child(even) {
    --border-opacity: 0.75;
  }

  .lg\:even\:border-opacity-100:nth-child(even) {
    --border-opacity: 1;
  }

  .lg\:odd\:border-opacity-0:nth-child(odd) {
    --border-opacity: 0;
  }

  .lg\:odd\:border-opacity-25:nth-child(odd) {
    --border-opacity: 0.25;
  }

  .lg\:odd\:border-opacity-50:nth-child(odd) {
    --border-opacity: 0.5;
  }

  .lg\:odd\:border-opacity-75:nth-child(odd) {
    --border-opacity: 0.75;
  }

  .lg\:odd\:border-opacity-100:nth-child(odd) {
    --border-opacity: 1;
  }

  .lg\:children\:border-opacity-0 > * {
    --border-opacity: 0;
  }

  .lg\:children\:border-opacity-25 > * {
    --border-opacity: 0.25;
  }

  .lg\:children\:border-opacity-50 > * {
    --border-opacity: 0.5;
  }

  .lg\:children\:border-opacity-75 > * {
    --border-opacity: 0.75;
  }

  .lg\:children\:border-opacity-100 > * {
    --border-opacity: 1;
  }

  .lg\:first\:border-opacity-0:first-child {
    --border-opacity: 0;
  }

  .lg\:first\:border-opacity-25:first-child {
    --border-opacity: 0.25;
  }

  .lg\:first\:border-opacity-50:first-child {
    --border-opacity: 0.5;
  }

  .lg\:first\:border-opacity-75:first-child {
    --border-opacity: 0.75;
  }

  .lg\:first\:border-opacity-100:first-child {
    --border-opacity: 1;
  }

  .lg\:last\:border-opacity-0:last-child {
    --border-opacity: 0;
  }

  .lg\:last\:border-opacity-25:last-child {
    --border-opacity: 0.25;
  }

  .lg\:last\:border-opacity-50:last-child {
    --border-opacity: 0.5;
  }

  .lg\:last\:border-opacity-75:last-child {
    --border-opacity: 0.75;
  }

  .lg\:last\:border-opacity-100:last-child {
    --border-opacity: 1;
  }

  .lg\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .lg\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .lg\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .lg\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .lg\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .lg\:border-opacity-0\! {
    --border-opacity: 0 !important;
  }

  .lg\:border-opacity-25\! {
    --border-opacity: 0.25 !important;
  }

  .lg\:border-opacity-50\! {
    --border-opacity: 0.5 !important;
  }

  .lg\:border-opacity-75\! {
    --border-opacity: 0.75 !important;
  }

  .lg\:border-opacity-100\! {
    --border-opacity: 1 !important;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-sm {
    border-radius: 0.125rem;
  }

  .lg\:rounded {
    border-radius: 0.25rem;
  }

  .lg\:rounded-md {
    border-radius: 0.375rem;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:even\:rounded-none:nth-child(even) {
    border-radius: 0;
  }

  .lg\:even\:rounded-sm:nth-child(even) {
    border-radius: 0.125rem;
  }

  .lg\:even\:rounded:nth-child(even) {
    border-radius: 0.25rem;
  }

  .lg\:even\:rounded-md:nth-child(even) {
    border-radius: 0.375rem;
  }

  .lg\:even\:rounded-lg:nth-child(even) {
    border-radius: 0.5rem;
  }

  .lg\:even\:rounded-full:nth-child(even) {
    border-radius: 9999px;
  }

  .lg\:even\:rounded-t-none:nth-child(even) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:even\:rounded-r-none:nth-child(even) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:even\:rounded-b-none:nth-child(even) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:even\:rounded-l-none:nth-child(even) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:even\:rounded-t-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:even\:rounded-r-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:even\:rounded-b-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:even\:rounded-l-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:even\:rounded-t:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:even\:rounded-r:nth-child(even) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:even\:rounded-b:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:even\:rounded-l:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:even\:rounded-t-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:even\:rounded-r-md:nth-child(even) {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:even\:rounded-b-md:nth-child(even) {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:even\:rounded-l-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:even\:rounded-t-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:even\:rounded-r-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:even\:rounded-b-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:even\:rounded-l-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:even\:rounded-t-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:even\:rounded-r-full:nth-child(even) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:even\:rounded-b-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:even\:rounded-l-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:even\:rounded-tl-none:nth-child(even) {
    border-top-left-radius: 0;
  }

  .lg\:even\:rounded-tr-none:nth-child(even) {
    border-top-right-radius: 0;
  }

  .lg\:even\:rounded-br-none:nth-child(even) {
    border-bottom-right-radius: 0;
  }

  .lg\:even\:rounded-bl-none:nth-child(even) {
    border-bottom-left-radius: 0;
  }

  .lg\:even\:rounded-tl-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
  }

  .lg\:even\:rounded-tr-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
  }

  .lg\:even\:rounded-br-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:even\:rounded-bl-sm:nth-child(even) {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:even\:rounded-tl:nth-child(even) {
    border-top-left-radius: 0.25rem;
  }

  .lg\:even\:rounded-tr:nth-child(even) {
    border-top-right-radius: 0.25rem;
  }

  .lg\:even\:rounded-br:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:even\:rounded-bl:nth-child(even) {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:even\:rounded-tl-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
  }

  .lg\:even\:rounded-tr-md:nth-child(even) {
    border-top-right-radius: 0.375rem;
  }

  .lg\:even\:rounded-br-md:nth-child(even) {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:even\:rounded-bl-md:nth-child(even) {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:even\:rounded-tl-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
  }

  .lg\:even\:rounded-tr-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
  }

  .lg\:even\:rounded-br-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:even\:rounded-bl-lg:nth-child(even) {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:even\:rounded-tl-full:nth-child(even) {
    border-top-left-radius: 9999px;
  }

  .lg\:even\:rounded-tr-full:nth-child(even) {
    border-top-right-radius: 9999px;
  }

  .lg\:even\:rounded-br-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
  }

  .lg\:even\:rounded-bl-full:nth-child(even) {
    border-bottom-left-radius: 9999px;
  }

  .lg\:odd\:rounded-none:nth-child(odd) {
    border-radius: 0;
  }

  .lg\:odd\:rounded-sm:nth-child(odd) {
    border-radius: 0.125rem;
  }

  .lg\:odd\:rounded:nth-child(odd) {
    border-radius: 0.25rem;
  }

  .lg\:odd\:rounded-md:nth-child(odd) {
    border-radius: 0.375rem;
  }

  .lg\:odd\:rounded-lg:nth-child(odd) {
    border-radius: 0.5rem;
  }

  .lg\:odd\:rounded-full:nth-child(odd) {
    border-radius: 9999px;
  }

  .lg\:odd\:rounded-t-none:nth-child(odd) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:odd\:rounded-r-none:nth-child(odd) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:odd\:rounded-b-none:nth-child(odd) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:odd\:rounded-l-none:nth-child(odd) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:odd\:rounded-t-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:odd\:rounded-r-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:odd\:rounded-b-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:odd\:rounded-l-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:odd\:rounded-t:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:odd\:rounded-r:nth-child(odd) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:odd\:rounded-b:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:odd\:rounded-l:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:odd\:rounded-t-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:odd\:rounded-r-md:nth-child(odd) {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:odd\:rounded-b-md:nth-child(odd) {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:odd\:rounded-l-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:odd\:rounded-t-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:odd\:rounded-r-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:odd\:rounded-b-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:odd\:rounded-l-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:odd\:rounded-t-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:odd\:rounded-r-full:nth-child(odd) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:odd\:rounded-b-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:odd\:rounded-l-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:odd\:rounded-tl-none:nth-child(odd) {
    border-top-left-radius: 0;
  }

  .lg\:odd\:rounded-tr-none:nth-child(odd) {
    border-top-right-radius: 0;
  }

  .lg\:odd\:rounded-br-none:nth-child(odd) {
    border-bottom-right-radius: 0;
  }

  .lg\:odd\:rounded-bl-none:nth-child(odd) {
    border-bottom-left-radius: 0;
  }

  .lg\:odd\:rounded-tl-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
  }

  .lg\:odd\:rounded-tr-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
  }

  .lg\:odd\:rounded-br-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:odd\:rounded-bl-sm:nth-child(odd) {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:odd\:rounded-tl:nth-child(odd) {
    border-top-left-radius: 0.25rem;
  }

  .lg\:odd\:rounded-tr:nth-child(odd) {
    border-top-right-radius: 0.25rem;
  }

  .lg\:odd\:rounded-br:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:odd\:rounded-bl:nth-child(odd) {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:odd\:rounded-tl-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
  }

  .lg\:odd\:rounded-tr-md:nth-child(odd) {
    border-top-right-radius: 0.375rem;
  }

  .lg\:odd\:rounded-br-md:nth-child(odd) {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:odd\:rounded-bl-md:nth-child(odd) {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:odd\:rounded-tl-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
  }

  .lg\:odd\:rounded-tr-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
  }

  .lg\:odd\:rounded-br-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:odd\:rounded-bl-lg:nth-child(odd) {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:odd\:rounded-tl-full:nth-child(odd) {
    border-top-left-radius: 9999px;
  }

  .lg\:odd\:rounded-tr-full:nth-child(odd) {
    border-top-right-radius: 9999px;
  }

  .lg\:odd\:rounded-br-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
  }

  .lg\:odd\:rounded-bl-full:nth-child(odd) {
    border-bottom-left-radius: 9999px;
  }

  .lg\:children\:rounded-none > * {
    border-radius: 0;
  }

  .lg\:children\:rounded-sm > * {
    border-radius: 0.125rem;
  }

  .lg\:children\:rounded > * {
    border-radius: 0.25rem;
  }

  .lg\:children\:rounded-md > * {
    border-radius: 0.375rem;
  }

  .lg\:children\:rounded-lg > * {
    border-radius: 0.5rem;
  }

  .lg\:children\:rounded-full > * {
    border-radius: 9999px;
  }

  .lg\:children\:rounded-t-none > * {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:children\:rounded-r-none > * {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:children\:rounded-b-none > * {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:children\:rounded-l-none > * {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:children\:rounded-t-sm > * {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:children\:rounded-r-sm > * {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:children\:rounded-b-sm > * {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:children\:rounded-l-sm > * {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:children\:rounded-t > * {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:children\:rounded-r > * {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:children\:rounded-b > * {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:children\:rounded-l > * {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:children\:rounded-t-md > * {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:children\:rounded-r-md > * {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:children\:rounded-b-md > * {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:children\:rounded-l-md > * {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:children\:rounded-t-lg > * {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:children\:rounded-r-lg > * {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:children\:rounded-b-lg > * {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:children\:rounded-l-lg > * {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:children\:rounded-t-full > * {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:children\:rounded-r-full > * {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:children\:rounded-b-full > * {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:children\:rounded-l-full > * {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:children\:rounded-tl-none > * {
    border-top-left-radius: 0;
  }

  .lg\:children\:rounded-tr-none > * {
    border-top-right-radius: 0;
  }

  .lg\:children\:rounded-br-none > * {
    border-bottom-right-radius: 0;
  }

  .lg\:children\:rounded-bl-none > * {
    border-bottom-left-radius: 0;
  }

  .lg\:children\:rounded-tl-sm > * {
    border-top-left-radius: 0.125rem;
  }

  .lg\:children\:rounded-tr-sm > * {
    border-top-right-radius: 0.125rem;
  }

  .lg\:children\:rounded-br-sm > * {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:children\:rounded-bl-sm > * {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:children\:rounded-tl > * {
    border-top-left-radius: 0.25rem;
  }

  .lg\:children\:rounded-tr > * {
    border-top-right-radius: 0.25rem;
  }

  .lg\:children\:rounded-br > * {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:children\:rounded-bl > * {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:children\:rounded-tl-md > * {
    border-top-left-radius: 0.375rem;
  }

  .lg\:children\:rounded-tr-md > * {
    border-top-right-radius: 0.375rem;
  }

  .lg\:children\:rounded-br-md > * {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:children\:rounded-bl-md > * {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:children\:rounded-tl-lg > * {
    border-top-left-radius: 0.5rem;
  }

  .lg\:children\:rounded-tr-lg > * {
    border-top-right-radius: 0.5rem;
  }

  .lg\:children\:rounded-br-lg > * {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:children\:rounded-bl-lg > * {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:children\:rounded-tl-full > * {
    border-top-left-radius: 9999px;
  }

  .lg\:children\:rounded-tr-full > * {
    border-top-right-radius: 9999px;
  }

  .lg\:children\:rounded-br-full > * {
    border-bottom-right-radius: 9999px;
  }

  .lg\:children\:rounded-bl-full > * {
    border-bottom-left-radius: 9999px;
  }

  .lg\:first\:rounded-none:first-child {
    border-radius: 0;
  }

  .lg\:first\:rounded-sm:first-child {
    border-radius: 0.125rem;
  }

  .lg\:first\:rounded:first-child {
    border-radius: 0.25rem;
  }

  .lg\:first\:rounded-md:first-child {
    border-radius: 0.375rem;
  }

  .lg\:first\:rounded-lg:first-child {
    border-radius: 0.5rem;
  }

  .lg\:first\:rounded-full:first-child {
    border-radius: 9999px;
  }

  .lg\:first\:rounded-t-none:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:first\:rounded-r-none:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:first\:rounded-b-none:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:first\:rounded-l-none:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:first\:rounded-t-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:first\:rounded-r-sm:first-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:first\:rounded-b-sm:first-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:first\:rounded-l-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:first\:rounded-t:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:first\:rounded-r:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:first\:rounded-b:first-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:first\:rounded-l:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:first\:rounded-t-md:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:first\:rounded-r-md:first-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:first\:rounded-b-md:first-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:first\:rounded-l-md:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:first\:rounded-t-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:first\:rounded-r-lg:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:first\:rounded-b-lg:first-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:first\:rounded-l-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:first\:rounded-t-full:first-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:first\:rounded-r-full:first-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:first\:rounded-b-full:first-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:first\:rounded-l-full:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:first\:rounded-tl-none:first-child {
    border-top-left-radius: 0;
  }

  .lg\:first\:rounded-tr-none:first-child {
    border-top-right-radius: 0;
  }

  .lg\:first\:rounded-br-none:first-child {
    border-bottom-right-radius: 0;
  }

  .lg\:first\:rounded-bl-none:first-child {
    border-bottom-left-radius: 0;
  }

  .lg\:first\:rounded-tl-sm:first-child {
    border-top-left-radius: 0.125rem;
  }

  .lg\:first\:rounded-tr-sm:first-child {
    border-top-right-radius: 0.125rem;
  }

  .lg\:first\:rounded-br-sm:first-child {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:first\:rounded-bl-sm:first-child {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:first\:rounded-tl:first-child {
    border-top-left-radius: 0.25rem;
  }

  .lg\:first\:rounded-tr:first-child {
    border-top-right-radius: 0.25rem;
  }

  .lg\:first\:rounded-br:first-child {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:first\:rounded-bl:first-child {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:first\:rounded-tl-md:first-child {
    border-top-left-radius: 0.375rem;
  }

  .lg\:first\:rounded-tr-md:first-child {
    border-top-right-radius: 0.375rem;
  }

  .lg\:first\:rounded-br-md:first-child {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:first\:rounded-bl-md:first-child {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:first\:rounded-tl-lg:first-child {
    border-top-left-radius: 0.5rem;
  }

  .lg\:first\:rounded-tr-lg:first-child {
    border-top-right-radius: 0.5rem;
  }

  .lg\:first\:rounded-br-lg:first-child {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:first\:rounded-bl-lg:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:first\:rounded-tl-full:first-child {
    border-top-left-radius: 9999px;
  }

  .lg\:first\:rounded-tr-full:first-child {
    border-top-right-radius: 9999px;
  }

  .lg\:first\:rounded-br-full:first-child {
    border-bottom-right-radius: 9999px;
  }

  .lg\:first\:rounded-bl-full:first-child {
    border-bottom-left-radius: 9999px;
  }

  .lg\:last\:rounded-none:last-child {
    border-radius: 0;
  }

  .lg\:last\:rounded-sm:last-child {
    border-radius: 0.125rem;
  }

  .lg\:last\:rounded:last-child {
    border-radius: 0.25rem;
  }

  .lg\:last\:rounded-md:last-child {
    border-radius: 0.375rem;
  }

  .lg\:last\:rounded-lg:last-child {
    border-radius: 0.5rem;
  }

  .lg\:last\:rounded-full:last-child {
    border-radius: 9999px;
  }

  .lg\:last\:rounded-t-none:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:last\:rounded-r-none:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:last\:rounded-l-none:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:last\:rounded-t-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:last\:rounded-r-sm:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:last\:rounded-b-sm:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:last\:rounded-l-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:last\:rounded-t:last-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:last\:rounded-r:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:last\:rounded-b:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:last\:rounded-l:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:last\:rounded-t-md:last-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:last\:rounded-r-md:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:last\:rounded-b-md:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:last\:rounded-l-md:last-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:last\:rounded-t-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:last\:rounded-r-lg:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:last\:rounded-b-lg:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:last\:rounded-l-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:last\:rounded-t-full:last-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:last\:rounded-r-full:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:last\:rounded-b-full:last-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:last\:rounded-l-full:last-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:last\:rounded-tl-none:last-child {
    border-top-left-radius: 0;
  }

  .lg\:last\:rounded-tr-none:last-child {
    border-top-right-radius: 0;
  }

  .lg\:last\:rounded-br-none:last-child {
    border-bottom-right-radius: 0;
  }

  .lg\:last\:rounded-bl-none:last-child {
    border-bottom-left-radius: 0;
  }

  .lg\:last\:rounded-tl-sm:last-child {
    border-top-left-radius: 0.125rem;
  }

  .lg\:last\:rounded-tr-sm:last-child {
    border-top-right-radius: 0.125rem;
  }

  .lg\:last\:rounded-br-sm:last-child {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:last\:rounded-bl-sm:last-child {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:last\:rounded-tl:last-child {
    border-top-left-radius: 0.25rem;
  }

  .lg\:last\:rounded-tr:last-child {
    border-top-right-radius: 0.25rem;
  }

  .lg\:last\:rounded-br:last-child {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:last\:rounded-bl:last-child {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:last\:rounded-tl-md:last-child {
    border-top-left-radius: 0.375rem;
  }

  .lg\:last\:rounded-tr-md:last-child {
    border-top-right-radius: 0.375rem;
  }

  .lg\:last\:rounded-br-md:last-child {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:last\:rounded-bl-md:last-child {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:last\:rounded-tl-lg:last-child {
    border-top-left-radius: 0.5rem;
  }

  .lg\:last\:rounded-tr-lg:last-child {
    border-top-right-radius: 0.5rem;
  }

  .lg\:last\:rounded-br-lg:last-child {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:last\:rounded-bl-lg:last-child {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:last\:rounded-tl-full:last-child {
    border-top-left-radius: 9999px;
  }

  .lg\:last\:rounded-tr-full:last-child {
    border-top-right-radius: 9999px;
  }

  .lg\:last\:rounded-br-full:last-child {
    border-bottom-right-radius: 9999px;
  }

  .lg\:last\:rounded-bl-full:last-child {
    border-bottom-left-radius: 9999px;
  }

  .lg\:hover\:rounded-none:hover {
    border-radius: 0;
  }

  .lg\:hover\:rounded-sm:hover {
    border-radius: 0.125rem;
  }

  .lg\:hover\:rounded:hover {
    border-radius: 0.25rem;
  }

  .lg\:hover\:rounded-md:hover {
    border-radius: 0.375rem;
  }

  .lg\:hover\:rounded-lg:hover {
    border-radius: 0.5rem;
  }

  .lg\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .lg\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:hover\:rounded-b:hover {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:hover\:rounded-t-md:hover {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:hover\:rounded-r-md:hover {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:hover\:rounded-b-md:hover {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:hover\:rounded-l-md:hover {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }

  .lg\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }

  .lg\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }

  .lg\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }

  .lg\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem;
  }

  .lg\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem;
  }

  .lg\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem;
  }

  .lg\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem;
  }

  .lg\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:hover\:rounded-tl-md:hover {
    border-top-left-radius: 0.375rem;
  }

  .lg\:hover\:rounded-tr-md:hover {
    border-top-right-radius: 0.375rem;
  }

  .lg\:hover\:rounded-br-md:hover {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:hover\:rounded-bl-md:hover {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem;
  }

  .lg\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem;
  }

  .lg\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .lg\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .lg\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .lg\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .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-full\! {
    border-radius: 9999px !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-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-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-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\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-double {
    border-style: double;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:even\:border-solid:nth-child(even) {
    border-style: solid;
  }

  .lg\:even\:border-dashed:nth-child(even) {
    border-style: dashed;
  }

  .lg\:even\:border-dotted:nth-child(even) {
    border-style: dotted;
  }

  .lg\:even\:border-double:nth-child(even) {
    border-style: double;
  }

  .lg\:even\:border-none:nth-child(even) {
    border-style: none;
  }

  .lg\:odd\:border-solid:nth-child(odd) {
    border-style: solid;
  }

  .lg\:odd\:border-dashed:nth-child(odd) {
    border-style: dashed;
  }

  .lg\:odd\:border-dotted:nth-child(odd) {
    border-style: dotted;
  }

  .lg\:odd\:border-double:nth-child(odd) {
    border-style: double;
  }

  .lg\:odd\:border-none:nth-child(odd) {
    border-style: none;
  }

  .lg\:children\:border-solid > * {
    border-style: solid;
  }

  .lg\:children\:border-dashed > * {
    border-style: dashed;
  }

  .lg\:children\:border-dotted > * {
    border-style: dotted;
  }

  .lg\:children\:border-double > * {
    border-style: double;
  }

  .lg\:children\:border-none > * {
    border-style: none;
  }

  .lg\:first\:border-solid:first-child {
    border-style: solid;
  }

  .lg\:first\:border-dashed:first-child {
    border-style: dashed;
  }

  .lg\:first\:border-dotted:first-child {
    border-style: dotted;
  }

  .lg\:first\:border-double:first-child {
    border-style: double;
  }

  .lg\:first\:border-none:first-child {
    border-style: none;
  }

  .lg\:last\:border-solid:last-child {
    border-style: solid;
  }

  .lg\:last\:border-dashed:last-child {
    border-style: dashed;
  }

  .lg\:last\:border-dotted:last-child {
    border-style: dotted;
  }

  .lg\:last\:border-double:last-child {
    border-style: double;
  }

  .lg\:last\:border-none:last-child {
    border-style: none;
  }

  .lg\:hover\:border-solid:hover {
    border-style: solid;
  }

  .lg\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .lg\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .lg\:hover\:border-double:hover {
    border-style: double;
  }

  .lg\:hover\:border-none:hover {
    border-style: none;
  }

  .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;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0;
  }

  .lg\:border-r-0 {
    border-right-width: 0;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-l-0 {
    border-left-width: 0;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:even\:border-0:nth-child(even) {
    border-width: 0;
  }

  .lg\:even\:border-2:nth-child(even) {
    border-width: 2px;
  }

  .lg\:even\:border-4:nth-child(even) {
    border-width: 4px;
  }

  .lg\:even\:border-8:nth-child(even) {
    border-width: 8px;
  }

  .lg\:even\:border:nth-child(even) {
    border-width: 1px;
  }

  .lg\:even\:border-t-0:nth-child(even) {
    border-top-width: 0;
  }

  .lg\:even\:border-r-0:nth-child(even) {
    border-right-width: 0;
  }

  .lg\:even\:border-b-0:nth-child(even) {
    border-bottom-width: 0;
  }

  .lg\:even\:border-l-0:nth-child(even) {
    border-left-width: 0;
  }

  .lg\:even\:border-t-2:nth-child(even) {
    border-top-width: 2px;
  }

  .lg\:even\:border-r-2:nth-child(even) {
    border-right-width: 2px;
  }

  .lg\:even\:border-b-2:nth-child(even) {
    border-bottom-width: 2px;
  }

  .lg\:even\:border-l-2:nth-child(even) {
    border-left-width: 2px;
  }

  .lg\:even\:border-t-4:nth-child(even) {
    border-top-width: 4px;
  }

  .lg\:even\:border-r-4:nth-child(even) {
    border-right-width: 4px;
  }

  .lg\:even\:border-b-4:nth-child(even) {
    border-bottom-width: 4px;
  }

  .lg\:even\:border-l-4:nth-child(even) {
    border-left-width: 4px;
  }

  .lg\:even\:border-t-8:nth-child(even) {
    border-top-width: 8px;
  }

  .lg\:even\:border-r-8:nth-child(even) {
    border-right-width: 8px;
  }

  .lg\:even\:border-b-8:nth-child(even) {
    border-bottom-width: 8px;
  }

  .lg\:even\:border-l-8:nth-child(even) {
    border-left-width: 8px;
  }

  .lg\:even\:border-t:nth-child(even) {
    border-top-width: 1px;
  }

  .lg\:even\:border-r:nth-child(even) {
    border-right-width: 1px;
  }

  .lg\:even\:border-b:nth-child(even) {
    border-bottom-width: 1px;
  }

  .lg\:even\:border-l:nth-child(even) {
    border-left-width: 1px;
  }

  .lg\:odd\:border-0:nth-child(odd) {
    border-width: 0;
  }

  .lg\:odd\:border-2:nth-child(odd) {
    border-width: 2px;
  }

  .lg\:odd\:border-4:nth-child(odd) {
    border-width: 4px;
  }

  .lg\:odd\:border-8:nth-child(odd) {
    border-width: 8px;
  }

  .lg\:odd\:border:nth-child(odd) {
    border-width: 1px;
  }

  .lg\:odd\:border-t-0:nth-child(odd) {
    border-top-width: 0;
  }

  .lg\:odd\:border-r-0:nth-child(odd) {
    border-right-width: 0;
  }

  .lg\:odd\:border-b-0:nth-child(odd) {
    border-bottom-width: 0;
  }

  .lg\:odd\:border-l-0:nth-child(odd) {
    border-left-width: 0;
  }

  .lg\:odd\:border-t-2:nth-child(odd) {
    border-top-width: 2px;
  }

  .lg\:odd\:border-r-2:nth-child(odd) {
    border-right-width: 2px;
  }

  .lg\:odd\:border-b-2:nth-child(odd) {
    border-bottom-width: 2px;
  }

  .lg\:odd\:border-l-2:nth-child(odd) {
    border-left-width: 2px;
  }

  .lg\:odd\:border-t-4:nth-child(odd) {
    border-top-width: 4px;
  }

  .lg\:odd\:border-r-4:nth-child(odd) {
    border-right-width: 4px;
  }

  .lg\:odd\:border-b-4:nth-child(odd) {
    border-bottom-width: 4px;
  }

  .lg\:odd\:border-l-4:nth-child(odd) {
    border-left-width: 4px;
  }

  .lg\:odd\:border-t-8:nth-child(odd) {
    border-top-width: 8px;
  }

  .lg\:odd\:border-r-8:nth-child(odd) {
    border-right-width: 8px;
  }

  .lg\:odd\:border-b-8:nth-child(odd) {
    border-bottom-width: 8px;
  }

  .lg\:odd\:border-l-8:nth-child(odd) {
    border-left-width: 8px;
  }

  .lg\:odd\:border-t:nth-child(odd) {
    border-top-width: 1px;
  }

  .lg\:odd\:border-r:nth-child(odd) {
    border-right-width: 1px;
  }

  .lg\:odd\:border-b:nth-child(odd) {
    border-bottom-width: 1px;
  }

  .lg\:odd\:border-l:nth-child(odd) {
    border-left-width: 1px;
  }

  .lg\:children\:border-0 > * {
    border-width: 0;
  }

  .lg\:children\:border-2 > * {
    border-width: 2px;
  }

  .lg\:children\:border-4 > * {
    border-width: 4px;
  }

  .lg\:children\:border-8 > * {
    border-width: 8px;
  }

  .lg\:children\:border > * {
    border-width: 1px;
  }

  .lg\:children\:border-t-0 > * {
    border-top-width: 0;
  }

  .lg\:children\:border-r-0 > * {
    border-right-width: 0;
  }

  .lg\:children\:border-b-0 > * {
    border-bottom-width: 0;
  }

  .lg\:children\:border-l-0 > * {
    border-left-width: 0;
  }

  .lg\:children\:border-t-2 > * {
    border-top-width: 2px;
  }

  .lg\:children\:border-r-2 > * {
    border-right-width: 2px;
  }

  .lg\:children\:border-b-2 > * {
    border-bottom-width: 2px;
  }

  .lg\:children\:border-l-2 > * {
    border-left-width: 2px;
  }

  .lg\:children\:border-t-4 > * {
    border-top-width: 4px;
  }

  .lg\:children\:border-r-4 > * {
    border-right-width: 4px;
  }

  .lg\:children\:border-b-4 > * {
    border-bottom-width: 4px;
  }

  .lg\:children\:border-l-4 > * {
    border-left-width: 4px;
  }

  .lg\:children\:border-t-8 > * {
    border-top-width: 8px;
  }

  .lg\:children\:border-r-8 > * {
    border-right-width: 8px;
  }

  .lg\:children\:border-b-8 > * {
    border-bottom-width: 8px;
  }

  .lg\:children\:border-l-8 > * {
    border-left-width: 8px;
  }

  .lg\:children\:border-t > * {
    border-top-width: 1px;
  }

  .lg\:children\:border-r > * {
    border-right-width: 1px;
  }

  .lg\:children\:border-b > * {
    border-bottom-width: 1px;
  }

  .lg\:children\:border-l > * {
    border-left-width: 1px;
  }

  .lg\:first\:border-0:first-child {
    border-width: 0;
  }

  .lg\:first\:border-2:first-child {
    border-width: 2px;
  }

  .lg\:first\:border-4:first-child {
    border-width: 4px;
  }

  .lg\:first\:border-8:first-child {
    border-width: 8px;
  }

  .lg\:first\:border:first-child {
    border-width: 1px;
  }

  .lg\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .lg\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .lg\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .lg\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .lg\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .lg\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .lg\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .lg\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .lg\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .lg\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .lg\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .lg\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .lg\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .lg\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .lg\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .lg\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .lg\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .lg\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .lg\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .lg\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .lg\:last\:border-0:last-child {
    border-width: 0;
  }

  .lg\:last\:border-2:last-child {
    border-width: 2px;
  }

  .lg\:last\:border-4:last-child {
    border-width: 4px;
  }

  .lg\:last\:border-8:last-child {
    border-width: 8px;
  }

  .lg\:last\:border:last-child {
    border-width: 1px;
  }

  .lg\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .lg\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .lg\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .lg\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .lg\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .lg\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .lg\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .lg\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .lg\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .lg\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .lg\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .lg\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .lg\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .lg\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .lg\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .lg\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .lg\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .lg\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .lg\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .lg\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .lg\:hover\:border-0:hover {
    border-width: 0;
  }

  .lg\:hover\:border-2:hover {
    border-width: 2px;
  }

  .lg\:hover\:border-4:hover {
    border-width: 4px;
  }

  .lg\:hover\:border-8:hover {
    border-width: 8px;
  }

  .lg\:hover\:border:hover {
    border-width: 1px;
  }

  .lg\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .lg\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .lg\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .lg\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .lg\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .lg\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .lg\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .lg\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .lg\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .lg\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .lg\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .lg\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .lg\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .lg\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .lg\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .lg\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .lg\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .lg\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .lg\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .lg\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .lg\:border-0\! {
    border-width: 0 !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-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 {
    box-sizing: border-box;
  }

  .lg\:box-content {
    box-sizing: content-box;
  }

  .lg\:even\:box-border:nth-child(even) {
    box-sizing: border-box;
  }

  .lg\:even\:box-content:nth-child(even) {
    box-sizing: content-box;
  }

  .lg\:odd\:box-border:nth-child(odd) {
    box-sizing: border-box;
  }

  .lg\:odd\:box-content:nth-child(odd) {
    box-sizing: content-box;
  }

  .lg\:children\:box-border > * {
    box-sizing: border-box;
  }

  .lg\:children\:box-content > * {
    box-sizing: content-box;
  }

  .lg\:first\:box-border:first-child {
    box-sizing: border-box;
  }

  .lg\:first\:box-content:first-child {
    box-sizing: content-box;
  }

  .lg\:last\:box-border:last-child {
    box-sizing: border-box;
  }

  .lg\:last\:box-content:last-child {
    box-sizing: content-box;
  }

  .lg\:hover\:box-border:hover {
    box-sizing: border-box;
  }

  .lg\:hover\:box-content:hover {
    box-sizing: content-box;
  }

  .lg\:box-border\! {
    box-sizing: border-box !important;
  }

  .lg\:box-content\! {
    box-sizing: content-box !important;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-text {
    cursor: text;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:even\:cursor-auto:nth-child(even) {
    cursor: auto;
  }

  .lg\:even\:cursor-default:nth-child(even) {
    cursor: default;
  }

  .lg\:even\:cursor-pointer:nth-child(even) {
    cursor: pointer;
  }

  .lg\:even\:cursor-wait:nth-child(even) {
    cursor: wait;
  }

  .lg\:even\:cursor-text:nth-child(even) {
    cursor: text;
  }

  .lg\:even\:cursor-move:nth-child(even) {
    cursor: move;
  }

  .lg\:even\:cursor-not-allowed:nth-child(even) {
    cursor: not-allowed;
  }

  .lg\:odd\:cursor-auto:nth-child(odd) {
    cursor: auto;
  }

  .lg\:odd\:cursor-default:nth-child(odd) {
    cursor: default;
  }

  .lg\:odd\:cursor-pointer:nth-child(odd) {
    cursor: pointer;
  }

  .lg\:odd\:cursor-wait:nth-child(odd) {
    cursor: wait;
  }

  .lg\:odd\:cursor-text:nth-child(odd) {
    cursor: text;
  }

  .lg\:odd\:cursor-move:nth-child(odd) {
    cursor: move;
  }

  .lg\:odd\:cursor-not-allowed:nth-child(odd) {
    cursor: not-allowed;
  }

  .lg\:children\:cursor-auto > * {
    cursor: auto;
  }

  .lg\:children\:cursor-default > * {
    cursor: default;
  }

  .lg\:children\:cursor-pointer > * {
    cursor: pointer;
  }

  .lg\:children\:cursor-wait > * {
    cursor: wait;
  }

  .lg\:children\:cursor-text > * {
    cursor: text;
  }

  .lg\:children\:cursor-move > * {
    cursor: move;
  }

  .lg\:children\:cursor-not-allowed > * {
    cursor: not-allowed;
  }

  .lg\:first\:cursor-auto:first-child {
    cursor: auto;
  }

  .lg\:first\:cursor-default:first-child {
    cursor: default;
  }

  .lg\:first\:cursor-pointer:first-child {
    cursor: pointer;
  }

  .lg\:first\:cursor-wait:first-child {
    cursor: wait;
  }

  .lg\:first\:cursor-text:first-child {
    cursor: text;
  }

  .lg\:first\:cursor-move:first-child {
    cursor: move;
  }

  .lg\:first\:cursor-not-allowed:first-child {
    cursor: not-allowed;
  }

  .lg\:last\:cursor-auto:last-child {
    cursor: auto;
  }

  .lg\:last\:cursor-default:last-child {
    cursor: default;
  }

  .lg\:last\:cursor-pointer:last-child {
    cursor: pointer;
  }

  .lg\:last\:cursor-wait:last-child {
    cursor: wait;
  }

  .lg\:last\:cursor-text:last-child {
    cursor: text;
  }

  .lg\:last\:cursor-move:last-child {
    cursor: move;
  }

  .lg\:last\:cursor-not-allowed:last-child {
    cursor: not-allowed;
  }

  .lg\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .lg\:hover\:cursor-default:hover {
    cursor: default;
  }

  .lg\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .lg\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .lg\:hover\:cursor-text:hover {
    cursor: text;
  }

  .lg\:hover\:cursor-move:hover {
    cursor: move;
  }

  .lg\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .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;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-caption {
    display: table-caption;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-column {
    display: table-column;
  }

  .lg\:table-column-group {
    display: table-column-group;
  }

  .lg\:table-footer-group {
    display: table-footer-group;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row-group {
    display: table-row-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:flow-root {
    display: flow-root;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:inline-grid {
    display: inline-grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:even\:block:nth-child(even) {
    display: block;
  }

  .lg\:even\:inline-block:nth-child(even) {
    display: inline-block;
  }

  .lg\:even\:inline:nth-child(even) {
    display: inline;
  }

  .lg\:even\:flex:nth-child(even) {
    display: flex;
  }

  .lg\:even\:inline-flex:nth-child(even) {
    display: inline-flex;
  }

  .lg\:even\:table:nth-child(even) {
    display: table;
  }

  .lg\:even\:table-caption:nth-child(even) {
    display: table-caption;
  }

  .lg\:even\:table-cell:nth-child(even) {
    display: table-cell;
  }

  .lg\:even\:table-column:nth-child(even) {
    display: table-column;
  }

  .lg\:even\:table-column-group:nth-child(even) {
    display: table-column-group;
  }

  .lg\:even\:table-footer-group:nth-child(even) {
    display: table-footer-group;
  }

  .lg\:even\:table-header-group:nth-child(even) {
    display: table-header-group;
  }

  .lg\:even\:table-row-group:nth-child(even) {
    display: table-row-group;
  }

  .lg\:even\:table-row:nth-child(even) {
    display: table-row;
  }

  .lg\:even\:flow-root:nth-child(even) {
    display: flow-root;
  }

  .lg\:even\:grid:nth-child(even) {
    display: grid;
  }

  .lg\:even\:inline-grid:nth-child(even) {
    display: inline-grid;
  }

  .lg\:even\:hidden:nth-child(even) {
    display: none;
  }

  .lg\:odd\:block:nth-child(odd) {
    display: block;
  }

  .lg\:odd\:inline-block:nth-child(odd) {
    display: inline-block;
  }

  .lg\:odd\:inline:nth-child(odd) {
    display: inline;
  }

  .lg\:odd\:flex:nth-child(odd) {
    display: flex;
  }

  .lg\:odd\:inline-flex:nth-child(odd) {
    display: inline-flex;
  }

  .lg\:odd\:table:nth-child(odd) {
    display: table;
  }

  .lg\:odd\:table-caption:nth-child(odd) {
    display: table-caption;
  }

  .lg\:odd\:table-cell:nth-child(odd) {
    display: table-cell;
  }

  .lg\:odd\:table-column:nth-child(odd) {
    display: table-column;
  }

  .lg\:odd\:table-column-group:nth-child(odd) {
    display: table-column-group;
  }

  .lg\:odd\:table-footer-group:nth-child(odd) {
    display: table-footer-group;
  }

  .lg\:odd\:table-header-group:nth-child(odd) {
    display: table-header-group;
  }

  .lg\:odd\:table-row-group:nth-child(odd) {
    display: table-row-group;
  }

  .lg\:odd\:table-row:nth-child(odd) {
    display: table-row;
  }

  .lg\:odd\:flow-root:nth-child(odd) {
    display: flow-root;
  }

  .lg\:odd\:grid:nth-child(odd) {
    display: grid;
  }

  .lg\:odd\:inline-grid:nth-child(odd) {
    display: inline-grid;
  }

  .lg\:odd\:hidden:nth-child(odd) {
    display: none;
  }

  .lg\:children\:block > * {
    display: block;
  }

  .lg\:children\:inline-block > * {
    display: inline-block;
  }

  .lg\:children\:inline > * {
    display: inline;
  }

  .lg\:children\:flex > * {
    display: flex;
  }

  .lg\:children\:inline-flex > * {
    display: inline-flex;
  }

  .lg\:children\:table > * {
    display: table;
  }

  .lg\:children\:table-caption > * {
    display: table-caption;
  }

  .lg\:children\:table-cell > * {
    display: table-cell;
  }

  .lg\:children\:table-column > * {
    display: table-column;
  }

  .lg\:children\:table-column-group > * {
    display: table-column-group;
  }

  .lg\:children\:table-footer-group > * {
    display: table-footer-group;
  }

  .lg\:children\:table-header-group > * {
    display: table-header-group;
  }

  .lg\:children\:table-row-group > * {
    display: table-row-group;
  }

  .lg\:children\:table-row > * {
    display: table-row;
  }

  .lg\:children\:flow-root > * {
    display: flow-root;
  }

  .lg\:children\:grid > * {
    display: grid;
  }

  .lg\:children\:inline-grid > * {
    display: inline-grid;
  }

  .lg\:children\:hidden > * {
    display: none;
  }

  .lg\:first\:block:first-child {
    display: block;
  }

  .lg\:first\:inline-block:first-child {
    display: inline-block;
  }

  .lg\:first\:inline:first-child {
    display: inline;
  }

  .lg\:first\:flex:first-child {
    display: flex;
  }

  .lg\:first\:inline-flex:first-child {
    display: inline-flex;
  }

  .lg\:first\:table:first-child {
    display: table;
  }

  .lg\:first\:table-caption:first-child {
    display: table-caption;
  }

  .lg\:first\:table-cell:first-child {
    display: table-cell;
  }

  .lg\:first\:table-column:first-child {
    display: table-column;
  }

  .lg\:first\:table-column-group:first-child {
    display: table-column-group;
  }

  .lg\:first\:table-footer-group:first-child {
    display: table-footer-group;
  }

  .lg\:first\:table-header-group:first-child {
    display: table-header-group;
  }

  .lg\:first\:table-row-group:first-child {
    display: table-row-group;
  }

  .lg\:first\:table-row:first-child {
    display: table-row;
  }

  .lg\:first\:flow-root:first-child {
    display: flow-root;
  }

  .lg\:first\:grid:first-child {
    display: grid;
  }

  .lg\:first\:inline-grid:first-child {
    display: inline-grid;
  }

  .lg\:first\:hidden:first-child {
    display: none;
  }

  .lg\:last\:block:last-child {
    display: block;
  }

  .lg\:last\:inline-block:last-child {
    display: inline-block;
  }

  .lg\:last\:inline:last-child {
    display: inline;
  }

  .lg\:last\:flex:last-child {
    display: flex;
  }

  .lg\:last\:inline-flex:last-child {
    display: inline-flex;
  }

  .lg\:last\:table:last-child {
    display: table;
  }

  .lg\:last\:table-caption:last-child {
    display: table-caption;
  }

  .lg\:last\:table-cell:last-child {
    display: table-cell;
  }

  .lg\:last\:table-column:last-child {
    display: table-column;
  }

  .lg\:last\:table-column-group:last-child {
    display: table-column-group;
  }

  .lg\:last\:table-footer-group:last-child {
    display: table-footer-group;
  }

  .lg\:last\:table-header-group:last-child {
    display: table-header-group;
  }

  .lg\:last\:table-row-group:last-child {
    display: table-row-group;
  }

  .lg\:last\:table-row:last-child {
    display: table-row;
  }

  .lg\:last\:flow-root:last-child {
    display: flow-root;
  }

  .lg\:last\:grid:last-child {
    display: grid;
  }

  .lg\:last\:inline-grid:last-child {
    display: inline-grid;
  }

  .lg\:last\:hidden:last-child {
    display: none;
  }

  .lg\:hover\:block:hover {
    display: block;
  }

  .lg\:hover\:inline-block:hover {
    display: inline-block;
  }

  .lg\:hover\:inline:hover {
    display: inline;
  }

  .lg\:hover\:flex:hover {
    display: flex;
  }

  .lg\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .lg\:hover\:table:hover {
    display: table;
  }

  .lg\:hover\:table-caption:hover {
    display: table-caption;
  }

  .lg\:hover\:table-cell:hover {
    display: table-cell;
  }

  .lg\:hover\:table-column:hover {
    display: table-column;
  }

  .lg\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .lg\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .lg\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .lg\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .lg\:hover\:table-row:hover {
    display: table-row;
  }

  .lg\:hover\:flow-root:hover {
    display: flow-root;
  }

  .lg\:hover\:grid:hover {
    display: grid;
  }

  .lg\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .lg\:hover\:hidden:hover {
    display: none;
  }

  .lg\:block\! {
    display: block !important;
  }

  .lg\:inline-block\! {
    display: inline-block !important;
  }

  .lg\:inline\! {
    display: inline !important;
  }

  .lg\:flex\! {
    display: flex !important;
  }

  .lg\:inline-flex\! {
    display: inline-flex !important;
  }

  .lg\:table\! {
    display: table !important;
  }

  .lg\:table-caption\! {
    display: table-caption !important;
  }

  .lg\:table-cell\! {
    display: table-cell !important;
  }

  .lg\:table-column\! {
    display: table-column !important;
  }

  .lg\:table-column-group\! {
    display: table-column-group !important;
  }

  .lg\:table-footer-group\! {
    display: table-footer-group !important;
  }

  .lg\:table-header-group\! {
    display: table-header-group !important;
  }

  .lg\:table-row-group\! {
    display: table-row-group !important;
  }

  .lg\:table-row\! {
    display: table-row !important;
  }

  .lg\:flow-root\! {
    display: flow-root !important;
  }

  .lg\:grid\! {
    display: grid !important;
  }

  .lg\:inline-grid\! {
    display: inline-grid !important;
  }

  .lg\:hidden\! {
    display: none !important;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:even\:flex-row:nth-child(even) {
    flex-direction: row;
  }

  .lg\:even\:flex-row-reverse:nth-child(even) {
    flex-direction: row-reverse;
  }

  .lg\:even\:flex-col:nth-child(even) {
    flex-direction: column;
  }

  .lg\:even\:flex-col-reverse:nth-child(even) {
    flex-direction: column-reverse;
  }

  .lg\:odd\:flex-row:nth-child(odd) {
    flex-direction: row;
  }

  .lg\:odd\:flex-row-reverse:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .lg\:odd\:flex-col:nth-child(odd) {
    flex-direction: column;
  }

  .lg\:odd\:flex-col-reverse:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .lg\:children\:flex-row > * {
    flex-direction: row;
  }

  .lg\:children\:flex-row-reverse > * {
    flex-direction: row-reverse;
  }

  .lg\:children\:flex-col > * {
    flex-direction: column;
  }

  .lg\:children\:flex-col-reverse > * {
    flex-direction: column-reverse;
  }

  .lg\:first\:flex-row:first-child {
    flex-direction: row;
  }

  .lg\:first\:flex-row-reverse:first-child {
    flex-direction: row-reverse;
  }

  .lg\:first\:flex-col:first-child {
    flex-direction: column;
  }

  .lg\:first\:flex-col-reverse:first-child {
    flex-direction: column-reverse;
  }

  .lg\:last\:flex-row:last-child {
    flex-direction: row;
  }

  .lg\:last\:flex-row-reverse:last-child {
    flex-direction: row-reverse;
  }

  .lg\:last\:flex-col:last-child {
    flex-direction: column;
  }

  .lg\:last\:flex-col-reverse:last-child {
    flex-direction: column-reverse;
  }

  .lg\:hover\:flex-row:hover {
    flex-direction: row;
  }

  .lg\:hover\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }

  .lg\:hover\:flex-col:hover {
    flex-direction: column;
  }

  .lg\:hover\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }

  .lg\:flex-row\! {
    flex-direction: row !important;
  }

  .lg\:flex-row-reverse\! {
    flex-direction: row-reverse !important;
  }

  .lg\:flex-col\! {
    flex-direction: column !important;
  }

  .lg\:flex-col-reverse\! {
    flex-direction: column-reverse !important;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg\:even\:flex-wrap:nth-child(even) {
    flex-wrap: wrap;
  }

  .lg\:even\:flex-wrap-reverse:nth-child(even) {
    flex-wrap: wrap-reverse;
  }

  .lg\:even\:flex-no-wrap:nth-child(even) {
    flex-wrap: nowrap;
  }

  .lg\:odd\:flex-wrap:nth-child(odd) {
    flex-wrap: wrap;
  }

  .lg\:odd\:flex-wrap-reverse:nth-child(odd) {
    flex-wrap: wrap-reverse;
  }

  .lg\:odd\:flex-no-wrap:nth-child(odd) {
    flex-wrap: nowrap;
  }

  .lg\:children\:flex-wrap > * {
    flex-wrap: wrap;
  }

  .lg\:children\:flex-wrap-reverse > * {
    flex-wrap: wrap-reverse;
  }

  .lg\:children\:flex-no-wrap > * {
    flex-wrap: nowrap;
  }

  .lg\:first\:flex-wrap:first-child {
    flex-wrap: wrap;
  }

  .lg\:first\:flex-wrap-reverse:first-child {
    flex-wrap: wrap-reverse;
  }

  .lg\:first\:flex-no-wrap:first-child {
    flex-wrap: nowrap;
  }

  .lg\:last\:flex-wrap:last-child {
    flex-wrap: wrap;
  }

  .lg\:last\:flex-wrap-reverse:last-child {
    flex-wrap: wrap-reverse;
  }

  .lg\:last\:flex-no-wrap:last-child {
    flex-wrap: nowrap;
  }

  .lg\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .lg\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .lg\:hover\:flex-no-wrap:hover {
    flex-wrap: nowrap;
  }

  .lg\:flex-wrap\! {
    flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse\! {
    flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-no-wrap\! {
    flex-wrap: nowrap !important;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:even\:items-start:nth-child(even) {
    align-items: flex-start;
  }

  .lg\:even\:items-end:nth-child(even) {
    align-items: flex-end;
  }

  .lg\:even\:items-center:nth-child(even) {
    align-items: center;
  }

  .lg\:even\:items-baseline:nth-child(even) {
    align-items: baseline;
  }

  .lg\:even\:items-stretch:nth-child(even) {
    align-items: stretch;
  }

  .lg\:odd\:items-start:nth-child(odd) {
    align-items: flex-start;
  }

  .lg\:odd\:items-end:nth-child(odd) {
    align-items: flex-end;
  }

  .lg\:odd\:items-center:nth-child(odd) {
    align-items: center;
  }

  .lg\:odd\:items-baseline:nth-child(odd) {
    align-items: baseline;
  }

  .lg\:odd\:items-stretch:nth-child(odd) {
    align-items: stretch;
  }

  .lg\:children\:items-start > * {
    align-items: flex-start;
  }

  .lg\:children\:items-end > * {
    align-items: flex-end;
  }

  .lg\:children\:items-center > * {
    align-items: center;
  }

  .lg\:children\:items-baseline > * {
    align-items: baseline;
  }

  .lg\:children\:items-stretch > * {
    align-items: stretch;
  }

  .lg\:first\:items-start:first-child {
    align-items: flex-start;
  }

  .lg\:first\:items-end:first-child {
    align-items: flex-end;
  }

  .lg\:first\:items-center:first-child {
    align-items: center;
  }

  .lg\:first\:items-baseline:first-child {
    align-items: baseline;
  }

  .lg\:first\:items-stretch:first-child {
    align-items: stretch;
  }

  .lg\:last\:items-start:last-child {
    align-items: flex-start;
  }

  .lg\:last\:items-end:last-child {
    align-items: flex-end;
  }

  .lg\:last\:items-center:last-child {
    align-items: center;
  }

  .lg\:last\:items-baseline:last-child {
    align-items: baseline;
  }

  .lg\:last\:items-stretch:last-child {
    align-items: stretch;
  }

  .lg\:hover\:items-start:hover {
    align-items: flex-start;
  }

  .lg\:hover\:items-end:hover {
    align-items: flex-end;
  }

  .lg\:hover\:items-center:hover {
    align-items: center;
  }

  .lg\:hover\:items-baseline:hover {
    align-items: baseline;
  }

  .lg\:hover\:items-stretch:hover {
    align-items: stretch;
  }

  .lg\:items-start\! {
    align-items: flex-start !important;
  }

  .lg\:items-end\! {
    align-items: flex-end !important;
  }

  .lg\:items-center\! {
    align-items: center !important;
  }

  .lg\:items-baseline\! {
    align-items: baseline !important;
  }

  .lg\:items-stretch\! {
    align-items: stretch !important;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:even\:self-auto:nth-child(even) {
    align-self: auto;
  }

  .lg\:even\:self-start:nth-child(even) {
    align-self: flex-start;
  }

  .lg\:even\:self-end:nth-child(even) {
    align-self: flex-end;
  }

  .lg\:even\:self-center:nth-child(even) {
    align-self: center;
  }

  .lg\:even\:self-stretch:nth-child(even) {
    align-self: stretch;
  }

  .lg\:odd\:self-auto:nth-child(odd) {
    align-self: auto;
  }

  .lg\:odd\:self-start:nth-child(odd) {
    align-self: flex-start;
  }

  .lg\:odd\:self-end:nth-child(odd) {
    align-self: flex-end;
  }

  .lg\:odd\:self-center:nth-child(odd) {
    align-self: center;
  }

  .lg\:odd\:self-stretch:nth-child(odd) {
    align-self: stretch;
  }

  .lg\:children\:self-auto > * {
    align-self: auto;
  }

  .lg\:children\:self-start > * {
    align-self: flex-start;
  }

  .lg\:children\:self-end > * {
    align-self: flex-end;
  }

  .lg\:children\:self-center > * {
    align-self: center;
  }

  .lg\:children\:self-stretch > * {
    align-self: stretch;
  }

  .lg\:first\:self-auto:first-child {
    align-self: auto;
  }

  .lg\:first\:self-start:first-child {
    align-self: flex-start;
  }

  .lg\:first\:self-end:first-child {
    align-self: flex-end;
  }

  .lg\:first\:self-center:first-child {
    align-self: center;
  }

  .lg\:first\:self-stretch:first-child {
    align-self: stretch;
  }

  .lg\:last\:self-auto:last-child {
    align-self: auto;
  }

  .lg\:last\:self-start:last-child {
    align-self: flex-start;
  }

  .lg\:last\:self-end:last-child {
    align-self: flex-end;
  }

  .lg\:last\:self-center:last-child {
    align-self: center;
  }

  .lg\:last\:self-stretch:last-child {
    align-self: stretch;
  }

  .lg\:hover\:self-auto:hover {
    align-self: auto;
  }

  .lg\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .lg\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .lg\:hover\:self-center:hover {
    align-self: center;
  }

  .lg\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .lg\:self-auto\! {
    align-self: auto !important;
  }

  .lg\:self-start\! {
    align-self: flex-start !important;
  }

  .lg\:self-end\! {
    align-self: flex-end !important;
  }

  .lg\:self-center\! {
    align-self: center !important;
  }

  .lg\:self-stretch\! {
    align-self: stretch !important;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:even\:justify-start:nth-child(even) {
    justify-content: flex-start;
  }

  .lg\:even\:justify-end:nth-child(even) {
    justify-content: flex-end;
  }

  .lg\:even\:justify-center:nth-child(even) {
    justify-content: center;
  }

  .lg\:even\:justify-between:nth-child(even) {
    justify-content: space-between;
  }

  .lg\:even\:justify-around:nth-child(even) {
    justify-content: space-around;
  }

  .lg\:even\:justify-evenly:nth-child(even) {
    justify-content: space-evenly;
  }

  .lg\:odd\:justify-start:nth-child(odd) {
    justify-content: flex-start;
  }

  .lg\:odd\:justify-end:nth-child(odd) {
    justify-content: flex-end;
  }

  .lg\:odd\:justify-center:nth-child(odd) {
    justify-content: center;
  }

  .lg\:odd\:justify-between:nth-child(odd) {
    justify-content: space-between;
  }

  .lg\:odd\:justify-around:nth-child(odd) {
    justify-content: space-around;
  }

  .lg\:odd\:justify-evenly:nth-child(odd) {
    justify-content: space-evenly;
  }

  .lg\:children\:justify-start > * {
    justify-content: flex-start;
  }

  .lg\:children\:justify-end > * {
    justify-content: flex-end;
  }

  .lg\:children\:justify-center > * {
    justify-content: center;
  }

  .lg\:children\:justify-between > * {
    justify-content: space-between;
  }

  .lg\:children\:justify-around > * {
    justify-content: space-around;
  }

  .lg\:children\:justify-evenly > * {
    justify-content: space-evenly;
  }

  .lg\:first\:justify-start:first-child {
    justify-content: flex-start;
  }

  .lg\:first\:justify-end:first-child {
    justify-content: flex-end;
  }

  .lg\:first\:justify-center:first-child {
    justify-content: center;
  }

  .lg\:first\:justify-between:first-child {
    justify-content: space-between;
  }

  .lg\:first\:justify-around:first-child {
    justify-content: space-around;
  }

  .lg\:first\:justify-evenly:first-child {
    justify-content: space-evenly;
  }

  .lg\:last\:justify-start:last-child {
    justify-content: flex-start;
  }

  .lg\:last\:justify-end:last-child {
    justify-content: flex-end;
  }

  .lg\:last\:justify-center:last-child {
    justify-content: center;
  }

  .lg\:last\:justify-between:last-child {
    justify-content: space-between;
  }

  .lg\:last\:justify-around:last-child {
    justify-content: space-around;
  }

  .lg\:last\:justify-evenly:last-child {
    justify-content: space-evenly;
  }

  .lg\:hover\:justify-start:hover {
    justify-content: flex-start;
  }

  .lg\:hover\:justify-end:hover {
    justify-content: flex-end;
  }

  .lg\:hover\:justify-center:hover {
    justify-content: center;
  }

  .lg\:hover\:justify-between:hover {
    justify-content: space-between;
  }

  .lg\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .lg\:hover\:justify-evenly:hover {
    justify-content: space-evenly;
  }

  .lg\:justify-start\! {
    justify-content: flex-start !important;
  }

  .lg\:justify-end\! {
    justify-content: flex-end !important;
  }

  .lg\:justify-center\! {
    justify-content: center !important;
  }

  .lg\:justify-between\! {
    justify-content: space-between !important;
  }

  .lg\:justify-around\! {
    justify-content: space-around !important;
  }

  .lg\:justify-evenly\! {
    justify-content: space-evenly !important;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:even\:content-center:nth-child(even) {
    align-content: center;
  }

  .lg\:even\:content-start:nth-child(even) {
    align-content: flex-start;
  }

  .lg\:even\:content-end:nth-child(even) {
    align-content: flex-end;
  }

  .lg\:even\:content-between:nth-child(even) {
    align-content: space-between;
  }

  .lg\:even\:content-around:nth-child(even) {
    align-content: space-around;
  }

  .lg\:odd\:content-center:nth-child(odd) {
    align-content: center;
  }

  .lg\:odd\:content-start:nth-child(odd) {
    align-content: flex-start;
  }

  .lg\:odd\:content-end:nth-child(odd) {
    align-content: flex-end;
  }

  .lg\:odd\:content-between:nth-child(odd) {
    align-content: space-between;
  }

  .lg\:odd\:content-around:nth-child(odd) {
    align-content: space-around;
  }

  .lg\:children\:content-center > * {
    align-content: center;
  }

  .lg\:children\:content-start > * {
    align-content: flex-start;
  }

  .lg\:children\:content-end > * {
    align-content: flex-end;
  }

  .lg\:children\:content-between > * {
    align-content: space-between;
  }

  .lg\:children\:content-around > * {
    align-content: space-around;
  }

  .lg\:first\:content-center:first-child {
    align-content: center;
  }

  .lg\:first\:content-start:first-child {
    align-content: flex-start;
  }

  .lg\:first\:content-end:first-child {
    align-content: flex-end;
  }

  .lg\:first\:content-between:first-child {
    align-content: space-between;
  }

  .lg\:first\:content-around:first-child {
    align-content: space-around;
  }

  .lg\:last\:content-center:last-child {
    align-content: center;
  }

  .lg\:last\:content-start:last-child {
    align-content: flex-start;
  }

  .lg\:last\:content-end:last-child {
    align-content: flex-end;
  }

  .lg\:last\:content-between:last-child {
    align-content: space-between;
  }

  .lg\:last\:content-around:last-child {
    align-content: space-around;
  }

  .lg\:hover\:content-center:hover {
    align-content: center;
  }

  .lg\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .lg\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .lg\:hover\:content-between:hover {
    align-content: space-between;
  }

  .lg\:hover\:content-around:hover {
    align-content: space-around;
  }

  .lg\:content-center\! {
    align-content: center !important;
  }

  .lg\:content-start\! {
    align-content: flex-start !important;
  }

  .lg\:content-end\! {
    align-content: flex-end !important;
  }

  .lg\:content-between\! {
    align-content: space-between !important;
  }

  .lg\:content-around\! {
    align-content: space-around !important;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:even\:flex-1:nth-child(even) {
    flex: 1 1 0%;
  }

  .lg\:even\:flex-auto:nth-child(even) {
    flex: 1 1 auto;
  }

  .lg\:even\:flex-initial:nth-child(even) {
    flex: 0 1 auto;
  }

  .lg\:even\:flex-none:nth-child(even) {
    flex: none;
  }

  .lg\:odd\:flex-1:nth-child(odd) {
    flex: 1 1 0%;
  }

  .lg\:odd\:flex-auto:nth-child(odd) {
    flex: 1 1 auto;
  }

  .lg\:odd\:flex-initial:nth-child(odd) {
    flex: 0 1 auto;
  }

  .lg\:odd\:flex-none:nth-child(odd) {
    flex: none;
  }

  .lg\:children\:flex-1 > * {
    flex: 1 1 0%;
  }

  .lg\:children\:flex-auto > * {
    flex: 1 1 auto;
  }

  .lg\:children\:flex-initial > * {
    flex: 0 1 auto;
  }

  .lg\:children\:flex-none > * {
    flex: none;
  }

  .lg\:first\:flex-1:first-child {
    flex: 1 1 0%;
  }

  .lg\:first\:flex-auto:first-child {
    flex: 1 1 auto;
  }

  .lg\:first\:flex-initial:first-child {
    flex: 0 1 auto;
  }

  .lg\:first\:flex-none:first-child {
    flex: none;
  }

  .lg\:last\:flex-1:last-child {
    flex: 1 1 0%;
  }

  .lg\:last\:flex-auto:last-child {
    flex: 1 1 auto;
  }

  .lg\:last\:flex-initial:last-child {
    flex: 0 1 auto;
  }

  .lg\:last\:flex-none:last-child {
    flex: none;
  }

  .lg\:hover\:flex-1:hover {
    flex: 1 1 0%;
  }

  .lg\:hover\:flex-auto:hover {
    flex: 1 1 auto;
  }

  .lg\:hover\:flex-initial:hover {
    flex: 0 1 auto;
  }

  .lg\:hover\:flex-none:hover {
    flex: none;
  }

  .lg\:flex-1\! {
    flex: 1 1 0% !important;
  }

  .lg\:flex-auto\! {
    flex: 1 1 auto !important;
  }

  .lg\:flex-initial\! {
    flex: 0 1 auto !important;
  }

  .lg\:flex-none\! {
    flex: none !important;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:even\:flex-grow-0:nth-child(even) {
    flex-grow: 0;
  }

  .lg\:even\:flex-grow:nth-child(even) {
    flex-grow: 1;
  }

  .lg\:odd\:flex-grow-0:nth-child(odd) {
    flex-grow: 0;
  }

  .lg\:odd\:flex-grow:nth-child(odd) {
    flex-grow: 1;
  }

  .lg\:children\:flex-grow-0 > * {
    flex-grow: 0;
  }

  .lg\:children\:flex-grow > * {
    flex-grow: 1;
  }

  .lg\:first\:flex-grow-0:first-child {
    flex-grow: 0;
  }

  .lg\:first\:flex-grow:first-child {
    flex-grow: 1;
  }

  .lg\:last\:flex-grow-0:last-child {
    flex-grow: 0;
  }

  .lg\:last\:flex-grow:last-child {
    flex-grow: 1;
  }

  .lg\:hover\:flex-grow-0:hover {
    flex-grow: 0;
  }

  .lg\:hover\:flex-grow:hover {
    flex-grow: 1;
  }

  .lg\:flex-grow-0\! {
    flex-grow: 0 !important;
  }

  .lg\:flex-grow\! {
    flex-grow: 1 !important;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:even\:flex-shrink-0:nth-child(even) {
    flex-shrink: 0;
  }

  .lg\:even\:flex-shrink:nth-child(even) {
    flex-shrink: 1;
  }

  .lg\:odd\:flex-shrink-0:nth-child(odd) {
    flex-shrink: 0;
  }

  .lg\:odd\:flex-shrink:nth-child(odd) {
    flex-shrink: 1;
  }

  .lg\:children\:flex-shrink-0 > * {
    flex-shrink: 0;
  }

  .lg\:children\:flex-shrink > * {
    flex-shrink: 1;
  }

  .lg\:first\:flex-shrink-0:first-child {
    flex-shrink: 0;
  }

  .lg\:first\:flex-shrink:first-child {
    flex-shrink: 1;
  }

  .lg\:last\:flex-shrink-0:last-child {
    flex-shrink: 0;
  }

  .lg\:last\:flex-shrink:last-child {
    flex-shrink: 1;
  }

  .lg\:hover\:flex-shrink-0:hover {
    flex-shrink: 0;
  }

  .lg\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .lg\:flex-shrink-0\! {
    flex-shrink: 0 !important;
  }

  .lg\:flex-shrink\! {
    flex-shrink: 1 !important;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:order-5 {
    order: 5;
  }

  .lg\:order-6 {
    order: 6;
  }

  .lg\:order-7 {
    order: 7;
  }

  .lg\:order-8 {
    order: 8;
  }

  .lg\:order-9 {
    order: 9;
  }

  .lg\:order-10 {
    order: 10;
  }

  .lg\:order-11 {
    order: 11;
  }

  .lg\:order-12 {
    order: 12;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:even\:order-1:nth-child(even) {
    order: 1;
  }

  .lg\:even\:order-2:nth-child(even) {
    order: 2;
  }

  .lg\:even\:order-3:nth-child(even) {
    order: 3;
  }

  .lg\:even\:order-4:nth-child(even) {
    order: 4;
  }

  .lg\:even\:order-5:nth-child(even) {
    order: 5;
  }

  .lg\:even\:order-6:nth-child(even) {
    order: 6;
  }

  .lg\:even\:order-7:nth-child(even) {
    order: 7;
  }

  .lg\:even\:order-8:nth-child(even) {
    order: 8;
  }

  .lg\:even\:order-9:nth-child(even) {
    order: 9;
  }

  .lg\:even\:order-10:nth-child(even) {
    order: 10;
  }

  .lg\:even\:order-11:nth-child(even) {
    order: 11;
  }

  .lg\:even\:order-12:nth-child(even) {
    order: 12;
  }

  .lg\:even\:order-first:nth-child(even) {
    order: -9999;
  }

  .lg\:even\:order-last:nth-child(even) {
    order: 9999;
  }

  .lg\:even\:order-none:nth-child(even) {
    order: 0;
  }

  .lg\:odd\:order-1:nth-child(odd) {
    order: 1;
  }

  .lg\:odd\:order-2:nth-child(odd) {
    order: 2;
  }

  .lg\:odd\:order-3:nth-child(odd) {
    order: 3;
  }

  .lg\:odd\:order-4:nth-child(odd) {
    order: 4;
  }

  .lg\:odd\:order-5:nth-child(odd) {
    order: 5;
  }

  .lg\:odd\:order-6:nth-child(odd) {
    order: 6;
  }

  .lg\:odd\:order-7:nth-child(odd) {
    order: 7;
  }

  .lg\:odd\:order-8:nth-child(odd) {
    order: 8;
  }

  .lg\:odd\:order-9:nth-child(odd) {
    order: 9;
  }

  .lg\:odd\:order-10:nth-child(odd) {
    order: 10;
  }

  .lg\:odd\:order-11:nth-child(odd) {
    order: 11;
  }

  .lg\:odd\:order-12:nth-child(odd) {
    order: 12;
  }

  .lg\:odd\:order-first:nth-child(odd) {
    order: -9999;
  }

  .lg\:odd\:order-last:nth-child(odd) {
    order: 9999;
  }

  .lg\:odd\:order-none:nth-child(odd) {
    order: 0;
  }

  .lg\:children\:order-1 > * {
    order: 1;
  }

  .lg\:children\:order-2 > * {
    order: 2;
  }

  .lg\:children\:order-3 > * {
    order: 3;
  }

  .lg\:children\:order-4 > * {
    order: 4;
  }

  .lg\:children\:order-5 > * {
    order: 5;
  }

  .lg\:children\:order-6 > * {
    order: 6;
  }

  .lg\:children\:order-7 > * {
    order: 7;
  }

  .lg\:children\:order-8 > * {
    order: 8;
  }

  .lg\:children\:order-9 > * {
    order: 9;
  }

  .lg\:children\:order-10 > * {
    order: 10;
  }

  .lg\:children\:order-11 > * {
    order: 11;
  }

  .lg\:children\:order-12 > * {
    order: 12;
  }

  .lg\:children\:order-first > * {
    order: -9999;
  }

  .lg\:children\:order-last > * {
    order: 9999;
  }

  .lg\:children\:order-none > * {
    order: 0;
  }

  .lg\:first\:order-1:first-child {
    order: 1;
  }

  .lg\:first\:order-2:first-child {
    order: 2;
  }

  .lg\:first\:order-3:first-child {
    order: 3;
  }

  .lg\:first\:order-4:first-child {
    order: 4;
  }

  .lg\:first\:order-5:first-child {
    order: 5;
  }

  .lg\:first\:order-6:first-child {
    order: 6;
  }

  .lg\:first\:order-7:first-child {
    order: 7;
  }

  .lg\:first\:order-8:first-child {
    order: 8;
  }

  .lg\:first\:order-9:first-child {
    order: 9;
  }

  .lg\:first\:order-10:first-child {
    order: 10;
  }

  .lg\:first\:order-11:first-child {
    order: 11;
  }

  .lg\:first\:order-12:first-child {
    order: 12;
  }

  .lg\:first\:order-first:first-child {
    order: -9999;
  }

  .lg\:first\:order-last:first-child {
    order: 9999;
  }

  .lg\:first\:order-none:first-child {
    order: 0;
  }

  .lg\:last\:order-1:last-child {
    order: 1;
  }

  .lg\:last\:order-2:last-child {
    order: 2;
  }

  .lg\:last\:order-3:last-child {
    order: 3;
  }

  .lg\:last\:order-4:last-child {
    order: 4;
  }

  .lg\:last\:order-5:last-child {
    order: 5;
  }

  .lg\:last\:order-6:last-child {
    order: 6;
  }

  .lg\:last\:order-7:last-child {
    order: 7;
  }

  .lg\:last\:order-8:last-child {
    order: 8;
  }

  .lg\:last\:order-9:last-child {
    order: 9;
  }

  .lg\:last\:order-10:last-child {
    order: 10;
  }

  .lg\:last\:order-11:last-child {
    order: 11;
  }

  .lg\:last\:order-12:last-child {
    order: 12;
  }

  .lg\:last\:order-first:last-child {
    order: -9999;
  }

  .lg\:last\:order-last:last-child {
    order: 9999;
  }

  .lg\:last\:order-none:last-child {
    order: 0;
  }

  .lg\:hover\:order-1:hover {
    order: 1;
  }

  .lg\:hover\:order-2:hover {
    order: 2;
  }

  .lg\:hover\:order-3:hover {
    order: 3;
  }

  .lg\:hover\:order-4:hover {
    order: 4;
  }

  .lg\:hover\:order-5:hover {
    order: 5;
  }

  .lg\:hover\:order-6:hover {
    order: 6;
  }

  .lg\:hover\:order-7:hover {
    order: 7;
  }

  .lg\:hover\:order-8:hover {
    order: 8;
  }

  .lg\:hover\:order-9:hover {
    order: 9;
  }

  .lg\:hover\:order-10:hover {
    order: 10;
  }

  .lg\:hover\:order-11:hover {
    order: 11;
  }

  .lg\:hover\:order-12:hover {
    order: 12;
  }

  .lg\:hover\:order-first:hover {
    order: -9999;
  }

  .lg\:hover\:order-last:hover {
    order: 9999;
  }

  .lg\:hover\:order-none:hover {
    order: 0;
  }

  .lg\:order-1\! {
    order: 1 !important;
  }

  .lg\:order-2\! {
    order: 2 !important;
  }

  .lg\:order-3\! {
    order: 3 !important;
  }

  .lg\:order-4\! {
    order: 4 !important;
  }

  .lg\:order-5\! {
    order: 5 !important;
  }

  .lg\:order-6\! {
    order: 6 !important;
  }

  .lg\:order-7\! {
    order: 7 !important;
  }

  .lg\:order-8\! {
    order: 8 !important;
  }

  .lg\:order-9\! {
    order: 9 !important;
  }

  .lg\:order-10\! {
    order: 10 !important;
  }

  .lg\:order-11\! {
    order: 11 !important;
  }

  .lg\:order-12\! {
    order: 12 !important;
  }

  .lg\:order-first\! {
    order: -9999 !important;
  }

  .lg\:order-last\! {
    order: 9999 !important;
  }

  .lg\:order-none\! {
    order: 0 !important;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:even\:float-right:nth-child(even) {
    float: right;
  }

  .lg\:even\:float-left:nth-child(even) {
    float: left;
  }

  .lg\:even\:float-none:nth-child(even) {
    float: none;
  }

  .lg\:even\:clearfix:nth-child(even):after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:odd\:float-right:nth-child(odd) {
    float: right;
  }

  .lg\:odd\:float-left:nth-child(odd) {
    float: left;
  }

  .lg\:odd\:float-none:nth-child(odd) {
    float: none;
  }

  .lg\:odd\:clearfix:nth-child(odd):after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:children\:float-right > * {
    float: right;
  }

  .lg\:children\:float-left > * {
    float: left;
  }

  .lg\:children\:float-none > * {
    float: none;
  }

  .lg\:children\:clearfix > *:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:first\:float-right:first-child {
    float: right;
  }

  .lg\:first\:float-left:first-child {
    float: left;
  }

  .lg\:first\:float-none:first-child {
    float: none;
  }

  .lg\:first\:clearfix:first-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:last\:float-right:last-child {
    float: right;
  }

  .lg\:last\:float-left:last-child {
    float: left;
  }

  .lg\:last\:float-none:last-child {
    float: none;
  }

  .lg\:last\:clearfix:last-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:hover\:float-right:hover {
    float: right;
  }

  .lg\:hover\:float-left:hover {
    float: left;
  }

  .lg\:hover\:float-none:hover {
    float: none;
  }

  .lg\:hover\:clearfix:hover:after {
    content: "";
    display: table;
    clear: both;
  }

  .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;
  }

  .lg\:clear-right {
    clear: right;
  }

  .lg\:clear-both {
    clear: both;
  }

  .lg\:clear-none {
    clear: none;
  }

  .lg\:even\:clear-left:nth-child(even) {
    clear: left;
  }

  .lg\:even\:clear-right:nth-child(even) {
    clear: right;
  }

  .lg\:even\:clear-both:nth-child(even) {
    clear: both;
  }

  .lg\:even\:clear-none:nth-child(even) {
    clear: none;
  }

  .lg\:odd\:clear-left:nth-child(odd) {
    clear: left;
  }

  .lg\:odd\:clear-right:nth-child(odd) {
    clear: right;
  }

  .lg\:odd\:clear-both:nth-child(odd) {
    clear: both;
  }

  .lg\:odd\:clear-none:nth-child(odd) {
    clear: none;
  }

  .lg\:children\:clear-left > * {
    clear: left;
  }

  .lg\:children\:clear-right > * {
    clear: right;
  }

  .lg\:children\:clear-both > * {
    clear: both;
  }

  .lg\:children\:clear-none > * {
    clear: none;
  }

  .lg\:first\:clear-left:first-child {
    clear: left;
  }

  .lg\:first\:clear-right:first-child {
    clear: right;
  }

  .lg\:first\:clear-both:first-child {
    clear: both;
  }

  .lg\:first\:clear-none:first-child {
    clear: none;
  }

  .lg\:last\:clear-left:last-child {
    clear: left;
  }

  .lg\:last\:clear-right:last-child {
    clear: right;
  }

  .lg\:last\:clear-both:last-child {
    clear: both;
  }

  .lg\:last\:clear-none:last-child {
    clear: none;
  }

  .lg\:hover\:clear-left:hover {
    clear: left;
  }

  .lg\:hover\:clear-right:hover {
    clear: right;
  }

  .lg\:hover\:clear-both:hover {
    clear: both;
  }

  .lg\:hover\:clear-none:hover {
    clear: none;
  }

  .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-display {
    font-family: IBM Plex Sans, sans-serif;
  }

  .lg\:font-body {
    font-family: sans-serif;
  }

  .lg\:font-ibm-sans {
    font-family: IBM Plex Sans, sans-serif;
  }

  .lg\:font-ibm-serif {
    font-family: IBM Plex Serif, serif;
  }

  .lg\:even\:font-display:nth-child(even) {
    font-family: IBM Plex Sans, sans-serif;
  }

  .lg\:even\:font-body:nth-child(even) {
    font-family: sans-serif;
  }

  .lg\:even\:font-ibm-sans:nth-child(even) {
    font-family: IBM Plex Sans, sans-serif;
  }

  .lg\:even\:font-ibm-serif:nth-child(even) {
    font-family: IBM Plex Serif, serif;
  }

  .lg\:odd\:font-display:nth-child(odd) {
    font-family: IBM Plex Sans, sans-serif;
  }

  .lg\:odd\:font-body:nth-child(odd) {
    font-family: sans-serif;
  }

  .lg\:odd\:font-ibm-sans:nth-child(odd) {
    font-family: IBM Plex Sans, sans-serif;
  }

  .lg\:odd\:font-ibm-serif:nth-child(odd) {
    font-family: IBM Plex Serif, serif;
  }

  .lg\:children\:font-display > * {
    font-family: IBM Plex Sans, sans-serif;
  }

  .lg\:children\:font-body > * {
    font-family: sans-serif;
  }

  .lg\:children\:font-ibm-sans > * {
    font-family: IBM Plex Sans, sans-serif;
  }

  .lg\:children\:font-ibm-serif > * {
    font-family: IBM Plex Serif, serif;
  }

  .lg\:first\:font-display:first-child {
    font-family: IBM Plex Sans, sans-serif;
  }

  .lg\:first\:font-body:first-child {
    font-family: sans-serif;
  }

  .lg\:first\:font-ibm-sans:first-child {
    font-family: IBM Plex Sans, sans-serif;
  }

  .lg\:first\:font-ibm-serif:first-child {
    font-family: IBM Plex Serif, serif;
  }

  .lg\:last\:font-display:last-child {
    font-family: IBM Plex Sans, sans-serif;
  }

  .lg\:last\:font-body:last-child {
    font-family: sans-serif;
  }

  .lg\:last\:font-ibm-sans:last-child {
    font-family: IBM Plex Sans, sans-serif;
  }

  .lg\:last\:font-ibm-serif:last-child {
    font-family: IBM Plex Serif, serif;
  }

  .lg\:hover\:font-display:hover {
    font-family: IBM Plex Sans, sans-serif;
  }

  .lg\:hover\:font-body:hover {
    font-family: sans-serif;
  }

  .lg\:hover\:font-ibm-sans:hover {
    font-family: IBM Plex Sans, sans-serif;
  }

  .lg\:hover\:font-ibm-serif:hover {
    font-family: IBM Plex Serif, serif;
  }

  .lg\:font-display\! {
    font-family: IBM Plex Sans, sans-serif !important;
  }

  .lg\:font-body\! {
    font-family: sans-serif !important;
  }

  .lg\:font-ibm-sans\! {
    font-family: IBM Plex Sans, sans-serif !important;
  }

  .lg\:font-ibm-serif\! {
    font-family: IBM Plex Serif, serif !important;
  }

  .lg\:font-hairline {
    font-weight: 100;
  }

  .lg\:font-thin {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:even\:font-hairline:nth-child(even) {
    font-weight: 100;
  }

  .lg\:even\:font-thin:nth-child(even) {
    font-weight: 200;
  }

  .lg\:even\:font-light:nth-child(even) {
    font-weight: 300;
  }

  .lg\:even\:font-normal:nth-child(even) {
    font-weight: 400;
  }

  .lg\:even\:font-medium:nth-child(even) {
    font-weight: 500;
  }

  .lg\:even\:font-semibold:nth-child(even) {
    font-weight: 600;
  }

  .lg\:even\:font-bold:nth-child(even) {
    font-weight: 700;
  }

  .lg\:even\:font-extrabold:nth-child(even) {
    font-weight: 800;
  }

  .lg\:even\:font-black:nth-child(even) {
    font-weight: 900;
  }

  .lg\:odd\:font-hairline:nth-child(odd) {
    font-weight: 100;
  }

  .lg\:odd\:font-thin:nth-child(odd) {
    font-weight: 200;
  }

  .lg\:odd\:font-light:nth-child(odd) {
    font-weight: 300;
  }

  .lg\:odd\:font-normal:nth-child(odd) {
    font-weight: 400;
  }

  .lg\:odd\:font-medium:nth-child(odd) {
    font-weight: 500;
  }

  .lg\:odd\:font-semibold:nth-child(odd) {
    font-weight: 600;
  }

  .lg\:odd\:font-bold:nth-child(odd) {
    font-weight: 700;
  }

  .lg\:odd\:font-extrabold:nth-child(odd) {
    font-weight: 800;
  }

  .lg\:odd\:font-black:nth-child(odd) {
    font-weight: 900;
  }

  .lg\:children\:font-hairline > * {
    font-weight: 100;
  }

  .lg\:children\:font-thin > * {
    font-weight: 200;
  }

  .lg\:children\:font-light > * {
    font-weight: 300;
  }

  .lg\:children\:font-normal > * {
    font-weight: 400;
  }

  .lg\:children\:font-medium > * {
    font-weight: 500;
  }

  .lg\:children\:font-semibold > * {
    font-weight: 600;
  }

  .lg\:children\:font-bold > * {
    font-weight: 700;
  }

  .lg\:children\:font-extrabold > * {
    font-weight: 800;
  }

  .lg\:children\:font-black > * {
    font-weight: 900;
  }

  .lg\:first\:font-hairline:first-child {
    font-weight: 100;
  }

  .lg\:first\:font-thin:first-child {
    font-weight: 200;
  }

  .lg\:first\:font-light:first-child {
    font-weight: 300;
  }

  .lg\:first\:font-normal:first-child {
    font-weight: 400;
  }

  .lg\:first\:font-medium:first-child {
    font-weight: 500;
  }

  .lg\:first\:font-semibold:first-child {
    font-weight: 600;
  }

  .lg\:first\:font-bold:first-child {
    font-weight: 700;
  }

  .lg\:first\:font-extrabold:first-child {
    font-weight: 800;
  }

  .lg\:first\:font-black:first-child {
    font-weight: 900;
  }

  .lg\:last\:font-hairline:last-child {
    font-weight: 100;
  }

  .lg\:last\:font-thin:last-child {
    font-weight: 200;
  }

  .lg\:last\:font-light:last-child {
    font-weight: 300;
  }

  .lg\:last\:font-normal:last-child {
    font-weight: 400;
  }

  .lg\:last\:font-medium:last-child {
    font-weight: 500;
  }

  .lg\:last\:font-semibold:last-child {
    font-weight: 600;
  }

  .lg\:last\:font-bold:last-child {
    font-weight: 700;
  }

  .lg\:last\:font-extrabold:last-child {
    font-weight: 800;
  }

  .lg\:last\:font-black:last-child {
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .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\:h-0 {
    height: 0;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-11 {
    height: 2.75rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-13 {
    height: 3.25rem;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-15 {
    height: 3.75rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-17 {
    height: 4.25rem;
  }

  .lg\:h-18 {
    height: 4.5rem;
  }

  .lg\:h-19 {
    height: 4.75rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-75 {
    height: 18.75rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:even\:h-0:nth-child(even) {
    height: 0;
  }

  .lg\:even\:h-1:nth-child(even) {
    height: 0.25rem;
  }

  .lg\:even\:h-2:nth-child(even) {
    height: 0.5rem;
  }

  .lg\:even\:h-3:nth-child(even) {
    height: 0.75rem;
  }

  .lg\:even\:h-4:nth-child(even) {
    height: 1rem;
  }

  .lg\:even\:h-5:nth-child(even) {
    height: 1.25rem;
  }

  .lg\:even\:h-6:nth-child(even) {
    height: 1.5rem;
  }

  .lg\:even\:h-7:nth-child(even) {
    height: 1.75rem;
  }

  .lg\:even\:h-8:nth-child(even) {
    height: 2rem;
  }

  .lg\:even\:h-9:nth-child(even) {
    height: 2.25rem;
  }

  .lg\:even\:h-10:nth-child(even) {
    height: 2.5rem;
  }

  .lg\:even\:h-11:nth-child(even) {
    height: 2.75rem;
  }

  .lg\:even\:h-12:nth-child(even) {
    height: 3rem;
  }

  .lg\:even\:h-13:nth-child(even) {
    height: 3.25rem;
  }

  .lg\:even\:h-14:nth-child(even) {
    height: 3.5rem;
  }

  .lg\:even\:h-15:nth-child(even) {
    height: 3.75rem;
  }

  .lg\:even\:h-16:nth-child(even) {
    height: 4rem;
  }

  .lg\:even\:h-17:nth-child(even) {
    height: 4.25rem;
  }

  .lg\:even\:h-18:nth-child(even) {
    height: 4.5rem;
  }

  .lg\:even\:h-19:nth-child(even) {
    height: 4.75rem;
  }

  .lg\:even\:h-20:nth-child(even) {
    height: 5rem;
  }

  .lg\:even\:h-24:nth-child(even) {
    height: 6rem;
  }

  .lg\:even\:h-32:nth-child(even) {
    height: 8rem;
  }

  .lg\:even\:h-40:nth-child(even) {
    height: 10rem;
  }

  .lg\:even\:h-48:nth-child(even) {
    height: 12rem;
  }

  .lg\:even\:h-56:nth-child(even) {
    height: 14rem;
  }

  .lg\:even\:h-64:nth-child(even) {
    height: 16rem;
  }

  .lg\:even\:h-75:nth-child(even) {
    height: 18.75rem;
  }

  .lg\:even\:h-auto:nth-child(even) {
    height: auto;
  }

  .lg\:even\:h-px:nth-child(even) {
    height: 1px;
  }

  .lg\:even\:h-full:nth-child(even) {
    height: 100%;
  }

  .lg\:even\:h-screen:nth-child(even) {
    height: 100vh;
  }

  .lg\:odd\:h-0:nth-child(odd) {
    height: 0;
  }

  .lg\:odd\:h-1:nth-child(odd) {
    height: 0.25rem;
  }

  .lg\:odd\:h-2:nth-child(odd) {
    height: 0.5rem;
  }

  .lg\:odd\:h-3:nth-child(odd) {
    height: 0.75rem;
  }

  .lg\:odd\:h-4:nth-child(odd) {
    height: 1rem;
  }

  .lg\:odd\:h-5:nth-child(odd) {
    height: 1.25rem;
  }

  .lg\:odd\:h-6:nth-child(odd) {
    height: 1.5rem;
  }

  .lg\:odd\:h-7:nth-child(odd) {
    height: 1.75rem;
  }

  .lg\:odd\:h-8:nth-child(odd) {
    height: 2rem;
  }

  .lg\:odd\:h-9:nth-child(odd) {
    height: 2.25rem;
  }

  .lg\:odd\:h-10:nth-child(odd) {
    height: 2.5rem;
  }

  .lg\:odd\:h-11:nth-child(odd) {
    height: 2.75rem;
  }

  .lg\:odd\:h-12:nth-child(odd) {
    height: 3rem;
  }

  .lg\:odd\:h-13:nth-child(odd) {
    height: 3.25rem;
  }

  .lg\:odd\:h-14:nth-child(odd) {
    height: 3.5rem;
  }

  .lg\:odd\:h-15:nth-child(odd) {
    height: 3.75rem;
  }

  .lg\:odd\:h-16:nth-child(odd) {
    height: 4rem;
  }

  .lg\:odd\:h-17:nth-child(odd) {
    height: 4.25rem;
  }

  .lg\:odd\:h-18:nth-child(odd) {
    height: 4.5rem;
  }

  .lg\:odd\:h-19:nth-child(odd) {
    height: 4.75rem;
  }

  .lg\:odd\:h-20:nth-child(odd) {
    height: 5rem;
  }

  .lg\:odd\:h-24:nth-child(odd) {
    height: 6rem;
  }

  .lg\:odd\:h-32:nth-child(odd) {
    height: 8rem;
  }

  .lg\:odd\:h-40:nth-child(odd) {
    height: 10rem;
  }

  .lg\:odd\:h-48:nth-child(odd) {
    height: 12rem;
  }

  .lg\:odd\:h-56:nth-child(odd) {
    height: 14rem;
  }

  .lg\:odd\:h-64:nth-child(odd) {
    height: 16rem;
  }

  .lg\:odd\:h-75:nth-child(odd) {
    height: 18.75rem;
  }

  .lg\:odd\:h-auto:nth-child(odd) {
    height: auto;
  }

  .lg\:odd\:h-px:nth-child(odd) {
    height: 1px;
  }

  .lg\:odd\:h-full:nth-child(odd) {
    height: 100%;
  }

  .lg\:odd\:h-screen:nth-child(odd) {
    height: 100vh;
  }

  .lg\:children\:h-0 > * {
    height: 0;
  }

  .lg\:children\:h-1 > * {
    height: 0.25rem;
  }

  .lg\:children\:h-2 > * {
    height: 0.5rem;
  }

  .lg\:children\:h-3 > * {
    height: 0.75rem;
  }

  .lg\:children\:h-4 > * {
    height: 1rem;
  }

  .lg\:children\:h-5 > * {
    height: 1.25rem;
  }

  .lg\:children\:h-6 > * {
    height: 1.5rem;
  }

  .lg\:children\:h-7 > * {
    height: 1.75rem;
  }

  .lg\:children\:h-8 > * {
    height: 2rem;
  }

  .lg\:children\:h-9 > * {
    height: 2.25rem;
  }

  .lg\:children\:h-10 > * {
    height: 2.5rem;
  }

  .lg\:children\:h-11 > * {
    height: 2.75rem;
  }

  .lg\:children\:h-12 > * {
    height: 3rem;
  }

  .lg\:children\:h-13 > * {
    height: 3.25rem;
  }

  .lg\:children\:h-14 > * {
    height: 3.5rem;
  }

  .lg\:children\:h-15 > * {
    height: 3.75rem;
  }

  .lg\:children\:h-16 > * {
    height: 4rem;
  }

  .lg\:children\:h-17 > * {
    height: 4.25rem;
  }

  .lg\:children\:h-18 > * {
    height: 4.5rem;
  }

  .lg\:children\:h-19 > * {
    height: 4.75rem;
  }

  .lg\:children\:h-20 > * {
    height: 5rem;
  }

  .lg\:children\:h-24 > * {
    height: 6rem;
  }

  .lg\:children\:h-32 > * {
    height: 8rem;
  }

  .lg\:children\:h-40 > * {
    height: 10rem;
  }

  .lg\:children\:h-48 > * {
    height: 12rem;
  }

  .lg\:children\:h-56 > * {
    height: 14rem;
  }

  .lg\:children\:h-64 > * {
    height: 16rem;
  }

  .lg\:children\:h-75 > * {
    height: 18.75rem;
  }

  .lg\:children\:h-auto > * {
    height: auto;
  }

  .lg\:children\:h-px > * {
    height: 1px;
  }

  .lg\:children\:h-full > * {
    height: 100%;
  }

  .lg\:children\:h-screen > * {
    height: 100vh;
  }

  .lg\:first\:h-0:first-child {
    height: 0;
  }

  .lg\:first\:h-1:first-child {
    height: 0.25rem;
  }

  .lg\:first\:h-2:first-child {
    height: 0.5rem;
  }

  .lg\:first\:h-3:first-child {
    height: 0.75rem;
  }

  .lg\:first\:h-4:first-child {
    height: 1rem;
  }

  .lg\:first\:h-5:first-child {
    height: 1.25rem;
  }

  .lg\:first\:h-6:first-child {
    height: 1.5rem;
  }

  .lg\:first\:h-7:first-child {
    height: 1.75rem;
  }

  .lg\:first\:h-8:first-child {
    height: 2rem;
  }

  .lg\:first\:h-9:first-child {
    height: 2.25rem;
  }

  .lg\:first\:h-10:first-child {
    height: 2.5rem;
  }

  .lg\:first\:h-11:first-child {
    height: 2.75rem;
  }

  .lg\:first\:h-12:first-child {
    height: 3rem;
  }

  .lg\:first\:h-13:first-child {
    height: 3.25rem;
  }

  .lg\:first\:h-14:first-child {
    height: 3.5rem;
  }

  .lg\:first\:h-15:first-child {
    height: 3.75rem;
  }

  .lg\:first\:h-16:first-child {
    height: 4rem;
  }

  .lg\:first\:h-17:first-child {
    height: 4.25rem;
  }

  .lg\:first\:h-18:first-child {
    height: 4.5rem;
  }

  .lg\:first\:h-19:first-child {
    height: 4.75rem;
  }

  .lg\:first\:h-20:first-child {
    height: 5rem;
  }

  .lg\:first\:h-24:first-child {
    height: 6rem;
  }

  .lg\:first\:h-32:first-child {
    height: 8rem;
  }

  .lg\:first\:h-40:first-child {
    height: 10rem;
  }

  .lg\:first\:h-48:first-child {
    height: 12rem;
  }

  .lg\:first\:h-56:first-child {
    height: 14rem;
  }

  .lg\:first\:h-64:first-child {
    height: 16rem;
  }

  .lg\:first\:h-75:first-child {
    height: 18.75rem;
  }

  .lg\:first\:h-auto:first-child {
    height: auto;
  }

  .lg\:first\:h-px:first-child {
    height: 1px;
  }

  .lg\:first\:h-full:first-child {
    height: 100%;
  }

  .lg\:first\:h-screen:first-child {
    height: 100vh;
  }

  .lg\:last\:h-0:last-child {
    height: 0;
  }

  .lg\:last\:h-1:last-child {
    height: 0.25rem;
  }

  .lg\:last\:h-2:last-child {
    height: 0.5rem;
  }

  .lg\:last\:h-3:last-child {
    height: 0.75rem;
  }

  .lg\:last\:h-4:last-child {
    height: 1rem;
  }

  .lg\:last\:h-5:last-child {
    height: 1.25rem;
  }

  .lg\:last\:h-6:last-child {
    height: 1.5rem;
  }

  .lg\:last\:h-7:last-child {
    height: 1.75rem;
  }

  .lg\:last\:h-8:last-child {
    height: 2rem;
  }

  .lg\:last\:h-9:last-child {
    height: 2.25rem;
  }

  .lg\:last\:h-10:last-child {
    height: 2.5rem;
  }

  .lg\:last\:h-11:last-child {
    height: 2.75rem;
  }

  .lg\:last\:h-12:last-child {
    height: 3rem;
  }

  .lg\:last\:h-13:last-child {
    height: 3.25rem;
  }

  .lg\:last\:h-14:last-child {
    height: 3.5rem;
  }

  .lg\:last\:h-15:last-child {
    height: 3.75rem;
  }

  .lg\:last\:h-16:last-child {
    height: 4rem;
  }

  .lg\:last\:h-17:last-child {
    height: 4.25rem;
  }

  .lg\:last\:h-18:last-child {
    height: 4.5rem;
  }

  .lg\:last\:h-19:last-child {
    height: 4.75rem;
  }

  .lg\:last\:h-20:last-child {
    height: 5rem;
  }

  .lg\:last\:h-24:last-child {
    height: 6rem;
  }

  .lg\:last\:h-32:last-child {
    height: 8rem;
  }

  .lg\:last\:h-40:last-child {
    height: 10rem;
  }

  .lg\:last\:h-48:last-child {
    height: 12rem;
  }

  .lg\:last\:h-56:last-child {
    height: 14rem;
  }

  .lg\:last\:h-64:last-child {
    height: 16rem;
  }

  .lg\:last\:h-75:last-child {
    height: 18.75rem;
  }

  .lg\:last\:h-auto:last-child {
    height: auto;
  }

  .lg\:last\:h-px:last-child {
    height: 1px;
  }

  .lg\:last\:h-full:last-child {
    height: 100%;
  }

  .lg\:last\:h-screen:last-child {
    height: 100vh;
  }

  .lg\:hover\:h-0:hover {
    height: 0;
  }

  .lg\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .lg\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .lg\:hover\:h-3:hover {
    height: 0.75rem;
  }

  .lg\:hover\:h-4:hover {
    height: 1rem;
  }

  .lg\:hover\:h-5:hover {
    height: 1.25rem;
  }

  .lg\:hover\:h-6:hover {
    height: 1.5rem;
  }

  .lg\:hover\:h-7:hover {
    height: 1.75rem;
  }

  .lg\:hover\:h-8:hover {
    height: 2rem;
  }

  .lg\:hover\:h-9:hover {
    height: 2.25rem;
  }

  .lg\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .lg\:hover\:h-11:hover {
    height: 2.75rem;
  }

  .lg\:hover\:h-12:hover {
    height: 3rem;
  }

  .lg\:hover\:h-13:hover {
    height: 3.25rem;
  }

  .lg\:hover\:h-14:hover {
    height: 3.5rem;
  }

  .lg\:hover\:h-15:hover {
    height: 3.75rem;
  }

  .lg\:hover\:h-16:hover {
    height: 4rem;
  }

  .lg\:hover\:h-17:hover {
    height: 4.25rem;
  }

  .lg\:hover\:h-18:hover {
    height: 4.5rem;
  }

  .lg\:hover\:h-19:hover {
    height: 4.75rem;
  }

  .lg\:hover\:h-20:hover {
    height: 5rem;
  }

  .lg\:hover\:h-24:hover {
    height: 6rem;
  }

  .lg\:hover\:h-32:hover {
    height: 8rem;
  }

  .lg\:hover\:h-40:hover {
    height: 10rem;
  }

  .lg\:hover\:h-48:hover {
    height: 12rem;
  }

  .lg\:hover\:h-56:hover {
    height: 14rem;
  }

  .lg\:hover\:h-64:hover {
    height: 16rem;
  }

  .lg\:hover\:h-75:hover {
    height: 18.75rem;
  }

  .lg\:hover\:h-auto:hover {
    height: auto;
  }

  .lg\:hover\:h-px:hover {
    height: 1px;
  }

  .lg\:hover\:h-full:hover {
    height: 100%;
  }

  .lg\:hover\:h-screen:hover {
    height: 100vh;
  }

  .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-9\! {
    height: 2.25rem !important;
  }

  .lg\:h-10\! {
    height: 2.5rem !important;
  }

  .lg\:h-11\! {
    height: 2.75rem !important;
  }

  .lg\:h-12\! {
    height: 3rem !important;
  }

  .lg\:h-13\! {
    height: 3.25rem !important;
  }

  .lg\:h-14\! {
    height: 3.5rem !important;
  }

  .lg\:h-15\! {
    height: 3.75rem !important;
  }

  .lg\:h-16\! {
    height: 4rem !important;
  }

  .lg\:h-17\! {
    height: 4.25rem !important;
  }

  .lg\:h-18\! {
    height: 4.5rem !important;
  }

  .lg\:h-19\! {
    height: 4.75rem !important;
  }

  .lg\:h-20\! {
    height: 5rem !important;
  }

  .lg\:h-24\! {
    height: 6rem !important;
  }

  .lg\:h-32\! {
    height: 8rem !important;
  }

  .lg\:h-40\! {
    height: 10rem !important;
  }

  .lg\:h-48\! {
    height: 12rem !important;
  }

  .lg\:h-56\! {
    height: 14rem !important;
  }

  .lg\:h-64\! {
    height: 16rem !important;
  }

  .lg\:h-75\! {
    height: 18.75rem !important;
  }

  .lg\:h-auto\! {
    height: auto !important;
  }

  .lg\:h-px\! {
    height: 1px !important;
  }

  .lg\:h-full\! {
    height: 100% !important;
  }

  .lg\:h-screen\! {
    height: 100vh !important;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:text-6xl {
    font-size: 4rem;
  }

  .lg\:text-2xs {
    font-size: 0.625rem;
  }

  .lg\:text-3xs {
    font-size: 0.5rem;
  }

  .lg\:even\:text-xs:nth-child(even) {
    font-size: 0.75rem;
  }

  .lg\:even\:text-sm:nth-child(even) {
    font-size: 0.875rem;
  }

  .lg\:even\:text-base:nth-child(even) {
    font-size: 1rem;
  }

  .lg\:even\:text-lg:nth-child(even) {
    font-size: 1.125rem;
  }

  .lg\:even\:text-xl:nth-child(even) {
    font-size: 1.25rem;
  }

  .lg\:even\:text-2xl:nth-child(even) {
    font-size: 1.5rem;
  }

  .lg\:even\:text-3xl:nth-child(even) {
    font-size: 1.875rem;
  }

  .lg\:even\:text-4xl:nth-child(even) {
    font-size: 2.25rem;
  }

  .lg\:even\:text-5xl:nth-child(even) {
    font-size: 3rem;
  }

  .lg\:even\:text-6xl:nth-child(even) {
    font-size: 4rem;
  }

  .lg\:even\:text-2xs:nth-child(even) {
    font-size: 0.625rem;
  }

  .lg\:even\:text-3xs:nth-child(even) {
    font-size: 0.5rem;
  }

  .lg\:odd\:text-xs:nth-child(odd) {
    font-size: 0.75rem;
  }

  .lg\:odd\:text-sm:nth-child(odd) {
    font-size: 0.875rem;
  }

  .lg\:odd\:text-base:nth-child(odd) {
    font-size: 1rem;
  }

  .lg\:odd\:text-lg:nth-child(odd) {
    font-size: 1.125rem;
  }

  .lg\:odd\:text-xl:nth-child(odd) {
    font-size: 1.25rem;
  }

  .lg\:odd\:text-2xl:nth-child(odd) {
    font-size: 1.5rem;
  }

  .lg\:odd\:text-3xl:nth-child(odd) {
    font-size: 1.875rem;
  }

  .lg\:odd\:text-4xl:nth-child(odd) {
    font-size: 2.25rem;
  }

  .lg\:odd\:text-5xl:nth-child(odd) {
    font-size: 3rem;
  }

  .lg\:odd\:text-6xl:nth-child(odd) {
    font-size: 4rem;
  }

  .lg\:odd\:text-2xs:nth-child(odd) {
    font-size: 0.625rem;
  }

  .lg\:odd\:text-3xs:nth-child(odd) {
    font-size: 0.5rem;
  }

  .lg\:children\:text-xs > * {
    font-size: 0.75rem;
  }

  .lg\:children\:text-sm > * {
    font-size: 0.875rem;
  }

  .lg\:children\:text-base > * {
    font-size: 1rem;
  }

  .lg\:children\:text-lg > * {
    font-size: 1.125rem;
  }

  .lg\:children\:text-xl > * {
    font-size: 1.25rem;
  }

  .lg\:children\:text-2xl > * {
    font-size: 1.5rem;
  }

  .lg\:children\:text-3xl > * {
    font-size: 1.875rem;
  }

  .lg\:children\:text-4xl > * {
    font-size: 2.25rem;
  }

  .lg\:children\:text-5xl > * {
    font-size: 3rem;
  }

  .lg\:children\:text-6xl > * {
    font-size: 4rem;
  }

  .lg\:children\:text-2xs > * {
    font-size: 0.625rem;
  }

  .lg\:children\:text-3xs > * {
    font-size: 0.5rem;
  }

  .lg\:first\:text-xs:first-child {
    font-size: 0.75rem;
  }

  .lg\:first\:text-sm:first-child {
    font-size: 0.875rem;
  }

  .lg\:first\:text-base:first-child {
    font-size: 1rem;
  }

  .lg\:first\:text-lg:first-child {
    font-size: 1.125rem;
  }

  .lg\:first\:text-xl:first-child {
    font-size: 1.25rem;
  }

  .lg\:first\:text-2xl:first-child {
    font-size: 1.5rem;
  }

  .lg\:first\:text-3xl:first-child {
    font-size: 1.875rem;
  }

  .lg\:first\:text-4xl:first-child {
    font-size: 2.25rem;
  }

  .lg\:first\:text-5xl:first-child {
    font-size: 3rem;
  }

  .lg\:first\:text-6xl:first-child {
    font-size: 4rem;
  }

  .lg\:first\:text-2xs:first-child {
    font-size: 0.625rem;
  }

  .lg\:first\:text-3xs:first-child {
    font-size: 0.5rem;
  }

  .lg\:last\:text-xs:last-child {
    font-size: 0.75rem;
  }

  .lg\:last\:text-sm:last-child {
    font-size: 0.875rem;
  }

  .lg\:last\:text-base:last-child {
    font-size: 1rem;
  }

  .lg\:last\:text-lg:last-child {
    font-size: 1.125rem;
  }

  .lg\:last\:text-xl:last-child {
    font-size: 1.25rem;
  }

  .lg\:last\:text-2xl:last-child {
    font-size: 1.5rem;
  }

  .lg\:last\:text-3xl:last-child {
    font-size: 1.875rem;
  }

  .lg\:last\:text-4xl:last-child {
    font-size: 2.25rem;
  }

  .lg\:last\:text-5xl:last-child {
    font-size: 3rem;
  }

  .lg\:last\:text-6xl:last-child {
    font-size: 4rem;
  }

  .lg\:last\:text-2xs:last-child {
    font-size: 0.625rem;
  }

  .lg\:last\:text-3xs:last-child {
    font-size: 0.5rem;
  }

  .lg\:hover\:text-xs:hover {
    font-size: 0.75rem;
  }

  .lg\:hover\:text-sm:hover {
    font-size: 0.875rem;
  }

  .lg\:hover\:text-base:hover {
    font-size: 1rem;
  }

  .lg\:hover\:text-lg:hover {
    font-size: 1.125rem;
  }

  .lg\:hover\:text-xl:hover {
    font-size: 1.25rem;
  }

  .lg\:hover\:text-2xl:hover {
    font-size: 1.5rem;
  }

  .lg\:hover\:text-3xl:hover {
    font-size: 1.875rem;
  }

  .lg\:hover\:text-4xl:hover {
    font-size: 2.25rem;
  }

  .lg\:hover\:text-5xl:hover {
    font-size: 3rem;
  }

  .lg\:hover\:text-6xl:hover {
    font-size: 4rem;
  }

  .lg\:hover\:text-2xs:hover {
    font-size: 0.625rem;
  }

  .lg\:hover\:text-3xs:hover {
    font-size: 0.5rem;
  }

  .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.5rem !important;
  }

  .lg\:text-3xl\! {
    font-size: 1.875rem !important;
  }

  .lg\:text-4xl\! {
    font-size: 2.25rem !important;
  }

  .lg\:text-5xl\! {
    font-size: 3rem !important;
  }

  .lg\:text-6xl\! {
    font-size: 4rem !important;
  }

  .lg\:text-2xs\! {
    font-size: 0.625rem !important;
  }

  .lg\:text-3xs\! {
    font-size: 0.5rem !important;
  }

  .lg\:leading-3 {
    line-height: .75rem;
  }

  .lg\:leading-4 {
    line-height: 1rem;
  }

  .lg\:leading-5 {
    line-height: 1.25rem;
  }

  .lg\:leading-6 {
    line-height: 1.5rem;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-9 {
    line-height: 2.25rem;
  }

  .lg\:leading-10 {
    line-height: 2.5rem;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-relaxed {
    line-height: 1.625;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:even\:leading-3:nth-child(even) {
    line-height: .75rem;
  }

  .lg\:even\:leading-4:nth-child(even) {
    line-height: 1rem;
  }

  .lg\:even\:leading-5:nth-child(even) {
    line-height: 1.25rem;
  }

  .lg\:even\:leading-6:nth-child(even) {
    line-height: 1.5rem;
  }

  .lg\:even\:leading-7:nth-child(even) {
    line-height: 1.75rem;
  }

  .lg\:even\:leading-8:nth-child(even) {
    line-height: 2rem;
  }

  .lg\:even\:leading-9:nth-child(even) {
    line-height: 2.25rem;
  }

  .lg\:even\:leading-10:nth-child(even) {
    line-height: 2.5rem;
  }

  .lg\:even\:leading-none:nth-child(even) {
    line-height: 1;
  }

  .lg\:even\:leading-tight:nth-child(even) {
    line-height: 1.25;
  }

  .lg\:even\:leading-snug:nth-child(even) {
    line-height: 1.375;
  }

  .lg\:even\:leading-normal:nth-child(even) {
    line-height: 1.5;
  }

  .lg\:even\:leading-relaxed:nth-child(even) {
    line-height: 1.625;
  }

  .lg\:even\:leading-loose:nth-child(even) {
    line-height: 2;
  }

  .lg\:odd\:leading-3:nth-child(odd) {
    line-height: .75rem;
  }

  .lg\:odd\:leading-4:nth-child(odd) {
    line-height: 1rem;
  }

  .lg\:odd\:leading-5:nth-child(odd) {
    line-height: 1.25rem;
  }

  .lg\:odd\:leading-6:nth-child(odd) {
    line-height: 1.5rem;
  }

  .lg\:odd\:leading-7:nth-child(odd) {
    line-height: 1.75rem;
  }

  .lg\:odd\:leading-8:nth-child(odd) {
    line-height: 2rem;
  }

  .lg\:odd\:leading-9:nth-child(odd) {
    line-height: 2.25rem;
  }

  .lg\:odd\:leading-10:nth-child(odd) {
    line-height: 2.5rem;
  }

  .lg\:odd\:leading-none:nth-child(odd) {
    line-height: 1;
  }

  .lg\:odd\:leading-tight:nth-child(odd) {
    line-height: 1.25;
  }

  .lg\:odd\:leading-snug:nth-child(odd) {
    line-height: 1.375;
  }

  .lg\:odd\:leading-normal:nth-child(odd) {
    line-height: 1.5;
  }

  .lg\:odd\:leading-relaxed:nth-child(odd) {
    line-height: 1.625;
  }

  .lg\:odd\:leading-loose:nth-child(odd) {
    line-height: 2;
  }

  .lg\:children\:leading-3 > * {
    line-height: .75rem;
  }

  .lg\:children\:leading-4 > * {
    line-height: 1rem;
  }

  .lg\:children\:leading-5 > * {
    line-height: 1.25rem;
  }

  .lg\:children\:leading-6 > * {
    line-height: 1.5rem;
  }

  .lg\:children\:leading-7 > * {
    line-height: 1.75rem;
  }

  .lg\:children\:leading-8 > * {
    line-height: 2rem;
  }

  .lg\:children\:leading-9 > * {
    line-height: 2.25rem;
  }

  .lg\:children\:leading-10 > * {
    line-height: 2.5rem;
  }

  .lg\:children\:leading-none > * {
    line-height: 1;
  }

  .lg\:children\:leading-tight > * {
    line-height: 1.25;
  }

  .lg\:children\:leading-snug > * {
    line-height: 1.375;
  }

  .lg\:children\:leading-normal > * {
    line-height: 1.5;
  }

  .lg\:children\:leading-relaxed > * {
    line-height: 1.625;
  }

  .lg\:children\:leading-loose > * {
    line-height: 2;
  }

  .lg\:first\:leading-3:first-child {
    line-height: .75rem;
  }

  .lg\:first\:leading-4:first-child {
    line-height: 1rem;
  }

  .lg\:first\:leading-5:first-child {
    line-height: 1.25rem;
  }

  .lg\:first\:leading-6:first-child {
    line-height: 1.5rem;
  }

  .lg\:first\:leading-7:first-child {
    line-height: 1.75rem;
  }

  .lg\:first\:leading-8:first-child {
    line-height: 2rem;
  }

  .lg\:first\:leading-9:first-child {
    line-height: 2.25rem;
  }

  .lg\:first\:leading-10:first-child {
    line-height: 2.5rem;
  }

  .lg\:first\:leading-none:first-child {
    line-height: 1;
  }

  .lg\:first\:leading-tight:first-child {
    line-height: 1.25;
  }

  .lg\:first\:leading-snug:first-child {
    line-height: 1.375;
  }

  .lg\:first\:leading-normal:first-child {
    line-height: 1.5;
  }

  .lg\:first\:leading-relaxed:first-child {
    line-height: 1.625;
  }

  .lg\:first\:leading-loose:first-child {
    line-height: 2;
  }

  .lg\:last\:leading-3:last-child {
    line-height: .75rem;
  }

  .lg\:last\:leading-4:last-child {
    line-height: 1rem;
  }

  .lg\:last\:leading-5:last-child {
    line-height: 1.25rem;
  }

  .lg\:last\:leading-6:last-child {
    line-height: 1.5rem;
  }

  .lg\:last\:leading-7:last-child {
    line-height: 1.75rem;
  }

  .lg\:last\:leading-8:last-child {
    line-height: 2rem;
  }

  .lg\:last\:leading-9:last-child {
    line-height: 2.25rem;
  }

  .lg\:last\:leading-10:last-child {
    line-height: 2.5rem;
  }

  .lg\:last\:leading-none:last-child {
    line-height: 1;
  }

  .lg\:last\:leading-tight:last-child {
    line-height: 1.25;
  }

  .lg\:last\:leading-snug:last-child {
    line-height: 1.375;
  }

  .lg\:last\:leading-normal:last-child {
    line-height: 1.5;
  }

  .lg\:last\:leading-relaxed:last-child {
    line-height: 1.625;
  }

  .lg\:last\:leading-loose:last-child {
    line-height: 2;
  }

  .lg\:hover\:leading-3:hover {
    line-height: .75rem;
  }

  .lg\:hover\:leading-4:hover {
    line-height: 1rem;
  }

  .lg\:hover\:leading-5:hover {
    line-height: 1.25rem;
  }

  .lg\:hover\:leading-6:hover {
    line-height: 1.5rem;
  }

  .lg\:hover\:leading-7:hover {
    line-height: 1.75rem;
  }

  .lg\:hover\:leading-8:hover {
    line-height: 2rem;
  }

  .lg\:hover\:leading-9:hover {
    line-height: 2.25rem;
  }

  .lg\:hover\:leading-10:hover {
    line-height: 2.5rem;
  }

  .lg\:hover\:leading-none:hover {
    line-height: 1;
  }

  .lg\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .lg\:hover\:leading-snug:hover {
    line-height: 1.375;
  }

  .lg\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .lg\:hover\:leading-relaxed:hover {
    line-height: 1.625;
  }

  .lg\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .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;
  }

  .lg\:list-outside {
    list-style-position: outside;
  }

  .lg\:even\:list-inside:nth-child(even) {
    list-style-position: inside;
  }

  .lg\:even\:list-outside:nth-child(even) {
    list-style-position: outside;
  }

  .lg\:odd\:list-inside:nth-child(odd) {
    list-style-position: inside;
  }

  .lg\:odd\:list-outside:nth-child(odd) {
    list-style-position: outside;
  }

  .lg\:children\:list-inside > * {
    list-style-position: inside;
  }

  .lg\:children\:list-outside > * {
    list-style-position: outside;
  }

  .lg\:first\:list-inside:first-child {
    list-style-position: inside;
  }

  .lg\:first\:list-outside:first-child {
    list-style-position: outside;
  }

  .lg\:last\:list-inside:last-child {
    list-style-position: inside;
  }

  .lg\:last\:list-outside:last-child {
    list-style-position: outside;
  }

  .lg\:hover\:list-inside:hover {
    list-style-position: inside;
  }

  .lg\:hover\:list-outside:hover {
    list-style-position: outside;
  }

  .lg\:list-inside\! {
    list-style-position: inside !important;
  }

  .lg\:list-outside\! {
    list-style-position: outside !important;
  }

  .lg\:list-none {
    list-style-type: none;
  }

  .lg\:list-disc {
    list-style-type: disc;
  }

  .lg\:list-decimal {
    list-style-type: decimal;
  }

  .lg\:even\:list-none:nth-child(even) {
    list-style-type: none;
  }

  .lg\:even\:list-disc:nth-child(even) {
    list-style-type: disc;
  }

  .lg\:even\:list-decimal:nth-child(even) {
    list-style-type: decimal;
  }

  .lg\:odd\:list-none:nth-child(odd) {
    list-style-type: none;
  }

  .lg\:odd\:list-disc:nth-child(odd) {
    list-style-type: disc;
  }

  .lg\:odd\:list-decimal:nth-child(odd) {
    list-style-type: decimal;
  }

  .lg\:children\:list-none > * {
    list-style-type: none;
  }

  .lg\:children\:list-disc > * {
    list-style-type: disc;
  }

  .lg\:children\:list-decimal > * {
    list-style-type: decimal;
  }

  .lg\:first\:list-none:first-child {
    list-style-type: none;
  }

  .lg\:first\:list-disc:first-child {
    list-style-type: disc;
  }

  .lg\:first\:list-decimal:first-child {
    list-style-type: decimal;
  }

  .lg\:last\:list-none:last-child {
    list-style-type: none;
  }

  .lg\:last\:list-disc:last-child {
    list-style-type: disc;
  }

  .lg\:last\:list-decimal:last-child {
    list-style-type: decimal;
  }

  .lg\:hover\:list-none:hover {
    list-style-type: none;
  }

  .lg\:hover\:list-disc:hover {
    list-style-type: disc;
  }

  .lg\:hover\:list-decimal:hover {
    list-style-type: decimal;
  }

  .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;
  }

  .lg\:m-1 {
    margin: 0.25rem;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

  .lg\:m-3 {
    margin: 0.75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-7 {
    margin: 1.75rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-9 {
    margin: 2.25rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-11 {
    margin: 2.75rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-13 {
    margin: 3.25rem;
  }

  .lg\:m-14 {
    margin: 3.5rem;
  }

  .lg\:m-15 {
    margin: 3.75rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-17 {
    margin: 4.25rem;
  }

  .lg\:m-18 {
    margin: 4.5rem;
  }

  .lg\:m-19 {
    margin: 4.75rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-40 {
    margin: 10rem;
  }

  .lg\:m-48 {
    margin: 12rem;
  }

  .lg\:m-56 {
    margin: 14rem;
  }

  .lg\:m-64 {
    margin: 16rem;
  }

  .lg\:m-75 {
    margin: 18.75rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-5 {
    margin: -1.25rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-7 {
    margin: -1.75rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-9 {
    margin: -2.25rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-11 {
    margin: -2.75rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-13 {
    margin: -3.25rem;
  }

  .lg\:-m-14 {
    margin: -3.5rem;
  }

  .lg\:-m-15 {
    margin: -3.75rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-17 {
    margin: -4.25rem;
  }

  .lg\:-m-18 {
    margin: -4.5rem;
  }

  .lg\:-m-19 {
    margin: -4.75rem;
  }

  .lg\:-m-20 {
    margin: -5rem;
  }

  .lg\:-m-24 {
    margin: -6rem;
  }

  .lg\:-m-32 {
    margin: -8rem;
  }

  .lg\:-m-40 {
    margin: -10rem;
  }

  .lg\:-m-48 {
    margin: -12rem;
  }

  .lg\:-m-56 {
    margin: -14rem;
  }

  .lg\:-m-64 {
    margin: -16rem;
  }

  .lg\:-m-75 {
    margin: -18.75rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .lg\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-17 {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .lg\:mx-17 {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .lg\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .lg\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .lg\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .lg\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:my-75 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .lg\:mx-75 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .lg\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .lg\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-17 {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .lg\:-mx-17 {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .lg\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .lg\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .lg\:-my-19 {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .lg\:-mx-19 {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-my-75 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .lg\:-mx-75 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mr-7 {
    margin-right: 1.75rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:mr-9 {
    margin-right: 2.25rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:ml-9 {
    margin-left: 2.25rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

  .lg\:mr-11 {
    margin-right: 2.75rem;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg\:ml-11 {
    margin-left: 2.75rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mt-13 {
    margin-top: 3.25rem;
  }

  .lg\:mr-13 {
    margin-right: 3.25rem;
  }

  .lg\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .lg\:ml-13 {
    margin-left: 3.25rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem;
  }

  .lg\:mt-15 {
    margin-top: 3.75rem;
  }

  .lg\:mr-15 {
    margin-right: 3.75rem;
  }

  .lg\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .lg\:ml-15 {
    margin-left: 3.75rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mt-17 {
    margin-top: 4.25rem;
  }

  .lg\:mr-17 {
    margin-right: 4.25rem;
  }

  .lg\:mb-17 {
    margin-bottom: 4.25rem;
  }

  .lg\:ml-17 {
    margin-left: 4.25rem;
  }

  .lg\:mt-18 {
    margin-top: 4.5rem;
  }

  .lg\:mr-18 {
    margin-right: 4.5rem;
  }

  .lg\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .lg\:ml-18 {
    margin-left: 4.5rem;
  }

  .lg\:mt-19 {
    margin-top: 4.75rem;
  }

  .lg\:mr-19 {
    margin-right: 4.75rem;
  }

  .lg\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .lg\:ml-19 {
    margin-left: 4.75rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mr-40 {
    margin-right: 10rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:ml-40 {
    margin-left: 10rem;
  }

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:mr-48 {
    margin-right: 12rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:ml-48 {
    margin-left: 12rem;
  }

  .lg\:mt-56 {
    margin-top: 14rem;
  }

  .lg\:mr-56 {
    margin-right: 14rem;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem;
  }

  .lg\:ml-56 {
    margin-left: 14rem;
  }

  .lg\:mt-64 {
    margin-top: 16rem;
  }

  .lg\:mr-64 {
    margin-right: 16rem;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:mt-75 {
    margin-top: 18.75rem;
  }

  .lg\:mr-75 {
    margin-right: 18.75rem;
  }

  .lg\:mb-75 {
    margin-bottom: 18.75rem;
  }

  .lg\:ml-75 {
    margin-left: 18.75rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-7 {
    margin-top: -1.75rem;
  }

  .lg\:-mr-7 {
    margin-right: -1.75rem;
  }

  .lg\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .lg\:-ml-7 {
    margin-left: -1.75rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-mt-9 {
    margin-top: -2.25rem;
  }

  .lg\:-mr-9 {
    margin-right: -2.25rem;
  }

  .lg\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .lg\:-ml-9 {
    margin-left: -2.25rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-11 {
    margin-top: -2.75rem;
  }

  .lg\:-mr-11 {
    margin-right: -2.75rem;
  }

  .lg\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .lg\:-ml-11 {
    margin-left: -2.75rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-mt-13 {
    margin-top: -3.25rem;
  }

  .lg\:-mr-13 {
    margin-right: -3.25rem;
  }

  .lg\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .lg\:-ml-13 {
    margin-left: -3.25rem;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lg\:-mr-14 {
    margin-right: -3.5rem;
  }

  .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem;
  }

  .lg\:-mt-15 {
    margin-top: -3.75rem;
  }

  .lg\:-mr-15 {
    margin-right: -3.75rem;
  }

  .lg\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .lg\:-ml-15 {
    margin-left: -3.75rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-mt-17 {
    margin-top: -4.25rem;
  }

  .lg\:-mr-17 {
    margin-right: -4.25rem;
  }

  .lg\:-mb-17 {
    margin-bottom: -4.25rem;
  }

  .lg\:-ml-17 {
    margin-left: -4.25rem;
  }

  .lg\:-mt-18 {
    margin-top: -4.5rem;
  }

  .lg\:-mr-18 {
    margin-right: -4.5rem;
  }

  .lg\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .lg\:-ml-18 {
    margin-left: -4.5rem;
  }

  .lg\:-mt-19 {
    margin-top: -4.75rem;
  }

  .lg\:-mr-19 {
    margin-right: -4.75rem;
  }

  .lg\:-mb-19 {
    margin-bottom: -4.75rem;
  }

  .lg\:-ml-19 {
    margin-left: -4.75rem;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mr-20 {
    margin-right: -5rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:-mr-24 {
    margin-right: -6rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }

  .lg\:-ml-24 {
    margin-left: -6rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:-mr-32 {
    margin-right: -8rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:-ml-32 {
    margin-left: -8rem;
  }

  .lg\:-mt-40 {
    margin-top: -10rem;
  }

  .lg\:-mr-40 {
    margin-right: -10rem;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem;
  }

  .lg\:-ml-40 {
    margin-left: -10rem;
  }

  .lg\:-mt-48 {
    margin-top: -12rem;
  }

  .lg\:-mr-48 {
    margin-right: -12rem;
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem;
  }

  .lg\:-ml-48 {
    margin-left: -12rem;
  }

  .lg\:-mt-56 {
    margin-top: -14rem;
  }

  .lg\:-mr-56 {
    margin-right: -14rem;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem;
  }

  .lg\:-ml-56 {
    margin-left: -14rem;
  }

  .lg\:-mt-64 {
    margin-top: -16rem;
  }

  .lg\:-mr-64 {
    margin-right: -16rem;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem;
  }

  .lg\:-ml-64 {
    margin-left: -16rem;
  }

  .lg\:-mt-75 {
    margin-top: -18.75rem;
  }

  .lg\:-mr-75 {
    margin-right: -18.75rem;
  }

  .lg\:-mb-75 {
    margin-bottom: -18.75rem;
  }

  .lg\:-ml-75 {
    margin-left: -18.75rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:even\:m-0:nth-child(even) {
    margin: 0;
  }

  .lg\:even\:m-1:nth-child(even) {
    margin: 0.25rem;
  }

  .lg\:even\:m-2:nth-child(even) {
    margin: 0.5rem;
  }

  .lg\:even\:m-3:nth-child(even) {
    margin: 0.75rem;
  }

  .lg\:even\:m-4:nth-child(even) {
    margin: 1rem;
  }

  .lg\:even\:m-5:nth-child(even) {
    margin: 1.25rem;
  }

  .lg\:even\:m-6:nth-child(even) {
    margin: 1.5rem;
  }

  .lg\:even\:m-7:nth-child(even) {
    margin: 1.75rem;
  }

  .lg\:even\:m-8:nth-child(even) {
    margin: 2rem;
  }

  .lg\:even\:m-9:nth-child(even) {
    margin: 2.25rem;
  }

  .lg\:even\:m-10:nth-child(even) {
    margin: 2.5rem;
  }

  .lg\:even\:m-11:nth-child(even) {
    margin: 2.75rem;
  }

  .lg\:even\:m-12:nth-child(even) {
    margin: 3rem;
  }

  .lg\:even\:m-13:nth-child(even) {
    margin: 3.25rem;
  }

  .lg\:even\:m-14:nth-child(even) {
    margin: 3.5rem;
  }

  .lg\:even\:m-15:nth-child(even) {
    margin: 3.75rem;
  }

  .lg\:even\:m-16:nth-child(even) {
    margin: 4rem;
  }

  .lg\:even\:m-17:nth-child(even) {
    margin: 4.25rem;
  }

  .lg\:even\:m-18:nth-child(even) {
    margin: 4.5rem;
  }

  .lg\:even\:m-19:nth-child(even) {
    margin: 4.75rem;
  }

  .lg\:even\:m-20:nth-child(even) {
    margin: 5rem;
  }

  .lg\:even\:m-24:nth-child(even) {
    margin: 6rem;
  }

  .lg\:even\:m-32:nth-child(even) {
    margin: 8rem;
  }

  .lg\:even\:m-40:nth-child(even) {
    margin: 10rem;
  }

  .lg\:even\:m-48:nth-child(even) {
    margin: 12rem;
  }

  .lg\:even\:m-56:nth-child(even) {
    margin: 14rem;
  }

  .lg\:even\:m-64:nth-child(even) {
    margin: 16rem;
  }

  .lg\:even\:m-75:nth-child(even) {
    margin: 18.75rem;
  }

  .lg\:even\:m-auto:nth-child(even) {
    margin: auto;
  }

  .lg\:even\:m-px:nth-child(even) {
    margin: 1px;
  }

  .lg\:even\:-m-1:nth-child(even) {
    margin: -0.25rem;
  }

  .lg\:even\:-m-2:nth-child(even) {
    margin: -0.5rem;
  }

  .lg\:even\:-m-3:nth-child(even) {
    margin: -0.75rem;
  }

  .lg\:even\:-m-4:nth-child(even) {
    margin: -1rem;
  }

  .lg\:even\:-m-5:nth-child(even) {
    margin: -1.25rem;
  }

  .lg\:even\:-m-6:nth-child(even) {
    margin: -1.5rem;
  }

  .lg\:even\:-m-7:nth-child(even) {
    margin: -1.75rem;
  }

  .lg\:even\:-m-8:nth-child(even) {
    margin: -2rem;
  }

  .lg\:even\:-m-9:nth-child(even) {
    margin: -2.25rem;
  }

  .lg\:even\:-m-10:nth-child(even) {
    margin: -2.5rem;
  }

  .lg\:even\:-m-11:nth-child(even) {
    margin: -2.75rem;
  }

  .lg\:even\:-m-12:nth-child(even) {
    margin: -3rem;
  }

  .lg\:even\:-m-13:nth-child(even) {
    margin: -3.25rem;
  }

  .lg\:even\:-m-14:nth-child(even) {
    margin: -3.5rem;
  }

  .lg\:even\:-m-15:nth-child(even) {
    margin: -3.75rem;
  }

  .lg\:even\:-m-16:nth-child(even) {
    margin: -4rem;
  }

  .lg\:even\:-m-17:nth-child(even) {
    margin: -4.25rem;
  }

  .lg\:even\:-m-18:nth-child(even) {
    margin: -4.5rem;
  }

  .lg\:even\:-m-19:nth-child(even) {
    margin: -4.75rem;
  }

  .lg\:even\:-m-20:nth-child(even) {
    margin: -5rem;
  }

  .lg\:even\:-m-24:nth-child(even) {
    margin: -6rem;
  }

  .lg\:even\:-m-32:nth-child(even) {
    margin: -8rem;
  }

  .lg\:even\:-m-40:nth-child(even) {
    margin: -10rem;
  }

  .lg\:even\:-m-48:nth-child(even) {
    margin: -12rem;
  }

  .lg\:even\:-m-56:nth-child(even) {
    margin: -14rem;
  }

  .lg\:even\:-m-64:nth-child(even) {
    margin: -16rem;
  }

  .lg\:even\:-m-75:nth-child(even) {
    margin: -18.75rem;
  }

  .lg\:even\:-m-px:nth-child(even) {
    margin: -1px;
  }

  .lg\:even\:my-0:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:even\:mx-0:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:even\:my-1:nth-child(even) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:even\:mx-1:nth-child(even) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:even\:my-2:nth-child(even) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:even\:mx-2:nth-child(even) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:even\:my-3:nth-child(even) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:even\:mx-3:nth-child(even) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:even\:my-4:nth-child(even) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:even\:mx-4:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:even\:my-5:nth-child(even) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:even\:mx-5:nth-child(even) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:even\:my-6:nth-child(even) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:even\:mx-6:nth-child(even) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:even\:my-7:nth-child(even) {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:even\:mx-7:nth-child(even) {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:even\:my-8:nth-child(even) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:even\:mx-8:nth-child(even) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:even\:my-9:nth-child(even) {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:even\:mx-9:nth-child(even) {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:even\:my-10:nth-child(even) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:even\:mx-10:nth-child(even) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:even\:my-11:nth-child(even) {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:even\:mx-11:nth-child(even) {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:even\:my-12:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:even\:mx-12:nth-child(even) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:even\:my-13:nth-child(even) {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .lg\:even\:mx-13:nth-child(even) {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .lg\:even\:my-14:nth-child(even) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:even\:mx-14:nth-child(even) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:even\:my-15:nth-child(even) {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:even\:mx-15:nth-child(even) {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .lg\:even\:my-16:nth-child(even) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:even\:mx-16:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:even\:my-17:nth-child(even) {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .lg\:even\:mx-17:nth-child(even) {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .lg\:even\:my-18:nth-child(even) {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .lg\:even\:mx-18:nth-child(even) {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .lg\:even\:my-19:nth-child(even) {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .lg\:even\:mx-19:nth-child(even) {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .lg\:even\:my-20:nth-child(even) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:even\:mx-20:nth-child(even) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:even\:my-24:nth-child(even) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:even\:mx-24:nth-child(even) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:even\:my-32:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:even\:mx-32:nth-child(even) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:even\:my-40:nth-child(even) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:even\:mx-40:nth-child(even) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:even\:my-48:nth-child(even) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:even\:mx-48:nth-child(even) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:even\:my-56:nth-child(even) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:even\:mx-56:nth-child(even) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:even\:my-64:nth-child(even) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:even\:mx-64:nth-child(even) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:even\:my-75:nth-child(even) {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .lg\:even\:mx-75:nth-child(even) {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .lg\:even\:my-auto:nth-child(even) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:even\:mx-auto:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:even\:my-px:nth-child(even) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:even\:mx-px:nth-child(even) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:even\:-my-1:nth-child(even) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:even\:-mx-1:nth-child(even) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:even\:-my-2:nth-child(even) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:even\:-mx-2:nth-child(even) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:even\:-my-3:nth-child(even) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:even\:-mx-3:nth-child(even) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:even\:-my-4:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:even\:-mx-4:nth-child(even) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:even\:-my-5:nth-child(even) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:even\:-mx-5:nth-child(even) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:even\:-my-6:nth-child(even) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:even\:-mx-6:nth-child(even) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:even\:-my-7:nth-child(even) {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:even\:-mx-7:nth-child(even) {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:even\:-my-8:nth-child(even) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:even\:-mx-8:nth-child(even) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:even\:-my-9:nth-child(even) {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:even\:-mx-9:nth-child(even) {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:even\:-my-10:nth-child(even) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:even\:-mx-10:nth-child(even) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:even\:-my-11:nth-child(even) {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:even\:-mx-11:nth-child(even) {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:even\:-my-12:nth-child(even) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:even\:-mx-12:nth-child(even) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:even\:-my-13:nth-child(even) {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .lg\:even\:-mx-13:nth-child(even) {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .lg\:even\:-my-14:nth-child(even) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:even\:-mx-14:nth-child(even) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:even\:-my-15:nth-child(even) {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:even\:-mx-15:nth-child(even) {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .lg\:even\:-my-16:nth-child(even) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:even\:-mx-16:nth-child(even) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:even\:-my-17:nth-child(even) {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .lg\:even\:-mx-17:nth-child(even) {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .lg\:even\:-my-18:nth-child(even) {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .lg\:even\:-mx-18:nth-child(even) {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .lg\:even\:-my-19:nth-child(even) {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .lg\:even\:-mx-19:nth-child(even) {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .lg\:even\:-my-20:nth-child(even) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:even\:-mx-20:nth-child(even) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:even\:-my-24:nth-child(even) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:even\:-mx-24:nth-child(even) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:even\:-my-32:nth-child(even) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:even\:-mx-32:nth-child(even) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:even\:-my-40:nth-child(even) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:even\:-mx-40:nth-child(even) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:even\:-my-48:nth-child(even) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:even\:-mx-48:nth-child(even) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:even\:-my-56:nth-child(even) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:even\:-mx-56:nth-child(even) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:even\:-my-64:nth-child(even) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:even\:-mx-64:nth-child(even) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:even\:-my-75:nth-child(even) {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .lg\:even\:-mx-75:nth-child(even) {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .lg\:even\:-my-px:nth-child(even) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:even\:-mx-px:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:even\:mt-0:nth-child(even) {
    margin-top: 0;
  }

  .lg\:even\:mr-0:nth-child(even) {
    margin-right: 0;
  }

  .lg\:even\:mb-0:nth-child(even) {
    margin-bottom: 0;
  }

  .lg\:even\:ml-0:nth-child(even) {
    margin-left: 0;
  }

  .lg\:even\:mt-1:nth-child(even) {
    margin-top: 0.25rem;
  }

  .lg\:even\:mr-1:nth-child(even) {
    margin-right: 0.25rem;
  }

  .lg\:even\:mb-1:nth-child(even) {
    margin-bottom: 0.25rem;
  }

  .lg\:even\:ml-1:nth-child(even) {
    margin-left: 0.25rem;
  }

  .lg\:even\:mt-2:nth-child(even) {
    margin-top: 0.5rem;
  }

  .lg\:even\:mr-2:nth-child(even) {
    margin-right: 0.5rem;
  }

  .lg\:even\:mb-2:nth-child(even) {
    margin-bottom: 0.5rem;
  }

  .lg\:even\:ml-2:nth-child(even) {
    margin-left: 0.5rem;
  }

  .lg\:even\:mt-3:nth-child(even) {
    margin-top: 0.75rem;
  }

  .lg\:even\:mr-3:nth-child(even) {
    margin-right: 0.75rem;
  }

  .lg\:even\:mb-3:nth-child(even) {
    margin-bottom: 0.75rem;
  }

  .lg\:even\:ml-3:nth-child(even) {
    margin-left: 0.75rem;
  }

  .lg\:even\:mt-4:nth-child(even) {
    margin-top: 1rem;
  }

  .lg\:even\:mr-4:nth-child(even) {
    margin-right: 1rem;
  }

  .lg\:even\:mb-4:nth-child(even) {
    margin-bottom: 1rem;
  }

  .lg\:even\:ml-4:nth-child(even) {
    margin-left: 1rem;
  }

  .lg\:even\:mt-5:nth-child(even) {
    margin-top: 1.25rem;
  }

  .lg\:even\:mr-5:nth-child(even) {
    margin-right: 1.25rem;
  }

  .lg\:even\:mb-5:nth-child(even) {
    margin-bottom: 1.25rem;
  }

  .lg\:even\:ml-5:nth-child(even) {
    margin-left: 1.25rem;
  }

  .lg\:even\:mt-6:nth-child(even) {
    margin-top: 1.5rem;
  }

  .lg\:even\:mr-6:nth-child(even) {
    margin-right: 1.5rem;
  }

  .lg\:even\:mb-6:nth-child(even) {
    margin-bottom: 1.5rem;
  }

  .lg\:even\:ml-6:nth-child(even) {
    margin-left: 1.5rem;
  }

  .lg\:even\:mt-7:nth-child(even) {
    margin-top: 1.75rem;
  }

  .lg\:even\:mr-7:nth-child(even) {
    margin-right: 1.75rem;
  }

  .lg\:even\:mb-7:nth-child(even) {
    margin-bottom: 1.75rem;
  }

  .lg\:even\:ml-7:nth-child(even) {
    margin-left: 1.75rem;
  }

  .lg\:even\:mt-8:nth-child(even) {
    margin-top: 2rem;
  }

  .lg\:even\:mr-8:nth-child(even) {
    margin-right: 2rem;
  }

  .lg\:even\:mb-8:nth-child(even) {
    margin-bottom: 2rem;
  }

  .lg\:even\:ml-8:nth-child(even) {
    margin-left: 2rem;
  }

  .lg\:even\:mt-9:nth-child(even) {
    margin-top: 2.25rem;
  }

  .lg\:even\:mr-9:nth-child(even) {
    margin-right: 2.25rem;
  }

  .lg\:even\:mb-9:nth-child(even) {
    margin-bottom: 2.25rem;
  }

  .lg\:even\:ml-9:nth-child(even) {
    margin-left: 2.25rem;
  }

  .lg\:even\:mt-10:nth-child(even) {
    margin-top: 2.5rem;
  }

  .lg\:even\:mr-10:nth-child(even) {
    margin-right: 2.5rem;
  }

  .lg\:even\:mb-10:nth-child(even) {
    margin-bottom: 2.5rem;
  }

  .lg\:even\:ml-10:nth-child(even) {
    margin-left: 2.5rem;
  }

  .lg\:even\:mt-11:nth-child(even) {
    margin-top: 2.75rem;
  }

  .lg\:even\:mr-11:nth-child(even) {
    margin-right: 2.75rem;
  }

  .lg\:even\:mb-11:nth-child(even) {
    margin-bottom: 2.75rem;
  }

  .lg\:even\:ml-11:nth-child(even) {
    margin-left: 2.75rem;
  }

  .lg\:even\:mt-12:nth-child(even) {
    margin-top: 3rem;
  }

  .lg\:even\:mr-12:nth-child(even) {
    margin-right: 3rem;
  }

  .lg\:even\:mb-12:nth-child(even) {
    margin-bottom: 3rem;
  }

  .lg\:even\:ml-12:nth-child(even) {
    margin-left: 3rem;
  }

  .lg\:even\:mt-13:nth-child(even) {
    margin-top: 3.25rem;
  }

  .lg\:even\:mr-13:nth-child(even) {
    margin-right: 3.25rem;
  }

  .lg\:even\:mb-13:nth-child(even) {
    margin-bottom: 3.25rem;
  }

  .lg\:even\:ml-13:nth-child(even) {
    margin-left: 3.25rem;
  }

  .lg\:even\:mt-14:nth-child(even) {
    margin-top: 3.5rem;
  }

  .lg\:even\:mr-14:nth-child(even) {
    margin-right: 3.5rem;
  }

  .lg\:even\:mb-14:nth-child(even) {
    margin-bottom: 3.5rem;
  }

  .lg\:even\:ml-14:nth-child(even) {
    margin-left: 3.5rem;
  }

  .lg\:even\:mt-15:nth-child(even) {
    margin-top: 3.75rem;
  }

  .lg\:even\:mr-15:nth-child(even) {
    margin-right: 3.75rem;
  }

  .lg\:even\:mb-15:nth-child(even) {
    margin-bottom: 3.75rem;
  }

  .lg\:even\:ml-15:nth-child(even) {
    margin-left: 3.75rem;
  }

  .lg\:even\:mt-16:nth-child(even) {
    margin-top: 4rem;
  }

  .lg\:even\:mr-16:nth-child(even) {
    margin-right: 4rem;
  }

  .lg\:even\:mb-16:nth-child(even) {
    margin-bottom: 4rem;
  }

  .lg\:even\:ml-16:nth-child(even) {
    margin-left: 4rem;
  }

  .lg\:even\:mt-17:nth-child(even) {
    margin-top: 4.25rem;
  }

  .lg\:even\:mr-17:nth-child(even) {
    margin-right: 4.25rem;
  }

  .lg\:even\:mb-17:nth-child(even) {
    margin-bottom: 4.25rem;
  }

  .lg\:even\:ml-17:nth-child(even) {
    margin-left: 4.25rem;
  }

  .lg\:even\:mt-18:nth-child(even) {
    margin-top: 4.5rem;
  }

  .lg\:even\:mr-18:nth-child(even) {
    margin-right: 4.5rem;
  }

  .lg\:even\:mb-18:nth-child(even) {
    margin-bottom: 4.5rem;
  }

  .lg\:even\:ml-18:nth-child(even) {
    margin-left: 4.5rem;
  }

  .lg\:even\:mt-19:nth-child(even) {
    margin-top: 4.75rem;
  }

  .lg\:even\:mr-19:nth-child(even) {
    margin-right: 4.75rem;
  }

  .lg\:even\:mb-19:nth-child(even) {
    margin-bottom: 4.75rem;
  }

  .lg\:even\:ml-19:nth-child(even) {
    margin-left: 4.75rem;
  }

  .lg\:even\:mt-20:nth-child(even) {
    margin-top: 5rem;
  }

  .lg\:even\:mr-20:nth-child(even) {
    margin-right: 5rem;
  }

  .lg\:even\:mb-20:nth-child(even) {
    margin-bottom: 5rem;
  }

  .lg\:even\:ml-20:nth-child(even) {
    margin-left: 5rem;
  }

  .lg\:even\:mt-24:nth-child(even) {
    margin-top: 6rem;
  }

  .lg\:even\:mr-24:nth-child(even) {
    margin-right: 6rem;
  }

  .lg\:even\:mb-24:nth-child(even) {
    margin-bottom: 6rem;
  }

  .lg\:even\:ml-24:nth-child(even) {
    margin-left: 6rem;
  }

  .lg\:even\:mt-32:nth-child(even) {
    margin-top: 8rem;
  }

  .lg\:even\:mr-32:nth-child(even) {
    margin-right: 8rem;
  }

  .lg\:even\:mb-32:nth-child(even) {
    margin-bottom: 8rem;
  }

  .lg\:even\:ml-32:nth-child(even) {
    margin-left: 8rem;
  }

  .lg\:even\:mt-40:nth-child(even) {
    margin-top: 10rem;
  }

  .lg\:even\:mr-40:nth-child(even) {
    margin-right: 10rem;
  }

  .lg\:even\:mb-40:nth-child(even) {
    margin-bottom: 10rem;
  }

  .lg\:even\:ml-40:nth-child(even) {
    margin-left: 10rem;
  }

  .lg\:even\:mt-48:nth-child(even) {
    margin-top: 12rem;
  }

  .lg\:even\:mr-48:nth-child(even) {
    margin-right: 12rem;
  }

  .lg\:even\:mb-48:nth-child(even) {
    margin-bottom: 12rem;
  }

  .lg\:even\:ml-48:nth-child(even) {
    margin-left: 12rem;
  }

  .lg\:even\:mt-56:nth-child(even) {
    margin-top: 14rem;
  }

  .lg\:even\:mr-56:nth-child(even) {
    margin-right: 14rem;
  }

  .lg\:even\:mb-56:nth-child(even) {
    margin-bottom: 14rem;
  }

  .lg\:even\:ml-56:nth-child(even) {
    margin-left: 14rem;
  }

  .lg\:even\:mt-64:nth-child(even) {
    margin-top: 16rem;
  }

  .lg\:even\:mr-64:nth-child(even) {
    margin-right: 16rem;
  }

  .lg\:even\:mb-64:nth-child(even) {
    margin-bottom: 16rem;
  }

  .lg\:even\:ml-64:nth-child(even) {
    margin-left: 16rem;
  }

  .lg\:even\:mt-75:nth-child(even) {
    margin-top: 18.75rem;
  }

  .lg\:even\:mr-75:nth-child(even) {
    margin-right: 18.75rem;
  }

  .lg\:even\:mb-75:nth-child(even) {
    margin-bottom: 18.75rem;
  }

  .lg\:even\:ml-75:nth-child(even) {
    margin-left: 18.75rem;
  }

  .lg\:even\:mt-auto:nth-child(even) {
    margin-top: auto;
  }

  .lg\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .lg\:even\:mb-auto:nth-child(even) {
    margin-bottom: auto;
  }

  .lg\:even\:ml-auto:nth-child(even) {
    margin-left: auto;
  }

  .lg\:even\:mt-px:nth-child(even) {
    margin-top: 1px;
  }

  .lg\:even\:mr-px:nth-child(even) {
    margin-right: 1px;
  }

  .lg\:even\:mb-px:nth-child(even) {
    margin-bottom: 1px;
  }

  .lg\:even\:ml-px:nth-child(even) {
    margin-left: 1px;
  }

  .lg\:even\:-mt-1:nth-child(even) {
    margin-top: -0.25rem;
  }

  .lg\:even\:-mr-1:nth-child(even) {
    margin-right: -0.25rem;
  }

  .lg\:even\:-mb-1:nth-child(even) {
    margin-bottom: -0.25rem;
  }

  .lg\:even\:-ml-1:nth-child(even) {
    margin-left: -0.25rem;
  }

  .lg\:even\:-mt-2:nth-child(even) {
    margin-top: -0.5rem;
  }

  .lg\:even\:-mr-2:nth-child(even) {
    margin-right: -0.5rem;
  }

  .lg\:even\:-mb-2:nth-child(even) {
    margin-bottom: -0.5rem;
  }

  .lg\:even\:-ml-2:nth-child(even) {
    margin-left: -0.5rem;
  }

  .lg\:even\:-mt-3:nth-child(even) {
    margin-top: -0.75rem;
  }

  .lg\:even\:-mr-3:nth-child(even) {
    margin-right: -0.75rem;
  }

  .lg\:even\:-mb-3:nth-child(even) {
    margin-bottom: -0.75rem;
  }

  .lg\:even\:-ml-3:nth-child(even) {
    margin-left: -0.75rem;
  }

  .lg\:even\:-mt-4:nth-child(even) {
    margin-top: -1rem;
  }

  .lg\:even\:-mr-4:nth-child(even) {
    margin-right: -1rem;
  }

  .lg\:even\:-mb-4:nth-child(even) {
    margin-bottom: -1rem;
  }

  .lg\:even\:-ml-4:nth-child(even) {
    margin-left: -1rem;
  }

  .lg\:even\:-mt-5:nth-child(even) {
    margin-top: -1.25rem;
  }

  .lg\:even\:-mr-5:nth-child(even) {
    margin-right: -1.25rem;
  }

  .lg\:even\:-mb-5:nth-child(even) {
    margin-bottom: -1.25rem;
  }

  .lg\:even\:-ml-5:nth-child(even) {
    margin-left: -1.25rem;
  }

  .lg\:even\:-mt-6:nth-child(even) {
    margin-top: -1.5rem;
  }

  .lg\:even\:-mr-6:nth-child(even) {
    margin-right: -1.5rem;
  }

  .lg\:even\:-mb-6:nth-child(even) {
    margin-bottom: -1.5rem;
  }

  .lg\:even\:-ml-6:nth-child(even) {
    margin-left: -1.5rem;
  }

  .lg\:even\:-mt-7:nth-child(even) {
    margin-top: -1.75rem;
  }

  .lg\:even\:-mr-7:nth-child(even) {
    margin-right: -1.75rem;
  }

  .lg\:even\:-mb-7:nth-child(even) {
    margin-bottom: -1.75rem;
  }

  .lg\:even\:-ml-7:nth-child(even) {
    margin-left: -1.75rem;
  }

  .lg\:even\:-mt-8:nth-child(even) {
    margin-top: -2rem;
  }

  .lg\:even\:-mr-8:nth-child(even) {
    margin-right: -2rem;
  }

  .lg\:even\:-mb-8:nth-child(even) {
    margin-bottom: -2rem;
  }

  .lg\:even\:-ml-8:nth-child(even) {
    margin-left: -2rem;
  }

  .lg\:even\:-mt-9:nth-child(even) {
    margin-top: -2.25rem;
  }

  .lg\:even\:-mr-9:nth-child(even) {
    margin-right: -2.25rem;
  }

  .lg\:even\:-mb-9:nth-child(even) {
    margin-bottom: -2.25rem;
  }

  .lg\:even\:-ml-9:nth-child(even) {
    margin-left: -2.25rem;
  }

  .lg\:even\:-mt-10:nth-child(even) {
    margin-top: -2.5rem;
  }

  .lg\:even\:-mr-10:nth-child(even) {
    margin-right: -2.5rem;
  }

  .lg\:even\:-mb-10:nth-child(even) {
    margin-bottom: -2.5rem;
  }

  .lg\:even\:-ml-10:nth-child(even) {
    margin-left: -2.5rem;
  }

  .lg\:even\:-mt-11:nth-child(even) {
    margin-top: -2.75rem;
  }

  .lg\:even\:-mr-11:nth-child(even) {
    margin-right: -2.75rem;
  }

  .lg\:even\:-mb-11:nth-child(even) {
    margin-bottom: -2.75rem;
  }

  .lg\:even\:-ml-11:nth-child(even) {
    margin-left: -2.75rem;
  }

  .lg\:even\:-mt-12:nth-child(even) {
    margin-top: -3rem;
  }

  .lg\:even\:-mr-12:nth-child(even) {
    margin-right: -3rem;
  }

  .lg\:even\:-mb-12:nth-child(even) {
    margin-bottom: -3rem;
  }

  .lg\:even\:-ml-12:nth-child(even) {
    margin-left: -3rem;
  }

  .lg\:even\:-mt-13:nth-child(even) {
    margin-top: -3.25rem;
  }

  .lg\:even\:-mr-13:nth-child(even) {
    margin-right: -3.25rem;
  }

  .lg\:even\:-mb-13:nth-child(even) {
    margin-bottom: -3.25rem;
  }

  .lg\:even\:-ml-13:nth-child(even) {
    margin-left: -3.25rem;
  }

  .lg\:even\:-mt-14:nth-child(even) {
    margin-top: -3.5rem;
  }

  .lg\:even\:-mr-14:nth-child(even) {
    margin-right: -3.5rem;
  }

  .lg\:even\:-mb-14:nth-child(even) {
    margin-bottom: -3.5rem;
  }

  .lg\:even\:-ml-14:nth-child(even) {
    margin-left: -3.5rem;
  }

  .lg\:even\:-mt-15:nth-child(even) {
    margin-top: -3.75rem;
  }

  .lg\:even\:-mr-15:nth-child(even) {
    margin-right: -3.75rem;
  }

  .lg\:even\:-mb-15:nth-child(even) {
    margin-bottom: -3.75rem;
  }

  .lg\:even\:-ml-15:nth-child(even) {
    margin-left: -3.75rem;
  }

  .lg\:even\:-mt-16:nth-child(even) {
    margin-top: -4rem;
  }

  .lg\:even\:-mr-16:nth-child(even) {
    margin-right: -4rem;
  }

  .lg\:even\:-mb-16:nth-child(even) {
    margin-bottom: -4rem;
  }

  .lg\:even\:-ml-16:nth-child(even) {
    margin-left: -4rem;
  }

  .lg\:even\:-mt-17:nth-child(even) {
    margin-top: -4.25rem;
  }

  .lg\:even\:-mr-17:nth-child(even) {
    margin-right: -4.25rem;
  }

  .lg\:even\:-mb-17:nth-child(even) {
    margin-bottom: -4.25rem;
  }

  .lg\:even\:-ml-17:nth-child(even) {
    margin-left: -4.25rem;
  }

  .lg\:even\:-mt-18:nth-child(even) {
    margin-top: -4.5rem;
  }

  .lg\:even\:-mr-18:nth-child(even) {
    margin-right: -4.5rem;
  }

  .lg\:even\:-mb-18:nth-child(even) {
    margin-bottom: -4.5rem;
  }

  .lg\:even\:-ml-18:nth-child(even) {
    margin-left: -4.5rem;
  }

  .lg\:even\:-mt-19:nth-child(even) {
    margin-top: -4.75rem;
  }

  .lg\:even\:-mr-19:nth-child(even) {
    margin-right: -4.75rem;
  }

  .lg\:even\:-mb-19:nth-child(even) {
    margin-bottom: -4.75rem;
  }

  .lg\:even\:-ml-19:nth-child(even) {
    margin-left: -4.75rem;
  }

  .lg\:even\:-mt-20:nth-child(even) {
    margin-top: -5rem;
  }

  .lg\:even\:-mr-20:nth-child(even) {
    margin-right: -5rem;
  }

  .lg\:even\:-mb-20:nth-child(even) {
    margin-bottom: -5rem;
  }

  .lg\:even\:-ml-20:nth-child(even) {
    margin-left: -5rem;
  }

  .lg\:even\:-mt-24:nth-child(even) {
    margin-top: -6rem;
  }

  .lg\:even\:-mr-24:nth-child(even) {
    margin-right: -6rem;
  }

  .lg\:even\:-mb-24:nth-child(even) {
    margin-bottom: -6rem;
  }

  .lg\:even\:-ml-24:nth-child(even) {
    margin-left: -6rem;
  }

  .lg\:even\:-mt-32:nth-child(even) {
    margin-top: -8rem;
  }

  .lg\:even\:-mr-32:nth-child(even) {
    margin-right: -8rem;
  }

  .lg\:even\:-mb-32:nth-child(even) {
    margin-bottom: -8rem;
  }

  .lg\:even\:-ml-32:nth-child(even) {
    margin-left: -8rem;
  }

  .lg\:even\:-mt-40:nth-child(even) {
    margin-top: -10rem;
  }

  .lg\:even\:-mr-40:nth-child(even) {
    margin-right: -10rem;
  }

  .lg\:even\:-mb-40:nth-child(even) {
    margin-bottom: -10rem;
  }

  .lg\:even\:-ml-40:nth-child(even) {
    margin-left: -10rem;
  }

  .lg\:even\:-mt-48:nth-child(even) {
    margin-top: -12rem;
  }

  .lg\:even\:-mr-48:nth-child(even) {
    margin-right: -12rem;
  }

  .lg\:even\:-mb-48:nth-child(even) {
    margin-bottom: -12rem;
  }

  .lg\:even\:-ml-48:nth-child(even) {
    margin-left: -12rem;
  }

  .lg\:even\:-mt-56:nth-child(even) {
    margin-top: -14rem;
  }

  .lg\:even\:-mr-56:nth-child(even) {
    margin-right: -14rem;
  }

  .lg\:even\:-mb-56:nth-child(even) {
    margin-bottom: -14rem;
  }

  .lg\:even\:-ml-56:nth-child(even) {
    margin-left: -14rem;
  }

  .lg\:even\:-mt-64:nth-child(even) {
    margin-top: -16rem;
  }

  .lg\:even\:-mr-64:nth-child(even) {
    margin-right: -16rem;
  }

  .lg\:even\:-mb-64:nth-child(even) {
    margin-bottom: -16rem;
  }

  .lg\:even\:-ml-64:nth-child(even) {
    margin-left: -16rem;
  }

  .lg\:even\:-mt-75:nth-child(even) {
    margin-top: -18.75rem;
  }

  .lg\:even\:-mr-75:nth-child(even) {
    margin-right: -18.75rem;
  }

  .lg\:even\:-mb-75:nth-child(even) {
    margin-bottom: -18.75rem;
  }

  .lg\:even\:-ml-75:nth-child(even) {
    margin-left: -18.75rem;
  }

  .lg\:even\:-mt-px:nth-child(even) {
    margin-top: -1px;
  }

  .lg\:even\:-mr-px:nth-child(even) {
    margin-right: -1px;
  }

  .lg\:even\:-mb-px:nth-child(even) {
    margin-bottom: -1px;
  }

  .lg\:even\:-ml-px:nth-child(even) {
    margin-left: -1px;
  }

  .lg\:odd\:m-0:nth-child(odd) {
    margin: 0;
  }

  .lg\:odd\:m-1:nth-child(odd) {
    margin: 0.25rem;
  }

  .lg\:odd\:m-2:nth-child(odd) {
    margin: 0.5rem;
  }

  .lg\:odd\:m-3:nth-child(odd) {
    margin: 0.75rem;
  }

  .lg\:odd\:m-4:nth-child(odd) {
    margin: 1rem;
  }

  .lg\:odd\:m-5:nth-child(odd) {
    margin: 1.25rem;
  }

  .lg\:odd\:m-6:nth-child(odd) {
    margin: 1.5rem;
  }

  .lg\:odd\:m-7:nth-child(odd) {
    margin: 1.75rem;
  }

  .lg\:odd\:m-8:nth-child(odd) {
    margin: 2rem;
  }

  .lg\:odd\:m-9:nth-child(odd) {
    margin: 2.25rem;
  }

  .lg\:odd\:m-10:nth-child(odd) {
    margin: 2.5rem;
  }

  .lg\:odd\:m-11:nth-child(odd) {
    margin: 2.75rem;
  }

  .lg\:odd\:m-12:nth-child(odd) {
    margin: 3rem;
  }

  .lg\:odd\:m-13:nth-child(odd) {
    margin: 3.25rem;
  }

  .lg\:odd\:m-14:nth-child(odd) {
    margin: 3.5rem;
  }

  .lg\:odd\:m-15:nth-child(odd) {
    margin: 3.75rem;
  }

  .lg\:odd\:m-16:nth-child(odd) {
    margin: 4rem;
  }

  .lg\:odd\:m-17:nth-child(odd) {
    margin: 4.25rem;
  }

  .lg\:odd\:m-18:nth-child(odd) {
    margin: 4.5rem;
  }

  .lg\:odd\:m-19:nth-child(odd) {
    margin: 4.75rem;
  }

  .lg\:odd\:m-20:nth-child(odd) {
    margin: 5rem;
  }

  .lg\:odd\:m-24:nth-child(odd) {
    margin: 6rem;
  }

  .lg\:odd\:m-32:nth-child(odd) {
    margin: 8rem;
  }

  .lg\:odd\:m-40:nth-child(odd) {
    margin: 10rem;
  }

  .lg\:odd\:m-48:nth-child(odd) {
    margin: 12rem;
  }

  .lg\:odd\:m-56:nth-child(odd) {
    margin: 14rem;
  }

  .lg\:odd\:m-64:nth-child(odd) {
    margin: 16rem;
  }

  .lg\:odd\:m-75:nth-child(odd) {
    margin: 18.75rem;
  }

  .lg\:odd\:m-auto:nth-child(odd) {
    margin: auto;
  }

  .lg\:odd\:m-px:nth-child(odd) {
    margin: 1px;
  }

  .lg\:odd\:-m-1:nth-child(odd) {
    margin: -0.25rem;
  }

  .lg\:odd\:-m-2:nth-child(odd) {
    margin: -0.5rem;
  }

  .lg\:odd\:-m-3:nth-child(odd) {
    margin: -0.75rem;
  }

  .lg\:odd\:-m-4:nth-child(odd) {
    margin: -1rem;
  }

  .lg\:odd\:-m-5:nth-child(odd) {
    margin: -1.25rem;
  }

  .lg\:odd\:-m-6:nth-child(odd) {
    margin: -1.5rem;
  }

  .lg\:odd\:-m-7:nth-child(odd) {
    margin: -1.75rem;
  }

  .lg\:odd\:-m-8:nth-child(odd) {
    margin: -2rem;
  }

  .lg\:odd\:-m-9:nth-child(odd) {
    margin: -2.25rem;
  }

  .lg\:odd\:-m-10:nth-child(odd) {
    margin: -2.5rem;
  }

  .lg\:odd\:-m-11:nth-child(odd) {
    margin: -2.75rem;
  }

  .lg\:odd\:-m-12:nth-child(odd) {
    margin: -3rem;
  }

  .lg\:odd\:-m-13:nth-child(odd) {
    margin: -3.25rem;
  }

  .lg\:odd\:-m-14:nth-child(odd) {
    margin: -3.5rem;
  }

  .lg\:odd\:-m-15:nth-child(odd) {
    margin: -3.75rem;
  }

  .lg\:odd\:-m-16:nth-child(odd) {
    margin: -4rem;
  }

  .lg\:odd\:-m-17:nth-child(odd) {
    margin: -4.25rem;
  }

  .lg\:odd\:-m-18:nth-child(odd) {
    margin: -4.5rem;
  }

  .lg\:odd\:-m-19:nth-child(odd) {
    margin: -4.75rem;
  }

  .lg\:odd\:-m-20:nth-child(odd) {
    margin: -5rem;
  }

  .lg\:odd\:-m-24:nth-child(odd) {
    margin: -6rem;
  }

  .lg\:odd\:-m-32:nth-child(odd) {
    margin: -8rem;
  }

  .lg\:odd\:-m-40:nth-child(odd) {
    margin: -10rem;
  }

  .lg\:odd\:-m-48:nth-child(odd) {
    margin: -12rem;
  }

  .lg\:odd\:-m-56:nth-child(odd) {
    margin: -14rem;
  }

  .lg\:odd\:-m-64:nth-child(odd) {
    margin: -16rem;
  }

  .lg\:odd\:-m-75:nth-child(odd) {
    margin: -18.75rem;
  }

  .lg\:odd\:-m-px:nth-child(odd) {
    margin: -1px;
  }

  .lg\:odd\:my-0:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:odd\:mx-0:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:odd\:my-1:nth-child(odd) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:odd\:mx-1:nth-child(odd) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:odd\:my-2:nth-child(odd) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:odd\:mx-2:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:odd\:my-3:nth-child(odd) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:odd\:mx-3:nth-child(odd) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:odd\:my-4:nth-child(odd) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:odd\:mx-4:nth-child(odd) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:odd\:my-5:nth-child(odd) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:odd\:mx-5:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:odd\:my-6:nth-child(odd) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:odd\:mx-6:nth-child(odd) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:odd\:my-7:nth-child(odd) {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:odd\:mx-7:nth-child(odd) {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:odd\:my-8:nth-child(odd) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:odd\:mx-8:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:odd\:my-9:nth-child(odd) {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:odd\:mx-9:nth-child(odd) {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:odd\:my-10:nth-child(odd) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:odd\:mx-10:nth-child(odd) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:odd\:my-11:nth-child(odd) {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:odd\:mx-11:nth-child(odd) {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:odd\:my-12:nth-child(odd) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:odd\:mx-12:nth-child(odd) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:odd\:my-13:nth-child(odd) {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .lg\:odd\:mx-13:nth-child(odd) {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .lg\:odd\:my-14:nth-child(odd) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:odd\:mx-14:nth-child(odd) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:odd\:my-15:nth-child(odd) {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:odd\:mx-15:nth-child(odd) {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .lg\:odd\:my-16:nth-child(odd) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:odd\:mx-16:nth-child(odd) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:odd\:my-17:nth-child(odd) {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .lg\:odd\:mx-17:nth-child(odd) {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .lg\:odd\:my-18:nth-child(odd) {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .lg\:odd\:mx-18:nth-child(odd) {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .lg\:odd\:my-19:nth-child(odd) {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .lg\:odd\:mx-19:nth-child(odd) {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .lg\:odd\:my-20:nth-child(odd) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:odd\:mx-20:nth-child(odd) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:odd\:my-24:nth-child(odd) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:odd\:mx-24:nth-child(odd) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:odd\:my-32:nth-child(odd) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:odd\:mx-32:nth-child(odd) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:odd\:my-40:nth-child(odd) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:odd\:mx-40:nth-child(odd) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:odd\:my-48:nth-child(odd) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:odd\:mx-48:nth-child(odd) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:odd\:my-56:nth-child(odd) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:odd\:mx-56:nth-child(odd) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:odd\:my-64:nth-child(odd) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:odd\:mx-64:nth-child(odd) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:odd\:my-75:nth-child(odd) {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .lg\:odd\:mx-75:nth-child(odd) {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .lg\:odd\:my-auto:nth-child(odd) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:odd\:mx-auto:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:odd\:my-px:nth-child(odd) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:odd\:mx-px:nth-child(odd) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:odd\:-my-1:nth-child(odd) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:odd\:-mx-1:nth-child(odd) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:odd\:-my-2:nth-child(odd) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:odd\:-mx-2:nth-child(odd) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:odd\:-my-3:nth-child(odd) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:odd\:-mx-3:nth-child(odd) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:odd\:-my-4:nth-child(odd) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:odd\:-mx-4:nth-child(odd) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:odd\:-my-5:nth-child(odd) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:odd\:-mx-5:nth-child(odd) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:odd\:-my-6:nth-child(odd) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:odd\:-mx-6:nth-child(odd) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:odd\:-my-7:nth-child(odd) {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:odd\:-mx-7:nth-child(odd) {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:odd\:-my-8:nth-child(odd) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:odd\:-mx-8:nth-child(odd) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:odd\:-my-9:nth-child(odd) {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:odd\:-mx-9:nth-child(odd) {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:odd\:-my-10:nth-child(odd) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:odd\:-mx-10:nth-child(odd) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:odd\:-my-11:nth-child(odd) {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:odd\:-mx-11:nth-child(odd) {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:odd\:-my-12:nth-child(odd) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:odd\:-mx-12:nth-child(odd) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:odd\:-my-13:nth-child(odd) {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .lg\:odd\:-mx-13:nth-child(odd) {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .lg\:odd\:-my-14:nth-child(odd) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:odd\:-mx-14:nth-child(odd) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:odd\:-my-15:nth-child(odd) {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:odd\:-mx-15:nth-child(odd) {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .lg\:odd\:-my-16:nth-child(odd) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:odd\:-mx-16:nth-child(odd) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:odd\:-my-17:nth-child(odd) {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .lg\:odd\:-mx-17:nth-child(odd) {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .lg\:odd\:-my-18:nth-child(odd) {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .lg\:odd\:-mx-18:nth-child(odd) {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .lg\:odd\:-my-19:nth-child(odd) {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .lg\:odd\:-mx-19:nth-child(odd) {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .lg\:odd\:-my-20:nth-child(odd) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:odd\:-mx-20:nth-child(odd) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:odd\:-my-24:nth-child(odd) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:odd\:-mx-24:nth-child(odd) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:odd\:-my-32:nth-child(odd) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:odd\:-mx-32:nth-child(odd) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:odd\:-my-40:nth-child(odd) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:odd\:-mx-40:nth-child(odd) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:odd\:-my-48:nth-child(odd) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:odd\:-mx-48:nth-child(odd) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:odd\:-my-56:nth-child(odd) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:odd\:-mx-56:nth-child(odd) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:odd\:-my-64:nth-child(odd) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:odd\:-mx-64:nth-child(odd) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:odd\:-my-75:nth-child(odd) {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .lg\:odd\:-mx-75:nth-child(odd) {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .lg\:odd\:-my-px:nth-child(odd) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:odd\:-mx-px:nth-child(odd) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:odd\:mt-0:nth-child(odd) {
    margin-top: 0;
  }

  .lg\:odd\:mr-0:nth-child(odd) {
    margin-right: 0;
  }

  .lg\:odd\:mb-0:nth-child(odd) {
    margin-bottom: 0;
  }

  .lg\:odd\:ml-0:nth-child(odd) {
    margin-left: 0;
  }

  .lg\:odd\:mt-1:nth-child(odd) {
    margin-top: 0.25rem;
  }

  .lg\:odd\:mr-1:nth-child(odd) {
    margin-right: 0.25rem;
  }

  .lg\:odd\:mb-1:nth-child(odd) {
    margin-bottom: 0.25rem;
  }

  .lg\:odd\:ml-1:nth-child(odd) {
    margin-left: 0.25rem;
  }

  .lg\:odd\:mt-2:nth-child(odd) {
    margin-top: 0.5rem;
  }

  .lg\:odd\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .lg\:odd\:mb-2:nth-child(odd) {
    margin-bottom: 0.5rem;
  }

  .lg\:odd\:ml-2:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .lg\:odd\:mt-3:nth-child(odd) {
    margin-top: 0.75rem;
  }

  .lg\:odd\:mr-3:nth-child(odd) {
    margin-right: 0.75rem;
  }

  .lg\:odd\:mb-3:nth-child(odd) {
    margin-bottom: 0.75rem;
  }

  .lg\:odd\:ml-3:nth-child(odd) {
    margin-left: 0.75rem;
  }

  .lg\:odd\:mt-4:nth-child(odd) {
    margin-top: 1rem;
  }

  .lg\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }

  .lg\:odd\:mb-4:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .lg\:odd\:ml-4:nth-child(odd) {
    margin-left: 1rem;
  }

  .lg\:odd\:mt-5:nth-child(odd) {
    margin-top: 1.25rem;
  }

  .lg\:odd\:mr-5:nth-child(odd) {
    margin-right: 1.25rem;
  }

  .lg\:odd\:mb-5:nth-child(odd) {
    margin-bottom: 1.25rem;
  }

  .lg\:odd\:ml-5:nth-child(odd) {
    margin-left: 1.25rem;
  }

  .lg\:odd\:mt-6:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .lg\:odd\:mr-6:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .lg\:odd\:mb-6:nth-child(odd) {
    margin-bottom: 1.5rem;
  }

  .lg\:odd\:ml-6:nth-child(odd) {
    margin-left: 1.5rem;
  }

  .lg\:odd\:mt-7:nth-child(odd) {
    margin-top: 1.75rem;
  }

  .lg\:odd\:mr-7:nth-child(odd) {
    margin-right: 1.75rem;
  }

  .lg\:odd\:mb-7:nth-child(odd) {
    margin-bottom: 1.75rem;
  }

  .lg\:odd\:ml-7:nth-child(odd) {
    margin-left: 1.75rem;
  }

  .lg\:odd\:mt-8:nth-child(odd) {
    margin-top: 2rem;
  }

  .lg\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }

  .lg\:odd\:mb-8:nth-child(odd) {
    margin-bottom: 2rem;
  }

  .lg\:odd\:ml-8:nth-child(odd) {
    margin-left: 2rem;
  }

  .lg\:odd\:mt-9:nth-child(odd) {
    margin-top: 2.25rem;
  }

  .lg\:odd\:mr-9:nth-child(odd) {
    margin-right: 2.25rem;
  }

  .lg\:odd\:mb-9:nth-child(odd) {
    margin-bottom: 2.25rem;
  }

  .lg\:odd\:ml-9:nth-child(odd) {
    margin-left: 2.25rem;
  }

  .lg\:odd\:mt-10:nth-child(odd) {
    margin-top: 2.5rem;
  }

  .lg\:odd\:mr-10:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .lg\:odd\:mb-10:nth-child(odd) {
    margin-bottom: 2.5rem;
  }

  .lg\:odd\:ml-10:nth-child(odd) {
    margin-left: 2.5rem;
  }

  .lg\:odd\:mt-11:nth-child(odd) {
    margin-top: 2.75rem;
  }

  .lg\:odd\:mr-11:nth-child(odd) {
    margin-right: 2.75rem;
  }

  .lg\:odd\:mb-11:nth-child(odd) {
    margin-bottom: 2.75rem;
  }

  .lg\:odd\:ml-11:nth-child(odd) {
    margin-left: 2.75rem;
  }

  .lg\:odd\:mt-12:nth-child(odd) {
    margin-top: 3rem;
  }

  .lg\:odd\:mr-12:nth-child(odd) {
    margin-right: 3rem;
  }

  .lg\:odd\:mb-12:nth-child(odd) {
    margin-bottom: 3rem;
  }

  .lg\:odd\:ml-12:nth-child(odd) {
    margin-left: 3rem;
  }

  .lg\:odd\:mt-13:nth-child(odd) {
    margin-top: 3.25rem;
  }

  .lg\:odd\:mr-13:nth-child(odd) {
    margin-right: 3.25rem;
  }

  .lg\:odd\:mb-13:nth-child(odd) {
    margin-bottom: 3.25rem;
  }

  .lg\:odd\:ml-13:nth-child(odd) {
    margin-left: 3.25rem;
  }

  .lg\:odd\:mt-14:nth-child(odd) {
    margin-top: 3.5rem;
  }

  .lg\:odd\:mr-14:nth-child(odd) {
    margin-right: 3.5rem;
  }

  .lg\:odd\:mb-14:nth-child(odd) {
    margin-bottom: 3.5rem;
  }

  .lg\:odd\:ml-14:nth-child(odd) {
    margin-left: 3.5rem;
  }

  .lg\:odd\:mt-15:nth-child(odd) {
    margin-top: 3.75rem;
  }

  .lg\:odd\:mr-15:nth-child(odd) {
    margin-right: 3.75rem;
  }

  .lg\:odd\:mb-15:nth-child(odd) {
    margin-bottom: 3.75rem;
  }

  .lg\:odd\:ml-15:nth-child(odd) {
    margin-left: 3.75rem;
  }

  .lg\:odd\:mt-16:nth-child(odd) {
    margin-top: 4rem;
  }

  .lg\:odd\:mr-16:nth-child(odd) {
    margin-right: 4rem;
  }

  .lg\:odd\:mb-16:nth-child(odd) {
    margin-bottom: 4rem;
  }

  .lg\:odd\:ml-16:nth-child(odd) {
    margin-left: 4rem;
  }

  .lg\:odd\:mt-17:nth-child(odd) {
    margin-top: 4.25rem;
  }

  .lg\:odd\:mr-17:nth-child(odd) {
    margin-right: 4.25rem;
  }

  .lg\:odd\:mb-17:nth-child(odd) {
    margin-bottom: 4.25rem;
  }

  .lg\:odd\:ml-17:nth-child(odd) {
    margin-left: 4.25rem;
  }

  .lg\:odd\:mt-18:nth-child(odd) {
    margin-top: 4.5rem;
  }

  .lg\:odd\:mr-18:nth-child(odd) {
    margin-right: 4.5rem;
  }

  .lg\:odd\:mb-18:nth-child(odd) {
    margin-bottom: 4.5rem;
  }

  .lg\:odd\:ml-18:nth-child(odd) {
    margin-left: 4.5rem;
  }

  .lg\:odd\:mt-19:nth-child(odd) {
    margin-top: 4.75rem;
  }

  .lg\:odd\:mr-19:nth-child(odd) {
    margin-right: 4.75rem;
  }

  .lg\:odd\:mb-19:nth-child(odd) {
    margin-bottom: 4.75rem;
  }

  .lg\:odd\:ml-19:nth-child(odd) {
    margin-left: 4.75rem;
  }

  .lg\:odd\:mt-20:nth-child(odd) {
    margin-top: 5rem;
  }

  .lg\:odd\:mr-20:nth-child(odd) {
    margin-right: 5rem;
  }

  .lg\:odd\:mb-20:nth-child(odd) {
    margin-bottom: 5rem;
  }

  .lg\:odd\:ml-20:nth-child(odd) {
    margin-left: 5rem;
  }

  .lg\:odd\:mt-24:nth-child(odd) {
    margin-top: 6rem;
  }

  .lg\:odd\:mr-24:nth-child(odd) {
    margin-right: 6rem;
  }

  .lg\:odd\:mb-24:nth-child(odd) {
    margin-bottom: 6rem;
  }

  .lg\:odd\:ml-24:nth-child(odd) {
    margin-left: 6rem;
  }

  .lg\:odd\:mt-32:nth-child(odd) {
    margin-top: 8rem;
  }

  .lg\:odd\:mr-32:nth-child(odd) {
    margin-right: 8rem;
  }

  .lg\:odd\:mb-32:nth-child(odd) {
    margin-bottom: 8rem;
  }

  .lg\:odd\:ml-32:nth-child(odd) {
    margin-left: 8rem;
  }

  .lg\:odd\:mt-40:nth-child(odd) {
    margin-top: 10rem;
  }

  .lg\:odd\:mr-40:nth-child(odd) {
    margin-right: 10rem;
  }

  .lg\:odd\:mb-40:nth-child(odd) {
    margin-bottom: 10rem;
  }

  .lg\:odd\:ml-40:nth-child(odd) {
    margin-left: 10rem;
  }

  .lg\:odd\:mt-48:nth-child(odd) {
    margin-top: 12rem;
  }

  .lg\:odd\:mr-48:nth-child(odd) {
    margin-right: 12rem;
  }

  .lg\:odd\:mb-48:nth-child(odd) {
    margin-bottom: 12rem;
  }

  .lg\:odd\:ml-48:nth-child(odd) {
    margin-left: 12rem;
  }

  .lg\:odd\:mt-56:nth-child(odd) {
    margin-top: 14rem;
  }

  .lg\:odd\:mr-56:nth-child(odd) {
    margin-right: 14rem;
  }

  .lg\:odd\:mb-56:nth-child(odd) {
    margin-bottom: 14rem;
  }

  .lg\:odd\:ml-56:nth-child(odd) {
    margin-left: 14rem;
  }

  .lg\:odd\:mt-64:nth-child(odd) {
    margin-top: 16rem;
  }

  .lg\:odd\:mr-64:nth-child(odd) {
    margin-right: 16rem;
  }

  .lg\:odd\:mb-64:nth-child(odd) {
    margin-bottom: 16rem;
  }

  .lg\:odd\:ml-64:nth-child(odd) {
    margin-left: 16rem;
  }

  .lg\:odd\:mt-75:nth-child(odd) {
    margin-top: 18.75rem;
  }

  .lg\:odd\:mr-75:nth-child(odd) {
    margin-right: 18.75rem;
  }

  .lg\:odd\:mb-75:nth-child(odd) {
    margin-bottom: 18.75rem;
  }

  .lg\:odd\:ml-75:nth-child(odd) {
    margin-left: 18.75rem;
  }

  .lg\:odd\:mt-auto:nth-child(odd) {
    margin-top: auto;
  }

  .lg\:odd\:mr-auto:nth-child(odd) {
    margin-right: auto;
  }

  .lg\:odd\:mb-auto:nth-child(odd) {
    margin-bottom: auto;
  }

  .lg\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .lg\:odd\:mt-px:nth-child(odd) {
    margin-top: 1px;
  }

  .lg\:odd\:mr-px:nth-child(odd) {
    margin-right: 1px;
  }

  .lg\:odd\:mb-px:nth-child(odd) {
    margin-bottom: 1px;
  }

  .lg\:odd\:ml-px:nth-child(odd) {
    margin-left: 1px;
  }

  .lg\:odd\:-mt-1:nth-child(odd) {
    margin-top: -0.25rem;
  }

  .lg\:odd\:-mr-1:nth-child(odd) {
    margin-right: -0.25rem;
  }

  .lg\:odd\:-mb-1:nth-child(odd) {
    margin-bottom: -0.25rem;
  }

  .lg\:odd\:-ml-1:nth-child(odd) {
    margin-left: -0.25rem;
  }

  .lg\:odd\:-mt-2:nth-child(odd) {
    margin-top: -0.5rem;
  }

  .lg\:odd\:-mr-2:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .lg\:odd\:-mb-2:nth-child(odd) {
    margin-bottom: -0.5rem;
  }

  .lg\:odd\:-ml-2:nth-child(odd) {
    margin-left: -0.5rem;
  }

  .lg\:odd\:-mt-3:nth-child(odd) {
    margin-top: -0.75rem;
  }

  .lg\:odd\:-mr-3:nth-child(odd) {
    margin-right: -0.75rem;
  }

  .lg\:odd\:-mb-3:nth-child(odd) {
    margin-bottom: -0.75rem;
  }

  .lg\:odd\:-ml-3:nth-child(odd) {
    margin-left: -0.75rem;
  }

  .lg\:odd\:-mt-4:nth-child(odd) {
    margin-top: -1rem;
  }

  .lg\:odd\:-mr-4:nth-child(odd) {
    margin-right: -1rem;
  }

  .lg\:odd\:-mb-4:nth-child(odd) {
    margin-bottom: -1rem;
  }

  .lg\:odd\:-ml-4:nth-child(odd) {
    margin-left: -1rem;
  }

  .lg\:odd\:-mt-5:nth-child(odd) {
    margin-top: -1.25rem;
  }

  .lg\:odd\:-mr-5:nth-child(odd) {
    margin-right: -1.25rem;
  }

  .lg\:odd\:-mb-5:nth-child(odd) {
    margin-bottom: -1.25rem;
  }

  .lg\:odd\:-ml-5:nth-child(odd) {
    margin-left: -1.25rem;
  }

  .lg\:odd\:-mt-6:nth-child(odd) {
    margin-top: -1.5rem;
  }

  .lg\:odd\:-mr-6:nth-child(odd) {
    margin-right: -1.5rem;
  }

  .lg\:odd\:-mb-6:nth-child(odd) {
    margin-bottom: -1.5rem;
  }

  .lg\:odd\:-ml-6:nth-child(odd) {
    margin-left: -1.5rem;
  }

  .lg\:odd\:-mt-7:nth-child(odd) {
    margin-top: -1.75rem;
  }

  .lg\:odd\:-mr-7:nth-child(odd) {
    margin-right: -1.75rem;
  }

  .lg\:odd\:-mb-7:nth-child(odd) {
    margin-bottom: -1.75rem;
  }

  .lg\:odd\:-ml-7:nth-child(odd) {
    margin-left: -1.75rem;
  }

  .lg\:odd\:-mt-8:nth-child(odd) {
    margin-top: -2rem;
  }

  .lg\:odd\:-mr-8:nth-child(odd) {
    margin-right: -2rem;
  }

  .lg\:odd\:-mb-8:nth-child(odd) {
    margin-bottom: -2rem;
  }

  .lg\:odd\:-ml-8:nth-child(odd) {
    margin-left: -2rem;
  }

  .lg\:odd\:-mt-9:nth-child(odd) {
    margin-top: -2.25rem;
  }

  .lg\:odd\:-mr-9:nth-child(odd) {
    margin-right: -2.25rem;
  }

  .lg\:odd\:-mb-9:nth-child(odd) {
    margin-bottom: -2.25rem;
  }

  .lg\:odd\:-ml-9:nth-child(odd) {
    margin-left: -2.25rem;
  }

  .lg\:odd\:-mt-10:nth-child(odd) {
    margin-top: -2.5rem;
  }

  .lg\:odd\:-mr-10:nth-child(odd) {
    margin-right: -2.5rem;
  }

  .lg\:odd\:-mb-10:nth-child(odd) {
    margin-bottom: -2.5rem;
  }

  .lg\:odd\:-ml-10:nth-child(odd) {
    margin-left: -2.5rem;
  }

  .lg\:odd\:-mt-11:nth-child(odd) {
    margin-top: -2.75rem;
  }

  .lg\:odd\:-mr-11:nth-child(odd) {
    margin-right: -2.75rem;
  }

  .lg\:odd\:-mb-11:nth-child(odd) {
    margin-bottom: -2.75rem;
  }

  .lg\:odd\:-ml-11:nth-child(odd) {
    margin-left: -2.75rem;
  }

  .lg\:odd\:-mt-12:nth-child(odd) {
    margin-top: -3rem;
  }

  .lg\:odd\:-mr-12:nth-child(odd) {
    margin-right: -3rem;
  }

  .lg\:odd\:-mb-12:nth-child(odd) {
    margin-bottom: -3rem;
  }

  .lg\:odd\:-ml-12:nth-child(odd) {
    margin-left: -3rem;
  }

  .lg\:odd\:-mt-13:nth-child(odd) {
    margin-top: -3.25rem;
  }

  .lg\:odd\:-mr-13:nth-child(odd) {
    margin-right: -3.25rem;
  }

  .lg\:odd\:-mb-13:nth-child(odd) {
    margin-bottom: -3.25rem;
  }

  .lg\:odd\:-ml-13:nth-child(odd) {
    margin-left: -3.25rem;
  }

  .lg\:odd\:-mt-14:nth-child(odd) {
    margin-top: -3.5rem;
  }

  .lg\:odd\:-mr-14:nth-child(odd) {
    margin-right: -3.5rem;
  }

  .lg\:odd\:-mb-14:nth-child(odd) {
    margin-bottom: -3.5rem;
  }

  .lg\:odd\:-ml-14:nth-child(odd) {
    margin-left: -3.5rem;
  }

  .lg\:odd\:-mt-15:nth-child(odd) {
    margin-top: -3.75rem;
  }

  .lg\:odd\:-mr-15:nth-child(odd) {
    margin-right: -3.75rem;
  }

  .lg\:odd\:-mb-15:nth-child(odd) {
    margin-bottom: -3.75rem;
  }

  .lg\:odd\:-ml-15:nth-child(odd) {
    margin-left: -3.75rem;
  }

  .lg\:odd\:-mt-16:nth-child(odd) {
    margin-top: -4rem;
  }

  .lg\:odd\:-mr-16:nth-child(odd) {
    margin-right: -4rem;
  }

  .lg\:odd\:-mb-16:nth-child(odd) {
    margin-bottom: -4rem;
  }

  .lg\:odd\:-ml-16:nth-child(odd) {
    margin-left: -4rem;
  }

  .lg\:odd\:-mt-17:nth-child(odd) {
    margin-top: -4.25rem;
  }

  .lg\:odd\:-mr-17:nth-child(odd) {
    margin-right: -4.25rem;
  }

  .lg\:odd\:-mb-17:nth-child(odd) {
    margin-bottom: -4.25rem;
  }

  .lg\:odd\:-ml-17:nth-child(odd) {
    margin-left: -4.25rem;
  }

  .lg\:odd\:-mt-18:nth-child(odd) {
    margin-top: -4.5rem;
  }

  .lg\:odd\:-mr-18:nth-child(odd) {
    margin-right: -4.5rem;
  }

  .lg\:odd\:-mb-18:nth-child(odd) {
    margin-bottom: -4.5rem;
  }

  .lg\:odd\:-ml-18:nth-child(odd) {
    margin-left: -4.5rem;
  }

  .lg\:odd\:-mt-19:nth-child(odd) {
    margin-top: -4.75rem;
  }

  .lg\:odd\:-mr-19:nth-child(odd) {
    margin-right: -4.75rem;
  }

  .lg\:odd\:-mb-19:nth-child(odd) {
    margin-bottom: -4.75rem;
  }

  .lg\:odd\:-ml-19:nth-child(odd) {
    margin-left: -4.75rem;
  }

  .lg\:odd\:-mt-20:nth-child(odd) {
    margin-top: -5rem;
  }

  .lg\:odd\:-mr-20:nth-child(odd) {
    margin-right: -5rem;
  }

  .lg\:odd\:-mb-20:nth-child(odd) {
    margin-bottom: -5rem;
  }

  .lg\:odd\:-ml-20:nth-child(odd) {
    margin-left: -5rem;
  }

  .lg\:odd\:-mt-24:nth-child(odd) {
    margin-top: -6rem;
  }

  .lg\:odd\:-mr-24:nth-child(odd) {
    margin-right: -6rem;
  }

  .lg\:odd\:-mb-24:nth-child(odd) {
    margin-bottom: -6rem;
  }

  .lg\:odd\:-ml-24:nth-child(odd) {
    margin-left: -6rem;
  }

  .lg\:odd\:-mt-32:nth-child(odd) {
    margin-top: -8rem;
  }

  .lg\:odd\:-mr-32:nth-child(odd) {
    margin-right: -8rem;
  }

  .lg\:odd\:-mb-32:nth-child(odd) {
    margin-bottom: -8rem;
  }

  .lg\:odd\:-ml-32:nth-child(odd) {
    margin-left: -8rem;
  }

  .lg\:odd\:-mt-40:nth-child(odd) {
    margin-top: -10rem;
  }

  .lg\:odd\:-mr-40:nth-child(odd) {
    margin-right: -10rem;
  }

  .lg\:odd\:-mb-40:nth-child(odd) {
    margin-bottom: -10rem;
  }

  .lg\:odd\:-ml-40:nth-child(odd) {
    margin-left: -10rem;
  }

  .lg\:odd\:-mt-48:nth-child(odd) {
    margin-top: -12rem;
  }

  .lg\:odd\:-mr-48:nth-child(odd) {
    margin-right: -12rem;
  }

  .lg\:odd\:-mb-48:nth-child(odd) {
    margin-bottom: -12rem;
  }

  .lg\:odd\:-ml-48:nth-child(odd) {
    margin-left: -12rem;
  }

  .lg\:odd\:-mt-56:nth-child(odd) {
    margin-top: -14rem;
  }

  .lg\:odd\:-mr-56:nth-child(odd) {
    margin-right: -14rem;
  }

  .lg\:odd\:-mb-56:nth-child(odd) {
    margin-bottom: -14rem;
  }

  .lg\:odd\:-ml-56:nth-child(odd) {
    margin-left: -14rem;
  }

  .lg\:odd\:-mt-64:nth-child(odd) {
    margin-top: -16rem;
  }

  .lg\:odd\:-mr-64:nth-child(odd) {
    margin-right: -16rem;
  }

  .lg\:odd\:-mb-64:nth-child(odd) {
    margin-bottom: -16rem;
  }

  .lg\:odd\:-ml-64:nth-child(odd) {
    margin-left: -16rem;
  }

  .lg\:odd\:-mt-75:nth-child(odd) {
    margin-top: -18.75rem;
  }

  .lg\:odd\:-mr-75:nth-child(odd) {
    margin-right: -18.75rem;
  }

  .lg\:odd\:-mb-75:nth-child(odd) {
    margin-bottom: -18.75rem;
  }

  .lg\:odd\:-ml-75:nth-child(odd) {
    margin-left: -18.75rem;
  }

  .lg\:odd\:-mt-px:nth-child(odd) {
    margin-top: -1px;
  }

  .lg\:odd\:-mr-px:nth-child(odd) {
    margin-right: -1px;
  }

  .lg\:odd\:-mb-px:nth-child(odd) {
    margin-bottom: -1px;
  }

  .lg\:odd\:-ml-px:nth-child(odd) {
    margin-left: -1px;
  }

  .lg\:children\:m-0 > * {
    margin: 0;
  }

  .lg\:children\:m-1 > * {
    margin: 0.25rem;
  }

  .lg\:children\:m-2 > * {
    margin: 0.5rem;
  }

  .lg\:children\:m-3 > * {
    margin: 0.75rem;
  }

  .lg\:children\:m-4 > * {
    margin: 1rem;
  }

  .lg\:children\:m-5 > * {
    margin: 1.25rem;
  }

  .lg\:children\:m-6 > * {
    margin: 1.5rem;
  }

  .lg\:children\:m-7 > * {
    margin: 1.75rem;
  }

  .lg\:children\:m-8 > * {
    margin: 2rem;
  }

  .lg\:children\:m-9 > * {
    margin: 2.25rem;
  }

  .lg\:children\:m-10 > * {
    margin: 2.5rem;
  }

  .lg\:children\:m-11 > * {
    margin: 2.75rem;
  }

  .lg\:children\:m-12 > * {
    margin: 3rem;
  }

  .lg\:children\:m-13 > * {
    margin: 3.25rem;
  }

  .lg\:children\:m-14 > * {
    margin: 3.5rem;
  }

  .lg\:children\:m-15 > * {
    margin: 3.75rem;
  }

  .lg\:children\:m-16 > * {
    margin: 4rem;
  }

  .lg\:children\:m-17 > * {
    margin: 4.25rem;
  }

  .lg\:children\:m-18 > * {
    margin: 4.5rem;
  }

  .lg\:children\:m-19 > * {
    margin: 4.75rem;
  }

  .lg\:children\:m-20 > * {
    margin: 5rem;
  }

  .lg\:children\:m-24 > * {
    margin: 6rem;
  }

  .lg\:children\:m-32 > * {
    margin: 8rem;
  }

  .lg\:children\:m-40 > * {
    margin: 10rem;
  }

  .lg\:children\:m-48 > * {
    margin: 12rem;
  }

  .lg\:children\:m-56 > * {
    margin: 14rem;
  }

  .lg\:children\:m-64 > * {
    margin: 16rem;
  }

  .lg\:children\:m-75 > * {
    margin: 18.75rem;
  }

  .lg\:children\:m-auto > * {
    margin: auto;
  }

  .lg\:children\:m-px > * {
    margin: 1px;
  }

  .lg\:children\:-m-1 > * {
    margin: -0.25rem;
  }

  .lg\:children\:-m-2 > * {
    margin: -0.5rem;
  }

  .lg\:children\:-m-3 > * {
    margin: -0.75rem;
  }

  .lg\:children\:-m-4 > * {
    margin: -1rem;
  }

  .lg\:children\:-m-5 > * {
    margin: -1.25rem;
  }

  .lg\:children\:-m-6 > * {
    margin: -1.5rem;
  }

  .lg\:children\:-m-7 > * {
    margin: -1.75rem;
  }

  .lg\:children\:-m-8 > * {
    margin: -2rem;
  }

  .lg\:children\:-m-9 > * {
    margin: -2.25rem;
  }

  .lg\:children\:-m-10 > * {
    margin: -2.5rem;
  }

  .lg\:children\:-m-11 > * {
    margin: -2.75rem;
  }

  .lg\:children\:-m-12 > * {
    margin: -3rem;
  }

  .lg\:children\:-m-13 > * {
    margin: -3.25rem;
  }

  .lg\:children\:-m-14 > * {
    margin: -3.5rem;
  }

  .lg\:children\:-m-15 > * {
    margin: -3.75rem;
  }

  .lg\:children\:-m-16 > * {
    margin: -4rem;
  }

  .lg\:children\:-m-17 > * {
    margin: -4.25rem;
  }

  .lg\:children\:-m-18 > * {
    margin: -4.5rem;
  }

  .lg\:children\:-m-19 > * {
    margin: -4.75rem;
  }

  .lg\:children\:-m-20 > * {
    margin: -5rem;
  }

  .lg\:children\:-m-24 > * {
    margin: -6rem;
  }

  .lg\:children\:-m-32 > * {
    margin: -8rem;
  }

  .lg\:children\:-m-40 > * {
    margin: -10rem;
  }

  .lg\:children\:-m-48 > * {
    margin: -12rem;
  }

  .lg\:children\:-m-56 > * {
    margin: -14rem;
  }

  .lg\:children\:-m-64 > * {
    margin: -16rem;
  }

  .lg\:children\:-m-75 > * {
    margin: -18.75rem;
  }

  .lg\:children\:-m-px > * {
    margin: -1px;
  }

  .lg\:children\:my-0 > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:children\:mx-0 > * {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:children\:my-1 > * {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:children\:mx-1 > * {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:children\:my-2 > * {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:children\:mx-2 > * {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:children\:my-3 > * {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:children\:mx-3 > * {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:children\:my-4 > * {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:children\:mx-4 > * {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:children\:my-5 > * {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:children\:mx-5 > * {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:children\:my-6 > * {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:children\:mx-6 > * {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:children\:my-7 > * {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:children\:mx-7 > * {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:children\:my-8 > * {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:children\:mx-8 > * {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:children\:my-9 > * {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:children\:mx-9 > * {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:children\:my-10 > * {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:children\:mx-10 > * {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:children\:my-11 > * {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:children\:mx-11 > * {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:children\:my-12 > * {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:children\:mx-12 > * {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:children\:my-13 > * {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .lg\:children\:mx-13 > * {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .lg\:children\:my-14 > * {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:children\:mx-14 > * {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:children\:my-15 > * {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:children\:mx-15 > * {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .lg\:children\:my-16 > * {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:children\:mx-16 > * {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:children\:my-17 > * {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .lg\:children\:mx-17 > * {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .lg\:children\:my-18 > * {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .lg\:children\:mx-18 > * {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .lg\:children\:my-19 > * {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .lg\:children\:mx-19 > * {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .lg\:children\:my-20 > * {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:children\:mx-20 > * {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:children\:my-24 > * {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:children\:mx-24 > * {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:children\:my-32 > * {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:children\:mx-32 > * {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:children\:my-40 > * {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:children\:mx-40 > * {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:children\:my-48 > * {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:children\:mx-48 > * {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:children\:my-56 > * {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:children\:mx-56 > * {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:children\:my-64 > * {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:children\:mx-64 > * {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:children\:my-75 > * {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .lg\:children\:mx-75 > * {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .lg\:children\:my-auto > * {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:children\:mx-auto > * {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:children\:my-px > * {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:children\:mx-px > * {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:children\:-my-1 > * {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:children\:-mx-1 > * {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:children\:-my-2 > * {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:children\:-mx-2 > * {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:children\:-my-3 > * {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:children\:-mx-3 > * {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:children\:-my-4 > * {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:children\:-mx-4 > * {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:children\:-my-5 > * {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:children\:-mx-5 > * {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:children\:-my-6 > * {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:children\:-mx-6 > * {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:children\:-my-7 > * {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:children\:-mx-7 > * {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:children\:-my-8 > * {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:children\:-mx-8 > * {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:children\:-my-9 > * {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:children\:-mx-9 > * {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:children\:-my-10 > * {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:children\:-mx-10 > * {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:children\:-my-11 > * {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:children\:-mx-11 > * {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:children\:-my-12 > * {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:children\:-mx-12 > * {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:children\:-my-13 > * {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .lg\:children\:-mx-13 > * {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .lg\:children\:-my-14 > * {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:children\:-mx-14 > * {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:children\:-my-15 > * {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:children\:-mx-15 > * {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .lg\:children\:-my-16 > * {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:children\:-mx-16 > * {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:children\:-my-17 > * {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .lg\:children\:-mx-17 > * {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .lg\:children\:-my-18 > * {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .lg\:children\:-mx-18 > * {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .lg\:children\:-my-19 > * {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .lg\:children\:-mx-19 > * {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .lg\:children\:-my-20 > * {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:children\:-mx-20 > * {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:children\:-my-24 > * {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:children\:-mx-24 > * {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:children\:-my-32 > * {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:children\:-mx-32 > * {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:children\:-my-40 > * {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:children\:-mx-40 > * {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:children\:-my-48 > * {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:children\:-mx-48 > * {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:children\:-my-56 > * {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:children\:-mx-56 > * {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:children\:-my-64 > * {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:children\:-mx-64 > * {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:children\:-my-75 > * {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .lg\:children\:-mx-75 > * {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .lg\:children\:-my-px > * {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:children\:-mx-px > * {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:children\:mt-0 > * {
    margin-top: 0;
  }

  .lg\:children\:mr-0 > * {
    margin-right: 0;
  }

  .lg\:children\:mb-0 > * {
    margin-bottom: 0;
  }

  .lg\:children\:ml-0 > * {
    margin-left: 0;
  }

  .lg\:children\:mt-1 > * {
    margin-top: 0.25rem;
  }

  .lg\:children\:mr-1 > * {
    margin-right: 0.25rem;
  }

  .lg\:children\:mb-1 > * {
    margin-bottom: 0.25rem;
  }

  .lg\:children\:ml-1 > * {
    margin-left: 0.25rem;
  }

  .lg\:children\:mt-2 > * {
    margin-top: 0.5rem;
  }

  .lg\:children\:mr-2 > * {
    margin-right: 0.5rem;
  }

  .lg\:children\:mb-2 > * {
    margin-bottom: 0.5rem;
  }

  .lg\:children\:ml-2 > * {
    margin-left: 0.5rem;
  }

  .lg\:children\:mt-3 > * {
    margin-top: 0.75rem;
  }

  .lg\:children\:mr-3 > * {
    margin-right: 0.75rem;
  }

  .lg\:children\:mb-3 > * {
    margin-bottom: 0.75rem;
  }

  .lg\:children\:ml-3 > * {
    margin-left: 0.75rem;
  }

  .lg\:children\:mt-4 > * {
    margin-top: 1rem;
  }

  .lg\:children\:mr-4 > * {
    margin-right: 1rem;
  }

  .lg\:children\:mb-4 > * {
    margin-bottom: 1rem;
  }

  .lg\:children\:ml-4 > * {
    margin-left: 1rem;
  }

  .lg\:children\:mt-5 > * {
    margin-top: 1.25rem;
  }

  .lg\:children\:mr-5 > * {
    margin-right: 1.25rem;
  }

  .lg\:children\:mb-5 > * {
    margin-bottom: 1.25rem;
  }

  .lg\:children\:ml-5 > * {
    margin-left: 1.25rem;
  }

  .lg\:children\:mt-6 > * {
    margin-top: 1.5rem;
  }

  .lg\:children\:mr-6 > * {
    margin-right: 1.5rem;
  }

  .lg\:children\:mb-6 > * {
    margin-bottom: 1.5rem;
  }

  .lg\:children\:ml-6 > * {
    margin-left: 1.5rem;
  }

  .lg\:children\:mt-7 > * {
    margin-top: 1.75rem;
  }

  .lg\:children\:mr-7 > * {
    margin-right: 1.75rem;
  }

  .lg\:children\:mb-7 > * {
    margin-bottom: 1.75rem;
  }

  .lg\:children\:ml-7 > * {
    margin-left: 1.75rem;
  }

  .lg\:children\:mt-8 > * {
    margin-top: 2rem;
  }

  .lg\:children\:mr-8 > * {
    margin-right: 2rem;
  }

  .lg\:children\:mb-8 > * {
    margin-bottom: 2rem;
  }

  .lg\:children\:ml-8 > * {
    margin-left: 2rem;
  }

  .lg\:children\:mt-9 > * {
    margin-top: 2.25rem;
  }

  .lg\:children\:mr-9 > * {
    margin-right: 2.25rem;
  }

  .lg\:children\:mb-9 > * {
    margin-bottom: 2.25rem;
  }

  .lg\:children\:ml-9 > * {
    margin-left: 2.25rem;
  }

  .lg\:children\:mt-10 > * {
    margin-top: 2.5rem;
  }

  .lg\:children\:mr-10 > * {
    margin-right: 2.5rem;
  }

  .lg\:children\:mb-10 > * {
    margin-bottom: 2.5rem;
  }

  .lg\:children\:ml-10 > * {
    margin-left: 2.5rem;
  }

  .lg\:children\:mt-11 > * {
    margin-top: 2.75rem;
  }

  .lg\:children\:mr-11 > * {
    margin-right: 2.75rem;
  }

  .lg\:children\:mb-11 > * {
    margin-bottom: 2.75rem;
  }

  .lg\:children\:ml-11 > * {
    margin-left: 2.75rem;
  }

  .lg\:children\:mt-12 > * {
    margin-top: 3rem;
  }

  .lg\:children\:mr-12 > * {
    margin-right: 3rem;
  }

  .lg\:children\:mb-12 > * {
    margin-bottom: 3rem;
  }

  .lg\:children\:ml-12 > * {
    margin-left: 3rem;
  }

  .lg\:children\:mt-13 > * {
    margin-top: 3.25rem;
  }

  .lg\:children\:mr-13 > * {
    margin-right: 3.25rem;
  }

  .lg\:children\:mb-13 > * {
    margin-bottom: 3.25rem;
  }

  .lg\:children\:ml-13 > * {
    margin-left: 3.25rem;
  }

  .lg\:children\:mt-14 > * {
    margin-top: 3.5rem;
  }

  .lg\:children\:mr-14 > * {
    margin-right: 3.5rem;
  }

  .lg\:children\:mb-14 > * {
    margin-bottom: 3.5rem;
  }

  .lg\:children\:ml-14 > * {
    margin-left: 3.5rem;
  }

  .lg\:children\:mt-15 > * {
    margin-top: 3.75rem;
  }

  .lg\:children\:mr-15 > * {
    margin-right: 3.75rem;
  }

  .lg\:children\:mb-15 > * {
    margin-bottom: 3.75rem;
  }

  .lg\:children\:ml-15 > * {
    margin-left: 3.75rem;
  }

  .lg\:children\:mt-16 > * {
    margin-top: 4rem;
  }

  .lg\:children\:mr-16 > * {
    margin-right: 4rem;
  }

  .lg\:children\:mb-16 > * {
    margin-bottom: 4rem;
  }

  .lg\:children\:ml-16 > * {
    margin-left: 4rem;
  }

  .lg\:children\:mt-17 > * {
    margin-top: 4.25rem;
  }

  .lg\:children\:mr-17 > * {
    margin-right: 4.25rem;
  }

  .lg\:children\:mb-17 > * {
    margin-bottom: 4.25rem;
  }

  .lg\:children\:ml-17 > * {
    margin-left: 4.25rem;
  }

  .lg\:children\:mt-18 > * {
    margin-top: 4.5rem;
  }

  .lg\:children\:mr-18 > * {
    margin-right: 4.5rem;
  }

  .lg\:children\:mb-18 > * {
    margin-bottom: 4.5rem;
  }

  .lg\:children\:ml-18 > * {
    margin-left: 4.5rem;
  }

  .lg\:children\:mt-19 > * {
    margin-top: 4.75rem;
  }

  .lg\:children\:mr-19 > * {
    margin-right: 4.75rem;
  }

  .lg\:children\:mb-19 > * {
    margin-bottom: 4.75rem;
  }

  .lg\:children\:ml-19 > * {
    margin-left: 4.75rem;
  }

  .lg\:children\:mt-20 > * {
    margin-top: 5rem;
  }

  .lg\:children\:mr-20 > * {
    margin-right: 5rem;
  }

  .lg\:children\:mb-20 > * {
    margin-bottom: 5rem;
  }

  .lg\:children\:ml-20 > * {
    margin-left: 5rem;
  }

  .lg\:children\:mt-24 > * {
    margin-top: 6rem;
  }

  .lg\:children\:mr-24 > * {
    margin-right: 6rem;
  }

  .lg\:children\:mb-24 > * {
    margin-bottom: 6rem;
  }

  .lg\:children\:ml-24 > * {
    margin-left: 6rem;
  }

  .lg\:children\:mt-32 > * {
    margin-top: 8rem;
  }

  .lg\:children\:mr-32 > * {
    margin-right: 8rem;
  }

  .lg\:children\:mb-32 > * {
    margin-bottom: 8rem;
  }

  .lg\:children\:ml-32 > * {
    margin-left: 8rem;
  }

  .lg\:children\:mt-40 > * {
    margin-top: 10rem;
  }

  .lg\:children\:mr-40 > * {
    margin-right: 10rem;
  }

  .lg\:children\:mb-40 > * {
    margin-bottom: 10rem;
  }

  .lg\:children\:ml-40 > * {
    margin-left: 10rem;
  }

  .lg\:children\:mt-48 > * {
    margin-top: 12rem;
  }

  .lg\:children\:mr-48 > * {
    margin-right: 12rem;
  }

  .lg\:children\:mb-48 > * {
    margin-bottom: 12rem;
  }

  .lg\:children\:ml-48 > * {
    margin-left: 12rem;
  }

  .lg\:children\:mt-56 > * {
    margin-top: 14rem;
  }

  .lg\:children\:mr-56 > * {
    margin-right: 14rem;
  }

  .lg\:children\:mb-56 > * {
    margin-bottom: 14rem;
  }

  .lg\:children\:ml-56 > * {
    margin-left: 14rem;
  }

  .lg\:children\:mt-64 > * {
    margin-top: 16rem;
  }

  .lg\:children\:mr-64 > * {
    margin-right: 16rem;
  }

  .lg\:children\:mb-64 > * {
    margin-bottom: 16rem;
  }

  .lg\:children\:ml-64 > * {
    margin-left: 16rem;
  }

  .lg\:children\:mt-75 > * {
    margin-top: 18.75rem;
  }

  .lg\:children\:mr-75 > * {
    margin-right: 18.75rem;
  }

  .lg\:children\:mb-75 > * {
    margin-bottom: 18.75rem;
  }

  .lg\:children\:ml-75 > * {
    margin-left: 18.75rem;
  }

  .lg\:children\:mt-auto > * {
    margin-top: auto;
  }

  .lg\:children\:mr-auto > * {
    margin-right: auto;
  }

  .lg\:children\:mb-auto > * {
    margin-bottom: auto;
  }

  .lg\:children\:ml-auto > * {
    margin-left: auto;
  }

  .lg\:children\:mt-px > * {
    margin-top: 1px;
  }

  .lg\:children\:mr-px > * {
    margin-right: 1px;
  }

  .lg\:children\:mb-px > * {
    margin-bottom: 1px;
  }

  .lg\:children\:ml-px > * {
    margin-left: 1px;
  }

  .lg\:children\:-mt-1 > * {
    margin-top: -0.25rem;
  }

  .lg\:children\:-mr-1 > * {
    margin-right: -0.25rem;
  }

  .lg\:children\:-mb-1 > * {
    margin-bottom: -0.25rem;
  }

  .lg\:children\:-ml-1 > * {
    margin-left: -0.25rem;
  }

  .lg\:children\:-mt-2 > * {
    margin-top: -0.5rem;
  }

  .lg\:children\:-mr-2 > * {
    margin-right: -0.5rem;
  }

  .lg\:children\:-mb-2 > * {
    margin-bottom: -0.5rem;
  }

  .lg\:children\:-ml-2 > * {
    margin-left: -0.5rem;
  }

  .lg\:children\:-mt-3 > * {
    margin-top: -0.75rem;
  }

  .lg\:children\:-mr-3 > * {
    margin-right: -0.75rem;
  }

  .lg\:children\:-mb-3 > * {
    margin-bottom: -0.75rem;
  }

  .lg\:children\:-ml-3 > * {
    margin-left: -0.75rem;
  }

  .lg\:children\:-mt-4 > * {
    margin-top: -1rem;
  }

  .lg\:children\:-mr-4 > * {
    margin-right: -1rem;
  }

  .lg\:children\:-mb-4 > * {
    margin-bottom: -1rem;
  }

  .lg\:children\:-ml-4 > * {
    margin-left: -1rem;
  }

  .lg\:children\:-mt-5 > * {
    margin-top: -1.25rem;
  }

  .lg\:children\:-mr-5 > * {
    margin-right: -1.25rem;
  }

  .lg\:children\:-mb-5 > * {
    margin-bottom: -1.25rem;
  }

  .lg\:children\:-ml-5 > * {
    margin-left: -1.25rem;
  }

  .lg\:children\:-mt-6 > * {
    margin-top: -1.5rem;
  }

  .lg\:children\:-mr-6 > * {
    margin-right: -1.5rem;
  }

  .lg\:children\:-mb-6 > * {
    margin-bottom: -1.5rem;
  }

  .lg\:children\:-ml-6 > * {
    margin-left: -1.5rem;
  }

  .lg\:children\:-mt-7 > * {
    margin-top: -1.75rem;
  }

  .lg\:children\:-mr-7 > * {
    margin-right: -1.75rem;
  }

  .lg\:children\:-mb-7 > * {
    margin-bottom: -1.75rem;
  }

  .lg\:children\:-ml-7 > * {
    margin-left: -1.75rem;
  }

  .lg\:children\:-mt-8 > * {
    margin-top: -2rem;
  }

  .lg\:children\:-mr-8 > * {
    margin-right: -2rem;
  }

  .lg\:children\:-mb-8 > * {
    margin-bottom: -2rem;
  }

  .lg\:children\:-ml-8 > * {
    margin-left: -2rem;
  }

  .lg\:children\:-mt-9 > * {
    margin-top: -2.25rem;
  }

  .lg\:children\:-mr-9 > * {
    margin-right: -2.25rem;
  }

  .lg\:children\:-mb-9 > * {
    margin-bottom: -2.25rem;
  }

  .lg\:children\:-ml-9 > * {
    margin-left: -2.25rem;
  }

  .lg\:children\:-mt-10 > * {
    margin-top: -2.5rem;
  }

  .lg\:children\:-mr-10 > * {
    margin-right: -2.5rem;
  }

  .lg\:children\:-mb-10 > * {
    margin-bottom: -2.5rem;
  }

  .lg\:children\:-ml-10 > * {
    margin-left: -2.5rem;
  }

  .lg\:children\:-mt-11 > * {
    margin-top: -2.75rem;
  }

  .lg\:children\:-mr-11 > * {
    margin-right: -2.75rem;
  }

  .lg\:children\:-mb-11 > * {
    margin-bottom: -2.75rem;
  }

  .lg\:children\:-ml-11 > * {
    margin-left: -2.75rem;
  }

  .lg\:children\:-mt-12 > * {
    margin-top: -3rem;
  }

  .lg\:children\:-mr-12 > * {
    margin-right: -3rem;
  }

  .lg\:children\:-mb-12 > * {
    margin-bottom: -3rem;
  }

  .lg\:children\:-ml-12 > * {
    margin-left: -3rem;
  }

  .lg\:children\:-mt-13 > * {
    margin-top: -3.25rem;
  }

  .lg\:children\:-mr-13 > * {
    margin-right: -3.25rem;
  }

  .lg\:children\:-mb-13 > * {
    margin-bottom: -3.25rem;
  }

  .lg\:children\:-ml-13 > * {
    margin-left: -3.25rem;
  }

  .lg\:children\:-mt-14 > * {
    margin-top: -3.5rem;
  }

  .lg\:children\:-mr-14 > * {
    margin-right: -3.5rem;
  }

  .lg\:children\:-mb-14 > * {
    margin-bottom: -3.5rem;
  }

  .lg\:children\:-ml-14 > * {
    margin-left: -3.5rem;
  }

  .lg\:children\:-mt-15 > * {
    margin-top: -3.75rem;
  }

  .lg\:children\:-mr-15 > * {
    margin-right: -3.75rem;
  }

  .lg\:children\:-mb-15 > * {
    margin-bottom: -3.75rem;
  }

  .lg\:children\:-ml-15 > * {
    margin-left: -3.75rem;
  }

  .lg\:children\:-mt-16 > * {
    margin-top: -4rem;
  }

  .lg\:children\:-mr-16 > * {
    margin-right: -4rem;
  }

  .lg\:children\:-mb-16 > * {
    margin-bottom: -4rem;
  }

  .lg\:children\:-ml-16 > * {
    margin-left: -4rem;
  }

  .lg\:children\:-mt-17 > * {
    margin-top: -4.25rem;
  }

  .lg\:children\:-mr-17 > * {
    margin-right: -4.25rem;
  }

  .lg\:children\:-mb-17 > * {
    margin-bottom: -4.25rem;
  }

  .lg\:children\:-ml-17 > * {
    margin-left: -4.25rem;
  }

  .lg\:children\:-mt-18 > * {
    margin-top: -4.5rem;
  }

  .lg\:children\:-mr-18 > * {
    margin-right: -4.5rem;
  }

  .lg\:children\:-mb-18 > * {
    margin-bottom: -4.5rem;
  }

  .lg\:children\:-ml-18 > * {
    margin-left: -4.5rem;
  }

  .lg\:children\:-mt-19 > * {
    margin-top: -4.75rem;
  }

  .lg\:children\:-mr-19 > * {
    margin-right: -4.75rem;
  }

  .lg\:children\:-mb-19 > * {
    margin-bottom: -4.75rem;
  }

  .lg\:children\:-ml-19 > * {
    margin-left: -4.75rem;
  }

  .lg\:children\:-mt-20 > * {
    margin-top: -5rem;
  }

  .lg\:children\:-mr-20 > * {
    margin-right: -5rem;
  }

  .lg\:children\:-mb-20 > * {
    margin-bottom: -5rem;
  }

  .lg\:children\:-ml-20 > * {
    margin-left: -5rem;
  }

  .lg\:children\:-mt-24 > * {
    margin-top: -6rem;
  }

  .lg\:children\:-mr-24 > * {
    margin-right: -6rem;
  }

  .lg\:children\:-mb-24 > * {
    margin-bottom: -6rem;
  }

  .lg\:children\:-ml-24 > * {
    margin-left: -6rem;
  }

  .lg\:children\:-mt-32 > * {
    margin-top: -8rem;
  }

  .lg\:children\:-mr-32 > * {
    margin-right: -8rem;
  }

  .lg\:children\:-mb-32 > * {
    margin-bottom: -8rem;
  }

  .lg\:children\:-ml-32 > * {
    margin-left: -8rem;
  }

  .lg\:children\:-mt-40 > * {
    margin-top: -10rem;
  }

  .lg\:children\:-mr-40 > * {
    margin-right: -10rem;
  }

  .lg\:children\:-mb-40 > * {
    margin-bottom: -10rem;
  }

  .lg\:children\:-ml-40 > * {
    margin-left: -10rem;
  }

  .lg\:children\:-mt-48 > * {
    margin-top: -12rem;
  }

  .lg\:children\:-mr-48 > * {
    margin-right: -12rem;
  }

  .lg\:children\:-mb-48 > * {
    margin-bottom: -12rem;
  }

  .lg\:children\:-ml-48 > * {
    margin-left: -12rem;
  }

  .lg\:children\:-mt-56 > * {
    margin-top: -14rem;
  }

  .lg\:children\:-mr-56 > * {
    margin-right: -14rem;
  }

  .lg\:children\:-mb-56 > * {
    margin-bottom: -14rem;
  }

  .lg\:children\:-ml-56 > * {
    margin-left: -14rem;
  }

  .lg\:children\:-mt-64 > * {
    margin-top: -16rem;
  }

  .lg\:children\:-mr-64 > * {
    margin-right: -16rem;
  }

  .lg\:children\:-mb-64 > * {
    margin-bottom: -16rem;
  }

  .lg\:children\:-ml-64 > * {
    margin-left: -16rem;
  }

  .lg\:children\:-mt-75 > * {
    margin-top: -18.75rem;
  }

  .lg\:children\:-mr-75 > * {
    margin-right: -18.75rem;
  }

  .lg\:children\:-mb-75 > * {
    margin-bottom: -18.75rem;
  }

  .lg\:children\:-ml-75 > * {
    margin-left: -18.75rem;
  }

  .lg\:children\:-mt-px > * {
    margin-top: -1px;
  }

  .lg\:children\:-mr-px > * {
    margin-right: -1px;
  }

  .lg\:children\:-mb-px > * {
    margin-bottom: -1px;
  }

  .lg\:children\:-ml-px > * {
    margin-left: -1px;
  }

  .lg\:first\:m-0:first-child {
    margin: 0;
  }

  .lg\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .lg\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .lg\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .lg\:first\:m-4:first-child {
    margin: 1rem;
  }

  .lg\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .lg\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .lg\:first\:m-7:first-child {
    margin: 1.75rem;
  }

  .lg\:first\:m-8:first-child {
    margin: 2rem;
  }

  .lg\:first\:m-9:first-child {
    margin: 2.25rem;
  }

  .lg\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .lg\:first\:m-11:first-child {
    margin: 2.75rem;
  }

  .lg\:first\:m-12:first-child {
    margin: 3rem;
  }

  .lg\:first\:m-13:first-child {
    margin: 3.25rem;
  }

  .lg\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .lg\:first\:m-15:first-child {
    margin: 3.75rem;
  }

  .lg\:first\:m-16:first-child {
    margin: 4rem;
  }

  .lg\:first\:m-17:first-child {
    margin: 4.25rem;
  }

  .lg\:first\:m-18:first-child {
    margin: 4.5rem;
  }

  .lg\:first\:m-19:first-child {
    margin: 4.75rem;
  }

  .lg\:first\:m-20:first-child {
    margin: 5rem;
  }

  .lg\:first\:m-24:first-child {
    margin: 6rem;
  }

  .lg\:first\:m-32:first-child {
    margin: 8rem;
  }

  .lg\:first\:m-40:first-child {
    margin: 10rem;
  }

  .lg\:first\:m-48:first-child {
    margin: 12rem;
  }

  .lg\:first\:m-56:first-child {
    margin: 14rem;
  }

  .lg\:first\:m-64:first-child {
    margin: 16rem;
  }

  .lg\:first\:m-75:first-child {
    margin: 18.75rem;
  }

  .lg\:first\:m-auto:first-child {
    margin: auto;
  }

  .lg\:first\:m-px:first-child {
    margin: 1px;
  }

  .lg\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .lg\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .lg\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .lg\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .lg\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .lg\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .lg\:first\:-m-7:first-child {
    margin: -1.75rem;
  }

  .lg\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .lg\:first\:-m-9:first-child {
    margin: -2.25rem;
  }

  .lg\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .lg\:first\:-m-11:first-child {
    margin: -2.75rem;
  }

  .lg\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .lg\:first\:-m-13:first-child {
    margin: -3.25rem;
  }

  .lg\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .lg\:first\:-m-15:first-child {
    margin: -3.75rem;
  }

  .lg\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .lg\:first\:-m-17:first-child {
    margin: -4.25rem;
  }

  .lg\:first\:-m-18:first-child {
    margin: -4.5rem;
  }

  .lg\:first\:-m-19:first-child {
    margin: -4.75rem;
  }

  .lg\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .lg\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .lg\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .lg\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .lg\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .lg\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .lg\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .lg\:first\:-m-75:first-child {
    margin: -18.75rem;
  }

  .lg\:first\:-m-px:first-child {
    margin: -1px;
  }

  .lg\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:first\:my-7:first-child {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:first\:mx-7:first-child {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:first\:my-9:first-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:first\:mx-9:first-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:first\:my-11:first-child {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:first\:mx-11:first-child {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:first\:my-13:first-child {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .lg\:first\:mx-13:first-child {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .lg\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:first\:my-15:first-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:first\:mx-15:first-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .lg\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:first\:my-17:first-child {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .lg\:first\:mx-17:first-child {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .lg\:first\:my-18:first-child {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .lg\:first\:mx-18:first-child {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .lg\:first\:my-19:first-child {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .lg\:first\:mx-19:first-child {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .lg\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:first\:my-75:first-child {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .lg\:first\:mx-75:first-child {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .lg\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:first\:-my-7:first-child {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:first\:-mx-7:first-child {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:first\:-my-9:first-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:first\:-mx-9:first-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:first\:-my-11:first-child {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:first\:-mx-11:first-child {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:first\:-my-13:first-child {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .lg\:first\:-mx-13:first-child {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .lg\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:first\:-my-15:first-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:first\:-mx-15:first-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .lg\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:first\:-my-17:first-child {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .lg\:first\:-mx-17:first-child {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .lg\:first\:-my-18:first-child {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .lg\:first\:-mx-18:first-child {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .lg\:first\:-my-19:first-child {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .lg\:first\:-mx-19:first-child {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .lg\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:first\:-my-75:first-child {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .lg\:first\:-mx-75:first-child {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .lg\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .lg\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .lg\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .lg\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .lg\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .lg\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .lg\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .lg\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .lg\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .lg\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .lg\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .lg\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .lg\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .lg\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .lg\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .lg\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .lg\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .lg\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .lg\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .lg\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .lg\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .lg\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .lg\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .lg\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .lg\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .lg\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .lg\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .lg\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .lg\:first\:mt-7:first-child {
    margin-top: 1.75rem;
  }

  .lg\:first\:mr-7:first-child {
    margin-right: 1.75rem;
  }

  .lg\:first\:mb-7:first-child {
    margin-bottom: 1.75rem;
  }

  .lg\:first\:ml-7:first-child {
    margin-left: 1.75rem;
  }

  .lg\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .lg\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .lg\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .lg\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .lg\:first\:mt-9:first-child {
    margin-top: 2.25rem;
  }

  .lg\:first\:mr-9:first-child {
    margin-right: 2.25rem;
  }

  .lg\:first\:mb-9:first-child {
    margin-bottom: 2.25rem;
  }

  .lg\:first\:ml-9:first-child {
    margin-left: 2.25rem;
  }

  .lg\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .lg\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .lg\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .lg\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .lg\:first\:mt-11:first-child {
    margin-top: 2.75rem;
  }

  .lg\:first\:mr-11:first-child {
    margin-right: 2.75rem;
  }

  .lg\:first\:mb-11:first-child {
    margin-bottom: 2.75rem;
  }

  .lg\:first\:ml-11:first-child {
    margin-left: 2.75rem;
  }

  .lg\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .lg\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .lg\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .lg\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .lg\:first\:mt-13:first-child {
    margin-top: 3.25rem;
  }

  .lg\:first\:mr-13:first-child {
    margin-right: 3.25rem;
  }

  .lg\:first\:mb-13:first-child {
    margin-bottom: 3.25rem;
  }

  .lg\:first\:ml-13:first-child {
    margin-left: 3.25rem;
  }

  .lg\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .lg\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .lg\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .lg\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .lg\:first\:mt-15:first-child {
    margin-top: 3.75rem;
  }

  .lg\:first\:mr-15:first-child {
    margin-right: 3.75rem;
  }

  .lg\:first\:mb-15:first-child {
    margin-bottom: 3.75rem;
  }

  .lg\:first\:ml-15:first-child {
    margin-left: 3.75rem;
  }

  .lg\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .lg\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .lg\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .lg\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .lg\:first\:mt-17:first-child {
    margin-top: 4.25rem;
  }

  .lg\:first\:mr-17:first-child {
    margin-right: 4.25rem;
  }

  .lg\:first\:mb-17:first-child {
    margin-bottom: 4.25rem;
  }

  .lg\:first\:ml-17:first-child {
    margin-left: 4.25rem;
  }

  .lg\:first\:mt-18:first-child {
    margin-top: 4.5rem;
  }

  .lg\:first\:mr-18:first-child {
    margin-right: 4.5rem;
  }

  .lg\:first\:mb-18:first-child {
    margin-bottom: 4.5rem;
  }

  .lg\:first\:ml-18:first-child {
    margin-left: 4.5rem;
  }

  .lg\:first\:mt-19:first-child {
    margin-top: 4.75rem;
  }

  .lg\:first\:mr-19:first-child {
    margin-right: 4.75rem;
  }

  .lg\:first\:mb-19:first-child {
    margin-bottom: 4.75rem;
  }

  .lg\:first\:ml-19:first-child {
    margin-left: 4.75rem;
  }

  .lg\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .lg\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .lg\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .lg\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .lg\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .lg\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .lg\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .lg\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .lg\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .lg\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .lg\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .lg\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .lg\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .lg\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .lg\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .lg\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .lg\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .lg\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .lg\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .lg\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .lg\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .lg\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .lg\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .lg\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .lg\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .lg\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .lg\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .lg\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .lg\:first\:mt-75:first-child {
    margin-top: 18.75rem;
  }

  .lg\:first\:mr-75:first-child {
    margin-right: 18.75rem;
  }

  .lg\:first\:mb-75:first-child {
    margin-bottom: 18.75rem;
  }

  .lg\:first\:ml-75:first-child {
    margin-left: 18.75rem;
  }

  .lg\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .lg\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .lg\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .lg\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .lg\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .lg\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .lg\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .lg\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .lg\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .lg\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .lg\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .lg\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .lg\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .lg\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .lg\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .lg\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .lg\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .lg\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .lg\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .lg\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .lg\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .lg\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .lg\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .lg\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .lg\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .lg\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .lg\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .lg\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .lg\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .lg\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .lg\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .lg\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .lg\:first\:-mt-7:first-child {
    margin-top: -1.75rem;
  }

  .lg\:first\:-mr-7:first-child {
    margin-right: -1.75rem;
  }

  .lg\:first\:-mb-7:first-child {
    margin-bottom: -1.75rem;
  }

  .lg\:first\:-ml-7:first-child {
    margin-left: -1.75rem;
  }

  .lg\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .lg\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .lg\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .lg\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .lg\:first\:-mt-9:first-child {
    margin-top: -2.25rem;
  }

  .lg\:first\:-mr-9:first-child {
    margin-right: -2.25rem;
  }

  .lg\:first\:-mb-9:first-child {
    margin-bottom: -2.25rem;
  }

  .lg\:first\:-ml-9:first-child {
    margin-left: -2.25rem;
  }

  .lg\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .lg\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .lg\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .lg\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .lg\:first\:-mt-11:first-child {
    margin-top: -2.75rem;
  }

  .lg\:first\:-mr-11:first-child {
    margin-right: -2.75rem;
  }

  .lg\:first\:-mb-11:first-child {
    margin-bottom: -2.75rem;
  }

  .lg\:first\:-ml-11:first-child {
    margin-left: -2.75rem;
  }

  .lg\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .lg\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .lg\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .lg\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .lg\:first\:-mt-13:first-child {
    margin-top: -3.25rem;
  }

  .lg\:first\:-mr-13:first-child {
    margin-right: -3.25rem;
  }

  .lg\:first\:-mb-13:first-child {
    margin-bottom: -3.25rem;
  }

  .lg\:first\:-ml-13:first-child {
    margin-left: -3.25rem;
  }

  .lg\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .lg\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .lg\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .lg\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .lg\:first\:-mt-15:first-child {
    margin-top: -3.75rem;
  }

  .lg\:first\:-mr-15:first-child {
    margin-right: -3.75rem;
  }

  .lg\:first\:-mb-15:first-child {
    margin-bottom: -3.75rem;
  }

  .lg\:first\:-ml-15:first-child {
    margin-left: -3.75rem;
  }

  .lg\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .lg\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .lg\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .lg\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .lg\:first\:-mt-17:first-child {
    margin-top: -4.25rem;
  }

  .lg\:first\:-mr-17:first-child {
    margin-right: -4.25rem;
  }

  .lg\:first\:-mb-17:first-child {
    margin-bottom: -4.25rem;
  }

  .lg\:first\:-ml-17:first-child {
    margin-left: -4.25rem;
  }

  .lg\:first\:-mt-18:first-child {
    margin-top: -4.5rem;
  }

  .lg\:first\:-mr-18:first-child {
    margin-right: -4.5rem;
  }

  .lg\:first\:-mb-18:first-child {
    margin-bottom: -4.5rem;
  }

  .lg\:first\:-ml-18:first-child {
    margin-left: -4.5rem;
  }

  .lg\:first\:-mt-19:first-child {
    margin-top: -4.75rem;
  }

  .lg\:first\:-mr-19:first-child {
    margin-right: -4.75rem;
  }

  .lg\:first\:-mb-19:first-child {
    margin-bottom: -4.75rem;
  }

  .lg\:first\:-ml-19:first-child {
    margin-left: -4.75rem;
  }

  .lg\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .lg\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .lg\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .lg\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .lg\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .lg\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .lg\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .lg\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .lg\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .lg\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .lg\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .lg\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .lg\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .lg\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .lg\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .lg\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .lg\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .lg\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .lg\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .lg\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .lg\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .lg\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .lg\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .lg\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .lg\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .lg\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .lg\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .lg\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .lg\:first\:-mt-75:first-child {
    margin-top: -18.75rem;
  }

  .lg\:first\:-mr-75:first-child {
    margin-right: -18.75rem;
  }

  .lg\:first\:-mb-75:first-child {
    margin-bottom: -18.75rem;
  }

  .lg\:first\:-ml-75:first-child {
    margin-left: -18.75rem;
  }

  .lg\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .lg\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .lg\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .lg\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .lg\:last\:m-0:last-child {
    margin: 0;
  }

  .lg\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .lg\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .lg\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .lg\:last\:m-4:last-child {
    margin: 1rem;
  }

  .lg\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .lg\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .lg\:last\:m-7:last-child {
    margin: 1.75rem;
  }

  .lg\:last\:m-8:last-child {
    margin: 2rem;
  }

  .lg\:last\:m-9:last-child {
    margin: 2.25rem;
  }

  .lg\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .lg\:last\:m-11:last-child {
    margin: 2.75rem;
  }

  .lg\:last\:m-12:last-child {
    margin: 3rem;
  }

  .lg\:last\:m-13:last-child {
    margin: 3.25rem;
  }

  .lg\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .lg\:last\:m-15:last-child {
    margin: 3.75rem;
  }

  .lg\:last\:m-16:last-child {
    margin: 4rem;
  }

  .lg\:last\:m-17:last-child {
    margin: 4.25rem;
  }

  .lg\:last\:m-18:last-child {
    margin: 4.5rem;
  }

  .lg\:last\:m-19:last-child {
    margin: 4.75rem;
  }

  .lg\:last\:m-20:last-child {
    margin: 5rem;
  }

  .lg\:last\:m-24:last-child {
    margin: 6rem;
  }

  .lg\:last\:m-32:last-child {
    margin: 8rem;
  }

  .lg\:last\:m-40:last-child {
    margin: 10rem;
  }

  .lg\:last\:m-48:last-child {
    margin: 12rem;
  }

  .lg\:last\:m-56:last-child {
    margin: 14rem;
  }

  .lg\:last\:m-64:last-child {
    margin: 16rem;
  }

  .lg\:last\:m-75:last-child {
    margin: 18.75rem;
  }

  .lg\:last\:m-auto:last-child {
    margin: auto;
  }

  .lg\:last\:m-px:last-child {
    margin: 1px;
  }

  .lg\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .lg\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .lg\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .lg\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .lg\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .lg\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .lg\:last\:-m-7:last-child {
    margin: -1.75rem;
  }

  .lg\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .lg\:last\:-m-9:last-child {
    margin: -2.25rem;
  }

  .lg\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .lg\:last\:-m-11:last-child {
    margin: -2.75rem;
  }

  .lg\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .lg\:last\:-m-13:last-child {
    margin: -3.25rem;
  }

  .lg\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .lg\:last\:-m-15:last-child {
    margin: -3.75rem;
  }

  .lg\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .lg\:last\:-m-17:last-child {
    margin: -4.25rem;
  }

  .lg\:last\:-m-18:last-child {
    margin: -4.5rem;
  }

  .lg\:last\:-m-19:last-child {
    margin: -4.75rem;
  }

  .lg\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .lg\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .lg\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .lg\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .lg\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .lg\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .lg\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .lg\:last\:-m-75:last-child {
    margin: -18.75rem;
  }

  .lg\:last\:-m-px:last-child {
    margin: -1px;
  }

  .lg\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:last\:my-7:last-child {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:last\:mx-7:last-child {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:last\:my-9:last-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:last\:mx-9:last-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:last\:my-11:last-child {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:last\:mx-11:last-child {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:last\:my-13:last-child {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .lg\:last\:mx-13:last-child {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .lg\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:last\:my-15:last-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:last\:mx-15:last-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .lg\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:last\:my-17:last-child {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .lg\:last\:mx-17:last-child {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .lg\:last\:my-18:last-child {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .lg\:last\:mx-18:last-child {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .lg\:last\:my-19:last-child {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .lg\:last\:mx-19:last-child {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .lg\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:last\:my-75:last-child {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .lg\:last\:mx-75:last-child {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .lg\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:last\:-my-7:last-child {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:last\:-mx-7:last-child {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:last\:-my-9:last-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:last\:-mx-9:last-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:last\:-my-11:last-child {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:last\:-mx-11:last-child {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:last\:-my-13:last-child {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .lg\:last\:-mx-13:last-child {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .lg\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:last\:-my-15:last-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:last\:-mx-15:last-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .lg\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:last\:-my-17:last-child {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .lg\:last\:-mx-17:last-child {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .lg\:last\:-my-18:last-child {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .lg\:last\:-mx-18:last-child {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .lg\:last\:-my-19:last-child {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .lg\:last\:-mx-19:last-child {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .lg\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:last\:-my-75:last-child {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .lg\:last\:-mx-75:last-child {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .lg\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .lg\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .lg\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .lg\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .lg\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .lg\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .lg\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .lg\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .lg\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .lg\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .lg\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .lg\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .lg\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .lg\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .lg\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .lg\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .lg\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .lg\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .lg\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .lg\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .lg\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .lg\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .lg\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .lg\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .lg\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .lg\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .lg\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .lg\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .lg\:last\:mt-7:last-child {
    margin-top: 1.75rem;
  }

  .lg\:last\:mr-7:last-child {
    margin-right: 1.75rem;
  }

  .lg\:last\:mb-7:last-child {
    margin-bottom: 1.75rem;
  }

  .lg\:last\:ml-7:last-child {
    margin-left: 1.75rem;
  }

  .lg\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .lg\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .lg\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .lg\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .lg\:last\:mt-9:last-child {
    margin-top: 2.25rem;
  }

  .lg\:last\:mr-9:last-child {
    margin-right: 2.25rem;
  }

  .lg\:last\:mb-9:last-child {
    margin-bottom: 2.25rem;
  }

  .lg\:last\:ml-9:last-child {
    margin-left: 2.25rem;
  }

  .lg\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .lg\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .lg\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .lg\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .lg\:last\:mt-11:last-child {
    margin-top: 2.75rem;
  }

  .lg\:last\:mr-11:last-child {
    margin-right: 2.75rem;
  }

  .lg\:last\:mb-11:last-child {
    margin-bottom: 2.75rem;
  }

  .lg\:last\:ml-11:last-child {
    margin-left: 2.75rem;
  }

  .lg\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .lg\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .lg\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .lg\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .lg\:last\:mt-13:last-child {
    margin-top: 3.25rem;
  }

  .lg\:last\:mr-13:last-child {
    margin-right: 3.25rem;
  }

  .lg\:last\:mb-13:last-child {
    margin-bottom: 3.25rem;
  }

  .lg\:last\:ml-13:last-child {
    margin-left: 3.25rem;
  }

  .lg\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .lg\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .lg\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .lg\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .lg\:last\:mt-15:last-child {
    margin-top: 3.75rem;
  }

  .lg\:last\:mr-15:last-child {
    margin-right: 3.75rem;
  }

  .lg\:last\:mb-15:last-child {
    margin-bottom: 3.75rem;
  }

  .lg\:last\:ml-15:last-child {
    margin-left: 3.75rem;
  }

  .lg\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .lg\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .lg\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .lg\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .lg\:last\:mt-17:last-child {
    margin-top: 4.25rem;
  }

  .lg\:last\:mr-17:last-child {
    margin-right: 4.25rem;
  }

  .lg\:last\:mb-17:last-child {
    margin-bottom: 4.25rem;
  }

  .lg\:last\:ml-17:last-child {
    margin-left: 4.25rem;
  }

  .lg\:last\:mt-18:last-child {
    margin-top: 4.5rem;
  }

  .lg\:last\:mr-18:last-child {
    margin-right: 4.5rem;
  }

  .lg\:last\:mb-18:last-child {
    margin-bottom: 4.5rem;
  }

  .lg\:last\:ml-18:last-child {
    margin-left: 4.5rem;
  }

  .lg\:last\:mt-19:last-child {
    margin-top: 4.75rem;
  }

  .lg\:last\:mr-19:last-child {
    margin-right: 4.75rem;
  }

  .lg\:last\:mb-19:last-child {
    margin-bottom: 4.75rem;
  }

  .lg\:last\:ml-19:last-child {
    margin-left: 4.75rem;
  }

  .lg\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .lg\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .lg\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .lg\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .lg\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .lg\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .lg\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .lg\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .lg\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .lg\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .lg\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .lg\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .lg\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .lg\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .lg\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .lg\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .lg\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .lg\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .lg\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .lg\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .lg\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .lg\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .lg\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .lg\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .lg\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .lg\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .lg\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .lg\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .lg\:last\:mt-75:last-child {
    margin-top: 18.75rem;
  }

  .lg\:last\:mr-75:last-child {
    margin-right: 18.75rem;
  }

  .lg\:last\:mb-75:last-child {
    margin-bottom: 18.75rem;
  }

  .lg\:last\:ml-75:last-child {
    margin-left: 18.75rem;
  }

  .lg\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .lg\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .lg\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .lg\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .lg\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .lg\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .lg\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .lg\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .lg\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .lg\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .lg\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .lg\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .lg\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .lg\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .lg\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .lg\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .lg\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .lg\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .lg\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .lg\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .lg\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .lg\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .lg\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .lg\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .lg\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .lg\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .lg\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .lg\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .lg\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .lg\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .lg\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .lg\:last\:-mt-7:last-child {
    margin-top: -1.75rem;
  }

  .lg\:last\:-mr-7:last-child {
    margin-right: -1.75rem;
  }

  .lg\:last\:-mb-7:last-child {
    margin-bottom: -1.75rem;
  }

  .lg\:last\:-ml-7:last-child {
    margin-left: -1.75rem;
  }

  .lg\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .lg\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .lg\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .lg\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .lg\:last\:-mt-9:last-child {
    margin-top: -2.25rem;
  }

  .lg\:last\:-mr-9:last-child {
    margin-right: -2.25rem;
  }

  .lg\:last\:-mb-9:last-child {
    margin-bottom: -2.25rem;
  }

  .lg\:last\:-ml-9:last-child {
    margin-left: -2.25rem;
  }

  .lg\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .lg\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .lg\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .lg\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .lg\:last\:-mt-11:last-child {
    margin-top: -2.75rem;
  }

  .lg\:last\:-mr-11:last-child {
    margin-right: -2.75rem;
  }

  .lg\:last\:-mb-11:last-child {
    margin-bottom: -2.75rem;
  }

  .lg\:last\:-ml-11:last-child {
    margin-left: -2.75rem;
  }

  .lg\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .lg\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .lg\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .lg\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .lg\:last\:-mt-13:last-child {
    margin-top: -3.25rem;
  }

  .lg\:last\:-mr-13:last-child {
    margin-right: -3.25rem;
  }

  .lg\:last\:-mb-13:last-child {
    margin-bottom: -3.25rem;
  }

  .lg\:last\:-ml-13:last-child {
    margin-left: -3.25rem;
  }

  .lg\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .lg\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .lg\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .lg\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .lg\:last\:-mt-15:last-child {
    margin-top: -3.75rem;
  }

  .lg\:last\:-mr-15:last-child {
    margin-right: -3.75rem;
  }

  .lg\:last\:-mb-15:last-child {
    margin-bottom: -3.75rem;
  }

  .lg\:last\:-ml-15:last-child {
    margin-left: -3.75rem;
  }

  .lg\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .lg\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .lg\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .lg\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .lg\:last\:-mt-17:last-child {
    margin-top: -4.25rem;
  }

  .lg\:last\:-mr-17:last-child {
    margin-right: -4.25rem;
  }

  .lg\:last\:-mb-17:last-child {
    margin-bottom: -4.25rem;
  }

  .lg\:last\:-ml-17:last-child {
    margin-left: -4.25rem;
  }

  .lg\:last\:-mt-18:last-child {
    margin-top: -4.5rem;
  }

  .lg\:last\:-mr-18:last-child {
    margin-right: -4.5rem;
  }

  .lg\:last\:-mb-18:last-child {
    margin-bottom: -4.5rem;
  }

  .lg\:last\:-ml-18:last-child {
    margin-left: -4.5rem;
  }

  .lg\:last\:-mt-19:last-child {
    margin-top: -4.75rem;
  }

  .lg\:last\:-mr-19:last-child {
    margin-right: -4.75rem;
  }

  .lg\:last\:-mb-19:last-child {
    margin-bottom: -4.75rem;
  }

  .lg\:last\:-ml-19:last-child {
    margin-left: -4.75rem;
  }

  .lg\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .lg\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .lg\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .lg\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .lg\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .lg\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .lg\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .lg\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .lg\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .lg\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .lg\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .lg\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .lg\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .lg\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .lg\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .lg\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .lg\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .lg\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .lg\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .lg\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .lg\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .lg\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .lg\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .lg\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .lg\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .lg\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .lg\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .lg\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .lg\:last\:-mt-75:last-child {
    margin-top: -18.75rem;
  }

  .lg\:last\:-mr-75:last-child {
    margin-right: -18.75rem;
  }

  .lg\:last\:-mb-75:last-child {
    margin-bottom: -18.75rem;
  }

  .lg\:last\:-ml-75:last-child {
    margin-left: -18.75rem;
  }

  .lg\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .lg\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .lg\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .lg\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .lg\:hover\:m-0:hover {
    margin: 0;
  }

  .lg\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .lg\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .lg\:hover\:m-3:hover {
    margin: 0.75rem;
  }

  .lg\:hover\:m-4:hover {
    margin: 1rem;
  }

  .lg\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .lg\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .lg\:hover\:m-7:hover {
    margin: 1.75rem;
  }

  .lg\:hover\:m-8:hover {
    margin: 2rem;
  }

  .lg\:hover\:m-9:hover {
    margin: 2.25rem;
  }

  .lg\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .lg\:hover\:m-11:hover {
    margin: 2.75rem;
  }

  .lg\:hover\:m-12:hover {
    margin: 3rem;
  }

  .lg\:hover\:m-13:hover {
    margin: 3.25rem;
  }

  .lg\:hover\:m-14:hover {
    margin: 3.5rem;
  }

  .lg\:hover\:m-15:hover {
    margin: 3.75rem;
  }

  .lg\:hover\:m-16:hover {
    margin: 4rem;
  }

  .lg\:hover\:m-17:hover {
    margin: 4.25rem;
  }

  .lg\:hover\:m-18:hover {
    margin: 4.5rem;
  }

  .lg\:hover\:m-19:hover {
    margin: 4.75rem;
  }

  .lg\:hover\:m-20:hover {
    margin: 5rem;
  }

  .lg\:hover\:m-24:hover {
    margin: 6rem;
  }

  .lg\:hover\:m-32:hover {
    margin: 8rem;
  }

  .lg\:hover\:m-40:hover {
    margin: 10rem;
  }

  .lg\:hover\:m-48:hover {
    margin: 12rem;
  }

  .lg\:hover\:m-56:hover {
    margin: 14rem;
  }

  .lg\:hover\:m-64:hover {
    margin: 16rem;
  }

  .lg\:hover\:m-75:hover {
    margin: 18.75rem;
  }

  .lg\:hover\:m-auto:hover {
    margin: auto;
  }

  .lg\:hover\:m-px:hover {
    margin: 1px;
  }

  .lg\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .lg\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .lg\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .lg\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .lg\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .lg\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .lg\:hover\:-m-7:hover {
    margin: -1.75rem;
  }

  .lg\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .lg\:hover\:-m-9:hover {
    margin: -2.25rem;
  }

  .lg\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .lg\:hover\:-m-11:hover {
    margin: -2.75rem;
  }

  .lg\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .lg\:hover\:-m-13:hover {
    margin: -3.25rem;
  }

  .lg\:hover\:-m-14:hover {
    margin: -3.5rem;
  }

  .lg\:hover\:-m-15:hover {
    margin: -3.75rem;
  }

  .lg\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .lg\:hover\:-m-17:hover {
    margin: -4.25rem;
  }

  .lg\:hover\:-m-18:hover {
    margin: -4.5rem;
  }

  .lg\:hover\:-m-19:hover {
    margin: -4.75rem;
  }

  .lg\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .lg\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .lg\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .lg\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .lg\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .lg\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .lg\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .lg\:hover\:-m-75:hover {
    margin: -18.75rem;
  }

  .lg\:hover\:-m-px:hover {
    margin: -1px;
  }

  .lg\:hover\:my-0:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:hover\:mx-0:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:hover\:my-3:hover {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:hover\:mx-3:hover {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:hover\:my-7:hover {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:hover\:mx-7:hover {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:hover\:my-9:hover {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:hover\:mx-9:hover {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:hover\:my-11:hover {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:hover\:mx-11:hover {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:hover\:my-13:hover {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .lg\:hover\:mx-13:hover {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .lg\:hover\:my-14:hover {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:hover\:mx-14:hover {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:hover\:my-15:hover {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:hover\:mx-15:hover {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .lg\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:hover\:my-17:hover {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .lg\:hover\:mx-17:hover {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .lg\:hover\:my-18:hover {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .lg\:hover\:mx-18:hover {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .lg\:hover\:my-19:hover {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .lg\:hover\:mx-19:hover {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .lg\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:hover\:my-75:hover {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .lg\:hover\:mx-75:hover {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .lg\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:hover\:-my-7:hover {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:hover\:-mx-7:hover {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:hover\:-my-9:hover {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:hover\:-mx-9:hover {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:hover\:-my-11:hover {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:hover\:-mx-11:hover {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:hover\:-my-13:hover {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .lg\:hover\:-mx-13:hover {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .lg\:hover\:-my-14:hover {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:hover\:-mx-14:hover {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:hover\:-my-15:hover {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:hover\:-mx-15:hover {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .lg\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:hover\:-my-17:hover {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .lg\:hover\:-mx-17:hover {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .lg\:hover\:-my-18:hover {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .lg\:hover\:-mx-18:hover {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .lg\:hover\:-my-19:hover {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .lg\:hover\:-mx-19:hover {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .lg\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:hover\:-my-75:hover {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .lg\:hover\:-mx-75:hover {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .lg\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:hover\:mt-0:hover {
    margin-top: 0;
  }

  .lg\:hover\:mr-0:hover {
    margin-right: 0;
  }

  .lg\:hover\:mb-0:hover {
    margin-bottom: 0;
  }

  .lg\:hover\:ml-0:hover {
    margin-left: 0;
  }

  .lg\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .lg\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .lg\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .lg\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .lg\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .lg\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .lg\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .lg\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .lg\:hover\:mt-3:hover {
    margin-top: 0.75rem;
  }

  .lg\:hover\:mr-3:hover {
    margin-right: 0.75rem;
  }

  .lg\:hover\:mb-3:hover {
    margin-bottom: 0.75rem;
  }

  .lg\:hover\:ml-3:hover {
    margin-left: 0.75rem;
  }

  .lg\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .lg\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .lg\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .lg\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .lg\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .lg\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .lg\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .lg\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .lg\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .lg\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .lg\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .lg\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .lg\:hover\:mt-7:hover {
    margin-top: 1.75rem;
  }

  .lg\:hover\:mr-7:hover {
    margin-right: 1.75rem;
  }

  .lg\:hover\:mb-7:hover {
    margin-bottom: 1.75rem;
  }

  .lg\:hover\:ml-7:hover {
    margin-left: 1.75rem;
  }

  .lg\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .lg\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .lg\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .lg\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .lg\:hover\:mt-9:hover {
    margin-top: 2.25rem;
  }

  .lg\:hover\:mr-9:hover {
    margin-right: 2.25rem;
  }

  .lg\:hover\:mb-9:hover {
    margin-bottom: 2.25rem;
  }

  .lg\:hover\:ml-9:hover {
    margin-left: 2.25rem;
  }

  .lg\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .lg\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .lg\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .lg\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .lg\:hover\:mt-11:hover {
    margin-top: 2.75rem;
  }

  .lg\:hover\:mr-11:hover {
    margin-right: 2.75rem;
  }

  .lg\:hover\:mb-11:hover {
    margin-bottom: 2.75rem;
  }

  .lg\:hover\:ml-11:hover {
    margin-left: 2.75rem;
  }

  .lg\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .lg\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .lg\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .lg\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .lg\:hover\:mt-13:hover {
    margin-top: 3.25rem;
  }

  .lg\:hover\:mr-13:hover {
    margin-right: 3.25rem;
  }

  .lg\:hover\:mb-13:hover {
    margin-bottom: 3.25rem;
  }

  .lg\:hover\:ml-13:hover {
    margin-left: 3.25rem;
  }

  .lg\:hover\:mt-14:hover {
    margin-top: 3.5rem;
  }

  .lg\:hover\:mr-14:hover {
    margin-right: 3.5rem;
  }

  .lg\:hover\:mb-14:hover {
    margin-bottom: 3.5rem;
  }

  .lg\:hover\:ml-14:hover {
    margin-left: 3.5rem;
  }

  .lg\:hover\:mt-15:hover {
    margin-top: 3.75rem;
  }

  .lg\:hover\:mr-15:hover {
    margin-right: 3.75rem;
  }

  .lg\:hover\:mb-15:hover {
    margin-bottom: 3.75rem;
  }

  .lg\:hover\:ml-15:hover {
    margin-left: 3.75rem;
  }

  .lg\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .lg\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .lg\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .lg\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .lg\:hover\:mt-17:hover {
    margin-top: 4.25rem;
  }

  .lg\:hover\:mr-17:hover {
    margin-right: 4.25rem;
  }

  .lg\:hover\:mb-17:hover {
    margin-bottom: 4.25rem;
  }

  .lg\:hover\:ml-17:hover {
    margin-left: 4.25rem;
  }

  .lg\:hover\:mt-18:hover {
    margin-top: 4.5rem;
  }

  .lg\:hover\:mr-18:hover {
    margin-right: 4.5rem;
  }

  .lg\:hover\:mb-18:hover {
    margin-bottom: 4.5rem;
  }

  .lg\:hover\:ml-18:hover {
    margin-left: 4.5rem;
  }

  .lg\:hover\:mt-19:hover {
    margin-top: 4.75rem;
  }

  .lg\:hover\:mr-19:hover {
    margin-right: 4.75rem;
  }

  .lg\:hover\:mb-19:hover {
    margin-bottom: 4.75rem;
  }

  .lg\:hover\:ml-19:hover {
    margin-left: 4.75rem;
  }

  .lg\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .lg\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .lg\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .lg\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .lg\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .lg\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .lg\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .lg\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .lg\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .lg\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .lg\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .lg\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .lg\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .lg\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .lg\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .lg\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .lg\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .lg\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .lg\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .lg\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .lg\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .lg\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .lg\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .lg\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .lg\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .lg\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .lg\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .lg\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .lg\:hover\:mt-75:hover {
    margin-top: 18.75rem;
  }

  .lg\:hover\:mr-75:hover {
    margin-right: 18.75rem;
  }

  .lg\:hover\:mb-75:hover {
    margin-bottom: 18.75rem;
  }

  .lg\:hover\:ml-75:hover {
    margin-left: 18.75rem;
  }

  .lg\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .lg\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .lg\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .lg\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .lg\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .lg\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .lg\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .lg\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .lg\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .lg\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .lg\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .lg\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .lg\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .lg\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .lg\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .lg\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .lg\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .lg\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .lg\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .lg\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .lg\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .lg\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .lg\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .lg\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .lg\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .lg\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .lg\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .lg\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .lg\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .lg\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .lg\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .lg\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .lg\:hover\:-mt-7:hover {
    margin-top: -1.75rem;
  }

  .lg\:hover\:-mr-7:hover {
    margin-right: -1.75rem;
  }

  .lg\:hover\:-mb-7:hover {
    margin-bottom: -1.75rem;
  }

  .lg\:hover\:-ml-7:hover {
    margin-left: -1.75rem;
  }

  .lg\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .lg\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .lg\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .lg\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .lg\:hover\:-mt-9:hover {
    margin-top: -2.25rem;
  }

  .lg\:hover\:-mr-9:hover {
    margin-right: -2.25rem;
  }

  .lg\:hover\:-mb-9:hover {
    margin-bottom: -2.25rem;
  }

  .lg\:hover\:-ml-9:hover {
    margin-left: -2.25rem;
  }

  .lg\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .lg\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .lg\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .lg\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .lg\:hover\:-mt-11:hover {
    margin-top: -2.75rem;
  }

  .lg\:hover\:-mr-11:hover {
    margin-right: -2.75rem;
  }

  .lg\:hover\:-mb-11:hover {
    margin-bottom: -2.75rem;
  }

  .lg\:hover\:-ml-11:hover {
    margin-left: -2.75rem;
  }

  .lg\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .lg\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .lg\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .lg\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .lg\:hover\:-mt-13:hover {
    margin-top: -3.25rem;
  }

  .lg\:hover\:-mr-13:hover {
    margin-right: -3.25rem;
  }

  .lg\:hover\:-mb-13:hover {
    margin-bottom: -3.25rem;
  }

  .lg\:hover\:-ml-13:hover {
    margin-left: -3.25rem;
  }

  .lg\:hover\:-mt-14:hover {
    margin-top: -3.5rem;
  }

  .lg\:hover\:-mr-14:hover {
    margin-right: -3.5rem;
  }

  .lg\:hover\:-mb-14:hover {
    margin-bottom: -3.5rem;
  }

  .lg\:hover\:-ml-14:hover {
    margin-left: -3.5rem;
  }

  .lg\:hover\:-mt-15:hover {
    margin-top: -3.75rem;
  }

  .lg\:hover\:-mr-15:hover {
    margin-right: -3.75rem;
  }

  .lg\:hover\:-mb-15:hover {
    margin-bottom: -3.75rem;
  }

  .lg\:hover\:-ml-15:hover {
    margin-left: -3.75rem;
  }

  .lg\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .lg\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .lg\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .lg\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .lg\:hover\:-mt-17:hover {
    margin-top: -4.25rem;
  }

  .lg\:hover\:-mr-17:hover {
    margin-right: -4.25rem;
  }

  .lg\:hover\:-mb-17:hover {
    margin-bottom: -4.25rem;
  }

  .lg\:hover\:-ml-17:hover {
    margin-left: -4.25rem;
  }

  .lg\:hover\:-mt-18:hover {
    margin-top: -4.5rem;
  }

  .lg\:hover\:-mr-18:hover {
    margin-right: -4.5rem;
  }

  .lg\:hover\:-mb-18:hover {
    margin-bottom: -4.5rem;
  }

  .lg\:hover\:-ml-18:hover {
    margin-left: -4.5rem;
  }

  .lg\:hover\:-mt-19:hover {
    margin-top: -4.75rem;
  }

  .lg\:hover\:-mr-19:hover {
    margin-right: -4.75rem;
  }

  .lg\:hover\:-mb-19:hover {
    margin-bottom: -4.75rem;
  }

  .lg\:hover\:-ml-19:hover {
    margin-left: -4.75rem;
  }

  .lg\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .lg\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .lg\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .lg\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .lg\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .lg\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .lg\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .lg\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .lg\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .lg\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .lg\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .lg\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .lg\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .lg\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .lg\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .lg\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .lg\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .lg\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .lg\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .lg\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .lg\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .lg\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .lg\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .lg\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .lg\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .lg\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .lg\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .lg\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .lg\:hover\:-mt-75:hover {
    margin-top: -18.75rem;
  }

  .lg\:hover\:-mr-75:hover {
    margin-right: -18.75rem;
  }

  .lg\:hover\:-mb-75:hover {
    margin-bottom: -18.75rem;
  }

  .lg\:hover\:-ml-75:hover {
    margin-left: -18.75rem;
  }

  .lg\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .lg\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .lg\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .lg\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .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-9\! {
    margin: 2.25rem !important;
  }

  .lg\:m-10\! {
    margin: 2.5rem !important;
  }

  .lg\:m-11\! {
    margin: 2.75rem !important;
  }

  .lg\:m-12\! {
    margin: 3rem !important;
  }

  .lg\:m-13\! {
    margin: 3.25rem !important;
  }

  .lg\:m-14\! {
    margin: 3.5rem !important;
  }

  .lg\:m-15\! {
    margin: 3.75rem !important;
  }

  .lg\:m-16\! {
    margin: 4rem !important;
  }

  .lg\:m-17\! {
    margin: 4.25rem !important;
  }

  .lg\:m-18\! {
    margin: 4.5rem !important;
  }

  .lg\:m-19\! {
    margin: 4.75rem !important;
  }

  .lg\:m-20\! {
    margin: 5rem !important;
  }

  .lg\:m-24\! {
    margin: 6rem !important;
  }

  .lg\:m-32\! {
    margin: 8rem !important;
  }

  .lg\:m-40\! {
    margin: 10rem !important;
  }

  .lg\:m-48\! {
    margin: 12rem !important;
  }

  .lg\:m-56\! {
    margin: 14rem !important;
  }

  .lg\:m-64\! {
    margin: 16rem !important;
  }

  .lg\:m-75\! {
    margin: 18.75rem !important;
  }

  .lg\:m-auto\! {
    margin: auto !important;
  }

  .lg\:m-px\! {
    margin: 1px !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-9\! {
    margin: -2.25rem !important;
  }

  .lg\:-m-10\! {
    margin: -2.5rem !important;
  }

  .lg\:-m-11\! {
    margin: -2.75rem !important;
  }

  .lg\:-m-12\! {
    margin: -3rem !important;
  }

  .lg\:-m-13\! {
    margin: -3.25rem !important;
  }

  .lg\:-m-14\! {
    margin: -3.5rem !important;
  }

  .lg\:-m-15\! {
    margin: -3.75rem !important;
  }

  .lg\:-m-16\! {
    margin: -4rem !important;
  }

  .lg\:-m-17\! {
    margin: -4.25rem !important;
  }

  .lg\:-m-18\! {
    margin: -4.5rem !important;
  }

  .lg\:-m-19\! {
    margin: -4.75rem !important;
  }

  .lg\:-m-20\! {
    margin: -5rem !important;
  }

  .lg\:-m-24\! {
    margin: -6rem !important;
  }

  .lg\:-m-32\! {
    margin: -8rem !important;
  }

  .lg\:-m-40\! {
    margin: -10rem !important;
  }

  .lg\:-m-48\! {
    margin: -12rem !important;
  }

  .lg\:-m-56\! {
    margin: -14rem !important;
  }

  .lg\:-m-64\! {
    margin: -16rem !important;
  }

  .lg\:-m-75\! {
    margin: -18.75rem !important;
  }

  .lg\:-m-px\! {
    margin: -1px !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-9\! {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .lg\:mx-9\! {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !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-11\! {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .lg\:mx-11\! {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !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-13\! {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .lg\:mx-13\! {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }

  .lg\:my-14\! {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lg\:mx-14\! {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .lg\:my-15\! {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .lg\:mx-15\! {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !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-17\! {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }

  .lg\:mx-17\! {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important;
  }

  .lg\:my-18\! {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .lg\:mx-18\! {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .lg\:my-19\! {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .lg\:mx-19\! {
    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-24\! {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:mx-24\! {
    margin-left: 6rem !important;
    margin-right: 6rem !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-48\! {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:mx-48\! {
    margin-left: 12rem !important;
    margin-right: 12rem !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-64\! {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:mx-64\! {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:my-75\! {
    margin-top: 18.75rem !important;
    margin-bottom: 18.75rem !important;
  }

  .lg\:mx-75\! {
    margin-left: 18.75rem !important;
    margin-right: 18.75rem !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-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-9\! {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .lg\:-mx-9\! {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !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-11\! {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .lg\:-mx-11\! {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !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-13\! {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }

  .lg\:-mx-13\! {
    margin-left: -3.25rem !important;
    margin-right: -3.25rem !important;
  }

  .lg\:-my-14\! {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lg\:-mx-14\! {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .lg\:-my-15\! {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .lg\:-mx-15\! {
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !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-17\! {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }

  .lg\:-mx-17\! {
    margin-left: -4.25rem !important;
    margin-right: -4.25rem !important;
  }

  .lg\:-my-18\! {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .lg\:-mx-18\! {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }

  .lg\:-my-19\! {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }

  .lg\:-mx-19\! {
    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-24\! {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:-mx-24\! {
    margin-left: -6rem !important;
    margin-right: -6rem !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-48\! {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg\:-mx-48\! {
    margin-left: -12rem !important;
    margin-right: -12rem !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-64\! {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\:-mx-64\! {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg\:-my-75\! {
    margin-top: -18.75rem !important;
    margin-bottom: -18.75rem !important;
  }

  .lg\:-mx-75\! {
    margin-left: -18.75rem !important;
    margin-right: -18.75rem !important;
  }

  .lg\:-my-px\! {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:-mx-px\! {
    margin-left: -1px !important;
    margin-right: -1px !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-9\! {
    margin-top: 2.25rem !important;
  }

  .lg\:mr-9\! {
    margin-right: 2.25rem !important;
  }

  .lg\:mb-9\! {
    margin-bottom: 2.25rem !important;
  }

  .lg\:ml-9\! {
    margin-left: 2.25rem !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-11\! {
    margin-top: 2.75rem !important;
  }

  .lg\:mr-11\! {
    margin-right: 2.75rem !important;
  }

  .lg\:mb-11\! {
    margin-bottom: 2.75rem !important;
  }

  .lg\:ml-11\! {
    margin-left: 2.75rem !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-13\! {
    margin-top: 3.25rem !important;
  }

  .lg\:mr-13\! {
    margin-right: 3.25rem !important;
  }

  .lg\:mb-13\! {
    margin-bottom: 3.25rem !important;
  }

  .lg\:ml-13\! {
    margin-left: 3.25rem !important;
  }

  .lg\:mt-14\! {
    margin-top: 3.5rem !important;
  }

  .lg\:mr-14\! {
    margin-right: 3.5rem !important;
  }

  .lg\:mb-14\! {
    margin-bottom: 3.5rem !important;
  }

  .lg\:ml-14\! {
    margin-left: 3.5rem !important;
  }

  .lg\:mt-15\! {
    margin-top: 3.75rem !important;
  }

  .lg\:mr-15\! {
    margin-right: 3.75rem !important;
  }

  .lg\:mb-15\! {
    margin-bottom: 3.75rem !important;
  }

  .lg\:ml-15\! {
    margin-left: 3.75rem !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-17\! {
    margin-top: 4.25rem !important;
  }

  .lg\:mr-17\! {
    margin-right: 4.25rem !important;
  }

  .lg\:mb-17\! {
    margin-bottom: 4.25rem !important;
  }

  .lg\:ml-17\! {
    margin-left: 4.25rem !important;
  }

  .lg\:mt-18\! {
    margin-top: 4.5rem !important;
  }

  .lg\:mr-18\! {
    margin-right: 4.5rem !important;
  }

  .lg\:mb-18\! {
    margin-bottom: 4.5rem !important;
  }

  .lg\:ml-18\! {
    margin-left: 4.5rem !important;
  }

  .lg\:mt-19\! {
    margin-top: 4.75rem !important;
  }

  .lg\:mr-19\! {
    margin-right: 4.75rem !important;
  }

  .lg\:mb-19\! {
    margin-bottom: 4.75rem !important;
  }

  .lg\:ml-19\! {
    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-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-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-48\! {
    margin-top: 12rem !important;
  }

  .lg\:mr-48\! {
    margin-right: 12rem !important;
  }

  .lg\:mb-48\! {
    margin-bottom: 12rem !important;
  }

  .lg\:ml-48\! {
    margin-left: 12rem !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-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-75\! {
    margin-top: 18.75rem !important;
  }

  .lg\:mr-75\! {
    margin-right: 18.75rem !important;
  }

  .lg\:mb-75\! {
    margin-bottom: 18.75rem !important;
  }

  .lg\:ml-75\! {
    margin-left: 18.75rem !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-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-9\! {
    margin-top: -2.25rem !important;
  }

  .lg\:-mr-9\! {
    margin-right: -2.25rem !important;
  }

  .lg\:-mb-9\! {
    margin-bottom: -2.25rem !important;
  }

  .lg\:-ml-9\! {
    margin-left: -2.25rem !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-11\! {
    margin-top: -2.75rem !important;
  }

  .lg\:-mr-11\! {
    margin-right: -2.75rem !important;
  }

  .lg\:-mb-11\! {
    margin-bottom: -2.75rem !important;
  }

  .lg\:-ml-11\! {
    margin-left: -2.75rem !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-13\! {
    margin-top: -3.25rem !important;
  }

  .lg\:-mr-13\! {
    margin-right: -3.25rem !important;
  }

  .lg\:-mb-13\! {
    margin-bottom: -3.25rem !important;
  }

  .lg\:-ml-13\! {
    margin-left: -3.25rem !important;
  }

  .lg\:-mt-14\! {
    margin-top: -3.5rem !important;
  }

  .lg\:-mr-14\! {
    margin-right: -3.5rem !important;
  }

  .lg\:-mb-14\! {
    margin-bottom: -3.5rem !important;
  }

  .lg\:-ml-14\! {
    margin-left: -3.5rem !important;
  }

  .lg\:-mt-15\! {
    margin-top: -3.75rem !important;
  }

  .lg\:-mr-15\! {
    margin-right: -3.75rem !important;
  }

  .lg\:-mb-15\! {
    margin-bottom: -3.75rem !important;
  }

  .lg\:-ml-15\! {
    margin-left: -3.75rem !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-17\! {
    margin-top: -4.25rem !important;
  }

  .lg\:-mr-17\! {
    margin-right: -4.25rem !important;
  }

  .lg\:-mb-17\! {
    margin-bottom: -4.25rem !important;
  }

  .lg\:-ml-17\! {
    margin-left: -4.25rem !important;
  }

  .lg\:-mt-18\! {
    margin-top: -4.5rem !important;
  }

  .lg\:-mr-18\! {
    margin-right: -4.5rem !important;
  }

  .lg\:-mb-18\! {
    margin-bottom: -4.5rem !important;
  }

  .lg\:-ml-18\! {
    margin-left: -4.5rem !important;
  }

  .lg\:-mt-19\! {
    margin-top: -4.75rem !important;
  }

  .lg\:-mr-19\! {
    margin-right: -4.75rem !important;
  }

  .lg\:-mb-19\! {
    margin-bottom: -4.75rem !important;
  }

  .lg\:-ml-19\! {
    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-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-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-48\! {
    margin-top: -12rem !important;
  }

  .lg\:-mr-48\! {
    margin-right: -12rem !important;
  }

  .lg\:-mb-48\! {
    margin-bottom: -12rem !important;
  }

  .lg\:-ml-48\! {
    margin-left: -12rem !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-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-75\! {
    margin-top: -18.75rem !important;
  }

  .lg\:-mr-75\! {
    margin-right: -18.75rem !important;
  }

  .lg\:-mb-75\! {
    margin-bottom: -18.75rem !important;
  }

  .lg\:-ml-75\! {
    margin-left: -18.75rem !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\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:even\:max-h-full:nth-child(even) {
    max-height: 100%;
  }

  .lg\:even\:max-h-screen:nth-child(even) {
    max-height: 100vh;
  }

  .lg\:odd\:max-h-full:nth-child(odd) {
    max-height: 100%;
  }

  .lg\:odd\:max-h-screen:nth-child(odd) {
    max-height: 100vh;
  }

  .lg\:children\:max-h-full > * {
    max-height: 100%;
  }

  .lg\:children\:max-h-screen > * {
    max-height: 100vh;
  }

  .lg\:first\:max-h-full:first-child {
    max-height: 100%;
  }

  .lg\:first\:max-h-screen:first-child {
    max-height: 100vh;
  }

  .lg\:last\:max-h-full:last-child {
    max-height: 100%;
  }

  .lg\:last\:max-h-screen:last-child {
    max-height: 100vh;
  }

  .lg\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .lg\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .lg\:max-h-full\! {
    max-height: 100% !important;
  }

  .lg\:max-h-screen\! {
    max-height: 100vh !important;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 24rem;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-screen-sm {
    max-width: 640px;
  }

  .lg\:max-w-screen-md {
    max-width: 768px;
  }

  .lg\:max-w-screen-lg {
    max-width: 1024px;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px;
  }

  .lg\:max-w-1\/2 {
    max-width: 50%;
  }

  .lg\:max-w-1\/3 {
    max-width: 33.333333%;
  }

  .lg\:max-w-1\/4 {
    max-width: 25%;
  }

  .lg\:max-w-1\/5 {
    max-width: 20%;
  }

  .lg\:max-w-1\/12 {
    max-width: 8.333333%;
  }

  .lg\:even\:max-w-none:nth-child(even) {
    max-width: none;
  }

  .lg\:even\:max-w-xs:nth-child(even) {
    max-width: 20rem;
  }

  .lg\:even\:max-w-sm:nth-child(even) {
    max-width: 24rem;
  }

  .lg\:even\:max-w-md:nth-child(even) {
    max-width: 28rem;
  }

  .lg\:even\:max-w-lg:nth-child(even) {
    max-width: 32rem;
  }

  .lg\:even\:max-w-xl:nth-child(even) {
    max-width: 36rem;
  }

  .lg\:even\:max-w-2xl:nth-child(even) {
    max-width: 42rem;
  }

  .lg\:even\:max-w-3xl:nth-child(even) {
    max-width: 48rem;
  }

  .lg\:even\:max-w-4xl:nth-child(even) {
    max-width: 56rem;
  }

  .lg\:even\:max-w-5xl:nth-child(even) {
    max-width: 64rem;
  }

  .lg\:even\:max-w-6xl:nth-child(even) {
    max-width: 72rem;
  }

  .lg\:even\:max-w-full:nth-child(even) {
    max-width: 100%;
  }

  .lg\:even\:max-w-screen-sm:nth-child(even) {
    max-width: 640px;
  }

  .lg\:even\:max-w-screen-md:nth-child(even) {
    max-width: 768px;
  }

  .lg\:even\:max-w-screen-lg:nth-child(even) {
    max-width: 1024px;
  }

  .lg\:even\:max-w-screen-xl:nth-child(even) {
    max-width: 1280px;
  }

  .lg\:even\:max-w-1\/2:nth-child(even) {
    max-width: 50%;
  }

  .lg\:even\:max-w-1\/3:nth-child(even) {
    max-width: 33.333333%;
  }

  .lg\:even\:max-w-1\/4:nth-child(even) {
    max-width: 25%;
  }

  .lg\:even\:max-w-1\/5:nth-child(even) {
    max-width: 20%;
  }

  .lg\:even\:max-w-1\/12:nth-child(even) {
    max-width: 8.333333%;
  }

  .lg\:odd\:max-w-none:nth-child(odd) {
    max-width: none;
  }

  .lg\:odd\:max-w-xs:nth-child(odd) {
    max-width: 20rem;
  }

  .lg\:odd\:max-w-sm:nth-child(odd) {
    max-width: 24rem;
  }

  .lg\:odd\:max-w-md:nth-child(odd) {
    max-width: 28rem;
  }

  .lg\:odd\:max-w-lg:nth-child(odd) {
    max-width: 32rem;
  }

  .lg\:odd\:max-w-xl:nth-child(odd) {
    max-width: 36rem;
  }

  .lg\:odd\:max-w-2xl:nth-child(odd) {
    max-width: 42rem;
  }

  .lg\:odd\:max-w-3xl:nth-child(odd) {
    max-width: 48rem;
  }

  .lg\:odd\:max-w-4xl:nth-child(odd) {
    max-width: 56rem;
  }

  .lg\:odd\:max-w-5xl:nth-child(odd) {
    max-width: 64rem;
  }

  .lg\:odd\:max-w-6xl:nth-child(odd) {
    max-width: 72rem;
  }

  .lg\:odd\:max-w-full:nth-child(odd) {
    max-width: 100%;
  }

  .lg\:odd\:max-w-screen-sm:nth-child(odd) {
    max-width: 640px;
  }

  .lg\:odd\:max-w-screen-md:nth-child(odd) {
    max-width: 768px;
  }

  .lg\:odd\:max-w-screen-lg:nth-child(odd) {
    max-width: 1024px;
  }

  .lg\:odd\:max-w-screen-xl:nth-child(odd) {
    max-width: 1280px;
  }

  .lg\:odd\:max-w-1\/2:nth-child(odd) {
    max-width: 50%;
  }

  .lg\:odd\:max-w-1\/3:nth-child(odd) {
    max-width: 33.333333%;
  }

  .lg\:odd\:max-w-1\/4:nth-child(odd) {
    max-width: 25%;
  }

  .lg\:odd\:max-w-1\/5:nth-child(odd) {
    max-width: 20%;
  }

  .lg\:odd\:max-w-1\/12:nth-child(odd) {
    max-width: 8.333333%;
  }

  .lg\:children\:max-w-none > * {
    max-width: none;
  }

  .lg\:children\:max-w-xs > * {
    max-width: 20rem;
  }

  .lg\:children\:max-w-sm > * {
    max-width: 24rem;
  }

  .lg\:children\:max-w-md > * {
    max-width: 28rem;
  }

  .lg\:children\:max-w-lg > * {
    max-width: 32rem;
  }

  .lg\:children\:max-w-xl > * {
    max-width: 36rem;
  }

  .lg\:children\:max-w-2xl > * {
    max-width: 42rem;
  }

  .lg\:children\:max-w-3xl > * {
    max-width: 48rem;
  }

  .lg\:children\:max-w-4xl > * {
    max-width: 56rem;
  }

  .lg\:children\:max-w-5xl > * {
    max-width: 64rem;
  }

  .lg\:children\:max-w-6xl > * {
    max-width: 72rem;
  }

  .lg\:children\:max-w-full > * {
    max-width: 100%;
  }

  .lg\:children\:max-w-screen-sm > * {
    max-width: 640px;
  }

  .lg\:children\:max-w-screen-md > * {
    max-width: 768px;
  }

  .lg\:children\:max-w-screen-lg > * {
    max-width: 1024px;
  }

  .lg\:children\:max-w-screen-xl > * {
    max-width: 1280px;
  }

  .lg\:children\:max-w-1\/2 > * {
    max-width: 50%;
  }

  .lg\:children\:max-w-1\/3 > * {
    max-width: 33.333333%;
  }

  .lg\:children\:max-w-1\/4 > * {
    max-width: 25%;
  }

  .lg\:children\:max-w-1\/5 > * {
    max-width: 20%;
  }

  .lg\:children\:max-w-1\/12 > * {
    max-width: 8.333333%;
  }

  .lg\:first\:max-w-none:first-child {
    max-width: none;
  }

  .lg\:first\:max-w-xs:first-child {
    max-width: 20rem;
  }

  .lg\:first\:max-w-sm:first-child {
    max-width: 24rem;
  }

  .lg\:first\:max-w-md:first-child {
    max-width: 28rem;
  }

  .lg\:first\:max-w-lg:first-child {
    max-width: 32rem;
  }

  .lg\:first\:max-w-xl:first-child {
    max-width: 36rem;
  }

  .lg\:first\:max-w-2xl:first-child {
    max-width: 42rem;
  }

  .lg\:first\:max-w-3xl:first-child {
    max-width: 48rem;
  }

  .lg\:first\:max-w-4xl:first-child {
    max-width: 56rem;
  }

  .lg\:first\:max-w-5xl:first-child {
    max-width: 64rem;
  }

  .lg\:first\:max-w-6xl:first-child {
    max-width: 72rem;
  }

  .lg\:first\:max-w-full:first-child {
    max-width: 100%;
  }

  .lg\:first\:max-w-screen-sm:first-child {
    max-width: 640px;
  }

  .lg\:first\:max-w-screen-md:first-child {
    max-width: 768px;
  }

  .lg\:first\:max-w-screen-lg:first-child {
    max-width: 1024px;
  }

  .lg\:first\:max-w-screen-xl:first-child {
    max-width: 1280px;
  }

  .lg\:first\:max-w-1\/2:first-child {
    max-width: 50%;
  }

  .lg\:first\:max-w-1\/3:first-child {
    max-width: 33.333333%;
  }

  .lg\:first\:max-w-1\/4:first-child {
    max-width: 25%;
  }

  .lg\:first\:max-w-1\/5:first-child {
    max-width: 20%;
  }

  .lg\:first\:max-w-1\/12:first-child {
    max-width: 8.333333%;
  }

  .lg\:last\:max-w-none:last-child {
    max-width: none;
  }

  .lg\:last\:max-w-xs:last-child {
    max-width: 20rem;
  }

  .lg\:last\:max-w-sm:last-child {
    max-width: 24rem;
  }

  .lg\:last\:max-w-md:last-child {
    max-width: 28rem;
  }

  .lg\:last\:max-w-lg:last-child {
    max-width: 32rem;
  }

  .lg\:last\:max-w-xl:last-child {
    max-width: 36rem;
  }

  .lg\:last\:max-w-2xl:last-child {
    max-width: 42rem;
  }

  .lg\:last\:max-w-3xl:last-child {
    max-width: 48rem;
  }

  .lg\:last\:max-w-4xl:last-child {
    max-width: 56rem;
  }

  .lg\:last\:max-w-5xl:last-child {
    max-width: 64rem;
  }

  .lg\:last\:max-w-6xl:last-child {
    max-width: 72rem;
  }

  .lg\:last\:max-w-full:last-child {
    max-width: 100%;
  }

  .lg\:last\:max-w-screen-sm:last-child {
    max-width: 640px;
  }

  .lg\:last\:max-w-screen-md:last-child {
    max-width: 768px;
  }

  .lg\:last\:max-w-screen-lg:last-child {
    max-width: 1024px;
  }

  .lg\:last\:max-w-screen-xl:last-child {
    max-width: 1280px;
  }

  .lg\:last\:max-w-1\/2:last-child {
    max-width: 50%;
  }

  .lg\:last\:max-w-1\/3:last-child {
    max-width: 33.333333%;
  }

  .lg\:last\:max-w-1\/4:last-child {
    max-width: 25%;
  }

  .lg\:last\:max-w-1\/5:last-child {
    max-width: 20%;
  }

  .lg\:last\:max-w-1\/12:last-child {
    max-width: 8.333333%;
  }

  .lg\:hover\:max-w-none:hover {
    max-width: none;
  }

  .lg\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .lg\:hover\:max-w-sm:hover {
    max-width: 24rem;
  }

  .lg\:hover\:max-w-md:hover {
    max-width: 28rem;
  }

  .lg\:hover\:max-w-lg:hover {
    max-width: 32rem;
  }

  .lg\:hover\:max-w-xl:hover {
    max-width: 36rem;
  }

  .lg\:hover\:max-w-2xl:hover {
    max-width: 42rem;
  }

  .lg\:hover\:max-w-3xl:hover {
    max-width: 48rem;
  }

  .lg\:hover\:max-w-4xl:hover {
    max-width: 56rem;
  }

  .lg\:hover\:max-w-5xl:hover {
    max-width: 64rem;
  }

  .lg\:hover\:max-w-6xl:hover {
    max-width: 72rem;
  }

  .lg\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .lg\:hover\:max-w-screen-sm:hover {
    max-width: 640px;
  }

  .lg\:hover\:max-w-screen-md:hover {
    max-width: 768px;
  }

  .lg\:hover\:max-w-screen-lg:hover {
    max-width: 1024px;
  }

  .lg\:hover\:max-w-screen-xl:hover {
    max-width: 1280px;
  }

  .lg\:hover\:max-w-1\/2:hover {
    max-width: 50%;
  }

  .lg\:hover\:max-w-1\/3:hover {
    max-width: 33.333333%;
  }

  .lg\:hover\:max-w-1\/4:hover {
    max-width: 25%;
  }

  .lg\:hover\:max-w-1\/5:hover {
    max-width: 20%;
  }

  .lg\:hover\:max-w-1\/12:hover {
    max-width: 8.333333%;
  }

  .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: 640px !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-1\/2\! {
    max-width: 50% !important;
  }

  .lg\:max-w-1\/3\! {
    max-width: 33.333333% !important;
  }

  .lg\:max-w-1\/4\! {
    max-width: 25% !important;
  }

  .lg\:max-w-1\/5\! {
    max-width: 20% !important;
  }

  .lg\:max-w-1\/12\! {
    max-width: 8.333333% !important;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:even\:min-h-0:nth-child(even) {
    min-height: 0;
  }

  .lg\:even\:min-h-full:nth-child(even) {
    min-height: 100%;
  }

  .lg\:even\:min-h-screen:nth-child(even) {
    min-height: 100vh;
  }

  .lg\:odd\:min-h-0:nth-child(odd) {
    min-height: 0;
  }

  .lg\:odd\:min-h-full:nth-child(odd) {
    min-height: 100%;
  }

  .lg\:odd\:min-h-screen:nth-child(odd) {
    min-height: 100vh;
  }

  .lg\:children\:min-h-0 > * {
    min-height: 0;
  }

  .lg\:children\:min-h-full > * {
    min-height: 100%;
  }

  .lg\:children\:min-h-screen > * {
    min-height: 100vh;
  }

  .lg\:first\:min-h-0:first-child {
    min-height: 0;
  }

  .lg\:first\:min-h-full:first-child {
    min-height: 100%;
  }

  .lg\:first\:min-h-screen:first-child {
    min-height: 100vh;
  }

  .lg\:last\:min-h-0:last-child {
    min-height: 0;
  }

  .lg\:last\:min-h-full:last-child {
    min-height: 100%;
  }

  .lg\:last\:min-h-screen:last-child {
    min-height: 100vh;
  }

  .lg\:hover\:min-h-0:hover {
    min-height: 0;
  }

  .lg\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .lg\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .lg\:min-h-0\! {
    min-height: 0 !important;
  }

  .lg\:min-h-full\! {
    min-height: 100% !important;
  }

  .lg\:min-h-screen\! {
    min-height: 100vh !important;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:even\:min-w-0:nth-child(even) {
    min-width: 0;
  }

  .lg\:even\:min-w-full:nth-child(even) {
    min-width: 100%;
  }

  .lg\:odd\:min-w-0:nth-child(odd) {
    min-width: 0;
  }

  .lg\:odd\:min-w-full:nth-child(odd) {
    min-width: 100%;
  }

  .lg\:children\:min-w-0 > * {
    min-width: 0;
  }

  .lg\:children\:min-w-full > * {
    min-width: 100%;
  }

  .lg\:first\:min-w-0:first-child {
    min-width: 0;
  }

  .lg\:first\:min-w-full:first-child {
    min-width: 100%;
  }

  .lg\:last\:min-w-0:last-child {
    min-width: 0;
  }

  .lg\:last\:min-w-full:last-child {
    min-width: 100%;
  }

  .lg\:hover\:min-w-0:hover {
    min-width: 0;
  }

  .lg\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .lg\:min-w-0\! {
    min-width: 0 !important;
  }

  .lg\:min-w-full\! {
    min-width: 100% !important;
  }

  .lg\:object-contain {
    object-fit: contain;
  }

  .lg\:object-cover {
    object-fit: cover;
  }

  .lg\:object-fill {
    object-fit: fill;
  }

  .lg\:object-none {
    object-fit: none;
  }

  .lg\:object-scale-down {
    object-fit: scale-down;
  }

  .lg\:even\:object-contain:nth-child(even) {
    object-fit: contain;
  }

  .lg\:even\:object-cover:nth-child(even) {
    object-fit: cover;
  }

  .lg\:even\:object-fill:nth-child(even) {
    object-fit: fill;
  }

  .lg\:even\:object-none:nth-child(even) {
    object-fit: none;
  }

  .lg\:even\:object-scale-down:nth-child(even) {
    object-fit: scale-down;
  }

  .lg\:odd\:object-contain:nth-child(odd) {
    object-fit: contain;
  }

  .lg\:odd\:object-cover:nth-child(odd) {
    object-fit: cover;
  }

  .lg\:odd\:object-fill:nth-child(odd) {
    object-fit: fill;
  }

  .lg\:odd\:object-none:nth-child(odd) {
    object-fit: none;
  }

  .lg\:odd\:object-scale-down:nth-child(odd) {
    object-fit: scale-down;
  }

  .lg\:children\:object-contain > * {
    object-fit: contain;
  }

  .lg\:children\:object-cover > * {
    object-fit: cover;
  }

  .lg\:children\:object-fill > * {
    object-fit: fill;
  }

  .lg\:children\:object-none > * {
    object-fit: none;
  }

  .lg\:children\:object-scale-down > * {
    object-fit: scale-down;
  }

  .lg\:first\:object-contain:first-child {
    object-fit: contain;
  }

  .lg\:first\:object-cover:first-child {
    object-fit: cover;
  }

  .lg\:first\:object-fill:first-child {
    object-fit: fill;
  }

  .lg\:first\:object-none:first-child {
    object-fit: none;
  }

  .lg\:first\:object-scale-down:first-child {
    object-fit: scale-down;
  }

  .lg\:last\:object-contain:last-child {
    object-fit: contain;
  }

  .lg\:last\:object-cover:last-child {
    object-fit: cover;
  }

  .lg\:last\:object-fill:last-child {
    object-fit: fill;
  }

  .lg\:last\:object-none:last-child {
    object-fit: none;
  }

  .lg\:last\:object-scale-down:last-child {
    object-fit: scale-down;
  }

  .lg\:hover\:object-contain:hover {
    object-fit: contain;
  }

  .lg\:hover\:object-cover:hover {
    object-fit: cover;
  }

  .lg\:hover\:object-fill:hover {
    object-fit: fill;
  }

  .lg\:hover\:object-none:hover {
    object-fit: none;
  }

  .lg\:hover\:object-scale-down:hover {
    object-fit: scale-down;
  }

  .lg\:object-contain\! {
    object-fit: contain !important;
  }

  .lg\:object-cover\! {
    object-fit: cover !important;
  }

  .lg\:object-fill\! {
    object-fit: fill !important;
  }

  .lg\:object-none\! {
    object-fit: none !important;
  }

  .lg\:object-scale-down\! {
    object-fit: scale-down !important;
  }

  .lg\:object-bottom {
    object-position: bottom;
  }

  .lg\:object-center {
    object-position: center;
  }

  .lg\:object-left {
    object-position: left;
  }

  .lg\:object-left-bottom {
    object-position: left bottom;
  }

  .lg\:object-left-top {
    object-position: left top;
  }

  .lg\:object-right {
    object-position: right;
  }

  .lg\:object-right-bottom {
    object-position: right bottom;
  }

  .lg\:object-right-top {
    object-position: right top;
  }

  .lg\:object-top {
    object-position: top;
  }

  .lg\:even\:object-bottom:nth-child(even) {
    object-position: bottom;
  }

  .lg\:even\:object-center:nth-child(even) {
    object-position: center;
  }

  .lg\:even\:object-left:nth-child(even) {
    object-position: left;
  }

  .lg\:even\:object-left-bottom:nth-child(even) {
    object-position: left bottom;
  }

  .lg\:even\:object-left-top:nth-child(even) {
    object-position: left top;
  }

  .lg\:even\:object-right:nth-child(even) {
    object-position: right;
  }

  .lg\:even\:object-right-bottom:nth-child(even) {
    object-position: right bottom;
  }

  .lg\:even\:object-right-top:nth-child(even) {
    object-position: right top;
  }

  .lg\:even\:object-top:nth-child(even) {
    object-position: top;
  }

  .lg\:odd\:object-bottom:nth-child(odd) {
    object-position: bottom;
  }

  .lg\:odd\:object-center:nth-child(odd) {
    object-position: center;
  }

  .lg\:odd\:object-left:nth-child(odd) {
    object-position: left;
  }

  .lg\:odd\:object-left-bottom:nth-child(odd) {
    object-position: left bottom;
  }

  .lg\:odd\:object-left-top:nth-child(odd) {
    object-position: left top;
  }

  .lg\:odd\:object-right:nth-child(odd) {
    object-position: right;
  }

  .lg\:odd\:object-right-bottom:nth-child(odd) {
    object-position: right bottom;
  }

  .lg\:odd\:object-right-top:nth-child(odd) {
    object-position: right top;
  }

  .lg\:odd\:object-top:nth-child(odd) {
    object-position: top;
  }

  .lg\:children\:object-bottom > * {
    object-position: bottom;
  }

  .lg\:children\:object-center > * {
    object-position: center;
  }

  .lg\:children\:object-left > * {
    object-position: left;
  }

  .lg\:children\:object-left-bottom > * {
    object-position: left bottom;
  }

  .lg\:children\:object-left-top > * {
    object-position: left top;
  }

  .lg\:children\:object-right > * {
    object-position: right;
  }

  .lg\:children\:object-right-bottom > * {
    object-position: right bottom;
  }

  .lg\:children\:object-right-top > * {
    object-position: right top;
  }

  .lg\:children\:object-top > * {
    object-position: top;
  }

  .lg\:first\:object-bottom:first-child {
    object-position: bottom;
  }

  .lg\:first\:object-center:first-child {
    object-position: center;
  }

  .lg\:first\:object-left:first-child {
    object-position: left;
  }

  .lg\:first\:object-left-bottom:first-child {
    object-position: left bottom;
  }

  .lg\:first\:object-left-top:first-child {
    object-position: left top;
  }

  .lg\:first\:object-right:first-child {
    object-position: right;
  }

  .lg\:first\:object-right-bottom:first-child {
    object-position: right bottom;
  }

  .lg\:first\:object-right-top:first-child {
    object-position: right top;
  }

  .lg\:first\:object-top:first-child {
    object-position: top;
  }

  .lg\:last\:object-bottom:last-child {
    object-position: bottom;
  }

  .lg\:last\:object-center:last-child {
    object-position: center;
  }

  .lg\:last\:object-left:last-child {
    object-position: left;
  }

  .lg\:last\:object-left-bottom:last-child {
    object-position: left bottom;
  }

  .lg\:last\:object-left-top:last-child {
    object-position: left top;
  }

  .lg\:last\:object-right:last-child {
    object-position: right;
  }

  .lg\:last\:object-right-bottom:last-child {
    object-position: right bottom;
  }

  .lg\:last\:object-right-top:last-child {
    object-position: right top;
  }

  .lg\:last\:object-top:last-child {
    object-position: top;
  }

  .lg\:hover\:object-bottom:hover {
    object-position: bottom;
  }

  .lg\:hover\:object-center:hover {
    object-position: center;
  }

  .lg\:hover\:object-left:hover {
    object-position: left;
  }

  .lg\:hover\:object-left-bottom:hover {
    object-position: left bottom;
  }

  .lg\:hover\:object-left-top:hover {
    object-position: left top;
  }

  .lg\:hover\:object-right:hover {
    object-position: right;
  }

  .lg\:hover\:object-right-bottom:hover {
    object-position: right bottom;
  }

  .lg\:hover\:object-right-top:hover {
    object-position: right top;
  }

  .lg\:hover\:object-top:hover {
    object-position: top;
  }

  .lg\:object-bottom\! {
    object-position: bottom !important;
  }

  .lg\:object-center\! {
    object-position: center !important;
  }

  .lg\:object-left\! {
    object-position: left !important;
  }

  .lg\:object-left-bottom\! {
    object-position: left bottom !important;
  }

  .lg\:object-left-top\! {
    object-position: left top !important;
  }

  .lg\:object-right\! {
    object-position: right !important;
  }

  .lg\:object-right-bottom\! {
    object-position: right bottom !important;
  }

  .lg\:object-right-top\! {
    object-position: right top !important;
  }

  .lg\:object-top\! {
    object-position: top !important;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-25 {
    opacity: 0.25;
  }

  .lg\:opacity-50 {
    opacity: 0.5;
  }

  .lg\:opacity-75 {
    opacity: 0.75;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:even\:opacity-0:nth-child(even) {
    opacity: 0;
  }

  .lg\:even\:opacity-25:nth-child(even) {
    opacity: 0.25;
  }

  .lg\:even\:opacity-50:nth-child(even) {
    opacity: 0.5;
  }

  .lg\:even\:opacity-75:nth-child(even) {
    opacity: 0.75;
  }

  .lg\:even\:opacity-100:nth-child(even) {
    opacity: 1;
  }

  .lg\:odd\:opacity-0:nth-child(odd) {
    opacity: 0;
  }

  .lg\:odd\:opacity-25:nth-child(odd) {
    opacity: 0.25;
  }

  .lg\:odd\:opacity-50:nth-child(odd) {
    opacity: 0.5;
  }

  .lg\:odd\:opacity-75:nth-child(odd) {
    opacity: 0.75;
  }

  .lg\:odd\:opacity-100:nth-child(odd) {
    opacity: 1;
  }

  .lg\:children\:opacity-0 > * {
    opacity: 0;
  }

  .lg\:children\:opacity-25 > * {
    opacity: 0.25;
  }

  .lg\:children\:opacity-50 > * {
    opacity: 0.5;
  }

  .lg\:children\:opacity-75 > * {
    opacity: 0.75;
  }

  .lg\:children\:opacity-100 > * {
    opacity: 1;
  }

  .lg\:first\:opacity-0:first-child {
    opacity: 0;
  }

  .lg\:first\:opacity-25:first-child {
    opacity: 0.25;
  }

  .lg\:first\:opacity-50:first-child {
    opacity: 0.5;
  }

  .lg\:first\:opacity-75:first-child {
    opacity: 0.75;
  }

  .lg\:first\:opacity-100:first-child {
    opacity: 1;
  }

  .lg\:last\:opacity-0:last-child {
    opacity: 0;
  }

  .lg\:last\:opacity-25:last-child {
    opacity: 0.25;
  }

  .lg\:last\:opacity-50:last-child {
    opacity: 0.5;
  }

  .lg\:last\:opacity-75:last-child {
    opacity: 0.75;
  }

  .lg\:last\:opacity-100:last-child {
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .lg\:opacity-0\! {
    opacity: 0 !important;
  }

  .lg\:opacity-25\! {
    opacity: 0.25 !important;
  }

  .lg\:opacity-50\! {
    opacity: 0.5 !important;
  }

  .lg\:opacity-75\! {
    opacity: 0.75 !important;
  }

  .lg\:opacity-100\! {
    opacity: 1 !important;
  }

  .lg\:outline-none {
    outline: 0;
  }

  .lg\:even\:outline-none:nth-child(even) {
    outline: 0;
  }

  .lg\:odd\:outline-none:nth-child(odd) {
    outline: 0;
  }

  .lg\:children\:outline-none > * {
    outline: 0;
  }

  .lg\:first\:outline-none:first-child {
    outline: 0;
  }

  .lg\:last\:outline-none:last-child {
    outline: 0;
  }

  .lg\:hover\:outline-none:hover {
    outline: 0;
  }

  .lg\:outline-none\! {
    outline: 0 !important;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:even\:overflow-auto:nth-child(even) {
    overflow: auto;
  }

  .lg\:even\:overflow-hidden:nth-child(even) {
    overflow: hidden;
  }

  .lg\:even\:overflow-visible:nth-child(even) {
    overflow: visible;
  }

  .lg\:even\:overflow-scroll:nth-child(even) {
    overflow: scroll;
  }

  .lg\:even\:overflow-x-auto:nth-child(even) {
    overflow-x: auto;
  }

  .lg\:even\:overflow-y-auto:nth-child(even) {
    overflow-y: auto;
  }

  .lg\:even\:overflow-x-hidden:nth-child(even) {
    overflow-x: hidden;
  }

  .lg\:even\:overflow-y-hidden:nth-child(even) {
    overflow-y: hidden;
  }

  .lg\:even\:overflow-x-visible:nth-child(even) {
    overflow-x: visible;
  }

  .lg\:even\:overflow-y-visible:nth-child(even) {
    overflow-y: visible;
  }

  .lg\:even\:overflow-x-scroll:nth-child(even) {
    overflow-x: scroll;
  }

  .lg\:even\:overflow-y-scroll:nth-child(even) {
    overflow-y: scroll;
  }

  .lg\:even\:scrolling-touch:nth-child(even) {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:even\:scrolling-auto:nth-child(even) {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:odd\:overflow-auto:nth-child(odd) {
    overflow: auto;
  }

  .lg\:odd\:overflow-hidden:nth-child(odd) {
    overflow: hidden;
  }

  .lg\:odd\:overflow-visible:nth-child(odd) {
    overflow: visible;
  }

  .lg\:odd\:overflow-scroll:nth-child(odd) {
    overflow: scroll;
  }

  .lg\:odd\:overflow-x-auto:nth-child(odd) {
    overflow-x: auto;
  }

  .lg\:odd\:overflow-y-auto:nth-child(odd) {
    overflow-y: auto;
  }

  .lg\:odd\:overflow-x-hidden:nth-child(odd) {
    overflow-x: hidden;
  }

  .lg\:odd\:overflow-y-hidden:nth-child(odd) {
    overflow-y: hidden;
  }

  .lg\:odd\:overflow-x-visible:nth-child(odd) {
    overflow-x: visible;
  }

  .lg\:odd\:overflow-y-visible:nth-child(odd) {
    overflow-y: visible;
  }

  .lg\:odd\:overflow-x-scroll:nth-child(odd) {
    overflow-x: scroll;
  }

  .lg\:odd\:overflow-y-scroll:nth-child(odd) {
    overflow-y: scroll;
  }

  .lg\:odd\:scrolling-touch:nth-child(odd) {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:odd\:scrolling-auto:nth-child(odd) {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:children\:overflow-auto > * {
    overflow: auto;
  }

  .lg\:children\:overflow-hidden > * {
    overflow: hidden;
  }

  .lg\:children\:overflow-visible > * {
    overflow: visible;
  }

  .lg\:children\:overflow-scroll > * {
    overflow: scroll;
  }

  .lg\:children\:overflow-x-auto > * {
    overflow-x: auto;
  }

  .lg\:children\:overflow-y-auto > * {
    overflow-y: auto;
  }

  .lg\:children\:overflow-x-hidden > * {
    overflow-x: hidden;
  }

  .lg\:children\:overflow-y-hidden > * {
    overflow-y: hidden;
  }

  .lg\:children\:overflow-x-visible > * {
    overflow-x: visible;
  }

  .lg\:children\:overflow-y-visible > * {
    overflow-y: visible;
  }

  .lg\:children\:overflow-x-scroll > * {
    overflow-x: scroll;
  }

  .lg\:children\:overflow-y-scroll > * {
    overflow-y: scroll;
  }

  .lg\:children\:scrolling-touch > * {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:children\:scrolling-auto > * {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:first\:overflow-auto:first-child {
    overflow: auto;
  }

  .lg\:first\:overflow-hidden:first-child {
    overflow: hidden;
  }

  .lg\:first\:overflow-visible:first-child {
    overflow: visible;
  }

  .lg\:first\:overflow-scroll:first-child {
    overflow: scroll;
  }

  .lg\:first\:overflow-x-auto:first-child {
    overflow-x: auto;
  }

  .lg\:first\:overflow-y-auto:first-child {
    overflow-y: auto;
  }

  .lg\:first\:overflow-x-hidden:first-child {
    overflow-x: hidden;
  }

  .lg\:first\:overflow-y-hidden:first-child {
    overflow-y: hidden;
  }

  .lg\:first\:overflow-x-visible:first-child {
    overflow-x: visible;
  }

  .lg\:first\:overflow-y-visible:first-child {
    overflow-y: visible;
  }

  .lg\:first\:overflow-x-scroll:first-child {
    overflow-x: scroll;
  }

  .lg\:first\:overflow-y-scroll:first-child {
    overflow-y: scroll;
  }

  .lg\:first\:scrolling-touch:first-child {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:first\:scrolling-auto:first-child {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:last\:overflow-auto:last-child {
    overflow: auto;
  }

  .lg\:last\:overflow-hidden:last-child {
    overflow: hidden;
  }

  .lg\:last\:overflow-visible:last-child {
    overflow: visible;
  }

  .lg\:last\:overflow-scroll:last-child {
    overflow: scroll;
  }

  .lg\:last\:overflow-x-auto:last-child {
    overflow-x: auto;
  }

  .lg\:last\:overflow-y-auto:last-child {
    overflow-y: auto;
  }

  .lg\:last\:overflow-x-hidden:last-child {
    overflow-x: hidden;
  }

  .lg\:last\:overflow-y-hidden:last-child {
    overflow-y: hidden;
  }

  .lg\:last\:overflow-x-visible:last-child {
    overflow-x: visible;
  }

  .lg\:last\:overflow-y-visible:last-child {
    overflow-y: visible;
  }

  .lg\:last\:overflow-x-scroll:last-child {
    overflow-x: scroll;
  }

  .lg\:last\:overflow-y-scroll:last-child {
    overflow-y: scroll;
  }

  .lg\:last\:scrolling-touch:last-child {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:last\:scrolling-auto:last-child {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .lg\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .lg\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .lg\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .lg\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .lg\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .lg\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .lg\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .lg\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .lg\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .lg\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .lg\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .lg\:hover\:scrolling-touch:hover {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:hover\:scrolling-auto:hover {
    -webkit-overflow-scrolling: auto;
  }

  .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\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-9 {
    padding: 2.25rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-11 {
    padding: 2.75rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-13 {
    padding: 3.25rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-15 {
    padding: 3.75rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-17 {
    padding: 4.25rem;
  }

  .lg\:p-18 {
    padding: 4.5rem;
  }

  .lg\:p-19 {
    padding: 4.75rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-40 {
    padding: 10rem;
  }

  .lg\:p-48 {
    padding: 12rem;
  }

  .lg\:p-56 {
    padding: 14rem;
  }

  .lg\:p-64 {
    padding: 16rem;
  }

  .lg\:p-75 {
    padding: 18.75rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .lg\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-17 {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .lg\:px-17 {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .lg\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .lg\:py-19 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .lg\:px-19 {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:py-75 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .lg\:px-75 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:pr-9 {
    padding-right: 2.25rem;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:pl-9 {
    padding-left: 2.25rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-11 {
    padding-top: 2.75rem;
  }

  .lg\:pr-11 {
    padding-right: 2.75rem;
  }

  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .lg\:pl-11 {
    padding-left: 2.75rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-13 {
    padding-top: 3.25rem;
  }

  .lg\:pr-13 {
    padding-right: 3.25rem;
  }

  .lg\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .lg\:pl-13 {
    padding-left: 3.25rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pt-15 {
    padding-top: 3.75rem;
  }

  .lg\:pr-15 {
    padding-right: 3.75rem;
  }

  .lg\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .lg\:pl-15 {
    padding-left: 3.75rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-17 {
    padding-top: 4.25rem;
  }

  .lg\:pr-17 {
    padding-right: 4.25rem;
  }

  .lg\:pb-17 {
    padding-bottom: 4.25rem;
  }

  .lg\:pl-17 {
    padding-left: 4.25rem;
  }

  .lg\:pt-18 {
    padding-top: 4.5rem;
  }

  .lg\:pr-18 {
    padding-right: 4.5rem;
  }

  .lg\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .lg\:pl-18 {
    padding-left: 4.5rem;
  }

  .lg\:pt-19 {
    padding-top: 4.75rem;
  }

  .lg\:pr-19 {
    padding-right: 4.75rem;
  }

  .lg\:pb-19 {
    padding-bottom: 4.75rem;
  }

  .lg\:pl-19 {
    padding-left: 4.75rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

  .lg\:pr-56 {
    padding-right: 14rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pl-56 {
    padding-left: 14rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pt-75 {
    padding-top: 18.75rem;
  }

  .lg\:pr-75 {
    padding-right: 18.75rem;
  }

  .lg\:pb-75 {
    padding-bottom: 18.75rem;
  }

  .lg\:pl-75 {
    padding-left: 18.75rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:even\:p-0:nth-child(even) {
    padding: 0;
  }

  .lg\:even\:p-1:nth-child(even) {
    padding: 0.25rem;
  }

  .lg\:even\:p-2:nth-child(even) {
    padding: 0.5rem;
  }

  .lg\:even\:p-3:nth-child(even) {
    padding: 0.75rem;
  }

  .lg\:even\:p-4:nth-child(even) {
    padding: 1rem;
  }

  .lg\:even\:p-5:nth-child(even) {
    padding: 1.25rem;
  }

  .lg\:even\:p-6:nth-child(even) {
    padding: 1.5rem;
  }

  .lg\:even\:p-7:nth-child(even) {
    padding: 1.75rem;
  }

  .lg\:even\:p-8:nth-child(even) {
    padding: 2rem;
  }

  .lg\:even\:p-9:nth-child(even) {
    padding: 2.25rem;
  }

  .lg\:even\:p-10:nth-child(even) {
    padding: 2.5rem;
  }

  .lg\:even\:p-11:nth-child(even) {
    padding: 2.75rem;
  }

  .lg\:even\:p-12:nth-child(even) {
    padding: 3rem;
  }

  .lg\:even\:p-13:nth-child(even) {
    padding: 3.25rem;
  }

  .lg\:even\:p-14:nth-child(even) {
    padding: 3.5rem;
  }

  .lg\:even\:p-15:nth-child(even) {
    padding: 3.75rem;
  }

  .lg\:even\:p-16:nth-child(even) {
    padding: 4rem;
  }

  .lg\:even\:p-17:nth-child(even) {
    padding: 4.25rem;
  }

  .lg\:even\:p-18:nth-child(even) {
    padding: 4.5rem;
  }

  .lg\:even\:p-19:nth-child(even) {
    padding: 4.75rem;
  }

  .lg\:even\:p-20:nth-child(even) {
    padding: 5rem;
  }

  .lg\:even\:p-24:nth-child(even) {
    padding: 6rem;
  }

  .lg\:even\:p-32:nth-child(even) {
    padding: 8rem;
  }

  .lg\:even\:p-40:nth-child(even) {
    padding: 10rem;
  }

  .lg\:even\:p-48:nth-child(even) {
    padding: 12rem;
  }

  .lg\:even\:p-56:nth-child(even) {
    padding: 14rem;
  }

  .lg\:even\:p-64:nth-child(even) {
    padding: 16rem;
  }

  .lg\:even\:p-75:nth-child(even) {
    padding: 18.75rem;
  }

  .lg\:even\:p-px:nth-child(even) {
    padding: 1px;
  }

  .lg\:even\:py-0:nth-child(even) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:even\:px-0:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:even\:py-1:nth-child(even) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:even\:px-1:nth-child(even) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:even\:py-2:nth-child(even) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:even\:px-2:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:even\:py-3:nth-child(even) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:even\:px-3:nth-child(even) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:even\:py-4:nth-child(even) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:even\:px-4:nth-child(even) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:even\:py-5:nth-child(even) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:even\:px-5:nth-child(even) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:even\:py-6:nth-child(even) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:even\:px-6:nth-child(even) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:even\:py-7:nth-child(even) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:even\:px-7:nth-child(even) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:even\:py-8:nth-child(even) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:even\:px-8:nth-child(even) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:even\:py-9:nth-child(even) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:even\:px-9:nth-child(even) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:even\:py-10:nth-child(even) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:even\:px-10:nth-child(even) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:even\:py-11:nth-child(even) {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:even\:px-11:nth-child(even) {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:even\:py-12:nth-child(even) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:even\:px-12:nth-child(even) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:even\:py-13:nth-child(even) {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .lg\:even\:px-13:nth-child(even) {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .lg\:even\:py-14:nth-child(even) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:even\:px-14:nth-child(even) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:even\:py-15:nth-child(even) {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:even\:px-15:nth-child(even) {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:even\:py-16:nth-child(even) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:even\:px-16:nth-child(even) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:even\:py-17:nth-child(even) {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .lg\:even\:px-17:nth-child(even) {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .lg\:even\:py-18:nth-child(even) {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:even\:px-18:nth-child(even) {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .lg\:even\:py-19:nth-child(even) {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .lg\:even\:px-19:nth-child(even) {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .lg\:even\:py-20:nth-child(even) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:even\:px-20:nth-child(even) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:even\:py-24:nth-child(even) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:even\:px-24:nth-child(even) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:even\:py-32:nth-child(even) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:even\:px-32:nth-child(even) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:even\:py-40:nth-child(even) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:even\:px-40:nth-child(even) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:even\:py-48:nth-child(even) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:even\:px-48:nth-child(even) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:even\:py-56:nth-child(even) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:even\:px-56:nth-child(even) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:even\:py-64:nth-child(even) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:even\:px-64:nth-child(even) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:even\:py-75:nth-child(even) {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .lg\:even\:px-75:nth-child(even) {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .lg\:even\:py-px:nth-child(even) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:even\:px-px:nth-child(even) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:even\:pt-0:nth-child(even) {
    padding-top: 0;
  }

  .lg\:even\:pr-0:nth-child(even) {
    padding-right: 0;
  }

  .lg\:even\:pb-0:nth-child(even) {
    padding-bottom: 0;
  }

  .lg\:even\:pl-0:nth-child(even) {
    padding-left: 0;
  }

  .lg\:even\:pt-1:nth-child(even) {
    padding-top: 0.25rem;
  }

  .lg\:even\:pr-1:nth-child(even) {
    padding-right: 0.25rem;
  }

  .lg\:even\:pb-1:nth-child(even) {
    padding-bottom: 0.25rem;
  }

  .lg\:even\:pl-1:nth-child(even) {
    padding-left: 0.25rem;
  }

  .lg\:even\:pt-2:nth-child(even) {
    padding-top: 0.5rem;
  }

  .lg\:even\:pr-2:nth-child(even) {
    padding-right: 0.5rem;
  }

  .lg\:even\:pb-2:nth-child(even) {
    padding-bottom: 0.5rem;
  }

  .lg\:even\:pl-2:nth-child(even) {
    padding-left: 0.5rem;
  }

  .lg\:even\:pt-3:nth-child(even) {
    padding-top: 0.75rem;
  }

  .lg\:even\:pr-3:nth-child(even) {
    padding-right: 0.75rem;
  }

  .lg\:even\:pb-3:nth-child(even) {
    padding-bottom: 0.75rem;
  }

  .lg\:even\:pl-3:nth-child(even) {
    padding-left: 0.75rem;
  }

  .lg\:even\:pt-4:nth-child(even) {
    padding-top: 1rem;
  }

  .lg\:even\:pr-4:nth-child(even) {
    padding-right: 1rem;
  }

  .lg\:even\:pb-4:nth-child(even) {
    padding-bottom: 1rem;
  }

  .lg\:even\:pl-4:nth-child(even) {
    padding-left: 1rem;
  }

  .lg\:even\:pt-5:nth-child(even) {
    padding-top: 1.25rem;
  }

  .lg\:even\:pr-5:nth-child(even) {
    padding-right: 1.25rem;
  }

  .lg\:even\:pb-5:nth-child(even) {
    padding-bottom: 1.25rem;
  }

  .lg\:even\:pl-5:nth-child(even) {
    padding-left: 1.25rem;
  }

  .lg\:even\:pt-6:nth-child(even) {
    padding-top: 1.5rem;
  }

  .lg\:even\:pr-6:nth-child(even) {
    padding-right: 1.5rem;
  }

  .lg\:even\:pb-6:nth-child(even) {
    padding-bottom: 1.5rem;
  }

  .lg\:even\:pl-6:nth-child(even) {
    padding-left: 1.5rem;
  }

  .lg\:even\:pt-7:nth-child(even) {
    padding-top: 1.75rem;
  }

  .lg\:even\:pr-7:nth-child(even) {
    padding-right: 1.75rem;
  }

  .lg\:even\:pb-7:nth-child(even) {
    padding-bottom: 1.75rem;
  }

  .lg\:even\:pl-7:nth-child(even) {
    padding-left: 1.75rem;
  }

  .lg\:even\:pt-8:nth-child(even) {
    padding-top: 2rem;
  }

  .lg\:even\:pr-8:nth-child(even) {
    padding-right: 2rem;
  }

  .lg\:even\:pb-8:nth-child(even) {
    padding-bottom: 2rem;
  }

  .lg\:even\:pl-8:nth-child(even) {
    padding-left: 2rem;
  }

  .lg\:even\:pt-9:nth-child(even) {
    padding-top: 2.25rem;
  }

  .lg\:even\:pr-9:nth-child(even) {
    padding-right: 2.25rem;
  }

  .lg\:even\:pb-9:nth-child(even) {
    padding-bottom: 2.25rem;
  }

  .lg\:even\:pl-9:nth-child(even) {
    padding-left: 2.25rem;
  }

  .lg\:even\:pt-10:nth-child(even) {
    padding-top: 2.5rem;
  }

  .lg\:even\:pr-10:nth-child(even) {
    padding-right: 2.5rem;
  }

  .lg\:even\:pb-10:nth-child(even) {
    padding-bottom: 2.5rem;
  }

  .lg\:even\:pl-10:nth-child(even) {
    padding-left: 2.5rem;
  }

  .lg\:even\:pt-11:nth-child(even) {
    padding-top: 2.75rem;
  }

  .lg\:even\:pr-11:nth-child(even) {
    padding-right: 2.75rem;
  }

  .lg\:even\:pb-11:nth-child(even) {
    padding-bottom: 2.75rem;
  }

  .lg\:even\:pl-11:nth-child(even) {
    padding-left: 2.75rem;
  }

  .lg\:even\:pt-12:nth-child(even) {
    padding-top: 3rem;
  }

  .lg\:even\:pr-12:nth-child(even) {
    padding-right: 3rem;
  }

  .lg\:even\:pb-12:nth-child(even) {
    padding-bottom: 3rem;
  }

  .lg\:even\:pl-12:nth-child(even) {
    padding-left: 3rem;
  }

  .lg\:even\:pt-13:nth-child(even) {
    padding-top: 3.25rem;
  }

  .lg\:even\:pr-13:nth-child(even) {
    padding-right: 3.25rem;
  }

  .lg\:even\:pb-13:nth-child(even) {
    padding-bottom: 3.25rem;
  }

  .lg\:even\:pl-13:nth-child(even) {
    padding-left: 3.25rem;
  }

  .lg\:even\:pt-14:nth-child(even) {
    padding-top: 3.5rem;
  }

  .lg\:even\:pr-14:nth-child(even) {
    padding-right: 3.5rem;
  }

  .lg\:even\:pb-14:nth-child(even) {
    padding-bottom: 3.5rem;
  }

  .lg\:even\:pl-14:nth-child(even) {
    padding-left: 3.5rem;
  }

  .lg\:even\:pt-15:nth-child(even) {
    padding-top: 3.75rem;
  }

  .lg\:even\:pr-15:nth-child(even) {
    padding-right: 3.75rem;
  }

  .lg\:even\:pb-15:nth-child(even) {
    padding-bottom: 3.75rem;
  }

  .lg\:even\:pl-15:nth-child(even) {
    padding-left: 3.75rem;
  }

  .lg\:even\:pt-16:nth-child(even) {
    padding-top: 4rem;
  }

  .lg\:even\:pr-16:nth-child(even) {
    padding-right: 4rem;
  }

  .lg\:even\:pb-16:nth-child(even) {
    padding-bottom: 4rem;
  }

  .lg\:even\:pl-16:nth-child(even) {
    padding-left: 4rem;
  }

  .lg\:even\:pt-17:nth-child(even) {
    padding-top: 4.25rem;
  }

  .lg\:even\:pr-17:nth-child(even) {
    padding-right: 4.25rem;
  }

  .lg\:even\:pb-17:nth-child(even) {
    padding-bottom: 4.25rem;
  }

  .lg\:even\:pl-17:nth-child(even) {
    padding-left: 4.25rem;
  }

  .lg\:even\:pt-18:nth-child(even) {
    padding-top: 4.5rem;
  }

  .lg\:even\:pr-18:nth-child(even) {
    padding-right: 4.5rem;
  }

  .lg\:even\:pb-18:nth-child(even) {
    padding-bottom: 4.5rem;
  }

  .lg\:even\:pl-18:nth-child(even) {
    padding-left: 4.5rem;
  }

  .lg\:even\:pt-19:nth-child(even) {
    padding-top: 4.75rem;
  }

  .lg\:even\:pr-19:nth-child(even) {
    padding-right: 4.75rem;
  }

  .lg\:even\:pb-19:nth-child(even) {
    padding-bottom: 4.75rem;
  }

  .lg\:even\:pl-19:nth-child(even) {
    padding-left: 4.75rem;
  }

  .lg\:even\:pt-20:nth-child(even) {
    padding-top: 5rem;
  }

  .lg\:even\:pr-20:nth-child(even) {
    padding-right: 5rem;
  }

  .lg\:even\:pb-20:nth-child(even) {
    padding-bottom: 5rem;
  }

  .lg\:even\:pl-20:nth-child(even) {
    padding-left: 5rem;
  }

  .lg\:even\:pt-24:nth-child(even) {
    padding-top: 6rem;
  }

  .lg\:even\:pr-24:nth-child(even) {
    padding-right: 6rem;
  }

  .lg\:even\:pb-24:nth-child(even) {
    padding-bottom: 6rem;
  }

  .lg\:even\:pl-24:nth-child(even) {
    padding-left: 6rem;
  }

  .lg\:even\:pt-32:nth-child(even) {
    padding-top: 8rem;
  }

  .lg\:even\:pr-32:nth-child(even) {
    padding-right: 8rem;
  }

  .lg\:even\:pb-32:nth-child(even) {
    padding-bottom: 8rem;
  }

  .lg\:even\:pl-32:nth-child(even) {
    padding-left: 8rem;
  }

  .lg\:even\:pt-40:nth-child(even) {
    padding-top: 10rem;
  }

  .lg\:even\:pr-40:nth-child(even) {
    padding-right: 10rem;
  }

  .lg\:even\:pb-40:nth-child(even) {
    padding-bottom: 10rem;
  }

  .lg\:even\:pl-40:nth-child(even) {
    padding-left: 10rem;
  }

  .lg\:even\:pt-48:nth-child(even) {
    padding-top: 12rem;
  }

  .lg\:even\:pr-48:nth-child(even) {
    padding-right: 12rem;
  }

  .lg\:even\:pb-48:nth-child(even) {
    padding-bottom: 12rem;
  }

  .lg\:even\:pl-48:nth-child(even) {
    padding-left: 12rem;
  }

  .lg\:even\:pt-56:nth-child(even) {
    padding-top: 14rem;
  }

  .lg\:even\:pr-56:nth-child(even) {
    padding-right: 14rem;
  }

  .lg\:even\:pb-56:nth-child(even) {
    padding-bottom: 14rem;
  }

  .lg\:even\:pl-56:nth-child(even) {
    padding-left: 14rem;
  }

  .lg\:even\:pt-64:nth-child(even) {
    padding-top: 16rem;
  }

  .lg\:even\:pr-64:nth-child(even) {
    padding-right: 16rem;
  }

  .lg\:even\:pb-64:nth-child(even) {
    padding-bottom: 16rem;
  }

  .lg\:even\:pl-64:nth-child(even) {
    padding-left: 16rem;
  }

  .lg\:even\:pt-75:nth-child(even) {
    padding-top: 18.75rem;
  }

  .lg\:even\:pr-75:nth-child(even) {
    padding-right: 18.75rem;
  }

  .lg\:even\:pb-75:nth-child(even) {
    padding-bottom: 18.75rem;
  }

  .lg\:even\:pl-75:nth-child(even) {
    padding-left: 18.75rem;
  }

  .lg\:even\:pt-px:nth-child(even) {
    padding-top: 1px;
  }

  .lg\:even\:pr-px:nth-child(even) {
    padding-right: 1px;
  }

  .lg\:even\:pb-px:nth-child(even) {
    padding-bottom: 1px;
  }

  .lg\:even\:pl-px:nth-child(even) {
    padding-left: 1px;
  }

  .lg\:odd\:p-0:nth-child(odd) {
    padding: 0;
  }

  .lg\:odd\:p-1:nth-child(odd) {
    padding: 0.25rem;
  }

  .lg\:odd\:p-2:nth-child(odd) {
    padding: 0.5rem;
  }

  .lg\:odd\:p-3:nth-child(odd) {
    padding: 0.75rem;
  }

  .lg\:odd\:p-4:nth-child(odd) {
    padding: 1rem;
  }

  .lg\:odd\:p-5:nth-child(odd) {
    padding: 1.25rem;
  }

  .lg\:odd\:p-6:nth-child(odd) {
    padding: 1.5rem;
  }

  .lg\:odd\:p-7:nth-child(odd) {
    padding: 1.75rem;
  }

  .lg\:odd\:p-8:nth-child(odd) {
    padding: 2rem;
  }

  .lg\:odd\:p-9:nth-child(odd) {
    padding: 2.25rem;
  }

  .lg\:odd\:p-10:nth-child(odd) {
    padding: 2.5rem;
  }

  .lg\:odd\:p-11:nth-child(odd) {
    padding: 2.75rem;
  }

  .lg\:odd\:p-12:nth-child(odd) {
    padding: 3rem;
  }

  .lg\:odd\:p-13:nth-child(odd) {
    padding: 3.25rem;
  }

  .lg\:odd\:p-14:nth-child(odd) {
    padding: 3.5rem;
  }

  .lg\:odd\:p-15:nth-child(odd) {
    padding: 3.75rem;
  }

  .lg\:odd\:p-16:nth-child(odd) {
    padding: 4rem;
  }

  .lg\:odd\:p-17:nth-child(odd) {
    padding: 4.25rem;
  }

  .lg\:odd\:p-18:nth-child(odd) {
    padding: 4.5rem;
  }

  .lg\:odd\:p-19:nth-child(odd) {
    padding: 4.75rem;
  }

  .lg\:odd\:p-20:nth-child(odd) {
    padding: 5rem;
  }

  .lg\:odd\:p-24:nth-child(odd) {
    padding: 6rem;
  }

  .lg\:odd\:p-32:nth-child(odd) {
    padding: 8rem;
  }

  .lg\:odd\:p-40:nth-child(odd) {
    padding: 10rem;
  }

  .lg\:odd\:p-48:nth-child(odd) {
    padding: 12rem;
  }

  .lg\:odd\:p-56:nth-child(odd) {
    padding: 14rem;
  }

  .lg\:odd\:p-64:nth-child(odd) {
    padding: 16rem;
  }

  .lg\:odd\:p-75:nth-child(odd) {
    padding: 18.75rem;
  }

  .lg\:odd\:p-px:nth-child(odd) {
    padding: 1px;
  }

  .lg\:odd\:py-0:nth-child(odd) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:odd\:px-0:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:odd\:py-1:nth-child(odd) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:odd\:px-1:nth-child(odd) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:odd\:py-2:nth-child(odd) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:odd\:px-2:nth-child(odd) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:odd\:py-3:nth-child(odd) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:odd\:px-3:nth-child(odd) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:odd\:py-4:nth-child(odd) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:odd\:px-4:nth-child(odd) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:odd\:py-5:nth-child(odd) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:odd\:px-5:nth-child(odd) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:odd\:py-6:nth-child(odd) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:odd\:px-6:nth-child(odd) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:odd\:py-7:nth-child(odd) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:odd\:px-7:nth-child(odd) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:odd\:py-8:nth-child(odd) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:odd\:px-8:nth-child(odd) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:odd\:py-9:nth-child(odd) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:odd\:px-9:nth-child(odd) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:odd\:py-10:nth-child(odd) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:odd\:px-10:nth-child(odd) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:odd\:py-11:nth-child(odd) {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:odd\:px-11:nth-child(odd) {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:odd\:py-12:nth-child(odd) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:odd\:px-12:nth-child(odd) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:odd\:py-13:nth-child(odd) {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .lg\:odd\:px-13:nth-child(odd) {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .lg\:odd\:py-14:nth-child(odd) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:odd\:px-14:nth-child(odd) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:odd\:py-15:nth-child(odd) {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:odd\:px-15:nth-child(odd) {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:odd\:py-16:nth-child(odd) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:odd\:px-16:nth-child(odd) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:odd\:py-17:nth-child(odd) {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .lg\:odd\:px-17:nth-child(odd) {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .lg\:odd\:py-18:nth-child(odd) {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:odd\:px-18:nth-child(odd) {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .lg\:odd\:py-19:nth-child(odd) {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .lg\:odd\:px-19:nth-child(odd) {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .lg\:odd\:py-20:nth-child(odd) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:odd\:px-20:nth-child(odd) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:odd\:py-24:nth-child(odd) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:odd\:px-24:nth-child(odd) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:odd\:py-32:nth-child(odd) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:odd\:px-32:nth-child(odd) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:odd\:py-40:nth-child(odd) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:odd\:px-40:nth-child(odd) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:odd\:py-48:nth-child(odd) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:odd\:px-48:nth-child(odd) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:odd\:py-56:nth-child(odd) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:odd\:px-56:nth-child(odd) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:odd\:py-64:nth-child(odd) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:odd\:px-64:nth-child(odd) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:odd\:py-75:nth-child(odd) {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .lg\:odd\:px-75:nth-child(odd) {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .lg\:odd\:py-px:nth-child(odd) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:odd\:px-px:nth-child(odd) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:odd\:pt-0:nth-child(odd) {
    padding-top: 0;
  }

  .lg\:odd\:pr-0:nth-child(odd) {
    padding-right: 0;
  }

  .lg\:odd\:pb-0:nth-child(odd) {
    padding-bottom: 0;
  }

  .lg\:odd\:pl-0:nth-child(odd) {
    padding-left: 0;
  }

  .lg\:odd\:pt-1:nth-child(odd) {
    padding-top: 0.25rem;
  }

  .lg\:odd\:pr-1:nth-child(odd) {
    padding-right: 0.25rem;
  }

  .lg\:odd\:pb-1:nth-child(odd) {
    padding-bottom: 0.25rem;
  }

  .lg\:odd\:pl-1:nth-child(odd) {
    padding-left: 0.25rem;
  }

  .lg\:odd\:pt-2:nth-child(odd) {
    padding-top: 0.5rem;
  }

  .lg\:odd\:pr-2:nth-child(odd) {
    padding-right: 0.5rem;
  }

  .lg\:odd\:pb-2:nth-child(odd) {
    padding-bottom: 0.5rem;
  }

  .lg\:odd\:pl-2:nth-child(odd) {
    padding-left: 0.5rem;
  }

  .lg\:odd\:pt-3:nth-child(odd) {
    padding-top: 0.75rem;
  }

  .lg\:odd\:pr-3:nth-child(odd) {
    padding-right: 0.75rem;
  }

  .lg\:odd\:pb-3:nth-child(odd) {
    padding-bottom: 0.75rem;
  }

  .lg\:odd\:pl-3:nth-child(odd) {
    padding-left: 0.75rem;
  }

  .lg\:odd\:pt-4:nth-child(odd) {
    padding-top: 1rem;
  }

  .lg\:odd\:pr-4:nth-child(odd) {
    padding-right: 1rem;
  }

  .lg\:odd\:pb-4:nth-child(odd) {
    padding-bottom: 1rem;
  }

  .lg\:odd\:pl-4:nth-child(odd) {
    padding-left: 1rem;
  }

  .lg\:odd\:pt-5:nth-child(odd) {
    padding-top: 1.25rem;
  }

  .lg\:odd\:pr-5:nth-child(odd) {
    padding-right: 1.25rem;
  }

  .lg\:odd\:pb-5:nth-child(odd) {
    padding-bottom: 1.25rem;
  }

  .lg\:odd\:pl-5:nth-child(odd) {
    padding-left: 1.25rem;
  }

  .lg\:odd\:pt-6:nth-child(odd) {
    padding-top: 1.5rem;
  }

  .lg\:odd\:pr-6:nth-child(odd) {
    padding-right: 1.5rem;
  }

  .lg\:odd\:pb-6:nth-child(odd) {
    padding-bottom: 1.5rem;
  }

  .lg\:odd\:pl-6:nth-child(odd) {
    padding-left: 1.5rem;
  }

  .lg\:odd\:pt-7:nth-child(odd) {
    padding-top: 1.75rem;
  }

  .lg\:odd\:pr-7:nth-child(odd) {
    padding-right: 1.75rem;
  }

  .lg\:odd\:pb-7:nth-child(odd) {
    padding-bottom: 1.75rem;
  }

  .lg\:odd\:pl-7:nth-child(odd) {
    padding-left: 1.75rem;
  }

  .lg\:odd\:pt-8:nth-child(odd) {
    padding-top: 2rem;
  }

  .lg\:odd\:pr-8:nth-child(odd) {
    padding-right: 2rem;
  }

  .lg\:odd\:pb-8:nth-child(odd) {
    padding-bottom: 2rem;
  }

  .lg\:odd\:pl-8:nth-child(odd) {
    padding-left: 2rem;
  }

  .lg\:odd\:pt-9:nth-child(odd) {
    padding-top: 2.25rem;
  }

  .lg\:odd\:pr-9:nth-child(odd) {
    padding-right: 2.25rem;
  }

  .lg\:odd\:pb-9:nth-child(odd) {
    padding-bottom: 2.25rem;
  }

  .lg\:odd\:pl-9:nth-child(odd) {
    padding-left: 2.25rem;
  }

  .lg\:odd\:pt-10:nth-child(odd) {
    padding-top: 2.5rem;
  }

  .lg\:odd\:pr-10:nth-child(odd) {
    padding-right: 2.5rem;
  }

  .lg\:odd\:pb-10:nth-child(odd) {
    padding-bottom: 2.5rem;
  }

  .lg\:odd\:pl-10:nth-child(odd) {
    padding-left: 2.5rem;
  }

  .lg\:odd\:pt-11:nth-child(odd) {
    padding-top: 2.75rem;
  }

  .lg\:odd\:pr-11:nth-child(odd) {
    padding-right: 2.75rem;
  }

  .lg\:odd\:pb-11:nth-child(odd) {
    padding-bottom: 2.75rem;
  }

  .lg\:odd\:pl-11:nth-child(odd) {
    padding-left: 2.75rem;
  }

  .lg\:odd\:pt-12:nth-child(odd) {
    padding-top: 3rem;
  }

  .lg\:odd\:pr-12:nth-child(odd) {
    padding-right: 3rem;
  }

  .lg\:odd\:pb-12:nth-child(odd) {
    padding-bottom: 3rem;
  }

  .lg\:odd\:pl-12:nth-child(odd) {
    padding-left: 3rem;
  }

  .lg\:odd\:pt-13:nth-child(odd) {
    padding-top: 3.25rem;
  }

  .lg\:odd\:pr-13:nth-child(odd) {
    padding-right: 3.25rem;
  }

  .lg\:odd\:pb-13:nth-child(odd) {
    padding-bottom: 3.25rem;
  }

  .lg\:odd\:pl-13:nth-child(odd) {
    padding-left: 3.25rem;
  }

  .lg\:odd\:pt-14:nth-child(odd) {
    padding-top: 3.5rem;
  }

  .lg\:odd\:pr-14:nth-child(odd) {
    padding-right: 3.5rem;
  }

  .lg\:odd\:pb-14:nth-child(odd) {
    padding-bottom: 3.5rem;
  }

  .lg\:odd\:pl-14:nth-child(odd) {
    padding-left: 3.5rem;
  }

  .lg\:odd\:pt-15:nth-child(odd) {
    padding-top: 3.75rem;
  }

  .lg\:odd\:pr-15:nth-child(odd) {
    padding-right: 3.75rem;
  }

  .lg\:odd\:pb-15:nth-child(odd) {
    padding-bottom: 3.75rem;
  }

  .lg\:odd\:pl-15:nth-child(odd) {
    padding-left: 3.75rem;
  }

  .lg\:odd\:pt-16:nth-child(odd) {
    padding-top: 4rem;
  }

  .lg\:odd\:pr-16:nth-child(odd) {
    padding-right: 4rem;
  }

  .lg\:odd\:pb-16:nth-child(odd) {
    padding-bottom: 4rem;
  }

  .lg\:odd\:pl-16:nth-child(odd) {
    padding-left: 4rem;
  }

  .lg\:odd\:pt-17:nth-child(odd) {
    padding-top: 4.25rem;
  }

  .lg\:odd\:pr-17:nth-child(odd) {
    padding-right: 4.25rem;
  }

  .lg\:odd\:pb-17:nth-child(odd) {
    padding-bottom: 4.25rem;
  }

  .lg\:odd\:pl-17:nth-child(odd) {
    padding-left: 4.25rem;
  }

  .lg\:odd\:pt-18:nth-child(odd) {
    padding-top: 4.5rem;
  }

  .lg\:odd\:pr-18:nth-child(odd) {
    padding-right: 4.5rem;
  }

  .lg\:odd\:pb-18:nth-child(odd) {
    padding-bottom: 4.5rem;
  }

  .lg\:odd\:pl-18:nth-child(odd) {
    padding-left: 4.5rem;
  }

  .lg\:odd\:pt-19:nth-child(odd) {
    padding-top: 4.75rem;
  }

  .lg\:odd\:pr-19:nth-child(odd) {
    padding-right: 4.75rem;
  }

  .lg\:odd\:pb-19:nth-child(odd) {
    padding-bottom: 4.75rem;
  }

  .lg\:odd\:pl-19:nth-child(odd) {
    padding-left: 4.75rem;
  }

  .lg\:odd\:pt-20:nth-child(odd) {
    padding-top: 5rem;
  }

  .lg\:odd\:pr-20:nth-child(odd) {
    padding-right: 5rem;
  }

  .lg\:odd\:pb-20:nth-child(odd) {
    padding-bottom: 5rem;
  }

  .lg\:odd\:pl-20:nth-child(odd) {
    padding-left: 5rem;
  }

  .lg\:odd\:pt-24:nth-child(odd) {
    padding-top: 6rem;
  }

  .lg\:odd\:pr-24:nth-child(odd) {
    padding-right: 6rem;
  }

  .lg\:odd\:pb-24:nth-child(odd) {
    padding-bottom: 6rem;
  }

  .lg\:odd\:pl-24:nth-child(odd) {
    padding-left: 6rem;
  }

  .lg\:odd\:pt-32:nth-child(odd) {
    padding-top: 8rem;
  }

  .lg\:odd\:pr-32:nth-child(odd) {
    padding-right: 8rem;
  }

  .lg\:odd\:pb-32:nth-child(odd) {
    padding-bottom: 8rem;
  }

  .lg\:odd\:pl-32:nth-child(odd) {
    padding-left: 8rem;
  }

  .lg\:odd\:pt-40:nth-child(odd) {
    padding-top: 10rem;
  }

  .lg\:odd\:pr-40:nth-child(odd) {
    padding-right: 10rem;
  }

  .lg\:odd\:pb-40:nth-child(odd) {
    padding-bottom: 10rem;
  }

  .lg\:odd\:pl-40:nth-child(odd) {
    padding-left: 10rem;
  }

  .lg\:odd\:pt-48:nth-child(odd) {
    padding-top: 12rem;
  }

  .lg\:odd\:pr-48:nth-child(odd) {
    padding-right: 12rem;
  }

  .lg\:odd\:pb-48:nth-child(odd) {
    padding-bottom: 12rem;
  }

  .lg\:odd\:pl-48:nth-child(odd) {
    padding-left: 12rem;
  }

  .lg\:odd\:pt-56:nth-child(odd) {
    padding-top: 14rem;
  }

  .lg\:odd\:pr-56:nth-child(odd) {
    padding-right: 14rem;
  }

  .lg\:odd\:pb-56:nth-child(odd) {
    padding-bottom: 14rem;
  }

  .lg\:odd\:pl-56:nth-child(odd) {
    padding-left: 14rem;
  }

  .lg\:odd\:pt-64:nth-child(odd) {
    padding-top: 16rem;
  }

  .lg\:odd\:pr-64:nth-child(odd) {
    padding-right: 16rem;
  }

  .lg\:odd\:pb-64:nth-child(odd) {
    padding-bottom: 16rem;
  }

  .lg\:odd\:pl-64:nth-child(odd) {
    padding-left: 16rem;
  }

  .lg\:odd\:pt-75:nth-child(odd) {
    padding-top: 18.75rem;
  }

  .lg\:odd\:pr-75:nth-child(odd) {
    padding-right: 18.75rem;
  }

  .lg\:odd\:pb-75:nth-child(odd) {
    padding-bottom: 18.75rem;
  }

  .lg\:odd\:pl-75:nth-child(odd) {
    padding-left: 18.75rem;
  }

  .lg\:odd\:pt-px:nth-child(odd) {
    padding-top: 1px;
  }

  .lg\:odd\:pr-px:nth-child(odd) {
    padding-right: 1px;
  }

  .lg\:odd\:pb-px:nth-child(odd) {
    padding-bottom: 1px;
  }

  .lg\:odd\:pl-px:nth-child(odd) {
    padding-left: 1px;
  }

  .lg\:children\:p-0 > * {
    padding: 0;
  }

  .lg\:children\:p-1 > * {
    padding: 0.25rem;
  }

  .lg\:children\:p-2 > * {
    padding: 0.5rem;
  }

  .lg\:children\:p-3 > * {
    padding: 0.75rem;
  }

  .lg\:children\:p-4 > * {
    padding: 1rem;
  }

  .lg\:children\:p-5 > * {
    padding: 1.25rem;
  }

  .lg\:children\:p-6 > * {
    padding: 1.5rem;
  }

  .lg\:children\:p-7 > * {
    padding: 1.75rem;
  }

  .lg\:children\:p-8 > * {
    padding: 2rem;
  }

  .lg\:children\:p-9 > * {
    padding: 2.25rem;
  }

  .lg\:children\:p-10 > * {
    padding: 2.5rem;
  }

  .lg\:children\:p-11 > * {
    padding: 2.75rem;
  }

  .lg\:children\:p-12 > * {
    padding: 3rem;
  }

  .lg\:children\:p-13 > * {
    padding: 3.25rem;
  }

  .lg\:children\:p-14 > * {
    padding: 3.5rem;
  }

  .lg\:children\:p-15 > * {
    padding: 3.75rem;
  }

  .lg\:children\:p-16 > * {
    padding: 4rem;
  }

  .lg\:children\:p-17 > * {
    padding: 4.25rem;
  }

  .lg\:children\:p-18 > * {
    padding: 4.5rem;
  }

  .lg\:children\:p-19 > * {
    padding: 4.75rem;
  }

  .lg\:children\:p-20 > * {
    padding: 5rem;
  }

  .lg\:children\:p-24 > * {
    padding: 6rem;
  }

  .lg\:children\:p-32 > * {
    padding: 8rem;
  }

  .lg\:children\:p-40 > * {
    padding: 10rem;
  }

  .lg\:children\:p-48 > * {
    padding: 12rem;
  }

  .lg\:children\:p-56 > * {
    padding: 14rem;
  }

  .lg\:children\:p-64 > * {
    padding: 16rem;
  }

  .lg\:children\:p-75 > * {
    padding: 18.75rem;
  }

  .lg\:children\:p-px > * {
    padding: 1px;
  }

  .lg\:children\:py-0 > * {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:children\:px-0 > * {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:children\:py-1 > * {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:children\:px-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:children\:py-2 > * {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:children\:px-2 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:children\:py-3 > * {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:children\:px-3 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:children\:py-4 > * {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:children\:px-4 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:children\:py-5 > * {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:children\:px-5 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:children\:py-6 > * {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:children\:px-6 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:children\:py-7 > * {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:children\:px-7 > * {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:children\:py-8 > * {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:children\:px-8 > * {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:children\:py-9 > * {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:children\:px-9 > * {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:children\:py-10 > * {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:children\:px-10 > * {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:children\:py-11 > * {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:children\:px-11 > * {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:children\:py-12 > * {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:children\:px-12 > * {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:children\:py-13 > * {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .lg\:children\:px-13 > * {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .lg\:children\:py-14 > * {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:children\:px-14 > * {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:children\:py-15 > * {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:children\:px-15 > * {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:children\:py-16 > * {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:children\:px-16 > * {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:children\:py-17 > * {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .lg\:children\:px-17 > * {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .lg\:children\:py-18 > * {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:children\:px-18 > * {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .lg\:children\:py-19 > * {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .lg\:children\:px-19 > * {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .lg\:children\:py-20 > * {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:children\:px-20 > * {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:children\:py-24 > * {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:children\:px-24 > * {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:children\:py-32 > * {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:children\:px-32 > * {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:children\:py-40 > * {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:children\:px-40 > * {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:children\:py-48 > * {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:children\:px-48 > * {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:children\:py-56 > * {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:children\:px-56 > * {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:children\:py-64 > * {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:children\:px-64 > * {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:children\:py-75 > * {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .lg\:children\:px-75 > * {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .lg\:children\:py-px > * {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:children\:px-px > * {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:children\:pt-0 > * {
    padding-top: 0;
  }

  .lg\:children\:pr-0 > * {
    padding-right: 0;
  }

  .lg\:children\:pb-0 > * {
    padding-bottom: 0;
  }

  .lg\:children\:pl-0 > * {
    padding-left: 0;
  }

  .lg\:children\:pt-1 > * {
    padding-top: 0.25rem;
  }

  .lg\:children\:pr-1 > * {
    padding-right: 0.25rem;
  }

  .lg\:children\:pb-1 > * {
    padding-bottom: 0.25rem;
  }

  .lg\:children\:pl-1 > * {
    padding-left: 0.25rem;
  }

  .lg\:children\:pt-2 > * {
    padding-top: 0.5rem;
  }

  .lg\:children\:pr-2 > * {
    padding-right: 0.5rem;
  }

  .lg\:children\:pb-2 > * {
    padding-bottom: 0.5rem;
  }

  .lg\:children\:pl-2 > * {
    padding-left: 0.5rem;
  }

  .lg\:children\:pt-3 > * {
    padding-top: 0.75rem;
  }

  .lg\:children\:pr-3 > * {
    padding-right: 0.75rem;
  }

  .lg\:children\:pb-3 > * {
    padding-bottom: 0.75rem;
  }

  .lg\:children\:pl-3 > * {
    padding-left: 0.75rem;
  }

  .lg\:children\:pt-4 > * {
    padding-top: 1rem;
  }

  .lg\:children\:pr-4 > * {
    padding-right: 1rem;
  }

  .lg\:children\:pb-4 > * {
    padding-bottom: 1rem;
  }

  .lg\:children\:pl-4 > * {
    padding-left: 1rem;
  }

  .lg\:children\:pt-5 > * {
    padding-top: 1.25rem;
  }

  .lg\:children\:pr-5 > * {
    padding-right: 1.25rem;
  }

  .lg\:children\:pb-5 > * {
    padding-bottom: 1.25rem;
  }

  .lg\:children\:pl-5 > * {
    padding-left: 1.25rem;
  }

  .lg\:children\:pt-6 > * {
    padding-top: 1.5rem;
  }

  .lg\:children\:pr-6 > * {
    padding-right: 1.5rem;
  }

  .lg\:children\:pb-6 > * {
    padding-bottom: 1.5rem;
  }

  .lg\:children\:pl-6 > * {
    padding-left: 1.5rem;
  }

  .lg\:children\:pt-7 > * {
    padding-top: 1.75rem;
  }

  .lg\:children\:pr-7 > * {
    padding-right: 1.75rem;
  }

  .lg\:children\:pb-7 > * {
    padding-bottom: 1.75rem;
  }

  .lg\:children\:pl-7 > * {
    padding-left: 1.75rem;
  }

  .lg\:children\:pt-8 > * {
    padding-top: 2rem;
  }

  .lg\:children\:pr-8 > * {
    padding-right: 2rem;
  }

  .lg\:children\:pb-8 > * {
    padding-bottom: 2rem;
  }

  .lg\:children\:pl-8 > * {
    padding-left: 2rem;
  }

  .lg\:children\:pt-9 > * {
    padding-top: 2.25rem;
  }

  .lg\:children\:pr-9 > * {
    padding-right: 2.25rem;
  }

  .lg\:children\:pb-9 > * {
    padding-bottom: 2.25rem;
  }

  .lg\:children\:pl-9 > * {
    padding-left: 2.25rem;
  }

  .lg\:children\:pt-10 > * {
    padding-top: 2.5rem;
  }

  .lg\:children\:pr-10 > * {
    padding-right: 2.5rem;
  }

  .lg\:children\:pb-10 > * {
    padding-bottom: 2.5rem;
  }

  .lg\:children\:pl-10 > * {
    padding-left: 2.5rem;
  }

  .lg\:children\:pt-11 > * {
    padding-top: 2.75rem;
  }

  .lg\:children\:pr-11 > * {
    padding-right: 2.75rem;
  }

  .lg\:children\:pb-11 > * {
    padding-bottom: 2.75rem;
  }

  .lg\:children\:pl-11 > * {
    padding-left: 2.75rem;
  }

  .lg\:children\:pt-12 > * {
    padding-top: 3rem;
  }

  .lg\:children\:pr-12 > * {
    padding-right: 3rem;
  }

  .lg\:children\:pb-12 > * {
    padding-bottom: 3rem;
  }

  .lg\:children\:pl-12 > * {
    padding-left: 3rem;
  }

  .lg\:children\:pt-13 > * {
    padding-top: 3.25rem;
  }

  .lg\:children\:pr-13 > * {
    padding-right: 3.25rem;
  }

  .lg\:children\:pb-13 > * {
    padding-bottom: 3.25rem;
  }

  .lg\:children\:pl-13 > * {
    padding-left: 3.25rem;
  }

  .lg\:children\:pt-14 > * {
    padding-top: 3.5rem;
  }

  .lg\:children\:pr-14 > * {
    padding-right: 3.5rem;
  }

  .lg\:children\:pb-14 > * {
    padding-bottom: 3.5rem;
  }

  .lg\:children\:pl-14 > * {
    padding-left: 3.5rem;
  }

  .lg\:children\:pt-15 > * {
    padding-top: 3.75rem;
  }

  .lg\:children\:pr-15 > * {
    padding-right: 3.75rem;
  }

  .lg\:children\:pb-15 > * {
    padding-bottom: 3.75rem;
  }

  .lg\:children\:pl-15 > * {
    padding-left: 3.75rem;
  }

  .lg\:children\:pt-16 > * {
    padding-top: 4rem;
  }

  .lg\:children\:pr-16 > * {
    padding-right: 4rem;
  }

  .lg\:children\:pb-16 > * {
    padding-bottom: 4rem;
  }

  .lg\:children\:pl-16 > * {
    padding-left: 4rem;
  }

  .lg\:children\:pt-17 > * {
    padding-top: 4.25rem;
  }

  .lg\:children\:pr-17 > * {
    padding-right: 4.25rem;
  }

  .lg\:children\:pb-17 > * {
    padding-bottom: 4.25rem;
  }

  .lg\:children\:pl-17 > * {
    padding-left: 4.25rem;
  }

  .lg\:children\:pt-18 > * {
    padding-top: 4.5rem;
  }

  .lg\:children\:pr-18 > * {
    padding-right: 4.5rem;
  }

  .lg\:children\:pb-18 > * {
    padding-bottom: 4.5rem;
  }

  .lg\:children\:pl-18 > * {
    padding-left: 4.5rem;
  }

  .lg\:children\:pt-19 > * {
    padding-top: 4.75rem;
  }

  .lg\:children\:pr-19 > * {
    padding-right: 4.75rem;
  }

  .lg\:children\:pb-19 > * {
    padding-bottom: 4.75rem;
  }

  .lg\:children\:pl-19 > * {
    padding-left: 4.75rem;
  }

  .lg\:children\:pt-20 > * {
    padding-top: 5rem;
  }

  .lg\:children\:pr-20 > * {
    padding-right: 5rem;
  }

  .lg\:children\:pb-20 > * {
    padding-bottom: 5rem;
  }

  .lg\:children\:pl-20 > * {
    padding-left: 5rem;
  }

  .lg\:children\:pt-24 > * {
    padding-top: 6rem;
  }

  .lg\:children\:pr-24 > * {
    padding-right: 6rem;
  }

  .lg\:children\:pb-24 > * {
    padding-bottom: 6rem;
  }

  .lg\:children\:pl-24 > * {
    padding-left: 6rem;
  }

  .lg\:children\:pt-32 > * {
    padding-top: 8rem;
  }

  .lg\:children\:pr-32 > * {
    padding-right: 8rem;
  }

  .lg\:children\:pb-32 > * {
    padding-bottom: 8rem;
  }

  .lg\:children\:pl-32 > * {
    padding-left: 8rem;
  }

  .lg\:children\:pt-40 > * {
    padding-top: 10rem;
  }

  .lg\:children\:pr-40 > * {
    padding-right: 10rem;
  }

  .lg\:children\:pb-40 > * {
    padding-bottom: 10rem;
  }

  .lg\:children\:pl-40 > * {
    padding-left: 10rem;
  }

  .lg\:children\:pt-48 > * {
    padding-top: 12rem;
  }

  .lg\:children\:pr-48 > * {
    padding-right: 12rem;
  }

  .lg\:children\:pb-48 > * {
    padding-bottom: 12rem;
  }

  .lg\:children\:pl-48 > * {
    padding-left: 12rem;
  }

  .lg\:children\:pt-56 > * {
    padding-top: 14rem;
  }

  .lg\:children\:pr-56 > * {
    padding-right: 14rem;
  }

  .lg\:children\:pb-56 > * {
    padding-bottom: 14rem;
  }

  .lg\:children\:pl-56 > * {
    padding-left: 14rem;
  }

  .lg\:children\:pt-64 > * {
    padding-top: 16rem;
  }

  .lg\:children\:pr-64 > * {
    padding-right: 16rem;
  }

  .lg\:children\:pb-64 > * {
    padding-bottom: 16rem;
  }

  .lg\:children\:pl-64 > * {
    padding-left: 16rem;
  }

  .lg\:children\:pt-75 > * {
    padding-top: 18.75rem;
  }

  .lg\:children\:pr-75 > * {
    padding-right: 18.75rem;
  }

  .lg\:children\:pb-75 > * {
    padding-bottom: 18.75rem;
  }

  .lg\:children\:pl-75 > * {
    padding-left: 18.75rem;
  }

  .lg\:children\:pt-px > * {
    padding-top: 1px;
  }

  .lg\:children\:pr-px > * {
    padding-right: 1px;
  }

  .lg\:children\:pb-px > * {
    padding-bottom: 1px;
  }

  .lg\:children\:pl-px > * {
    padding-left: 1px;
  }

  .lg\:first\:p-0:first-child {
    padding: 0;
  }

  .lg\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .lg\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .lg\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .lg\:first\:p-4:first-child {
    padding: 1rem;
  }

  .lg\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .lg\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .lg\:first\:p-7:first-child {
    padding: 1.75rem;
  }

  .lg\:first\:p-8:first-child {
    padding: 2rem;
  }

  .lg\:first\:p-9:first-child {
    padding: 2.25rem;
  }

  .lg\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .lg\:first\:p-11:first-child {
    padding: 2.75rem;
  }

  .lg\:first\:p-12:first-child {
    padding: 3rem;
  }

  .lg\:first\:p-13:first-child {
    padding: 3.25rem;
  }

  .lg\:first\:p-14:first-child {
    padding: 3.5rem;
  }

  .lg\:first\:p-15:first-child {
    padding: 3.75rem;
  }

  .lg\:first\:p-16:first-child {
    padding: 4rem;
  }

  .lg\:first\:p-17:first-child {
    padding: 4.25rem;
  }

  .lg\:first\:p-18:first-child {
    padding: 4.5rem;
  }

  .lg\:first\:p-19:first-child {
    padding: 4.75rem;
  }

  .lg\:first\:p-20:first-child {
    padding: 5rem;
  }

  .lg\:first\:p-24:first-child {
    padding: 6rem;
  }

  .lg\:first\:p-32:first-child {
    padding: 8rem;
  }

  .lg\:first\:p-40:first-child {
    padding: 10rem;
  }

  .lg\:first\:p-48:first-child {
    padding: 12rem;
  }

  .lg\:first\:p-56:first-child {
    padding: 14rem;
  }

  .lg\:first\:p-64:first-child {
    padding: 16rem;
  }

  .lg\:first\:p-75:first-child {
    padding: 18.75rem;
  }

  .lg\:first\:p-px:first-child {
    padding: 1px;
  }

  .lg\:first\:py-0:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:first\:px-0:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:first\:py-7:first-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:first\:px-7:first-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:first\:py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:first\:px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:first\:py-11:first-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:first\:px-11:first-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:first\:py-13:first-child {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .lg\:first\:px-13:first-child {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .lg\:first\:py-14:first-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:first\:px-14:first-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:first\:py-15:first-child {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:first\:px-15:first-child {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:first\:py-17:first-child {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .lg\:first\:px-17:first-child {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .lg\:first\:py-18:first-child {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:first\:px-18:first-child {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .lg\:first\:py-19:first-child {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .lg\:first\:px-19:first-child {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .lg\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:first\:py-75:first-child {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .lg\:first\:px-75:first-child {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .lg\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:first\:pt-0:first-child {
    padding-top: 0;
  }

  .lg\:first\:pr-0:first-child {
    padding-right: 0;
  }

  .lg\:first\:pb-0:first-child {
    padding-bottom: 0;
  }

  .lg\:first\:pl-0:first-child {
    padding-left: 0;
  }

  .lg\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .lg\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .lg\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .lg\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .lg\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .lg\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .lg\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .lg\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .lg\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .lg\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .lg\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .lg\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .lg\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .lg\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .lg\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .lg\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .lg\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .lg\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .lg\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .lg\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .lg\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .lg\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .lg\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .lg\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .lg\:first\:pt-7:first-child {
    padding-top: 1.75rem;
  }

  .lg\:first\:pr-7:first-child {
    padding-right: 1.75rem;
  }

  .lg\:first\:pb-7:first-child {
    padding-bottom: 1.75rem;
  }

  .lg\:first\:pl-7:first-child {
    padding-left: 1.75rem;
  }

  .lg\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .lg\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .lg\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .lg\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .lg\:first\:pt-9:first-child {
    padding-top: 2.25rem;
  }

  .lg\:first\:pr-9:first-child {
    padding-right: 2.25rem;
  }

  .lg\:first\:pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .lg\:first\:pl-9:first-child {
    padding-left: 2.25rem;
  }

  .lg\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .lg\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .lg\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .lg\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .lg\:first\:pt-11:first-child {
    padding-top: 2.75rem;
  }

  .lg\:first\:pr-11:first-child {
    padding-right: 2.75rem;
  }

  .lg\:first\:pb-11:first-child {
    padding-bottom: 2.75rem;
  }

  .lg\:first\:pl-11:first-child {
    padding-left: 2.75rem;
  }

  .lg\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .lg\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .lg\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .lg\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .lg\:first\:pt-13:first-child {
    padding-top: 3.25rem;
  }

  .lg\:first\:pr-13:first-child {
    padding-right: 3.25rem;
  }

  .lg\:first\:pb-13:first-child {
    padding-bottom: 3.25rem;
  }

  .lg\:first\:pl-13:first-child {
    padding-left: 3.25rem;
  }

  .lg\:first\:pt-14:first-child {
    padding-top: 3.5rem;
  }

  .lg\:first\:pr-14:first-child {
    padding-right: 3.5rem;
  }

  .lg\:first\:pb-14:first-child {
    padding-bottom: 3.5rem;
  }

  .lg\:first\:pl-14:first-child {
    padding-left: 3.5rem;
  }

  .lg\:first\:pt-15:first-child {
    padding-top: 3.75rem;
  }

  .lg\:first\:pr-15:first-child {
    padding-right: 3.75rem;
  }

  .lg\:first\:pb-15:first-child {
    padding-bottom: 3.75rem;
  }

  .lg\:first\:pl-15:first-child {
    padding-left: 3.75rem;
  }

  .lg\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .lg\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .lg\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .lg\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .lg\:first\:pt-17:first-child {
    padding-top: 4.25rem;
  }

  .lg\:first\:pr-17:first-child {
    padding-right: 4.25rem;
  }

  .lg\:first\:pb-17:first-child {
    padding-bottom: 4.25rem;
  }

  .lg\:first\:pl-17:first-child {
    padding-left: 4.25rem;
  }

  .lg\:first\:pt-18:first-child {
    padding-top: 4.5rem;
  }

  .lg\:first\:pr-18:first-child {
    padding-right: 4.5rem;
  }

  .lg\:first\:pb-18:first-child {
    padding-bottom: 4.5rem;
  }

  .lg\:first\:pl-18:first-child {
    padding-left: 4.5rem;
  }

  .lg\:first\:pt-19:first-child {
    padding-top: 4.75rem;
  }

  .lg\:first\:pr-19:first-child {
    padding-right: 4.75rem;
  }

  .lg\:first\:pb-19:first-child {
    padding-bottom: 4.75rem;
  }

  .lg\:first\:pl-19:first-child {
    padding-left: 4.75rem;
  }

  .lg\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .lg\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .lg\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .lg\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .lg\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .lg\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .lg\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .lg\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .lg\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .lg\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .lg\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .lg\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .lg\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .lg\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .lg\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .lg\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .lg\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .lg\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .lg\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .lg\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .lg\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .lg\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .lg\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .lg\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .lg\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .lg\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .lg\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .lg\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .lg\:first\:pt-75:first-child {
    padding-top: 18.75rem;
  }

  .lg\:first\:pr-75:first-child {
    padding-right: 18.75rem;
  }

  .lg\:first\:pb-75:first-child {
    padding-bottom: 18.75rem;
  }

  .lg\:first\:pl-75:first-child {
    padding-left: 18.75rem;
  }

  .lg\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .lg\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .lg\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .lg\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .lg\:last\:p-0:last-child {
    padding: 0;
  }

  .lg\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .lg\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .lg\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .lg\:last\:p-4:last-child {
    padding: 1rem;
  }

  .lg\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .lg\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .lg\:last\:p-7:last-child {
    padding: 1.75rem;
  }

  .lg\:last\:p-8:last-child {
    padding: 2rem;
  }

  .lg\:last\:p-9:last-child {
    padding: 2.25rem;
  }

  .lg\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .lg\:last\:p-11:last-child {
    padding: 2.75rem;
  }

  .lg\:last\:p-12:last-child {
    padding: 3rem;
  }

  .lg\:last\:p-13:last-child {
    padding: 3.25rem;
  }

  .lg\:last\:p-14:last-child {
    padding: 3.5rem;
  }

  .lg\:last\:p-15:last-child {
    padding: 3.75rem;
  }

  .lg\:last\:p-16:last-child {
    padding: 4rem;
  }

  .lg\:last\:p-17:last-child {
    padding: 4.25rem;
  }

  .lg\:last\:p-18:last-child {
    padding: 4.5rem;
  }

  .lg\:last\:p-19:last-child {
    padding: 4.75rem;
  }

  .lg\:last\:p-20:last-child {
    padding: 5rem;
  }

  .lg\:last\:p-24:last-child {
    padding: 6rem;
  }

  .lg\:last\:p-32:last-child {
    padding: 8rem;
  }

  .lg\:last\:p-40:last-child {
    padding: 10rem;
  }

  .lg\:last\:p-48:last-child {
    padding: 12rem;
  }

  .lg\:last\:p-56:last-child {
    padding: 14rem;
  }

  .lg\:last\:p-64:last-child {
    padding: 16rem;
  }

  .lg\:last\:p-75:last-child {
    padding: 18.75rem;
  }

  .lg\:last\:p-px:last-child {
    padding: 1px;
  }

  .lg\:last\:py-0:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:last\:px-0:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:last\:py-7:last-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:last\:px-7:last-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:last\:py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:last\:px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:last\:py-11:last-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:last\:px-11:last-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:last\:py-13:last-child {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .lg\:last\:px-13:last-child {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .lg\:last\:py-14:last-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:last\:px-14:last-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:last\:py-15:last-child {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:last\:px-15:last-child {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:last\:py-17:last-child {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .lg\:last\:px-17:last-child {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .lg\:last\:py-18:last-child {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:last\:px-18:last-child {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .lg\:last\:py-19:last-child {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .lg\:last\:px-19:last-child {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .lg\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:last\:py-75:last-child {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .lg\:last\:px-75:last-child {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .lg\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:last\:pt-0:last-child {
    padding-top: 0;
  }

  .lg\:last\:pr-0:last-child {
    padding-right: 0;
  }

  .lg\:last\:pb-0:last-child {
    padding-bottom: 0;
  }

  .lg\:last\:pl-0:last-child {
    padding-left: 0;
  }

  .lg\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .lg\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .lg\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .lg\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .lg\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .lg\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .lg\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .lg\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .lg\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .lg\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .lg\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .lg\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .lg\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .lg\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .lg\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .lg\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .lg\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .lg\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .lg\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .lg\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .lg\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .lg\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .lg\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .lg\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .lg\:last\:pt-7:last-child {
    padding-top: 1.75rem;
  }

  .lg\:last\:pr-7:last-child {
    padding-right: 1.75rem;
  }

  .lg\:last\:pb-7:last-child {
    padding-bottom: 1.75rem;
  }

  .lg\:last\:pl-7:last-child {
    padding-left: 1.75rem;
  }

  .lg\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .lg\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .lg\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .lg\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .lg\:last\:pt-9:last-child {
    padding-top: 2.25rem;
  }

  .lg\:last\:pr-9:last-child {
    padding-right: 2.25rem;
  }

  .lg\:last\:pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .lg\:last\:pl-9:last-child {
    padding-left: 2.25rem;
  }

  .lg\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .lg\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .lg\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .lg\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .lg\:last\:pt-11:last-child {
    padding-top: 2.75rem;
  }

  .lg\:last\:pr-11:last-child {
    padding-right: 2.75rem;
  }

  .lg\:last\:pb-11:last-child {
    padding-bottom: 2.75rem;
  }

  .lg\:last\:pl-11:last-child {
    padding-left: 2.75rem;
  }

  .lg\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .lg\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .lg\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .lg\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .lg\:last\:pt-13:last-child {
    padding-top: 3.25rem;
  }

  .lg\:last\:pr-13:last-child {
    padding-right: 3.25rem;
  }

  .lg\:last\:pb-13:last-child {
    padding-bottom: 3.25rem;
  }

  .lg\:last\:pl-13:last-child {
    padding-left: 3.25rem;
  }

  .lg\:last\:pt-14:last-child {
    padding-top: 3.5rem;
  }

  .lg\:last\:pr-14:last-child {
    padding-right: 3.5rem;
  }

  .lg\:last\:pb-14:last-child {
    padding-bottom: 3.5rem;
  }

  .lg\:last\:pl-14:last-child {
    padding-left: 3.5rem;
  }

  .lg\:last\:pt-15:last-child {
    padding-top: 3.75rem;
  }

  .lg\:last\:pr-15:last-child {
    padding-right: 3.75rem;
  }

  .lg\:last\:pb-15:last-child {
    padding-bottom: 3.75rem;
  }

  .lg\:last\:pl-15:last-child {
    padding-left: 3.75rem;
  }

  .lg\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .lg\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .lg\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .lg\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .lg\:last\:pt-17:last-child {
    padding-top: 4.25rem;
  }

  .lg\:last\:pr-17:last-child {
    padding-right: 4.25rem;
  }

  .lg\:last\:pb-17:last-child {
    padding-bottom: 4.25rem;
  }

  .lg\:last\:pl-17:last-child {
    padding-left: 4.25rem;
  }

  .lg\:last\:pt-18:last-child {
    padding-top: 4.5rem;
  }

  .lg\:last\:pr-18:last-child {
    padding-right: 4.5rem;
  }

  .lg\:last\:pb-18:last-child {
    padding-bottom: 4.5rem;
  }

  .lg\:last\:pl-18:last-child {
    padding-left: 4.5rem;
  }

  .lg\:last\:pt-19:last-child {
    padding-top: 4.75rem;
  }

  .lg\:last\:pr-19:last-child {
    padding-right: 4.75rem;
  }

  .lg\:last\:pb-19:last-child {
    padding-bottom: 4.75rem;
  }

  .lg\:last\:pl-19:last-child {
    padding-left: 4.75rem;
  }

  .lg\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .lg\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .lg\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .lg\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .lg\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .lg\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .lg\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .lg\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .lg\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .lg\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .lg\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .lg\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .lg\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .lg\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .lg\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .lg\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .lg\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .lg\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .lg\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .lg\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .lg\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .lg\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .lg\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .lg\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .lg\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .lg\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .lg\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .lg\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .lg\:last\:pt-75:last-child {
    padding-top: 18.75rem;
  }

  .lg\:last\:pr-75:last-child {
    padding-right: 18.75rem;
  }

  .lg\:last\:pb-75:last-child {
    padding-bottom: 18.75rem;
  }

  .lg\:last\:pl-75:last-child {
    padding-left: 18.75rem;
  }

  .lg\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .lg\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .lg\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .lg\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .lg\:hover\:p-0:hover {
    padding: 0;
  }

  .lg\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .lg\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .lg\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .lg\:hover\:p-4:hover {
    padding: 1rem;
  }

  .lg\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .lg\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .lg\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .lg\:hover\:p-8:hover {
    padding: 2rem;
  }

  .lg\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .lg\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .lg\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .lg\:hover\:p-12:hover {
    padding: 3rem;
  }

  .lg\:hover\:p-13:hover {
    padding: 3.25rem;
  }

  .lg\:hover\:p-14:hover {
    padding: 3.5rem;
  }

  .lg\:hover\:p-15:hover {
    padding: 3.75rem;
  }

  .lg\:hover\:p-16:hover {
    padding: 4rem;
  }

  .lg\:hover\:p-17:hover {
    padding: 4.25rem;
  }

  .lg\:hover\:p-18:hover {
    padding: 4.5rem;
  }

  .lg\:hover\:p-19:hover {
    padding: 4.75rem;
  }

  .lg\:hover\:p-20:hover {
    padding: 5rem;
  }

  .lg\:hover\:p-24:hover {
    padding: 6rem;
  }

  .lg\:hover\:p-32:hover {
    padding: 8rem;
  }

  .lg\:hover\:p-40:hover {
    padding: 10rem;
  }

  .lg\:hover\:p-48:hover {
    padding: 12rem;
  }

  .lg\:hover\:p-56:hover {
    padding: 14rem;
  }

  .lg\:hover\:p-64:hover {
    padding: 16rem;
  }

  .lg\:hover\:p-75:hover {
    padding: 18.75rem;
  }

  .lg\:hover\:p-px:hover {
    padding: 1px;
  }

  .lg\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:hover\:py-13:hover {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .lg\:hover\:px-13:hover {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .lg\:hover\:py-14:hover {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:hover\:px-14:hover {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:hover\:py-15:hover {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:hover\:px-15:hover {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:hover\:py-17:hover {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .lg\:hover\:px-17:hover {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .lg\:hover\:py-18:hover {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:hover\:px-18:hover {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .lg\:hover\:py-19:hover {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .lg\:hover\:px-19:hover {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .lg\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:hover\:py-75:hover {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .lg\:hover\:px-75:hover {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .lg\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .lg\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .lg\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .lg\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .lg\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .lg\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .lg\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .lg\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .lg\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .lg\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .lg\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .lg\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .lg\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .lg\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .lg\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .lg\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .lg\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .lg\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .lg\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .lg\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .lg\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .lg\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .lg\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .lg\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .lg\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .lg\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .lg\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .lg\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .lg\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .lg\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .lg\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .lg\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .lg\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .lg\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .lg\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .lg\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .lg\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .lg\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .lg\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .lg\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .lg\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .lg\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .lg\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .lg\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .lg\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .lg\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .lg\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .lg\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .lg\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .lg\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .lg\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .lg\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .lg\:hover\:pt-13:hover {
    padding-top: 3.25rem;
  }

  .lg\:hover\:pr-13:hover {
    padding-right: 3.25rem;
  }

  .lg\:hover\:pb-13:hover {
    padding-bottom: 3.25rem;
  }

  .lg\:hover\:pl-13:hover {
    padding-left: 3.25rem;
  }

  .lg\:hover\:pt-14:hover {
    padding-top: 3.5rem;
  }

  .lg\:hover\:pr-14:hover {
    padding-right: 3.5rem;
  }

  .lg\:hover\:pb-14:hover {
    padding-bottom: 3.5rem;
  }

  .lg\:hover\:pl-14:hover {
    padding-left: 3.5rem;
  }

  .lg\:hover\:pt-15:hover {
    padding-top: 3.75rem;
  }

  .lg\:hover\:pr-15:hover {
    padding-right: 3.75rem;
  }

  .lg\:hover\:pb-15:hover {
    padding-bottom: 3.75rem;
  }

  .lg\:hover\:pl-15:hover {
    padding-left: 3.75rem;
  }

  .lg\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .lg\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .lg\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .lg\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .lg\:hover\:pt-17:hover {
    padding-top: 4.25rem;
  }

  .lg\:hover\:pr-17:hover {
    padding-right: 4.25rem;
  }

  .lg\:hover\:pb-17:hover {
    padding-bottom: 4.25rem;
  }

  .lg\:hover\:pl-17:hover {
    padding-left: 4.25rem;
  }

  .lg\:hover\:pt-18:hover {
    padding-top: 4.5rem;
  }

  .lg\:hover\:pr-18:hover {
    padding-right: 4.5rem;
  }

  .lg\:hover\:pb-18:hover {
    padding-bottom: 4.5rem;
  }

  .lg\:hover\:pl-18:hover {
    padding-left: 4.5rem;
  }

  .lg\:hover\:pt-19:hover {
    padding-top: 4.75rem;
  }

  .lg\:hover\:pr-19:hover {
    padding-right: 4.75rem;
  }

  .lg\:hover\:pb-19:hover {
    padding-bottom: 4.75rem;
  }

  .lg\:hover\:pl-19:hover {
    padding-left: 4.75rem;
  }

  .lg\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .lg\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .lg\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .lg\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .lg\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .lg\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .lg\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .lg\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .lg\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .lg\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .lg\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .lg\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .lg\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .lg\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .lg\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .lg\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .lg\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .lg\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .lg\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .lg\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .lg\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .lg\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .lg\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .lg\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .lg\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .lg\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .lg\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .lg\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .lg\:hover\:pt-75:hover {
    padding-top: 18.75rem;
  }

  .lg\:hover\:pr-75:hover {
    padding-right: 18.75rem;
  }

  .lg\:hover\:pb-75:hover {
    padding-bottom: 18.75rem;
  }

  .lg\:hover\:pl-75:hover {
    padding-left: 18.75rem;
  }

  .lg\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .lg\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .lg\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .lg\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .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-9\! {
    padding: 2.25rem !important;
  }

  .lg\:p-10\! {
    padding: 2.5rem !important;
  }

  .lg\:p-11\! {
    padding: 2.75rem !important;
  }

  .lg\:p-12\! {
    padding: 3rem !important;
  }

  .lg\:p-13\! {
    padding: 3.25rem !important;
  }

  .lg\:p-14\! {
    padding: 3.5rem !important;
  }

  .lg\:p-15\! {
    padding: 3.75rem !important;
  }

  .lg\:p-16\! {
    padding: 4rem !important;
  }

  .lg\:p-17\! {
    padding: 4.25rem !important;
  }

  .lg\:p-18\! {
    padding: 4.5rem !important;
  }

  .lg\:p-19\! {
    padding: 4.75rem !important;
  }

  .lg\:p-20\! {
    padding: 5rem !important;
  }

  .lg\:p-24\! {
    padding: 6rem !important;
  }

  .lg\:p-32\! {
    padding: 8rem !important;
  }

  .lg\:p-40\! {
    padding: 10rem !important;
  }

  .lg\:p-48\! {
    padding: 12rem !important;
  }

  .lg\:p-56\! {
    padding: 14rem !important;
  }

  .lg\:p-64\! {
    padding: 16rem !important;
  }

  .lg\:p-75\! {
    padding: 18.75rem !important;
  }

  .lg\:p-px\! {
    padding: 1px !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-9\! {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .lg\:px-9\! {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !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-11\! {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .lg\:px-11\! {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !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-13\! {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .lg\:px-13\! {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }

  .lg\:py-14\! {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lg\:px-14\! {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .lg\:py-15\! {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .lg\:px-15\! {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !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-17\! {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }

  .lg\:px-17\! {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
  }

  .lg\:py-18\! {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .lg\:px-18\! {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .lg\:py-19\! {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .lg\:px-19\! {
    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-24\! {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:px-24\! {
    padding-left: 6rem !important;
    padding-right: 6rem !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-48\! {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:px-48\! {
    padding-left: 12rem !important;
    padding-right: 12rem !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-64\! {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:px-64\! {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:py-75\! {
    padding-top: 18.75rem !important;
    padding-bottom: 18.75rem !important;
  }

  .lg\:px-75\! {
    padding-left: 18.75rem !important;
    padding-right: 18.75rem !important;
  }

  .lg\:py-px\! {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:px-px\! {
    padding-left: 1px !important;
    padding-right: 1px !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-9\! {
    padding-top: 2.25rem !important;
  }

  .lg\:pr-9\! {
    padding-right: 2.25rem !important;
  }

  .lg\:pb-9\! {
    padding-bottom: 2.25rem !important;
  }

  .lg\:pl-9\! {
    padding-left: 2.25rem !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-11\! {
    padding-top: 2.75rem !important;
  }

  .lg\:pr-11\! {
    padding-right: 2.75rem !important;
  }

  .lg\:pb-11\! {
    padding-bottom: 2.75rem !important;
  }

  .lg\:pl-11\! {
    padding-left: 2.75rem !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-13\! {
    padding-top: 3.25rem !important;
  }

  .lg\:pr-13\! {
    padding-right: 3.25rem !important;
  }

  .lg\:pb-13\! {
    padding-bottom: 3.25rem !important;
  }

  .lg\:pl-13\! {
    padding-left: 3.25rem !important;
  }

  .lg\:pt-14\! {
    padding-top: 3.5rem !important;
  }

  .lg\:pr-14\! {
    padding-right: 3.5rem !important;
  }

  .lg\:pb-14\! {
    padding-bottom: 3.5rem !important;
  }

  .lg\:pl-14\! {
    padding-left: 3.5rem !important;
  }

  .lg\:pt-15\! {
    padding-top: 3.75rem !important;
  }

  .lg\:pr-15\! {
    padding-right: 3.75rem !important;
  }

  .lg\:pb-15\! {
    padding-bottom: 3.75rem !important;
  }

  .lg\:pl-15\! {
    padding-left: 3.75rem !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-17\! {
    padding-top: 4.25rem !important;
  }

  .lg\:pr-17\! {
    padding-right: 4.25rem !important;
  }

  .lg\:pb-17\! {
    padding-bottom: 4.25rem !important;
  }

  .lg\:pl-17\! {
    padding-left: 4.25rem !important;
  }

  .lg\:pt-18\! {
    padding-top: 4.5rem !important;
  }

  .lg\:pr-18\! {
    padding-right: 4.5rem !important;
  }

  .lg\:pb-18\! {
    padding-bottom: 4.5rem !important;
  }

  .lg\:pl-18\! {
    padding-left: 4.5rem !important;
  }

  .lg\:pt-19\! {
    padding-top: 4.75rem !important;
  }

  .lg\:pr-19\! {
    padding-right: 4.75rem !important;
  }

  .lg\:pb-19\! {
    padding-bottom: 4.75rem !important;
  }

  .lg\:pl-19\! {
    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-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-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-48\! {
    padding-top: 12rem !important;
  }

  .lg\:pr-48\! {
    padding-right: 12rem !important;
  }

  .lg\:pb-48\! {
    padding-bottom: 12rem !important;
  }

  .lg\:pl-48\! {
    padding-left: 12rem !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-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-75\! {
    padding-top: 18.75rem !important;
  }

  .lg\:pr-75\! {
    padding-right: 18.75rem !important;
  }

  .lg\:pb-75\! {
    padding-bottom: 18.75rem !important;
  }

  .lg\:pl-75\! {
    padding-left: 18.75rem !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\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .lg\:placeholder-current::placeholder {
    color: currentColor;
  }

  .lg\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-450::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-550::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-300::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-400::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-500::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-600::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-700::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-800::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-900::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-100::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-200::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-300::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-400::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-500::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-600::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-700::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-800::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-900::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-200::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-300::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-400::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-500::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-600::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-700::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-800::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-900::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-dark-blue::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .lg\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .lg\:placeholder-pale-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .lg\:placeholder-success::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .lg\:placeholder-error::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-transparent:nth-child(even)::placeholder {
    color: transparent;
  }

  .lg\:even\:placeholder-current:nth-child(even)::placeholder {
    color: currentColor;
  }

  .lg\:even\:placeholder-black:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-white:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-450:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-550:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-gray:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-red-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-red-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-red-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-red-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-red-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-red-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-red-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-red-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-red-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-green-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-green-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-green-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-green-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-green-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-green-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-green-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-green-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-green-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-dark-blue:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-light-blue:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-pale-yellow:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-success:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .lg\:even\:placeholder-error:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-transparent:nth-child(odd)::placeholder {
    color: transparent;
  }

  .lg\:odd\:placeholder-current:nth-child(odd)::placeholder {
    color: currentColor;
  }

  .lg\:odd\:placeholder-black:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-white:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-450:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-550:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-dark-blue:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-light-blue:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-pale-yellow:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-success:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .lg\:odd\:placeholder-error:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-transparent > *::placeholder {
    color: transparent;
  }

  .lg\:children\:placeholder-current > *::placeholder {
    color: currentColor;
  }

  .lg\:children\:placeholder-black > *::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-white > *::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-gray-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-gray-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-gray-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-gray-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-gray-450 > *::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-gray-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-gray-550 > *::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-gray-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-gray-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-gray-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-gray-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-gray > *::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-red-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-red-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-red-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-red-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-red-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-red-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-red-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-red-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-red-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-orange-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-orange-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-orange-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-orange-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-orange-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-orange-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-orange-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-orange-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-orange-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-yellow-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-yellow-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-yellow-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-yellow-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-yellow-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-yellow-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-yellow-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-yellow-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-yellow-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-green-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-green-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-green-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-green-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-green-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-green-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-green-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-green-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-green-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-teal-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-teal-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-teal-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-teal-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-teal-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-teal-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-teal-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-teal-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-teal-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-blue-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-blue-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-blue-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-blue-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-blue-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-blue-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-blue-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-blue-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-blue-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-indigo-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-indigo-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-indigo-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-indigo-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-indigo-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-indigo-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-indigo-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-indigo-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-indigo-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-purple-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-purple-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-purple-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-purple-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-purple-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-purple-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-purple-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-purple-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-purple-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-pink-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-pink-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-pink-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-pink-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-pink-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-pink-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-pink-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-pink-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-pink-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-dark-blue > *::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-light-blue > *::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-pale-yellow > *::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-success > *::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .lg\:children\:placeholder-error > *::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-transparent:first-child::placeholder {
    color: transparent;
  }

  .lg\:first\:placeholder-current:first-child::placeholder {
    color: currentColor;
  }

  .lg\:first\:placeholder-black:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-white:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-450:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-550:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-red-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-red-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-red-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-red-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-red-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-red-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-red-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-red-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-red-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-green-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-green-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-green-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-green-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-green-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-green-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-green-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-green-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-green-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-dark-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-light-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pale-yellow:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-success:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-error:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-transparent:last-child::placeholder {
    color: transparent;
  }

  .lg\:last\:placeholder-current:last-child::placeholder {
    color: currentColor;
  }

  .lg\:last\:placeholder-black:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-white:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-450:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-550:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-red-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-red-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-red-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-red-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-red-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-red-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-red-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-red-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-red-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-green-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-green-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-green-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-green-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-green-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-green-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-green-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-green-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-green-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-dark-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-light-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pale-yellow:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-success:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-error:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-transparent:hover::placeholder {
    color: transparent;
  }

  .lg\:hover\:placeholder-current:hover::placeholder {
    color: currentColor;
  }

  .lg\:hover\:placeholder-black:hover::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-white:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-450:hover::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-550:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray:hover::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-dark-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-light-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pale-yellow:hover::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-success:hover::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-error:hover::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .lg\:placeholder-transparent::placeholder\! {
    color: transparent !important;
  }

  .lg\:placeholder-current::placeholder\! {
    color: currentColor !important;
  }

  .lg\:placeholder-black::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-200::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #f0f2f7 !important;
    color: rgba(240, 242, 247, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #e3e8f0 !important;
    color: rgba(227, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-450::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #B0B5CC !important;
    color: rgba(176, 181, 204, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-500::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #B9BED1 !important;
    color: rgba(185, 190, 209, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-550::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #9597a6 !important;
    color: rgba(149, 151, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-600::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #707070 !important;
    color: rgba(112, 112, 112, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #454545 !important;
    color: rgba(69, 69, 69, 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-gray::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #454545 !important;
    color: rgba(69, 69, 69, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, 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-dark-blue::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #000142 !important;
    color: rgba(0, 1, 66, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-light-blue::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #3B55E6 !important;
    color: rgba(59, 85, 230, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pale-yellow::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #FBAF4E !important;
    color: rgba(251, 175, 78, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-success::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #007E62 !important;
    color: rgba(0, 126, 98, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-error::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #F60139 !important;
    color: rgba(246, 1, 57, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:even\:placeholder-opacity-0:nth-child(even)::placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:even\:placeholder-opacity-25:nth-child(even)::placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:even\:placeholder-opacity-50:nth-child(even)::placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:even\:placeholder-opacity-75:nth-child(even)::placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:even\:placeholder-opacity-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:odd\:placeholder-opacity-0:nth-child(odd)::placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:odd\:placeholder-opacity-25:nth-child(odd)::placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:odd\:placeholder-opacity-50:nth-child(odd)::placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:odd\:placeholder-opacity-75:nth-child(odd)::placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:odd\:placeholder-opacity-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:children\:placeholder-opacity-0 > *::placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:children\:placeholder-opacity-25 > *::placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:children\:placeholder-opacity-50 > *::placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:children\:placeholder-opacity-75 > *::placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:children\:placeholder-opacity-100 > *::placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:first\:placeholder-opacity-0:first-child::placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:first\:placeholder-opacity-25:first-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:first\:placeholder-opacity-50:first-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:first\:placeholder-opacity-75:first-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:first\:placeholder-opacity-100:first-child::placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:last\:placeholder-opacity-0:last-child::placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:last\:placeholder-opacity-25:last-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:last\:placeholder-opacity-50:last-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:last\:placeholder-opacity-75:last-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:last\:placeholder-opacity-100:last-child::placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:hover\:placeholder-opacity-0:hover::placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:hover\:placeholder-opacity-25:hover::placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:hover\:placeholder-opacity-50:hover::placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:hover\:placeholder-opacity-75:hover::placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:hover\:placeholder-opacity-100:hover::placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-0::placeholder\! {
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-25::placeholder\! {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-50::placeholder\! {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-75::placeholder\! {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-100::placeholder\! {
    --placeholder-opacity: 1 !important;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:even\:pointer-events-none:nth-child(even) {
    pointer-events: none;
  }

  .lg\:even\:pointer-events-auto:nth-child(even) {
    pointer-events: auto;
  }

  .lg\:odd\:pointer-events-none:nth-child(odd) {
    pointer-events: none;
  }

  .lg\:odd\:pointer-events-auto:nth-child(odd) {
    pointer-events: auto;
  }

  .lg\:children\:pointer-events-none > * {
    pointer-events: none;
  }

  .lg\:children\:pointer-events-auto > * {
    pointer-events: auto;
  }

  .lg\:first\:pointer-events-none:first-child {
    pointer-events: none;
  }

  .lg\:first\:pointer-events-auto:first-child {
    pointer-events: auto;
  }

  .lg\:last\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .lg\:last\:pointer-events-auto:last-child {
    pointer-events: auto;
  }

  .lg\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .lg\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .lg\:pointer-events-none\! {
    pointer-events: none !important;
  }

  .lg\:pointer-events-auto\! {
    pointer-events: auto !important;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:even\:static:nth-child(even) {
    position: static;
  }

  .lg\:even\:fixed:nth-child(even) {
    position: fixed;
  }

  .lg\:even\:absolute:nth-child(even) {
    position: absolute;
  }

  .lg\:even\:relative:nth-child(even) {
    position: relative;
  }

  .lg\:even\:sticky:nth-child(even) {
    position: sticky;
  }

  .lg\:odd\:static:nth-child(odd) {
    position: static;
  }

  .lg\:odd\:fixed:nth-child(odd) {
    position: fixed;
  }

  .lg\:odd\:absolute:nth-child(odd) {
    position: absolute;
  }

  .lg\:odd\:relative:nth-child(odd) {
    position: relative;
  }

  .lg\:odd\:sticky:nth-child(odd) {
    position: sticky;
  }

  .lg\:children\:static > * {
    position: static;
  }

  .lg\:children\:fixed > * {
    position: fixed;
  }

  .lg\:children\:absolute > * {
    position: absolute;
  }

  .lg\:children\:relative > * {
    position: relative;
  }

  .lg\:children\:sticky > * {
    position: sticky;
  }

  .lg\:first\:static:first-child {
    position: static;
  }

  .lg\:first\:fixed:first-child {
    position: fixed;
  }

  .lg\:first\:absolute:first-child {
    position: absolute;
  }

  .lg\:first\:relative:first-child {
    position: relative;
  }

  .lg\:first\:sticky:first-child {
    position: sticky;
  }

  .lg\:last\:static:last-child {
    position: static;
  }

  .lg\:last\:fixed:last-child {
    position: fixed;
  }

  .lg\:last\:absolute:last-child {
    position: absolute;
  }

  .lg\:last\:relative:last-child {
    position: relative;
  }

  .lg\:last\:sticky:last-child {
    position: sticky;
  }

  .lg\:hover\:static:hover {
    position: static;
  }

  .lg\:hover\:fixed:hover {
    position: fixed;
  }

  .lg\:hover\:absolute:hover {
    position: absolute;
  }

  .lg\:hover\:relative:hover {
    position: relative;
  }

  .lg\:hover\:sticky:hover {
    position: sticky;
  }

  .lg\:static\! {
    position: static !important;
  }

  .lg\:fixed\! {
    position: fixed !important;
  }

  .lg\:absolute\! {
    position: absolute !important;
  }

  .lg\:relative\! {
    position: relative !important;
  }

  .lg\:sticky\! {
    position: sticky !important;
  }

  .lg\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .lg\:top-0 {
    top: 0;
  }

  .lg\:right-0 {
    right: 0;
  }

  .lg\:bottom-0 {
    bottom: 0;
  }

  .lg\:left-0 {
    left: 0;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:even\:inset-0:nth-child(even) {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:even\:inset-auto:nth-child(even) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:even\:inset-y-0:nth-child(even) {
    top: 0;
    bottom: 0;
  }

  .lg\:even\:inset-x-0:nth-child(even) {
    right: 0;
    left: 0;
  }

  .lg\:even\:inset-y-auto:nth-child(even) {
    top: auto;
    bottom: auto;
  }

  .lg\:even\:inset-x-auto:nth-child(even) {
    right: auto;
    left: auto;
  }

  .lg\:even\:top-0:nth-child(even) {
    top: 0;
  }

  .lg\:even\:right-0:nth-child(even) {
    right: 0;
  }

  .lg\:even\:bottom-0:nth-child(even) {
    bottom: 0;
  }

  .lg\:even\:left-0:nth-child(even) {
    left: 0;
  }

  .lg\:even\:top-auto:nth-child(even) {
    top: auto;
  }

  .lg\:even\:right-auto:nth-child(even) {
    right: auto;
  }

  .lg\:even\:bottom-auto:nth-child(even) {
    bottom: auto;
  }

  .lg\:even\:left-auto:nth-child(even) {
    left: auto;
  }

  .lg\:odd\:inset-0:nth-child(odd) {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:odd\:inset-auto:nth-child(odd) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:odd\:inset-y-0:nth-child(odd) {
    top: 0;
    bottom: 0;
  }

  .lg\:odd\:inset-x-0:nth-child(odd) {
    right: 0;
    left: 0;
  }

  .lg\:odd\:inset-y-auto:nth-child(odd) {
    top: auto;
    bottom: auto;
  }

  .lg\:odd\:inset-x-auto:nth-child(odd) {
    right: auto;
    left: auto;
  }

  .lg\:odd\:top-0:nth-child(odd) {
    top: 0;
  }

  .lg\:odd\:right-0:nth-child(odd) {
    right: 0;
  }

  .lg\:odd\:bottom-0:nth-child(odd) {
    bottom: 0;
  }

  .lg\:odd\:left-0:nth-child(odd) {
    left: 0;
  }

  .lg\:odd\:top-auto:nth-child(odd) {
    top: auto;
  }

  .lg\:odd\:right-auto:nth-child(odd) {
    right: auto;
  }

  .lg\:odd\:bottom-auto:nth-child(odd) {
    bottom: auto;
  }

  .lg\:odd\:left-auto:nth-child(odd) {
    left: auto;
  }

  .lg\:children\:inset-0 > * {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:children\:inset-auto > * {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:children\:inset-y-0 > * {
    top: 0;
    bottom: 0;
  }

  .lg\:children\:inset-x-0 > * {
    right: 0;
    left: 0;
  }

  .lg\:children\:inset-y-auto > * {
    top: auto;
    bottom: auto;
  }

  .lg\:children\:inset-x-auto > * {
    right: auto;
    left: auto;
  }

  .lg\:children\:top-0 > * {
    top: 0;
  }

  .lg\:children\:right-0 > * {
    right: 0;
  }

  .lg\:children\:bottom-0 > * {
    bottom: 0;
  }

  .lg\:children\:left-0 > * {
    left: 0;
  }

  .lg\:children\:top-auto > * {
    top: auto;
  }

  .lg\:children\:right-auto > * {
    right: auto;
  }

  .lg\:children\:bottom-auto > * {
    bottom: auto;
  }

  .lg\:children\:left-auto > * {
    left: auto;
  }

  .lg\:first\:inset-0:first-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:first\:inset-auto:first-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:first\:inset-y-0:first-child {
    top: 0;
    bottom: 0;
  }

  .lg\:first\:inset-x-0:first-child {
    right: 0;
    left: 0;
  }

  .lg\:first\:inset-y-auto:first-child {
    top: auto;
    bottom: auto;
  }

  .lg\:first\:inset-x-auto:first-child {
    right: auto;
    left: auto;
  }

  .lg\:first\:top-0:first-child {
    top: 0;
  }

  .lg\:first\:right-0:first-child {
    right: 0;
  }

  .lg\:first\:bottom-0:first-child {
    bottom: 0;
  }

  .lg\:first\:left-0:first-child {
    left: 0;
  }

  .lg\:first\:top-auto:first-child {
    top: auto;
  }

  .lg\:first\:right-auto:first-child {
    right: auto;
  }

  .lg\:first\:bottom-auto:first-child {
    bottom: auto;
  }

  .lg\:first\:left-auto:first-child {
    left: auto;
  }

  .lg\:last\:inset-0:last-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:last\:inset-auto:last-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:last\:inset-y-0:last-child {
    top: 0;
    bottom: 0;
  }

  .lg\:last\:inset-x-0:last-child {
    right: 0;
    left: 0;
  }

  .lg\:last\:inset-y-auto:last-child {
    top: auto;
    bottom: auto;
  }

  .lg\:last\:inset-x-auto:last-child {
    right: auto;
    left: auto;
  }

  .lg\:last\:top-0:last-child {
    top: 0;
  }

  .lg\:last\:right-0:last-child {
    right: 0;
  }

  .lg\:last\:bottom-0:last-child {
    bottom: 0;
  }

  .lg\:last\:left-0:last-child {
    left: 0;
  }

  .lg\:last\:top-auto:last-child {
    top: auto;
  }

  .lg\:last\:right-auto:last-child {
    right: auto;
  }

  .lg\:last\:bottom-auto:last-child {
    bottom: auto;
  }

  .lg\:last\:left-auto:last-child {
    left: auto;
  }

  .lg\:hover\:inset-0:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:hover\:inset-auto:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:hover\:inset-y-0:hover {
    top: 0;
    bottom: 0;
  }

  .lg\:hover\:inset-x-0:hover {
    right: 0;
    left: 0;
  }

  .lg\:hover\:inset-y-auto:hover {
    top: auto;
    bottom: auto;
  }

  .lg\:hover\:inset-x-auto:hover {
    right: auto;
    left: auto;
  }

  .lg\:hover\:top-0:hover {
    top: 0;
  }

  .lg\:hover\:right-0:hover {
    right: 0;
  }

  .lg\:hover\:bottom-0:hover {
    bottom: 0;
  }

  .lg\:hover\:left-0:hover {
    left: 0;
  }

  .lg\:hover\:top-auto:hover {
    top: auto;
  }

  .lg\:hover\:right-auto:hover {
    right: auto;
  }

  .lg\:hover\:bottom-auto:hover {
    bottom: auto;
  }

  .lg\:hover\:left-auto:hover {
    left: auto;
  }

  .lg\:inset-0\! {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\:inset-auto\! {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:inset-y-0\! {
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg\:inset-x-0\! {
    right: 0 !important;
    left: 0 !important;
  }

  .lg\:inset-y-auto\! {
    top: auto !important;
    bottom: auto !important;
  }

  .lg\:inset-x-auto\! {
    right: auto !important;
    left: auto !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-auto\! {
    top: auto !important;
  }

  .lg\:right-auto\! {
    right: auto !important;
  }

  .lg\:bottom-auto\! {
    bottom: auto !important;
  }

  .lg\:left-auto\! {
    left: auto !important;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:even\:resize-none:nth-child(even) {
    resize: none;
  }

  .lg\:even\:resize-y:nth-child(even) {
    resize: vertical;
  }

  .lg\:even\:resize-x:nth-child(even) {
    resize: horizontal;
  }

  .lg\:even\:resize:nth-child(even) {
    resize: both;
  }

  .lg\:odd\:resize-none:nth-child(odd) {
    resize: none;
  }

  .lg\:odd\:resize-y:nth-child(odd) {
    resize: vertical;
  }

  .lg\:odd\:resize-x:nth-child(odd) {
    resize: horizontal;
  }

  .lg\:odd\:resize:nth-child(odd) {
    resize: both;
  }

  .lg\:children\:resize-none > * {
    resize: none;
  }

  .lg\:children\:resize-y > * {
    resize: vertical;
  }

  .lg\:children\:resize-x > * {
    resize: horizontal;
  }

  .lg\:children\:resize > * {
    resize: both;
  }

  .lg\:first\:resize-none:first-child {
    resize: none;
  }

  .lg\:first\:resize-y:first-child {
    resize: vertical;
  }

  .lg\:first\:resize-x:first-child {
    resize: horizontal;
  }

  .lg\:first\:resize:first-child {
    resize: both;
  }

  .lg\:last\:resize-none:last-child {
    resize: none;
  }

  .lg\:last\:resize-y:last-child {
    resize: vertical;
  }

  .lg\:last\:resize-x:last-child {
    resize: horizontal;
  }

  .lg\:last\:resize:last-child {
    resize: both;
  }

  .lg\:hover\:resize-none:hover {
    resize: none;
  }

  .lg\:hover\:resize-y:hover {
    resize: vertical;
  }

  .lg\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .lg\:hover\:resize:hover {
    resize: both;
  }

  .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 {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:shadow-none {
    box-shadow: none;
  }

  .lg\:even\:shadow-xs:nth-child(even) {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:even\:shadow-sm:nth-child(even) {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:even\:shadow:nth-child(even) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:even\:shadow-md:nth-child(even) {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:even\:shadow-lg:nth-child(even) {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:even\:shadow-xl:nth-child(even) {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:even\:shadow-2xl:nth-child(even) {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:even\:shadow-inner:nth-child(even) {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:even\:shadow-outline:nth-child(even) {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:even\:shadow-none:nth-child(even) {
    box-shadow: none;
  }

  .lg\:odd\:shadow-xs:nth-child(odd) {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:odd\:shadow-sm:nth-child(odd) {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:odd\:shadow:nth-child(odd) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:odd\:shadow-md:nth-child(odd) {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:odd\:shadow-lg:nth-child(odd) {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:odd\:shadow-xl:nth-child(odd) {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:odd\:shadow-2xl:nth-child(odd) {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:odd\:shadow-inner:nth-child(odd) {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:odd\:shadow-outline:nth-child(odd) {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:odd\:shadow-none:nth-child(odd) {
    box-shadow: none;
  }

  .lg\:children\:shadow-xs > * {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:children\:shadow-sm > * {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:children\:shadow > * {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:children\:shadow-md > * {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:children\:shadow-lg > * {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:children\:shadow-xl > * {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:children\:shadow-2xl > * {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:children\:shadow-inner > * {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:children\:shadow-outline > * {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:children\:shadow-none > * {
    box-shadow: none;
  }

  .lg\:first\:shadow-xs:first-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:first\:shadow-sm:first-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:first\:shadow:first-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:first\:shadow-md:first-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:first\:shadow-lg:first-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:first\:shadow-xl:first-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:first\:shadow-2xl:first-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:first\:shadow-inner:first-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:first\:shadow-outline:first-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:first\:shadow-none:first-child {
    box-shadow: none;
  }

  .lg\:last\:shadow-xs:last-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:last\:shadow-sm:last-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:last\:shadow:last-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:last\:shadow-md:last-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:last\:shadow-lg:last-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:last\:shadow-xl:last-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:last\:shadow-2xl:last-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:last\:shadow-inner:last-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:last\:shadow-outline:last-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:last\:shadow-none:last-child {
    box-shadow: none;
  }

  .lg\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .lg\:shadow-xs\! {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow-sm\! {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow\! {
    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\! {
    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\! {
    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\! {
    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\! {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:shadow-inner\! {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-outline\! {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:shadow-none\! {
    box-shadow: none !important;
  }

  .lg\:fill-current {
    fill: currentColor;
  }

  .lg\:even\:fill-current:nth-child(even) {
    fill: currentColor;
  }

  .lg\:odd\:fill-current:nth-child(odd) {
    fill: currentColor;
  }

  .lg\:children\:fill-current > * {
    fill: currentColor;
  }

  .lg\:first\:fill-current:first-child {
    fill: currentColor;
  }

  .lg\:last\:fill-current:last-child {
    fill: currentColor;
  }

  .lg\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .lg\:fill-current\! {
    fill: currentColor !important;
  }

  .lg\:stroke-current {
    stroke: currentColor;
  }

  .lg\:even\:stroke-current:nth-child(even) {
    stroke: currentColor;
  }

  .lg\:odd\:stroke-current:nth-child(odd) {
    stroke: currentColor;
  }

  .lg\:children\:stroke-current > * {
    stroke: currentColor;
  }

  .lg\:first\:stroke-current:first-child {
    stroke: currentColor;
  }

  .lg\:last\:stroke-current:last-child {
    stroke: currentColor;
  }

  .lg\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .lg\:stroke-current\! {
    stroke: currentColor !important;
  }

  .lg\:stroke-0 {
    stroke-width: 0;
  }

  .lg\:stroke-1 {
    stroke-width: 1;
  }

  .lg\:stroke-2 {
    stroke-width: 2;
  }

  .lg\:even\:stroke-0:nth-child(even) {
    stroke-width: 0;
  }

  .lg\:even\:stroke-1:nth-child(even) {
    stroke-width: 1;
  }

  .lg\:even\:stroke-2:nth-child(even) {
    stroke-width: 2;
  }

  .lg\:odd\:stroke-0:nth-child(odd) {
    stroke-width: 0;
  }

  .lg\:odd\:stroke-1:nth-child(odd) {
    stroke-width: 1;
  }

  .lg\:odd\:stroke-2:nth-child(odd) {
    stroke-width: 2;
  }

  .lg\:children\:stroke-0 > * {
    stroke-width: 0;
  }

  .lg\:children\:stroke-1 > * {
    stroke-width: 1;
  }

  .lg\:children\:stroke-2 > * {
    stroke-width: 2;
  }

  .lg\:first\:stroke-0:first-child {
    stroke-width: 0;
  }

  .lg\:first\:stroke-1:first-child {
    stroke-width: 1;
  }

  .lg\:first\:stroke-2:first-child {
    stroke-width: 2;
  }

  .lg\:last\:stroke-0:last-child {
    stroke-width: 0;
  }

  .lg\:last\:stroke-1:last-child {
    stroke-width: 1;
  }

  .lg\:last\:stroke-2:last-child {
    stroke-width: 2;
  }

  .lg\:hover\:stroke-0:hover {
    stroke-width: 0;
  }

  .lg\:hover\:stroke-1:hover {
    stroke-width: 1;
  }

  .lg\:hover\:stroke-2:hover {
    stroke-width: 2;
  }

  .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;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:even\:table-auto:nth-child(even) {
    table-layout: auto;
  }

  .lg\:even\:table-fixed:nth-child(even) {
    table-layout: fixed;
  }

  .lg\:odd\:table-auto:nth-child(odd) {
    table-layout: auto;
  }

  .lg\:odd\:table-fixed:nth-child(odd) {
    table-layout: fixed;
  }

  .lg\:children\:table-auto > * {
    table-layout: auto;
  }

  .lg\:children\:table-fixed > * {
    table-layout: fixed;
  }

  .lg\:first\:table-auto:first-child {
    table-layout: auto;
  }

  .lg\:first\:table-fixed:first-child {
    table-layout: fixed;
  }

  .lg\:last\:table-auto:last-child {
    table-layout: auto;
  }

  .lg\:last\:table-fixed:last-child {
    table-layout: fixed;
  }

  .lg\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .lg\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .lg\:table-auto\! {
    table-layout: auto !important;
  }

  .lg\:table-fixed\! {
    table-layout: fixed !important;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:even\:text-left:nth-child(even) {
    text-align: left;
  }

  .lg\:even\:text-center:nth-child(even) {
    text-align: center;
  }

  .lg\:even\:text-right:nth-child(even) {
    text-align: right;
  }

  .lg\:even\:text-justify:nth-child(even) {
    text-align: justify;
  }

  .lg\:odd\:text-left:nth-child(odd) {
    text-align: left;
  }

  .lg\:odd\:text-center:nth-child(odd) {
    text-align: center;
  }

  .lg\:odd\:text-right:nth-child(odd) {
    text-align: right;
  }

  .lg\:odd\:text-justify:nth-child(odd) {
    text-align: justify;
  }

  .lg\:children\:text-left > * {
    text-align: left;
  }

  .lg\:children\:text-center > * {
    text-align: center;
  }

  .lg\:children\:text-right > * {
    text-align: right;
  }

  .lg\:children\:text-justify > * {
    text-align: justify;
  }

  .lg\:first\:text-left:first-child {
    text-align: left;
  }

  .lg\:first\:text-center:first-child {
    text-align: center;
  }

  .lg\:first\:text-right:first-child {
    text-align: right;
  }

  .lg\:first\:text-justify:first-child {
    text-align: justify;
  }

  .lg\:last\:text-left:last-child {
    text-align: left;
  }

  .lg\:last\:text-center:last-child {
    text-align: center;
  }

  .lg\:last\:text-right:last-child {
    text-align: right;
  }

  .lg\:last\:text-justify:last-child {
    text-align: justify;
  }

  .lg\:hover\:text-left:hover {
    text-align: left;
  }

  .lg\:hover\:text-center:hover {
    text-align: center;
  }

  .lg\:hover\:text-right:hover {
    text-align: right;
  }

  .lg\:hover\:text-justify:hover {
    text-align: justify;
  }

  .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;
  }

  .lg\:text-current {
    color: currentColor;
  }

  .lg\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:text-gray-200 {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .lg\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:text-gray-400 {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .lg\:text-gray-450 {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .lg\:text-gray-500 {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .lg\:text-gray-550 {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .lg\:text-gray-600 {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .lg\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:text-gray-800 {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .lg\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:text-gray {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .lg\:text-red-100 {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .lg\:text-red-200 {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .lg\:text-red-300 {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .lg\:text-red-400 {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .lg\:text-red-500 {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .lg\:text-red-600 {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .lg\:text-red-700 {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .lg\:text-red-800 {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .lg\:text-red-900 {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .lg\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .lg\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .lg\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .lg\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .lg\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .lg\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .lg\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .lg\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .lg\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .lg\:text-yellow-100 {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .lg\:text-yellow-200 {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .lg\:text-yellow-300 {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .lg\:text-yellow-400 {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .lg\:text-yellow-500 {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .lg\:text-yellow-600 {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .lg\:text-yellow-700 {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .lg\:text-yellow-800 {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .lg\:text-yellow-900 {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .lg\:text-green-100 {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .lg\:text-green-200 {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .lg\:text-green-300 {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .lg\:text-green-400 {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .lg\:text-green-500 {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .lg\:text-green-600 {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .lg\:text-green-700 {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .lg\:text-green-800 {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .lg\:text-green-900 {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .lg\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:text-blue-100 {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .lg\:text-blue-200 {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .lg\:text-blue-300 {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .lg\:text-blue-400 {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .lg\:text-blue-500 {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .lg\:text-blue-600 {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .lg\:text-blue-700 {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .lg\:text-blue-800 {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .lg\:text-blue-900 {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .lg\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .lg\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .lg\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .lg\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .lg\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .lg\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .lg\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .lg\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .lg\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .lg\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:text-dark-blue {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .lg\:text-light-blue {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .lg\:text-pale-yellow {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .lg\:text-success {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .lg\:text-error {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .lg\:even\:text-transparent:nth-child(even) {
    color: transparent;
  }

  .lg\:even\:text-current:nth-child(even) {
    color: currentColor;
  }

  .lg\:even\:text-black:nth-child(even) {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:even\:text-white:nth-child(even) {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:even\:text-gray-100:nth-child(even) {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:even\:text-gray-200:nth-child(even) {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .lg\:even\:text-gray-300:nth-child(even) {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:even\:text-gray-400:nth-child(even) {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .lg\:even\:text-gray-450:nth-child(even) {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .lg\:even\:text-gray-500:nth-child(even) {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .lg\:even\:text-gray-550:nth-child(even) {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .lg\:even\:text-gray-600:nth-child(even) {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .lg\:even\:text-gray-700:nth-child(even) {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:even\:text-gray-800:nth-child(even) {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .lg\:even\:text-gray-900:nth-child(even) {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:even\:text-gray:nth-child(even) {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .lg\:even\:text-red-100:nth-child(even) {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .lg\:even\:text-red-200:nth-child(even) {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .lg\:even\:text-red-300:nth-child(even) {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .lg\:even\:text-red-400:nth-child(even) {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .lg\:even\:text-red-500:nth-child(even) {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .lg\:even\:text-red-600:nth-child(even) {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .lg\:even\:text-red-700:nth-child(even) {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .lg\:even\:text-red-800:nth-child(even) {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .lg\:even\:text-red-900:nth-child(even) {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .lg\:even\:text-orange-100:nth-child(even) {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .lg\:even\:text-orange-200:nth-child(even) {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .lg\:even\:text-orange-300:nth-child(even) {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .lg\:even\:text-orange-400:nth-child(even) {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .lg\:even\:text-orange-500:nth-child(even) {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .lg\:even\:text-orange-600:nth-child(even) {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .lg\:even\:text-orange-700:nth-child(even) {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .lg\:even\:text-orange-800:nth-child(even) {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .lg\:even\:text-orange-900:nth-child(even) {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .lg\:even\:text-yellow-100:nth-child(even) {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .lg\:even\:text-yellow-200:nth-child(even) {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .lg\:even\:text-yellow-300:nth-child(even) {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .lg\:even\:text-yellow-400:nth-child(even) {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .lg\:even\:text-yellow-500:nth-child(even) {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .lg\:even\:text-yellow-600:nth-child(even) {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .lg\:even\:text-yellow-700:nth-child(even) {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .lg\:even\:text-yellow-800:nth-child(even) {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .lg\:even\:text-yellow-900:nth-child(even) {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .lg\:even\:text-green-100:nth-child(even) {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .lg\:even\:text-green-200:nth-child(even) {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .lg\:even\:text-green-300:nth-child(even) {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .lg\:even\:text-green-400:nth-child(even) {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .lg\:even\:text-green-500:nth-child(even) {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .lg\:even\:text-green-600:nth-child(even) {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .lg\:even\:text-green-700:nth-child(even) {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .lg\:even\:text-green-800:nth-child(even) {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .lg\:even\:text-green-900:nth-child(even) {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .lg\:even\:text-teal-100:nth-child(even) {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:even\:text-teal-200:nth-child(even) {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:even\:text-teal-300:nth-child(even) {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:even\:text-teal-400:nth-child(even) {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:even\:text-teal-500:nth-child(even) {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:even\:text-teal-600:nth-child(even) {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:even\:text-teal-700:nth-child(even) {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:even\:text-teal-800:nth-child(even) {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:even\:text-teal-900:nth-child(even) {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:even\:text-blue-100:nth-child(even) {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .lg\:even\:text-blue-200:nth-child(even) {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .lg\:even\:text-blue-300:nth-child(even) {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .lg\:even\:text-blue-400:nth-child(even) {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .lg\:even\:text-blue-500:nth-child(even) {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .lg\:even\:text-blue-600:nth-child(even) {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .lg\:even\:text-blue-700:nth-child(even) {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .lg\:even\:text-blue-800:nth-child(even) {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .lg\:even\:text-blue-900:nth-child(even) {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .lg\:even\:text-indigo-100:nth-child(even) {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:even\:text-indigo-200:nth-child(even) {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:even\:text-indigo-300:nth-child(even) {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:even\:text-indigo-400:nth-child(even) {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:even\:text-indigo-500:nth-child(even) {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:even\:text-indigo-600:nth-child(even) {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:even\:text-indigo-700:nth-child(even) {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:even\:text-indigo-800:nth-child(even) {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:even\:text-indigo-900:nth-child(even) {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:even\:text-purple-100:nth-child(even) {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .lg\:even\:text-purple-200:nth-child(even) {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .lg\:even\:text-purple-300:nth-child(even) {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .lg\:even\:text-purple-400:nth-child(even) {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .lg\:even\:text-purple-500:nth-child(even) {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .lg\:even\:text-purple-600:nth-child(even) {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .lg\:even\:text-purple-700:nth-child(even) {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .lg\:even\:text-purple-800:nth-child(even) {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .lg\:even\:text-purple-900:nth-child(even) {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .lg\:even\:text-pink-100:nth-child(even) {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:even\:text-pink-200:nth-child(even) {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:even\:text-pink-300:nth-child(even) {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:even\:text-pink-400:nth-child(even) {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:even\:text-pink-500:nth-child(even) {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:even\:text-pink-600:nth-child(even) {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:even\:text-pink-700:nth-child(even) {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:even\:text-pink-800:nth-child(even) {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:even\:text-pink-900:nth-child(even) {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:even\:text-dark-blue:nth-child(even) {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .lg\:even\:text-light-blue:nth-child(even) {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .lg\:even\:text-pale-yellow:nth-child(even) {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .lg\:even\:text-success:nth-child(even) {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .lg\:even\:text-error:nth-child(even) {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .lg\:odd\:text-transparent:nth-child(odd) {
    color: transparent;
  }

  .lg\:odd\:text-current:nth-child(odd) {
    color: currentColor;
  }

  .lg\:odd\:text-black:nth-child(odd) {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:odd\:text-white:nth-child(odd) {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:odd\:text-gray-100:nth-child(odd) {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:odd\:text-gray-200:nth-child(odd) {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .lg\:odd\:text-gray-300:nth-child(odd) {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:odd\:text-gray-400:nth-child(odd) {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .lg\:odd\:text-gray-450:nth-child(odd) {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .lg\:odd\:text-gray-500:nth-child(odd) {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .lg\:odd\:text-gray-550:nth-child(odd) {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .lg\:odd\:text-gray-600:nth-child(odd) {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .lg\:odd\:text-gray-700:nth-child(odd) {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:odd\:text-gray-800:nth-child(odd) {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .lg\:odd\:text-gray-900:nth-child(odd) {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:odd\:text-gray:nth-child(odd) {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .lg\:odd\:text-red-100:nth-child(odd) {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .lg\:odd\:text-red-200:nth-child(odd) {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .lg\:odd\:text-red-300:nth-child(odd) {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .lg\:odd\:text-red-400:nth-child(odd) {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .lg\:odd\:text-red-500:nth-child(odd) {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .lg\:odd\:text-red-600:nth-child(odd) {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .lg\:odd\:text-red-700:nth-child(odd) {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .lg\:odd\:text-red-800:nth-child(odd) {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .lg\:odd\:text-red-900:nth-child(odd) {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .lg\:odd\:text-orange-100:nth-child(odd) {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .lg\:odd\:text-orange-200:nth-child(odd) {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .lg\:odd\:text-orange-300:nth-child(odd) {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .lg\:odd\:text-orange-400:nth-child(odd) {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .lg\:odd\:text-orange-500:nth-child(odd) {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .lg\:odd\:text-orange-600:nth-child(odd) {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .lg\:odd\:text-orange-700:nth-child(odd) {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .lg\:odd\:text-orange-800:nth-child(odd) {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .lg\:odd\:text-orange-900:nth-child(odd) {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .lg\:odd\:text-yellow-100:nth-child(odd) {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .lg\:odd\:text-yellow-200:nth-child(odd) {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .lg\:odd\:text-yellow-300:nth-child(odd) {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .lg\:odd\:text-yellow-400:nth-child(odd) {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .lg\:odd\:text-yellow-500:nth-child(odd) {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .lg\:odd\:text-yellow-600:nth-child(odd) {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .lg\:odd\:text-yellow-700:nth-child(odd) {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .lg\:odd\:text-yellow-800:nth-child(odd) {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .lg\:odd\:text-yellow-900:nth-child(odd) {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .lg\:odd\:text-green-100:nth-child(odd) {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .lg\:odd\:text-green-200:nth-child(odd) {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .lg\:odd\:text-green-300:nth-child(odd) {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .lg\:odd\:text-green-400:nth-child(odd) {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .lg\:odd\:text-green-500:nth-child(odd) {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .lg\:odd\:text-green-600:nth-child(odd) {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .lg\:odd\:text-green-700:nth-child(odd) {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .lg\:odd\:text-green-800:nth-child(odd) {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .lg\:odd\:text-green-900:nth-child(odd) {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .lg\:odd\:text-teal-100:nth-child(odd) {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:odd\:text-teal-200:nth-child(odd) {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:odd\:text-teal-300:nth-child(odd) {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:odd\:text-teal-400:nth-child(odd) {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:odd\:text-teal-500:nth-child(odd) {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:odd\:text-teal-600:nth-child(odd) {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:odd\:text-teal-700:nth-child(odd) {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:odd\:text-teal-800:nth-child(odd) {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:odd\:text-teal-900:nth-child(odd) {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:odd\:text-blue-100:nth-child(odd) {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .lg\:odd\:text-blue-200:nth-child(odd) {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .lg\:odd\:text-blue-300:nth-child(odd) {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .lg\:odd\:text-blue-400:nth-child(odd) {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .lg\:odd\:text-blue-500:nth-child(odd) {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .lg\:odd\:text-blue-600:nth-child(odd) {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .lg\:odd\:text-blue-700:nth-child(odd) {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .lg\:odd\:text-blue-800:nth-child(odd) {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .lg\:odd\:text-blue-900:nth-child(odd) {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .lg\:odd\:text-indigo-100:nth-child(odd) {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:odd\:text-indigo-200:nth-child(odd) {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:odd\:text-indigo-300:nth-child(odd) {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:odd\:text-indigo-400:nth-child(odd) {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:odd\:text-indigo-500:nth-child(odd) {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:odd\:text-indigo-600:nth-child(odd) {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:odd\:text-indigo-700:nth-child(odd) {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:odd\:text-indigo-800:nth-child(odd) {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:odd\:text-indigo-900:nth-child(odd) {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:odd\:text-purple-100:nth-child(odd) {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .lg\:odd\:text-purple-200:nth-child(odd) {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .lg\:odd\:text-purple-300:nth-child(odd) {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .lg\:odd\:text-purple-400:nth-child(odd) {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .lg\:odd\:text-purple-500:nth-child(odd) {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .lg\:odd\:text-purple-600:nth-child(odd) {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .lg\:odd\:text-purple-700:nth-child(odd) {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .lg\:odd\:text-purple-800:nth-child(odd) {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .lg\:odd\:text-purple-900:nth-child(odd) {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .lg\:odd\:text-pink-100:nth-child(odd) {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:odd\:text-pink-200:nth-child(odd) {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:odd\:text-pink-300:nth-child(odd) {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:odd\:text-pink-400:nth-child(odd) {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:odd\:text-pink-500:nth-child(odd) {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:odd\:text-pink-600:nth-child(odd) {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:odd\:text-pink-700:nth-child(odd) {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:odd\:text-pink-800:nth-child(odd) {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:odd\:text-pink-900:nth-child(odd) {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:odd\:text-dark-blue:nth-child(odd) {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .lg\:odd\:text-light-blue:nth-child(odd) {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .lg\:odd\:text-pale-yellow:nth-child(odd) {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .lg\:odd\:text-success:nth-child(odd) {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .lg\:odd\:text-error:nth-child(odd) {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .lg\:children\:text-transparent > * {
    color: transparent;
  }

  .lg\:children\:text-current > * {
    color: currentColor;
  }

  .lg\:children\:text-black > * {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:children\:text-white > * {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:children\:text-gray-100 > * {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:children\:text-gray-200 > * {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .lg\:children\:text-gray-300 > * {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:children\:text-gray-400 > * {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .lg\:children\:text-gray-450 > * {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .lg\:children\:text-gray-500 > * {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .lg\:children\:text-gray-550 > * {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .lg\:children\:text-gray-600 > * {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .lg\:children\:text-gray-700 > * {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:children\:text-gray-800 > * {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .lg\:children\:text-gray-900 > * {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:children\:text-gray > * {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .lg\:children\:text-red-100 > * {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .lg\:children\:text-red-200 > * {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .lg\:children\:text-red-300 > * {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .lg\:children\:text-red-400 > * {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .lg\:children\:text-red-500 > * {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .lg\:children\:text-red-600 > * {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .lg\:children\:text-red-700 > * {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .lg\:children\:text-red-800 > * {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .lg\:children\:text-red-900 > * {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .lg\:children\:text-orange-100 > * {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .lg\:children\:text-orange-200 > * {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .lg\:children\:text-orange-300 > * {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .lg\:children\:text-orange-400 > * {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .lg\:children\:text-orange-500 > * {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .lg\:children\:text-orange-600 > * {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .lg\:children\:text-orange-700 > * {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .lg\:children\:text-orange-800 > * {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .lg\:children\:text-orange-900 > * {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .lg\:children\:text-yellow-100 > * {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .lg\:children\:text-yellow-200 > * {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .lg\:children\:text-yellow-300 > * {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .lg\:children\:text-yellow-400 > * {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .lg\:children\:text-yellow-500 > * {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .lg\:children\:text-yellow-600 > * {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .lg\:children\:text-yellow-700 > * {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .lg\:children\:text-yellow-800 > * {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .lg\:children\:text-yellow-900 > * {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .lg\:children\:text-green-100 > * {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .lg\:children\:text-green-200 > * {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .lg\:children\:text-green-300 > * {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .lg\:children\:text-green-400 > * {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .lg\:children\:text-green-500 > * {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .lg\:children\:text-green-600 > * {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .lg\:children\:text-green-700 > * {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .lg\:children\:text-green-800 > * {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .lg\:children\:text-green-900 > * {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .lg\:children\:text-teal-100 > * {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:children\:text-teal-200 > * {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:children\:text-teal-300 > * {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:children\:text-teal-400 > * {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:children\:text-teal-500 > * {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:children\:text-teal-600 > * {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:children\:text-teal-700 > * {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:children\:text-teal-800 > * {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:children\:text-teal-900 > * {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:children\:text-blue-100 > * {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .lg\:children\:text-blue-200 > * {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .lg\:children\:text-blue-300 > * {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .lg\:children\:text-blue-400 > * {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .lg\:children\:text-blue-500 > * {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .lg\:children\:text-blue-600 > * {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .lg\:children\:text-blue-700 > * {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .lg\:children\:text-blue-800 > * {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .lg\:children\:text-blue-900 > * {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .lg\:children\:text-indigo-100 > * {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:children\:text-indigo-200 > * {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:children\:text-indigo-300 > * {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:children\:text-indigo-400 > * {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:children\:text-indigo-500 > * {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:children\:text-indigo-600 > * {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:children\:text-indigo-700 > * {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:children\:text-indigo-800 > * {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:children\:text-indigo-900 > * {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:children\:text-purple-100 > * {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .lg\:children\:text-purple-200 > * {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .lg\:children\:text-purple-300 > * {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .lg\:children\:text-purple-400 > * {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .lg\:children\:text-purple-500 > * {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .lg\:children\:text-purple-600 > * {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .lg\:children\:text-purple-700 > * {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .lg\:children\:text-purple-800 > * {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .lg\:children\:text-purple-900 > * {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .lg\:children\:text-pink-100 > * {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:children\:text-pink-200 > * {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:children\:text-pink-300 > * {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:children\:text-pink-400 > * {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:children\:text-pink-500 > * {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:children\:text-pink-600 > * {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:children\:text-pink-700 > * {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:children\:text-pink-800 > * {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:children\:text-pink-900 > * {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:children\:text-dark-blue > * {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .lg\:children\:text-light-blue > * {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .lg\:children\:text-pale-yellow > * {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .lg\:children\:text-success > * {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .lg\:children\:text-error > * {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .lg\:first\:text-transparent:first-child {
    color: transparent;
  }

  .lg\:first\:text-current:first-child {
    color: currentColor;
  }

  .lg\:first\:text-black:first-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:first\:text-white:first-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:first\:text-gray-100:first-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:first\:text-gray-200:first-child {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .lg\:first\:text-gray-300:first-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:first\:text-gray-400:first-child {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .lg\:first\:text-gray-450:first-child {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .lg\:first\:text-gray-500:first-child {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .lg\:first\:text-gray-550:first-child {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .lg\:first\:text-gray-600:first-child {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .lg\:first\:text-gray-700:first-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:first\:text-gray-800:first-child {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .lg\:first\:text-gray-900:first-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:first\:text-gray:first-child {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .lg\:first\:text-red-100:first-child {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .lg\:first\:text-red-200:first-child {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .lg\:first\:text-red-300:first-child {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .lg\:first\:text-red-400:first-child {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .lg\:first\:text-red-500:first-child {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .lg\:first\:text-red-600:first-child {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .lg\:first\:text-red-700:first-child {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .lg\:first\:text-red-800:first-child {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .lg\:first\:text-red-900:first-child {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .lg\:first\:text-orange-100:first-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .lg\:first\:text-orange-200:first-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .lg\:first\:text-orange-300:first-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .lg\:first\:text-orange-400:first-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .lg\:first\:text-orange-500:first-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .lg\:first\:text-orange-600:first-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .lg\:first\:text-orange-700:first-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .lg\:first\:text-orange-800:first-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .lg\:first\:text-orange-900:first-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .lg\:first\:text-yellow-100:first-child {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .lg\:first\:text-yellow-200:first-child {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .lg\:first\:text-yellow-300:first-child {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .lg\:first\:text-yellow-400:first-child {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .lg\:first\:text-yellow-500:first-child {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .lg\:first\:text-yellow-600:first-child {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .lg\:first\:text-yellow-700:first-child {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .lg\:first\:text-yellow-800:first-child {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .lg\:first\:text-yellow-900:first-child {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .lg\:first\:text-green-100:first-child {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .lg\:first\:text-green-200:first-child {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .lg\:first\:text-green-300:first-child {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .lg\:first\:text-green-400:first-child {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .lg\:first\:text-green-500:first-child {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .lg\:first\:text-green-600:first-child {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .lg\:first\:text-green-700:first-child {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .lg\:first\:text-green-800:first-child {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .lg\:first\:text-green-900:first-child {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .lg\:first\:text-teal-100:first-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:first\:text-teal-200:first-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:first\:text-teal-300:first-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:first\:text-teal-400:first-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:first\:text-teal-500:first-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:first\:text-teal-600:first-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:first\:text-teal-700:first-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:first\:text-teal-800:first-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:first\:text-teal-900:first-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:first\:text-blue-100:first-child {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .lg\:first\:text-blue-200:first-child {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .lg\:first\:text-blue-300:first-child {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .lg\:first\:text-blue-400:first-child {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .lg\:first\:text-blue-500:first-child {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .lg\:first\:text-blue-600:first-child {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .lg\:first\:text-blue-700:first-child {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .lg\:first\:text-blue-800:first-child {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .lg\:first\:text-blue-900:first-child {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .lg\:first\:text-indigo-100:first-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:first\:text-indigo-200:first-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:first\:text-indigo-300:first-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:first\:text-indigo-400:first-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:first\:text-indigo-500:first-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:first\:text-indigo-600:first-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:first\:text-indigo-700:first-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:first\:text-indigo-800:first-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:first\:text-indigo-900:first-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:first\:text-purple-100:first-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .lg\:first\:text-purple-200:first-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .lg\:first\:text-purple-300:first-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .lg\:first\:text-purple-400:first-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .lg\:first\:text-purple-500:first-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .lg\:first\:text-purple-600:first-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .lg\:first\:text-purple-700:first-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .lg\:first\:text-purple-800:first-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .lg\:first\:text-purple-900:first-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .lg\:first\:text-pink-100:first-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:first\:text-pink-200:first-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:first\:text-pink-300:first-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:first\:text-pink-400:first-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:first\:text-pink-500:first-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:first\:text-pink-600:first-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:first\:text-pink-700:first-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:first\:text-pink-800:first-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:first\:text-pink-900:first-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:first\:text-dark-blue:first-child {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .lg\:first\:text-light-blue:first-child {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .lg\:first\:text-pale-yellow:first-child {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .lg\:first\:text-success:first-child {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .lg\:first\:text-error:first-child {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .lg\:last\:text-transparent:last-child {
    color: transparent;
  }

  .lg\:last\:text-current:last-child {
    color: currentColor;
  }

  .lg\:last\:text-black:last-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:last\:text-white:last-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:last\:text-gray-100:last-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:last\:text-gray-200:last-child {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .lg\:last\:text-gray-300:last-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:last\:text-gray-400:last-child {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .lg\:last\:text-gray-450:last-child {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .lg\:last\:text-gray-500:last-child {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .lg\:last\:text-gray-550:last-child {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .lg\:last\:text-gray-600:last-child {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .lg\:last\:text-gray-700:last-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:last\:text-gray-800:last-child {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .lg\:last\:text-gray-900:last-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:last\:text-gray:last-child {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .lg\:last\:text-red-100:last-child {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .lg\:last\:text-red-200:last-child {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .lg\:last\:text-red-300:last-child {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .lg\:last\:text-red-400:last-child {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .lg\:last\:text-red-500:last-child {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .lg\:last\:text-red-600:last-child {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .lg\:last\:text-red-700:last-child {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .lg\:last\:text-red-800:last-child {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .lg\:last\:text-red-900:last-child {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .lg\:last\:text-orange-100:last-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .lg\:last\:text-orange-200:last-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .lg\:last\:text-orange-300:last-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .lg\:last\:text-orange-400:last-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .lg\:last\:text-orange-500:last-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .lg\:last\:text-orange-600:last-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .lg\:last\:text-orange-700:last-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .lg\:last\:text-orange-800:last-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .lg\:last\:text-orange-900:last-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .lg\:last\:text-yellow-100:last-child {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .lg\:last\:text-yellow-200:last-child {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .lg\:last\:text-yellow-300:last-child {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .lg\:last\:text-yellow-400:last-child {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .lg\:last\:text-yellow-500:last-child {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .lg\:last\:text-yellow-600:last-child {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .lg\:last\:text-yellow-700:last-child {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .lg\:last\:text-yellow-800:last-child {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .lg\:last\:text-yellow-900:last-child {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .lg\:last\:text-green-100:last-child {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .lg\:last\:text-green-200:last-child {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .lg\:last\:text-green-300:last-child {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .lg\:last\:text-green-400:last-child {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .lg\:last\:text-green-500:last-child {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .lg\:last\:text-green-600:last-child {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .lg\:last\:text-green-700:last-child {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .lg\:last\:text-green-800:last-child {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .lg\:last\:text-green-900:last-child {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .lg\:last\:text-teal-100:last-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:last\:text-teal-200:last-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:last\:text-teal-300:last-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:last\:text-teal-400:last-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:last\:text-teal-500:last-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:last\:text-teal-600:last-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:last\:text-teal-700:last-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:last\:text-teal-800:last-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:last\:text-teal-900:last-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:last\:text-blue-100:last-child {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .lg\:last\:text-blue-200:last-child {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .lg\:last\:text-blue-300:last-child {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .lg\:last\:text-blue-400:last-child {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .lg\:last\:text-blue-500:last-child {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .lg\:last\:text-blue-600:last-child {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .lg\:last\:text-blue-700:last-child {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .lg\:last\:text-blue-800:last-child {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .lg\:last\:text-blue-900:last-child {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .lg\:last\:text-indigo-100:last-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:last\:text-indigo-200:last-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:last\:text-indigo-300:last-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:last\:text-indigo-400:last-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:last\:text-indigo-500:last-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:last\:text-indigo-600:last-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:last\:text-indigo-700:last-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:last\:text-indigo-800:last-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:last\:text-indigo-900:last-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:last\:text-purple-100:last-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .lg\:last\:text-purple-200:last-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .lg\:last\:text-purple-300:last-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .lg\:last\:text-purple-400:last-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .lg\:last\:text-purple-500:last-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .lg\:last\:text-purple-600:last-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .lg\:last\:text-purple-700:last-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .lg\:last\:text-purple-800:last-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .lg\:last\:text-purple-900:last-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .lg\:last\:text-pink-100:last-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:last\:text-pink-200:last-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:last\:text-pink-300:last-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:last\:text-pink-400:last-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:last\:text-pink-500:last-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:last\:text-pink-600:last-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:last\:text-pink-700:last-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:last\:text-pink-800:last-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:last\:text-pink-900:last-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:last\:text-dark-blue:last-child {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .lg\:last\:text-light-blue:last-child {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .lg\:last\:text-pale-yellow:last-child {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .lg\:last\:text-success:last-child {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .lg\:last\:text-error:last-child {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-current:hover {
    color: currentColor;
  }

  .lg\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .lg\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .lg\:hover\:text-gray-450:hover {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .lg\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .lg\:hover\:text-gray-550:hover {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .lg\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .lg\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .lg\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:hover\:text-gray:hover {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .lg\:hover\:text-red-100:hover {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .lg\:hover\:text-red-200:hover {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .lg\:hover\:text-red-300:hover {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .lg\:hover\:text-red-400:hover {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .lg\:hover\:text-red-500:hover {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .lg\:hover\:text-red-600:hover {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .lg\:hover\:text-red-700:hover {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .lg\:hover\:text-red-800:hover {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .lg\:hover\:text-red-900:hover {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .lg\:hover\:text-orange-100:hover {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .lg\:hover\:text-orange-200:hover {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .lg\:hover\:text-orange-300:hover {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .lg\:hover\:text-orange-400:hover {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .lg\:hover\:text-orange-500:hover {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .lg\:hover\:text-orange-600:hover {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .lg\:hover\:text-orange-700:hover {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .lg\:hover\:text-orange-800:hover {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .lg\:hover\:text-orange-900:hover {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-100:hover {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-200:hover {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-300:hover {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-400:hover {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-500:hover {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-600:hover {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-700:hover {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-800:hover {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-900:hover {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .lg\:hover\:text-green-100:hover {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .lg\:hover\:text-green-200:hover {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .lg\:hover\:text-green-300:hover {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .lg\:hover\:text-green-400:hover {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .lg\:hover\:text-green-500:hover {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .lg\:hover\:text-green-600:hover {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .lg\:hover\:text-green-700:hover {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .lg\:hover\:text-green-800:hover {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .lg\:hover\:text-green-900:hover {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .lg\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:hover\:text-blue-100:hover {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .lg\:hover\:text-blue-200:hover {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .lg\:hover\:text-blue-300:hover {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .lg\:hover\:text-blue-400:hover {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .lg\:hover\:text-blue-500:hover {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .lg\:hover\:text-blue-600:hover {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .lg\:hover\:text-blue-700:hover {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .lg\:hover\:text-blue-800:hover {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .lg\:hover\:text-blue-900:hover {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:hover\:text-purple-100:hover {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .lg\:hover\:text-purple-200:hover {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .lg\:hover\:text-purple-300:hover {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .lg\:hover\:text-purple-400:hover {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .lg\:hover\:text-purple-500:hover {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .lg\:hover\:text-purple-600:hover {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .lg\:hover\:text-purple-700:hover {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .lg\:hover\:text-purple-800:hover {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .lg\:hover\:text-purple-900:hover {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .lg\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:hover\:text-dark-blue:hover {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .lg\:hover\:text-light-blue:hover {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .lg\:hover\:text-pale-yellow:hover {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .lg\:hover\:text-success:hover {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .lg\:hover\:text-error:hover {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .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: #f0f2f7 !important;
    color: rgba(240, 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: #e3e8f0 !important;
    color: rgba(227, 232, 240, var(--text-opacity)) !important;
  }

  .lg\:text-gray-450\! {
    --text-opacity: 1 !important;
    color: #B0B5CC !important;
    color: rgba(176, 181, 204, var(--text-opacity)) !important;
  }

  .lg\:text-gray-500\! {
    --text-opacity: 1 !important;
    color: #B9BED1 !important;
    color: rgba(185, 190, 209, var(--text-opacity)) !important;
  }

  .lg\:text-gray-550\! {
    --text-opacity: 1 !important;
    color: #9597a6 !important;
    color: rgba(149, 151, 166, var(--text-opacity)) !important;
  }

  .lg\:text-gray-600\! {
    --text-opacity: 1 !important;
    color: #707070 !important;
    color: rgba(112, 112, 112, 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: #454545 !important;
    color: rgba(69, 69, 69, 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-gray\! {
    --text-opacity: 1 !important;
    color: #454545 !important;
    color: rgba(69, 69, 69, 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-dark-blue\! {
    --text-opacity: 1 !important;
    color: #000142 !important;
    color: rgba(0, 1, 66, var(--text-opacity)) !important;
  }

  .lg\:text-light-blue\! {
    --text-opacity: 1 !important;
    color: #3B55E6 !important;
    color: rgba(59, 85, 230, var(--text-opacity)) !important;
  }

  .lg\:text-pale-yellow\! {
    --text-opacity: 1 !important;
    color: #FBAF4E !important;
    color: rgba(251, 175, 78, var(--text-opacity)) !important;
  }

  .lg\:text-success\! {
    --text-opacity: 1 !important;
    color: #007E62 !important;
    color: rgba(0, 126, 98, var(--text-opacity)) !important;
  }

  .lg\:text-error\! {
    --text-opacity: 1 !important;
    color: #F60139 !important;
    color: rgba(246, 1, 57, var(--text-opacity)) !important;
  }

  .lg\:text-opacity-0 {
    --text-opacity: 0;
  }

  .lg\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .lg\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .lg\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .lg\:text-opacity-100 {
    --text-opacity: 1;
  }

  .lg\:even\:text-opacity-0:nth-child(even) {
    --text-opacity: 0;
  }

  .lg\:even\:text-opacity-25:nth-child(even) {
    --text-opacity: 0.25;
  }

  .lg\:even\:text-opacity-50:nth-child(even) {
    --text-opacity: 0.5;
  }

  .lg\:even\:text-opacity-75:nth-child(even) {
    --text-opacity: 0.75;
  }

  .lg\:even\:text-opacity-100:nth-child(even) {
    --text-opacity: 1;
  }

  .lg\:odd\:text-opacity-0:nth-child(odd) {
    --text-opacity: 0;
  }

  .lg\:odd\:text-opacity-25:nth-child(odd) {
    --text-opacity: 0.25;
  }

  .lg\:odd\:text-opacity-50:nth-child(odd) {
    --text-opacity: 0.5;
  }

  .lg\:odd\:text-opacity-75:nth-child(odd) {
    --text-opacity: 0.75;
  }

  .lg\:odd\:text-opacity-100:nth-child(odd) {
    --text-opacity: 1;
  }

  .lg\:children\:text-opacity-0 > * {
    --text-opacity: 0;
  }

  .lg\:children\:text-opacity-25 > * {
    --text-opacity: 0.25;
  }

  .lg\:children\:text-opacity-50 > * {
    --text-opacity: 0.5;
  }

  .lg\:children\:text-opacity-75 > * {
    --text-opacity: 0.75;
  }

  .lg\:children\:text-opacity-100 > * {
    --text-opacity: 1;
  }

  .lg\:first\:text-opacity-0:first-child {
    --text-opacity: 0;
  }

  .lg\:first\:text-opacity-25:first-child {
    --text-opacity: 0.25;
  }

  .lg\:first\:text-opacity-50:first-child {
    --text-opacity: 0.5;
  }

  .lg\:first\:text-opacity-75:first-child {
    --text-opacity: 0.75;
  }

  .lg\:first\:text-opacity-100:first-child {
    --text-opacity: 1;
  }

  .lg\:last\:text-opacity-0:last-child {
    --text-opacity: 0;
  }

  .lg\:last\:text-opacity-25:last-child {
    --text-opacity: 0.25;
  }

  .lg\:last\:text-opacity-50:last-child {
    --text-opacity: 0.5;
  }

  .lg\:last\:text-opacity-75:last-child {
    --text-opacity: 0.75;
  }

  .lg\:last\:text-opacity-100:last-child {
    --text-opacity: 1;
  }

  .lg\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .lg\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .lg\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .lg\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .lg\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .lg\:text-opacity-0\! {
    --text-opacity: 0 !important;
  }

  .lg\:text-opacity-25\! {
    --text-opacity: 0.25 !important;
  }

  .lg\:text-opacity-50\! {
    --text-opacity: 0.5 !important;
  }

  .lg\:text-opacity-75\! {
    --text-opacity: 0.75 !important;
  }

  .lg\:text-opacity-100\! {
    --text-opacity: 1 !important;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:not-italic {
    font-style: normal;
  }

  .lg\:even\:italic:nth-child(even) {
    font-style: italic;
  }

  .lg\:even\:not-italic:nth-child(even) {
    font-style: normal;
  }

  .lg\:odd\:italic:nth-child(odd) {
    font-style: italic;
  }

  .lg\:odd\:not-italic:nth-child(odd) {
    font-style: normal;
  }

  .lg\:children\:italic > * {
    font-style: italic;
  }

  .lg\:children\:not-italic > * {
    font-style: normal;
  }

  .lg\:first\:italic:first-child {
    font-style: italic;
  }

  .lg\:first\:not-italic:first-child {
    font-style: normal;
  }

  .lg\:last\:italic:last-child {
    font-style: italic;
  }

  .lg\:last\:not-italic:last-child {
    font-style: normal;
  }

  .lg\:hover\:italic:hover {
    font-style: italic;
  }

  .lg\:hover\:not-italic:hover {
    font-style: normal;
  }

  .lg\:italic\! {
    font-style: italic !important;
  }

  .lg\:not-italic\! {
    font-style: normal !important;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:even\:uppercase:nth-child(even) {
    text-transform: uppercase;
  }

  .lg\:even\:lowercase:nth-child(even) {
    text-transform: lowercase;
  }

  .lg\:even\:capitalize:nth-child(even) {
    text-transform: capitalize;
  }

  .lg\:even\:normal-case:nth-child(even) {
    text-transform: none;
  }

  .lg\:odd\:uppercase:nth-child(odd) {
    text-transform: uppercase;
  }

  .lg\:odd\:lowercase:nth-child(odd) {
    text-transform: lowercase;
  }

  .lg\:odd\:capitalize:nth-child(odd) {
    text-transform: capitalize;
  }

  .lg\:odd\:normal-case:nth-child(odd) {
    text-transform: none;
  }

  .lg\:children\:uppercase > * {
    text-transform: uppercase;
  }

  .lg\:children\:lowercase > * {
    text-transform: lowercase;
  }

  .lg\:children\:capitalize > * {
    text-transform: capitalize;
  }

  .lg\:children\:normal-case > * {
    text-transform: none;
  }

  .lg\:first\:uppercase:first-child {
    text-transform: uppercase;
  }

  .lg\:first\:lowercase:first-child {
    text-transform: lowercase;
  }

  .lg\:first\:capitalize:first-child {
    text-transform: capitalize;
  }

  .lg\:first\:normal-case:first-child {
    text-transform: none;
  }

  .lg\:last\:uppercase:last-child {
    text-transform: uppercase;
  }

  .lg\:last\:lowercase:last-child {
    text-transform: lowercase;
  }

  .lg\:last\:capitalize:last-child {
    text-transform: capitalize;
  }

  .lg\:last\:normal-case:last-child {
    text-transform: none;
  }

  .lg\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .lg\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .lg\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .lg\:hover\:normal-case:hover {
    text-transform: none;
  }

  .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;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    text-decoration: none;
  }

  .lg\:even\:underline:nth-child(even) {
    text-decoration: underline;
  }

  .lg\:even\:line-through:nth-child(even) {
    text-decoration: line-through;
  }

  .lg\:even\:no-underline:nth-child(even) {
    text-decoration: none;
  }

  .lg\:odd\:underline:nth-child(odd) {
    text-decoration: underline;
  }

  .lg\:odd\:line-through:nth-child(odd) {
    text-decoration: line-through;
  }

  .lg\:odd\:no-underline:nth-child(odd) {
    text-decoration: none;
  }

  .lg\:children\:underline > * {
    text-decoration: underline;
  }

  .lg\:children\:line-through > * {
    text-decoration: line-through;
  }

  .lg\:children\:no-underline > * {
    text-decoration: none;
  }

  .lg\:first\:underline:first-child {
    text-decoration: underline;
  }

  .lg\:first\:line-through:first-child {
    text-decoration: line-through;
  }

  .lg\:first\:no-underline:first-child {
    text-decoration: none;
  }

  .lg\:last\:underline:last-child {
    text-decoration: underline;
  }

  .lg\:last\:line-through:last-child {
    text-decoration: line-through;
  }

  .lg\:last\:no-underline:last-child {
    text-decoration: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:underline\! {
    text-decoration: underline !important;
  }

  .lg\:line-through\! {
    text-decoration: line-through !important;
  }

  .lg\:no-underline\! {
    text-decoration: none !important;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:even\:antialiased:nth-child(even) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:even\:subpixel-antialiased:nth-child(even) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:odd\:antialiased:nth-child(odd) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:odd\:subpixel-antialiased:nth-child(odd) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:children\:antialiased > * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:children\:subpixel-antialiased > * {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:first\:antialiased:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:first\:subpixel-antialiased:first-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:last\:antialiased:last-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:last\:subpixel-antialiased:last-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .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\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .lg\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .lg\:even\:tracking-tighter:nth-child(even) {
    letter-spacing: -0.05em;
  }

  .lg\:even\:tracking-tight:nth-child(even) {
    letter-spacing: -0.025em;
  }

  .lg\:even\:tracking-normal:nth-child(even) {
    letter-spacing: 0;
  }

  .lg\:even\:tracking-wide:nth-child(even) {
    letter-spacing: 0.025em;
  }

  .lg\:even\:tracking-wider:nth-child(even) {
    letter-spacing: 0.05em;
  }

  .lg\:even\:tracking-widest:nth-child(even) {
    letter-spacing: 0.1em;
  }

  .lg\:odd\:tracking-tighter:nth-child(odd) {
    letter-spacing: -0.05em;
  }

  .lg\:odd\:tracking-tight:nth-child(odd) {
    letter-spacing: -0.025em;
  }

  .lg\:odd\:tracking-normal:nth-child(odd) {
    letter-spacing: 0;
  }

  .lg\:odd\:tracking-wide:nth-child(odd) {
    letter-spacing: 0.025em;
  }

  .lg\:odd\:tracking-wider:nth-child(odd) {
    letter-spacing: 0.05em;
  }

  .lg\:odd\:tracking-widest:nth-child(odd) {
    letter-spacing: 0.1em;
  }

  .lg\:children\:tracking-tighter > * {
    letter-spacing: -0.05em;
  }

  .lg\:children\:tracking-tight > * {
    letter-spacing: -0.025em;
  }

  .lg\:children\:tracking-normal > * {
    letter-spacing: 0;
  }

  .lg\:children\:tracking-wide > * {
    letter-spacing: 0.025em;
  }

  .lg\:children\:tracking-wider > * {
    letter-spacing: 0.05em;
  }

  .lg\:children\:tracking-widest > * {
    letter-spacing: 0.1em;
  }

  .lg\:first\:tracking-tighter:first-child {
    letter-spacing: -0.05em;
  }

  .lg\:first\:tracking-tight:first-child {
    letter-spacing: -0.025em;
  }

  .lg\:first\:tracking-normal:first-child {
    letter-spacing: 0;
  }

  .lg\:first\:tracking-wide:first-child {
    letter-spacing: 0.025em;
  }

  .lg\:first\:tracking-wider:first-child {
    letter-spacing: 0.05em;
  }

  .lg\:first\:tracking-widest:first-child {
    letter-spacing: 0.1em;
  }

  .lg\:last\:tracking-tighter:last-child {
    letter-spacing: -0.05em;
  }

  .lg\:last\:tracking-tight:last-child {
    letter-spacing: -0.025em;
  }

  .lg\:last\:tracking-normal:last-child {
    letter-spacing: 0;
  }

  .lg\:last\:tracking-wide:last-child {
    letter-spacing: 0.025em;
  }

  .lg\:last\:tracking-wider:last-child {
    letter-spacing: 0.05em;
  }

  .lg\:last\:tracking-widest:last-child {
    letter-spacing: 0.1em;
  }

  .lg\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em;
  }

  .lg\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em;
  }

  .lg\:hover\:tracking-normal:hover {
    letter-spacing: 0;
  }

  .lg\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em;
  }

  .lg\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
  }

  .lg\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }

  .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\:select-none {
    user-select: none;
  }

  .lg\:select-text {
    user-select: text;
  }

  .lg\:select-all {
    user-select: all;
  }

  .lg\:select-auto {
    user-select: auto;
  }

  .lg\:even\:select-none:nth-child(even) {
    user-select: none;
  }

  .lg\:even\:select-text:nth-child(even) {
    user-select: text;
  }

  .lg\:even\:select-all:nth-child(even) {
    user-select: all;
  }

  .lg\:even\:select-auto:nth-child(even) {
    user-select: auto;
  }

  .lg\:odd\:select-none:nth-child(odd) {
    user-select: none;
  }

  .lg\:odd\:select-text:nth-child(odd) {
    user-select: text;
  }

  .lg\:odd\:select-all:nth-child(odd) {
    user-select: all;
  }

  .lg\:odd\:select-auto:nth-child(odd) {
    user-select: auto;
  }

  .lg\:children\:select-none > * {
    user-select: none;
  }

  .lg\:children\:select-text > * {
    user-select: text;
  }

  .lg\:children\:select-all > * {
    user-select: all;
  }

  .lg\:children\:select-auto > * {
    user-select: auto;
  }

  .lg\:first\:select-none:first-child {
    user-select: none;
  }

  .lg\:first\:select-text:first-child {
    user-select: text;
  }

  .lg\:first\:select-all:first-child {
    user-select: all;
  }

  .lg\:first\:select-auto:first-child {
    user-select: auto;
  }

  .lg\:last\:select-none:last-child {
    user-select: none;
  }

  .lg\:last\:select-text:last-child {
    user-select: text;
  }

  .lg\:last\:select-all:last-child {
    user-select: all;
  }

  .lg\:last\:select-auto:last-child {
    user-select: auto;
  }

  .lg\:hover\:select-none:hover {
    user-select: none;
  }

  .lg\:hover\:select-text:hover {
    user-select: text;
  }

  .lg\:hover\:select-all:hover {
    user-select: all;
  }

  .lg\:hover\:select-auto:hover {
    user-select: auto;
  }

  .lg\:select-none\! {
    user-select: none !important;
  }

  .lg\:select-text\! {
    user-select: text !important;
  }

  .lg\:select-all\! {
    user-select: all !important;
  }

  .lg\:select-auto\! {
    user-select: auto !important;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:even\:align-baseline:nth-child(even) {
    vertical-align: baseline;
  }

  .lg\:even\:align-top:nth-child(even) {
    vertical-align: top;
  }

  .lg\:even\:align-middle:nth-child(even) {
    vertical-align: middle;
  }

  .lg\:even\:align-bottom:nth-child(even) {
    vertical-align: bottom;
  }

  .lg\:even\:align-text-top:nth-child(even) {
    vertical-align: text-top;
  }

  .lg\:even\:align-text-bottom:nth-child(even) {
    vertical-align: text-bottom;
  }

  .lg\:odd\:align-baseline:nth-child(odd) {
    vertical-align: baseline;
  }

  .lg\:odd\:align-top:nth-child(odd) {
    vertical-align: top;
  }

  .lg\:odd\:align-middle:nth-child(odd) {
    vertical-align: middle;
  }

  .lg\:odd\:align-bottom:nth-child(odd) {
    vertical-align: bottom;
  }

  .lg\:odd\:align-text-top:nth-child(odd) {
    vertical-align: text-top;
  }

  .lg\:odd\:align-text-bottom:nth-child(odd) {
    vertical-align: text-bottom;
  }

  .lg\:children\:align-baseline > * {
    vertical-align: baseline;
  }

  .lg\:children\:align-top > * {
    vertical-align: top;
  }

  .lg\:children\:align-middle > * {
    vertical-align: middle;
  }

  .lg\:children\:align-bottom > * {
    vertical-align: bottom;
  }

  .lg\:children\:align-text-top > * {
    vertical-align: text-top;
  }

  .lg\:children\:align-text-bottom > * {
    vertical-align: text-bottom;
  }

  .lg\:first\:align-baseline:first-child {
    vertical-align: baseline;
  }

  .lg\:first\:align-top:first-child {
    vertical-align: top;
  }

  .lg\:first\:align-middle:first-child {
    vertical-align: middle;
  }

  .lg\:first\:align-bottom:first-child {
    vertical-align: bottom;
  }

  .lg\:first\:align-text-top:first-child {
    vertical-align: text-top;
  }

  .lg\:first\:align-text-bottom:first-child {
    vertical-align: text-bottom;
  }

  .lg\:last\:align-baseline:last-child {
    vertical-align: baseline;
  }

  .lg\:last\:align-top:last-child {
    vertical-align: top;
  }

  .lg\:last\:align-middle:last-child {
    vertical-align: middle;
  }

  .lg\:last\:align-bottom:last-child {
    vertical-align: bottom;
  }

  .lg\:last\:align-text-top:last-child {
    vertical-align: text-top;
  }

  .lg\:last\:align-text-bottom:last-child {
    vertical-align: text-bottom;
  }

  .lg\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .lg\:hover\:align-top:hover {
    vertical-align: top;
  }

  .lg\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .lg\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .lg\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .lg\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .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;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:even\:visible:nth-child(even) {
    visibility: visible;
  }

  .lg\:even\:invisible:nth-child(even) {
    visibility: hidden;
  }

  .lg\:odd\:visible:nth-child(odd) {
    visibility: visible;
  }

  .lg\:odd\:invisible:nth-child(odd) {
    visibility: hidden;
  }

  .lg\:children\:visible > * {
    visibility: visible;
  }

  .lg\:children\:invisible > * {
    visibility: hidden;
  }

  .lg\:first\:visible:first-child {
    visibility: visible;
  }

  .lg\:first\:invisible:first-child {
    visibility: hidden;
  }

  .lg\:last\:visible:last-child {
    visibility: visible;
  }

  .lg\:last\:invisible:last-child {
    visibility: hidden;
  }

  .lg\:hover\:visible:hover {
    visibility: visible;
  }

  .lg\:hover\:invisible:hover {
    visibility: hidden;
  }

  .lg\:visible\! {
    visibility: visible !important;
  }

  .lg\:invisible\! {
    visibility: hidden !important;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:even\:whitespace-normal:nth-child(even) {
    white-space: normal;
  }

  .lg\:even\:whitespace-no-wrap:nth-child(even) {
    white-space: nowrap;
  }

  .lg\:even\:whitespace-pre:nth-child(even) {
    white-space: pre;
  }

  .lg\:even\:whitespace-pre-line:nth-child(even) {
    white-space: pre-line;
  }

  .lg\:even\:whitespace-pre-wrap:nth-child(even) {
    white-space: pre-wrap;
  }

  .lg\:odd\:whitespace-normal:nth-child(odd) {
    white-space: normal;
  }

  .lg\:odd\:whitespace-no-wrap:nth-child(odd) {
    white-space: nowrap;
  }

  .lg\:odd\:whitespace-pre:nth-child(odd) {
    white-space: pre;
  }

  .lg\:odd\:whitespace-pre-line:nth-child(odd) {
    white-space: pre-line;
  }

  .lg\:odd\:whitespace-pre-wrap:nth-child(odd) {
    white-space: pre-wrap;
  }

  .lg\:children\:whitespace-normal > * {
    white-space: normal;
  }

  .lg\:children\:whitespace-no-wrap > * {
    white-space: nowrap;
  }

  .lg\:children\:whitespace-pre > * {
    white-space: pre;
  }

  .lg\:children\:whitespace-pre-line > * {
    white-space: pre-line;
  }

  .lg\:children\:whitespace-pre-wrap > * {
    white-space: pre-wrap;
  }

  .lg\:first\:whitespace-normal:first-child {
    white-space: normal;
  }

  .lg\:first\:whitespace-no-wrap:first-child {
    white-space: nowrap;
  }

  .lg\:first\:whitespace-pre:first-child {
    white-space: pre;
  }

  .lg\:first\:whitespace-pre-line:first-child {
    white-space: pre-line;
  }

  .lg\:first\:whitespace-pre-wrap:first-child {
    white-space: pre-wrap;
  }

  .lg\:last\:whitespace-normal:last-child {
    white-space: normal;
  }

  .lg\:last\:whitespace-no-wrap:last-child {
    white-space: nowrap;
  }

  .lg\:last\:whitespace-pre:last-child {
    white-space: pre;
  }

  .lg\:last\:whitespace-pre-line:last-child {
    white-space: pre-line;
  }

  .lg\:last\:whitespace-pre-wrap:last-child {
    white-space: pre-wrap;
  }

  .lg\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .lg\:hover\:whitespace-no-wrap:hover {
    white-space: nowrap;
  }

  .lg\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .lg\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .lg\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .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 {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words {
    overflow-wrap: break-word;
  }

  .lg\:break-all {
    word-break: break-all;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:even\:break-normal:nth-child(even) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:even\:break-words:nth-child(even) {
    overflow-wrap: break-word;
  }

  .lg\:even\:break-all:nth-child(even) {
    word-break: break-all;
  }

  .lg\:even\:truncate:nth-child(even) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:odd\:break-normal:nth-child(odd) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:odd\:break-words:nth-child(odd) {
    overflow-wrap: break-word;
  }

  .lg\:odd\:break-all:nth-child(odd) {
    word-break: break-all;
  }

  .lg\:odd\:truncate:nth-child(odd) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:children\:break-normal > * {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:children\:break-words > * {
    overflow-wrap: break-word;
  }

  .lg\:children\:break-all > * {
    word-break: break-all;
  }

  .lg\:children\:truncate > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:first\:break-normal:first-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:first\:break-words:first-child {
    overflow-wrap: break-word;
  }

  .lg\:first\:break-all:first-child {
    word-break: break-all;
  }

  .lg\:first\:truncate:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:last\:break-normal:last-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:last\:break-words:last-child {
    overflow-wrap: break-word;
  }

  .lg\:last\:break-all:last-child {
    word-break: break-all;
  }

  .lg\:last\:truncate:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:hover\:break-normal:hover {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:hover\:break-words:hover {
    overflow-wrap: break-word;
  }

  .lg\:hover\:break-all:hover {
    word-break: break-all;
  }

  .lg\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:break-normal\! {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:break-words\! {
    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;
  }

  .lg\:w-1 {
    width: 0.25rem;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-11 {
    width: 2.75rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-13 {
    width: 3.25rem;
  }

  .lg\:w-14 {
    width: 3.5rem;
  }

  .lg\:w-15 {
    width: 3.75rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-17 {
    width: 4.25rem;
  }

  .lg\:w-18 {
    width: 4.5rem;
  }

  .lg\:w-19 {
    width: 4.75rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-75 {
    width: 18.75rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:even\:w-0:nth-child(even) {
    width: 0;
  }

  .lg\:even\:w-1:nth-child(even) {
    width: 0.25rem;
  }

  .lg\:even\:w-2:nth-child(even) {
    width: 0.5rem;
  }

  .lg\:even\:w-3:nth-child(even) {
    width: 0.75rem;
  }

  .lg\:even\:w-4:nth-child(even) {
    width: 1rem;
  }

  .lg\:even\:w-5:nth-child(even) {
    width: 1.25rem;
  }

  .lg\:even\:w-6:nth-child(even) {
    width: 1.5rem;
  }

  .lg\:even\:w-7:nth-child(even) {
    width: 1.75rem;
  }

  .lg\:even\:w-8:nth-child(even) {
    width: 2rem;
  }

  .lg\:even\:w-9:nth-child(even) {
    width: 2.25rem;
  }

  .lg\:even\:w-10:nth-child(even) {
    width: 2.5rem;
  }

  .lg\:even\:w-11:nth-child(even) {
    width: 2.75rem;
  }

  .lg\:even\:w-12:nth-child(even) {
    width: 3rem;
  }

  .lg\:even\:w-13:nth-child(even) {
    width: 3.25rem;
  }

  .lg\:even\:w-14:nth-child(even) {
    width: 3.5rem;
  }

  .lg\:even\:w-15:nth-child(even) {
    width: 3.75rem;
  }

  .lg\:even\:w-16:nth-child(even) {
    width: 4rem;
  }

  .lg\:even\:w-17:nth-child(even) {
    width: 4.25rem;
  }

  .lg\:even\:w-18:nth-child(even) {
    width: 4.5rem;
  }

  .lg\:even\:w-19:nth-child(even) {
    width: 4.75rem;
  }

  .lg\:even\:w-20:nth-child(even) {
    width: 5rem;
  }

  .lg\:even\:w-24:nth-child(even) {
    width: 6rem;
  }

  .lg\:even\:w-32:nth-child(even) {
    width: 8rem;
  }

  .lg\:even\:w-40:nth-child(even) {
    width: 10rem;
  }

  .lg\:even\:w-48:nth-child(even) {
    width: 12rem;
  }

  .lg\:even\:w-56:nth-child(even) {
    width: 14rem;
  }

  .lg\:even\:w-64:nth-child(even) {
    width: 16rem;
  }

  .lg\:even\:w-75:nth-child(even) {
    width: 18.75rem;
  }

  .lg\:even\:w-auto:nth-child(even) {
    width: auto;
  }

  .lg\:even\:w-px:nth-child(even) {
    width: 1px;
  }

  .lg\:even\:w-1\/2:nth-child(even) {
    width: 50%;
  }

  .lg\:even\:w-1\/3:nth-child(even) {
    width: 33.333333%;
  }

  .lg\:even\:w-2\/3:nth-child(even) {
    width: 66.666667%;
  }

  .lg\:even\:w-1\/4:nth-child(even) {
    width: 25%;
  }

  .lg\:even\:w-2\/4:nth-child(even) {
    width: 50%;
  }

  .lg\:even\:w-3\/4:nth-child(even) {
    width: 75%;
  }

  .lg\:even\:w-1\/5:nth-child(even) {
    width: 20%;
  }

  .lg\:even\:w-2\/5:nth-child(even) {
    width: 40%;
  }

  .lg\:even\:w-3\/5:nth-child(even) {
    width: 60%;
  }

  .lg\:even\:w-4\/5:nth-child(even) {
    width: 80%;
  }

  .lg\:even\:w-1\/6:nth-child(even) {
    width: 16.666667%;
  }

  .lg\:even\:w-2\/6:nth-child(even) {
    width: 33.333333%;
  }

  .lg\:even\:w-3\/6:nth-child(even) {
    width: 50%;
  }

  .lg\:even\:w-4\/6:nth-child(even) {
    width: 66.666667%;
  }

  .lg\:even\:w-5\/6:nth-child(even) {
    width: 83.333333%;
  }

  .lg\:even\:w-1\/12:nth-child(even) {
    width: 8.333333%;
  }

  .lg\:even\:w-2\/12:nth-child(even) {
    width: 16.666667%;
  }

  .lg\:even\:w-3\/12:nth-child(even) {
    width: 25%;
  }

  .lg\:even\:w-4\/12:nth-child(even) {
    width: 33.333333%;
  }

  .lg\:even\:w-5\/12:nth-child(even) {
    width: 41.666667%;
  }

  .lg\:even\:w-6\/12:nth-child(even) {
    width: 50%;
  }

  .lg\:even\:w-7\/12:nth-child(even) {
    width: 58.333333%;
  }

  .lg\:even\:w-8\/12:nth-child(even) {
    width: 66.666667%;
  }

  .lg\:even\:w-9\/12:nth-child(even) {
    width: 75%;
  }

  .lg\:even\:w-10\/12:nth-child(even) {
    width: 83.333333%;
  }

  .lg\:even\:w-11\/12:nth-child(even) {
    width: 91.666667%;
  }

  .lg\:even\:w-full:nth-child(even) {
    width: 100%;
  }

  .lg\:even\:w-screen:nth-child(even) {
    width: 100vw;
  }

  .lg\:odd\:w-0:nth-child(odd) {
    width: 0;
  }

  .lg\:odd\:w-1:nth-child(odd) {
    width: 0.25rem;
  }

  .lg\:odd\:w-2:nth-child(odd) {
    width: 0.5rem;
  }

  .lg\:odd\:w-3:nth-child(odd) {
    width: 0.75rem;
  }

  .lg\:odd\:w-4:nth-child(odd) {
    width: 1rem;
  }

  .lg\:odd\:w-5:nth-child(odd) {
    width: 1.25rem;
  }

  .lg\:odd\:w-6:nth-child(odd) {
    width: 1.5rem;
  }

  .lg\:odd\:w-7:nth-child(odd) {
    width: 1.75rem;
  }

  .lg\:odd\:w-8:nth-child(odd) {
    width: 2rem;
  }

  .lg\:odd\:w-9:nth-child(odd) {
    width: 2.25rem;
  }

  .lg\:odd\:w-10:nth-child(odd) {
    width: 2.5rem;
  }

  .lg\:odd\:w-11:nth-child(odd) {
    width: 2.75rem;
  }

  .lg\:odd\:w-12:nth-child(odd) {
    width: 3rem;
  }

  .lg\:odd\:w-13:nth-child(odd) {
    width: 3.25rem;
  }

  .lg\:odd\:w-14:nth-child(odd) {
    width: 3.5rem;
  }

  .lg\:odd\:w-15:nth-child(odd) {
    width: 3.75rem;
  }

  .lg\:odd\:w-16:nth-child(odd) {
    width: 4rem;
  }

  .lg\:odd\:w-17:nth-child(odd) {
    width: 4.25rem;
  }

  .lg\:odd\:w-18:nth-child(odd) {
    width: 4.5rem;
  }

  .lg\:odd\:w-19:nth-child(odd) {
    width: 4.75rem;
  }

  .lg\:odd\:w-20:nth-child(odd) {
    width: 5rem;
  }

  .lg\:odd\:w-24:nth-child(odd) {
    width: 6rem;
  }

  .lg\:odd\:w-32:nth-child(odd) {
    width: 8rem;
  }

  .lg\:odd\:w-40:nth-child(odd) {
    width: 10rem;
  }

  .lg\:odd\:w-48:nth-child(odd) {
    width: 12rem;
  }

  .lg\:odd\:w-56:nth-child(odd) {
    width: 14rem;
  }

  .lg\:odd\:w-64:nth-child(odd) {
    width: 16rem;
  }

  .lg\:odd\:w-75:nth-child(odd) {
    width: 18.75rem;
  }

  .lg\:odd\:w-auto:nth-child(odd) {
    width: auto;
  }

  .lg\:odd\:w-px:nth-child(odd) {
    width: 1px;
  }

  .lg\:odd\:w-1\/2:nth-child(odd) {
    width: 50%;
  }

  .lg\:odd\:w-1\/3:nth-child(odd) {
    width: 33.333333%;
  }

  .lg\:odd\:w-2\/3:nth-child(odd) {
    width: 66.666667%;
  }

  .lg\:odd\:w-1\/4:nth-child(odd) {
    width: 25%;
  }

  .lg\:odd\:w-2\/4:nth-child(odd) {
    width: 50%;
  }

  .lg\:odd\:w-3\/4:nth-child(odd) {
    width: 75%;
  }

  .lg\:odd\:w-1\/5:nth-child(odd) {
    width: 20%;
  }

  .lg\:odd\:w-2\/5:nth-child(odd) {
    width: 40%;
  }

  .lg\:odd\:w-3\/5:nth-child(odd) {
    width: 60%;
  }

  .lg\:odd\:w-4\/5:nth-child(odd) {
    width: 80%;
  }

  .lg\:odd\:w-1\/6:nth-child(odd) {
    width: 16.666667%;
  }

  .lg\:odd\:w-2\/6:nth-child(odd) {
    width: 33.333333%;
  }

  .lg\:odd\:w-3\/6:nth-child(odd) {
    width: 50%;
  }

  .lg\:odd\:w-4\/6:nth-child(odd) {
    width: 66.666667%;
  }

  .lg\:odd\:w-5\/6:nth-child(odd) {
    width: 83.333333%;
  }

  .lg\:odd\:w-1\/12:nth-child(odd) {
    width: 8.333333%;
  }

  .lg\:odd\:w-2\/12:nth-child(odd) {
    width: 16.666667%;
  }

  .lg\:odd\:w-3\/12:nth-child(odd) {
    width: 25%;
  }

  .lg\:odd\:w-4\/12:nth-child(odd) {
    width: 33.333333%;
  }

  .lg\:odd\:w-5\/12:nth-child(odd) {
    width: 41.666667%;
  }

  .lg\:odd\:w-6\/12:nth-child(odd) {
    width: 50%;
  }

  .lg\:odd\:w-7\/12:nth-child(odd) {
    width: 58.333333%;
  }

  .lg\:odd\:w-8\/12:nth-child(odd) {
    width: 66.666667%;
  }

  .lg\:odd\:w-9\/12:nth-child(odd) {
    width: 75%;
  }

  .lg\:odd\:w-10\/12:nth-child(odd) {
    width: 83.333333%;
  }

  .lg\:odd\:w-11\/12:nth-child(odd) {
    width: 91.666667%;
  }

  .lg\:odd\:w-full:nth-child(odd) {
    width: 100%;
  }

  .lg\:odd\:w-screen:nth-child(odd) {
    width: 100vw;
  }

  .lg\:children\:w-0 > * {
    width: 0;
  }

  .lg\:children\:w-1 > * {
    width: 0.25rem;
  }

  .lg\:children\:w-2 > * {
    width: 0.5rem;
  }

  .lg\:children\:w-3 > * {
    width: 0.75rem;
  }

  .lg\:children\:w-4 > * {
    width: 1rem;
  }

  .lg\:children\:w-5 > * {
    width: 1.25rem;
  }

  .lg\:children\:w-6 > * {
    width: 1.5rem;
  }

  .lg\:children\:w-7 > * {
    width: 1.75rem;
  }

  .lg\:children\:w-8 > * {
    width: 2rem;
  }

  .lg\:children\:w-9 > * {
    width: 2.25rem;
  }

  .lg\:children\:w-10 > * {
    width: 2.5rem;
  }

  .lg\:children\:w-11 > * {
    width: 2.75rem;
  }

  .lg\:children\:w-12 > * {
    width: 3rem;
  }

  .lg\:children\:w-13 > * {
    width: 3.25rem;
  }

  .lg\:children\:w-14 > * {
    width: 3.5rem;
  }

  .lg\:children\:w-15 > * {
    width: 3.75rem;
  }

  .lg\:children\:w-16 > * {
    width: 4rem;
  }

  .lg\:children\:w-17 > * {
    width: 4.25rem;
  }

  .lg\:children\:w-18 > * {
    width: 4.5rem;
  }

  .lg\:children\:w-19 > * {
    width: 4.75rem;
  }

  .lg\:children\:w-20 > * {
    width: 5rem;
  }

  .lg\:children\:w-24 > * {
    width: 6rem;
  }

  .lg\:children\:w-32 > * {
    width: 8rem;
  }

  .lg\:children\:w-40 > * {
    width: 10rem;
  }

  .lg\:children\:w-48 > * {
    width: 12rem;
  }

  .lg\:children\:w-56 > * {
    width: 14rem;
  }

  .lg\:children\:w-64 > * {
    width: 16rem;
  }

  .lg\:children\:w-75 > * {
    width: 18.75rem;
  }

  .lg\:children\:w-auto > * {
    width: auto;
  }

  .lg\:children\:w-px > * {
    width: 1px;
  }

  .lg\:children\:w-1\/2 > * {
    width: 50%;
  }

  .lg\:children\:w-1\/3 > * {
    width: 33.333333%;
  }

  .lg\:children\:w-2\/3 > * {
    width: 66.666667%;
  }

  .lg\:children\:w-1\/4 > * {
    width: 25%;
  }

  .lg\:children\:w-2\/4 > * {
    width: 50%;
  }

  .lg\:children\:w-3\/4 > * {
    width: 75%;
  }

  .lg\:children\:w-1\/5 > * {
    width: 20%;
  }

  .lg\:children\:w-2\/5 > * {
    width: 40%;
  }

  .lg\:children\:w-3\/5 > * {
    width: 60%;
  }

  .lg\:children\:w-4\/5 > * {
    width: 80%;
  }

  .lg\:children\:w-1\/6 > * {
    width: 16.666667%;
  }

  .lg\:children\:w-2\/6 > * {
    width: 33.333333%;
  }

  .lg\:children\:w-3\/6 > * {
    width: 50%;
  }

  .lg\:children\:w-4\/6 > * {
    width: 66.666667%;
  }

  .lg\:children\:w-5\/6 > * {
    width: 83.333333%;
  }

  .lg\:children\:w-1\/12 > * {
    width: 8.333333%;
  }

  .lg\:children\:w-2\/12 > * {
    width: 16.666667%;
  }

  .lg\:children\:w-3\/12 > * {
    width: 25%;
  }

  .lg\:children\:w-4\/12 > * {
    width: 33.333333%;
  }

  .lg\:children\:w-5\/12 > * {
    width: 41.666667%;
  }

  .lg\:children\:w-6\/12 > * {
    width: 50%;
  }

  .lg\:children\:w-7\/12 > * {
    width: 58.333333%;
  }

  .lg\:children\:w-8\/12 > * {
    width: 66.666667%;
  }

  .lg\:children\:w-9\/12 > * {
    width: 75%;
  }

  .lg\:children\:w-10\/12 > * {
    width: 83.333333%;
  }

  .lg\:children\:w-11\/12 > * {
    width: 91.666667%;
  }

  .lg\:children\:w-full > * {
    width: 100%;
  }

  .lg\:children\:w-screen > * {
    width: 100vw;
  }

  .lg\:first\:w-0:first-child {
    width: 0;
  }

  .lg\:first\:w-1:first-child {
    width: 0.25rem;
  }

  .lg\:first\:w-2:first-child {
    width: 0.5rem;
  }

  .lg\:first\:w-3:first-child {
    width: 0.75rem;
  }

  .lg\:first\:w-4:first-child {
    width: 1rem;
  }

  .lg\:first\:w-5:first-child {
    width: 1.25rem;
  }

  .lg\:first\:w-6:first-child {
    width: 1.5rem;
  }

  .lg\:first\:w-7:first-child {
    width: 1.75rem;
  }

  .lg\:first\:w-8:first-child {
    width: 2rem;
  }

  .lg\:first\:w-9:first-child {
    width: 2.25rem;
  }

  .lg\:first\:w-10:first-child {
    width: 2.5rem;
  }

  .lg\:first\:w-11:first-child {
    width: 2.75rem;
  }

  .lg\:first\:w-12:first-child {
    width: 3rem;
  }

  .lg\:first\:w-13:first-child {
    width: 3.25rem;
  }

  .lg\:first\:w-14:first-child {
    width: 3.5rem;
  }

  .lg\:first\:w-15:first-child {
    width: 3.75rem;
  }

  .lg\:first\:w-16:first-child {
    width: 4rem;
  }

  .lg\:first\:w-17:first-child {
    width: 4.25rem;
  }

  .lg\:first\:w-18:first-child {
    width: 4.5rem;
  }

  .lg\:first\:w-19:first-child {
    width: 4.75rem;
  }

  .lg\:first\:w-20:first-child {
    width: 5rem;
  }

  .lg\:first\:w-24:first-child {
    width: 6rem;
  }

  .lg\:first\:w-32:first-child {
    width: 8rem;
  }

  .lg\:first\:w-40:first-child {
    width: 10rem;
  }

  .lg\:first\:w-48:first-child {
    width: 12rem;
  }

  .lg\:first\:w-56:first-child {
    width: 14rem;
  }

  .lg\:first\:w-64:first-child {
    width: 16rem;
  }

  .lg\:first\:w-75:first-child {
    width: 18.75rem;
  }

  .lg\:first\:w-auto:first-child {
    width: auto;
  }

  .lg\:first\:w-px:first-child {
    width: 1px;
  }

  .lg\:first\:w-1\/2:first-child {
    width: 50%;
  }

  .lg\:first\:w-1\/3:first-child {
    width: 33.333333%;
  }

  .lg\:first\:w-2\/3:first-child {
    width: 66.666667%;
  }

  .lg\:first\:w-1\/4:first-child {
    width: 25%;
  }

  .lg\:first\:w-2\/4:first-child {
    width: 50%;
  }

  .lg\:first\:w-3\/4:first-child {
    width: 75%;
  }

  .lg\:first\:w-1\/5:first-child {
    width: 20%;
  }

  .lg\:first\:w-2\/5:first-child {
    width: 40%;
  }

  .lg\:first\:w-3\/5:first-child {
    width: 60%;
  }

  .lg\:first\:w-4\/5:first-child {
    width: 80%;
  }

  .lg\:first\:w-1\/6:first-child {
    width: 16.666667%;
  }

  .lg\:first\:w-2\/6:first-child {
    width: 33.333333%;
  }

  .lg\:first\:w-3\/6:first-child {
    width: 50%;
  }

  .lg\:first\:w-4\/6:first-child {
    width: 66.666667%;
  }

  .lg\:first\:w-5\/6:first-child {
    width: 83.333333%;
  }

  .lg\:first\:w-1\/12:first-child {
    width: 8.333333%;
  }

  .lg\:first\:w-2\/12:first-child {
    width: 16.666667%;
  }

  .lg\:first\:w-3\/12:first-child {
    width: 25%;
  }

  .lg\:first\:w-4\/12:first-child {
    width: 33.333333%;
  }

  .lg\:first\:w-5\/12:first-child {
    width: 41.666667%;
  }

  .lg\:first\:w-6\/12:first-child {
    width: 50%;
  }

  .lg\:first\:w-7\/12:first-child {
    width: 58.333333%;
  }

  .lg\:first\:w-8\/12:first-child {
    width: 66.666667%;
  }

  .lg\:first\:w-9\/12:first-child {
    width: 75%;
  }

  .lg\:first\:w-10\/12:first-child {
    width: 83.333333%;
  }

  .lg\:first\:w-11\/12:first-child {
    width: 91.666667%;
  }

  .lg\:first\:w-full:first-child {
    width: 100%;
  }

  .lg\:first\:w-screen:first-child {
    width: 100vw;
  }

  .lg\:last\:w-0:last-child {
    width: 0;
  }

  .lg\:last\:w-1:last-child {
    width: 0.25rem;
  }

  .lg\:last\:w-2:last-child {
    width: 0.5rem;
  }

  .lg\:last\:w-3:last-child {
    width: 0.75rem;
  }

  .lg\:last\:w-4:last-child {
    width: 1rem;
  }

  .lg\:last\:w-5:last-child {
    width: 1.25rem;
  }

  .lg\:last\:w-6:last-child {
    width: 1.5rem;
  }

  .lg\:last\:w-7:last-child {
    width: 1.75rem;
  }

  .lg\:last\:w-8:last-child {
    width: 2rem;
  }

  .lg\:last\:w-9:last-child {
    width: 2.25rem;
  }

  .lg\:last\:w-10:last-child {
    width: 2.5rem;
  }

  .lg\:last\:w-11:last-child {
    width: 2.75rem;
  }

  .lg\:last\:w-12:last-child {
    width: 3rem;
  }

  .lg\:last\:w-13:last-child {
    width: 3.25rem;
  }

  .lg\:last\:w-14:last-child {
    width: 3.5rem;
  }

  .lg\:last\:w-15:last-child {
    width: 3.75rem;
  }

  .lg\:last\:w-16:last-child {
    width: 4rem;
  }

  .lg\:last\:w-17:last-child {
    width: 4.25rem;
  }

  .lg\:last\:w-18:last-child {
    width: 4.5rem;
  }

  .lg\:last\:w-19:last-child {
    width: 4.75rem;
  }

  .lg\:last\:w-20:last-child {
    width: 5rem;
  }

  .lg\:last\:w-24:last-child {
    width: 6rem;
  }

  .lg\:last\:w-32:last-child {
    width: 8rem;
  }

  .lg\:last\:w-40:last-child {
    width: 10rem;
  }

  .lg\:last\:w-48:last-child {
    width: 12rem;
  }

  .lg\:last\:w-56:last-child {
    width: 14rem;
  }

  .lg\:last\:w-64:last-child {
    width: 16rem;
  }

  .lg\:last\:w-75:last-child {
    width: 18.75rem;
  }

  .lg\:last\:w-auto:last-child {
    width: auto;
  }

  .lg\:last\:w-px:last-child {
    width: 1px;
  }

  .lg\:last\:w-1\/2:last-child {
    width: 50%;
  }

  .lg\:last\:w-1\/3:last-child {
    width: 33.333333%;
  }

  .lg\:last\:w-2\/3:last-child {
    width: 66.666667%;
  }

  .lg\:last\:w-1\/4:last-child {
    width: 25%;
  }

  .lg\:last\:w-2\/4:last-child {
    width: 50%;
  }

  .lg\:last\:w-3\/4:last-child {
    width: 75%;
  }

  .lg\:last\:w-1\/5:last-child {
    width: 20%;
  }

  .lg\:last\:w-2\/5:last-child {
    width: 40%;
  }

  .lg\:last\:w-3\/5:last-child {
    width: 60%;
  }

  .lg\:last\:w-4\/5:last-child {
    width: 80%;
  }

  .lg\:last\:w-1\/6:last-child {
    width: 16.666667%;
  }

  .lg\:last\:w-2\/6:last-child {
    width: 33.333333%;
  }

  .lg\:last\:w-3\/6:last-child {
    width: 50%;
  }

  .lg\:last\:w-4\/6:last-child {
    width: 66.666667%;
  }

  .lg\:last\:w-5\/6:last-child {
    width: 83.333333%;
  }

  .lg\:last\:w-1\/12:last-child {
    width: 8.333333%;
  }

  .lg\:last\:w-2\/12:last-child {
    width: 16.666667%;
  }

  .lg\:last\:w-3\/12:last-child {
    width: 25%;
  }

  .lg\:last\:w-4\/12:last-child {
    width: 33.333333%;
  }

  .lg\:last\:w-5\/12:last-child {
    width: 41.666667%;
  }

  .lg\:last\:w-6\/12:last-child {
    width: 50%;
  }

  .lg\:last\:w-7\/12:last-child {
    width: 58.333333%;
  }

  .lg\:last\:w-8\/12:last-child {
    width: 66.666667%;
  }

  .lg\:last\:w-9\/12:last-child {
    width: 75%;
  }

  .lg\:last\:w-10\/12:last-child {
    width: 83.333333%;
  }

  .lg\:last\:w-11\/12:last-child {
    width: 91.666667%;
  }

  .lg\:last\:w-full:last-child {
    width: 100%;
  }

  .lg\:last\:w-screen:last-child {
    width: 100vw;
  }

  .lg\:hover\:w-0:hover {
    width: 0;
  }

  .lg\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .lg\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .lg\:hover\:w-3:hover {
    width: 0.75rem;
  }

  .lg\:hover\:w-4:hover {
    width: 1rem;
  }

  .lg\:hover\:w-5:hover {
    width: 1.25rem;
  }

  .lg\:hover\:w-6:hover {
    width: 1.5rem;
  }

  .lg\:hover\:w-7:hover {
    width: 1.75rem;
  }

  .lg\:hover\:w-8:hover {
    width: 2rem;
  }

  .lg\:hover\:w-9:hover {
    width: 2.25rem;
  }

  .lg\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .lg\:hover\:w-11:hover {
    width: 2.75rem;
  }

  .lg\:hover\:w-12:hover {
    width: 3rem;
  }

  .lg\:hover\:w-13:hover {
    width: 3.25rem;
  }

  .lg\:hover\:w-14:hover {
    width: 3.5rem;
  }

  .lg\:hover\:w-15:hover {
    width: 3.75rem;
  }

  .lg\:hover\:w-16:hover {
    width: 4rem;
  }

  .lg\:hover\:w-17:hover {
    width: 4.25rem;
  }

  .lg\:hover\:w-18:hover {
    width: 4.5rem;
  }

  .lg\:hover\:w-19:hover {
    width: 4.75rem;
  }

  .lg\:hover\:w-20:hover {
    width: 5rem;
  }

  .lg\:hover\:w-24:hover {
    width: 6rem;
  }

  .lg\:hover\:w-32:hover {
    width: 8rem;
  }

  .lg\:hover\:w-40:hover {
    width: 10rem;
  }

  .lg\:hover\:w-48:hover {
    width: 12rem;
  }

  .lg\:hover\:w-56:hover {
    width: 14rem;
  }

  .lg\:hover\:w-64:hover {
    width: 16rem;
  }

  .lg\:hover\:w-75:hover {
    width: 18.75rem;
  }

  .lg\:hover\:w-auto:hover {
    width: auto;
  }

  .lg\:hover\:w-px:hover {
    width: 1px;
  }

  .lg\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .lg\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .lg\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .lg\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .lg\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .lg\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .lg\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .lg\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .lg\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .lg\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .lg\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .lg\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .lg\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .lg\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .lg\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .lg\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .lg\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .lg\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .lg\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .lg\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .lg\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .lg\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .lg\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .lg\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .lg\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .lg\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .lg\:hover\:w-full:hover {
    width: 100%;
  }

  .lg\:hover\:w-screen:hover {
    width: 100vw;
  }

  .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-9\! {
    width: 2.25rem !important;
  }

  .lg\:w-10\! {
    width: 2.5rem !important;
  }

  .lg\:w-11\! {
    width: 2.75rem !important;
  }

  .lg\:w-12\! {
    width: 3rem !important;
  }

  .lg\:w-13\! {
    width: 3.25rem !important;
  }

  .lg\:w-14\! {
    width: 3.5rem !important;
  }

  .lg\:w-15\! {
    width: 3.75rem !important;
  }

  .lg\:w-16\! {
    width: 4rem !important;
  }

  .lg\:w-17\! {
    width: 4.25rem !important;
  }

  .lg\:w-18\! {
    width: 4.5rem !important;
  }

  .lg\:w-19\! {
    width: 4.75rem !important;
  }

  .lg\:w-20\! {
    width: 5rem !important;
  }

  .lg\:w-24\! {
    width: 6rem !important;
  }

  .lg\:w-32\! {
    width: 8rem !important;
  }

  .lg\:w-40\! {
    width: 10rem !important;
  }

  .lg\:w-48\! {
    width: 12rem !important;
  }

  .lg\:w-56\! {
    width: 14rem !important;
  }

  .lg\:w-64\! {
    width: 16rem !important;
  }

  .lg\:w-75\! {
    width: 18.75rem !important;
  }

  .lg\:w-auto\! {
    width: auto !important;
  }

  .lg\:w-px\! {
    width: 1px !important;
  }

  .lg\:w-1\/2\! {
    width: 50% !important;
  }

  .lg\:w-1\/3\! {
    width: 33.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\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:even\:z-0:nth-child(even) {
    z-index: 0;
  }

  .lg\:even\:z-10:nth-child(even) {
    z-index: 10;
  }

  .lg\:even\:z-20:nth-child(even) {
    z-index: 20;
  }

  .lg\:even\:z-30:nth-child(even) {
    z-index: 30;
  }

  .lg\:even\:z-40:nth-child(even) {
    z-index: 40;
  }

  .lg\:even\:z-50:nth-child(even) {
    z-index: 50;
  }

  .lg\:even\:z-auto:nth-child(even) {
    z-index: auto;
  }

  .lg\:odd\:z-0:nth-child(odd) {
    z-index: 0;
  }

  .lg\:odd\:z-10:nth-child(odd) {
    z-index: 10;
  }

  .lg\:odd\:z-20:nth-child(odd) {
    z-index: 20;
  }

  .lg\:odd\:z-30:nth-child(odd) {
    z-index: 30;
  }

  .lg\:odd\:z-40:nth-child(odd) {
    z-index: 40;
  }

  .lg\:odd\:z-50:nth-child(odd) {
    z-index: 50;
  }

  .lg\:odd\:z-auto:nth-child(odd) {
    z-index: auto;
  }

  .lg\:children\:z-0 > * {
    z-index: 0;
  }

  .lg\:children\:z-10 > * {
    z-index: 10;
  }

  .lg\:children\:z-20 > * {
    z-index: 20;
  }

  .lg\:children\:z-30 > * {
    z-index: 30;
  }

  .lg\:children\:z-40 > * {
    z-index: 40;
  }

  .lg\:children\:z-50 > * {
    z-index: 50;
  }

  .lg\:children\:z-auto > * {
    z-index: auto;
  }

  .lg\:first\:z-0:first-child {
    z-index: 0;
  }

  .lg\:first\:z-10:first-child {
    z-index: 10;
  }

  .lg\:first\:z-20:first-child {
    z-index: 20;
  }

  .lg\:first\:z-30:first-child {
    z-index: 30;
  }

  .lg\:first\:z-40:first-child {
    z-index: 40;
  }

  .lg\:first\:z-50:first-child {
    z-index: 50;
  }

  .lg\:first\:z-auto:first-child {
    z-index: auto;
  }

  .lg\:last\:z-0:last-child {
    z-index: 0;
  }

  .lg\:last\:z-10:last-child {
    z-index: 10;
  }

  .lg\:last\:z-20:last-child {
    z-index: 20;
  }

  .lg\:last\:z-30:last-child {
    z-index: 30;
  }

  .lg\:last\:z-40:last-child {
    z-index: 40;
  }

  .lg\:last\:z-50:last-child {
    z-index: 50;
  }

  .lg\:last\:z-auto:last-child {
    z-index: auto;
  }

  .lg\:hover\:z-0:hover {
    z-index: 0;
  }

  .lg\:hover\:z-10:hover {
    z-index: 10;
  }

  .lg\:hover\:z-20:hover {
    z-index: 20;
  }

  .lg\:hover\:z-30:hover {
    z-index: 30;
  }

  .lg\:hover\:z-40:hover {
    z-index: 40;
  }

  .lg\:hover\:z-50:hover {
    z-index: 50;
  }

  .lg\:hover\:z-auto:hover {
    z-index: auto;
  }

  .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;
    gap: 0;
  }

  .lg\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .lg\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .lg\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .lg\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .lg\:gap-7 {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .lg\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .lg\:gap-9 {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .lg\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .lg\:gap-11 {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .lg\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .lg\:gap-13 {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .lg\:gap-14 {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .lg\:gap-15 {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .lg\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .lg\:gap-17 {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .lg\:gap-18 {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .lg\:gap-19 {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .lg\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .lg\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .lg\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .lg\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .lg\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .lg\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .lg\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .lg\:gap-75 {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .lg\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .lg\:col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .lg\:col-gap-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .lg\:col-gap-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .lg\:col-gap-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .lg\:col-gap-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .lg\:col-gap-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .lg\:col-gap-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .lg\:col-gap-7 {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .lg\:col-gap-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .lg\:col-gap-9 {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .lg\:col-gap-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .lg\:col-gap-11 {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .lg\:col-gap-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .lg\:col-gap-13 {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .lg\:col-gap-14 {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .lg\:col-gap-15 {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .lg\:col-gap-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .lg\:col-gap-17 {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .lg\:col-gap-18 {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .lg\:col-gap-19 {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .lg\:col-gap-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .lg\:col-gap-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .lg\:col-gap-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .lg\:col-gap-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .lg\:col-gap-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .lg\:col-gap-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .lg\:col-gap-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .lg\:col-gap-75 {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .lg\:col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .lg\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .lg\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .lg\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .lg\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .lg\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .lg\:row-gap-7 {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .lg\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .lg\:row-gap-9 {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .lg\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .lg\:row-gap-11 {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .lg\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .lg\:row-gap-13 {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .lg\:row-gap-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .lg\:row-gap-15 {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .lg\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .lg\:row-gap-17 {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .lg\:row-gap-18 {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .lg\:row-gap-19 {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .lg\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .lg\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .lg\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .lg\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .lg\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .lg\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .lg\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .lg\:row-gap-75 {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .lg\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:even\:gap-0:nth-child(even) {
    grid-gap: 0;
    gap: 0;
  }

  .lg\:even\:gap-1:nth-child(even) {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .lg\:even\:gap-2:nth-child(even) {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .lg\:even\:gap-3:nth-child(even) {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .lg\:even\:gap-4:nth-child(even) {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .lg\:even\:gap-5:nth-child(even) {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .lg\:even\:gap-6:nth-child(even) {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .lg\:even\:gap-7:nth-child(even) {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .lg\:even\:gap-8:nth-child(even) {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .lg\:even\:gap-9:nth-child(even) {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .lg\:even\:gap-10:nth-child(even) {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .lg\:even\:gap-11:nth-child(even) {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .lg\:even\:gap-12:nth-child(even) {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .lg\:even\:gap-13:nth-child(even) {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .lg\:even\:gap-14:nth-child(even) {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .lg\:even\:gap-15:nth-child(even) {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .lg\:even\:gap-16:nth-child(even) {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .lg\:even\:gap-17:nth-child(even) {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .lg\:even\:gap-18:nth-child(even) {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .lg\:even\:gap-19:nth-child(even) {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .lg\:even\:gap-20:nth-child(even) {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .lg\:even\:gap-24:nth-child(even) {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .lg\:even\:gap-32:nth-child(even) {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .lg\:even\:gap-40:nth-child(even) {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .lg\:even\:gap-48:nth-child(even) {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .lg\:even\:gap-56:nth-child(even) {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .lg\:even\:gap-64:nth-child(even) {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .lg\:even\:gap-75:nth-child(even) {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .lg\:even\:gap-px:nth-child(even) {
    grid-gap: 1px;
    gap: 1px;
  }

  .lg\:even\:col-gap-0:nth-child(even) {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .lg\:even\:col-gap-1:nth-child(even) {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .lg\:even\:col-gap-2:nth-child(even) {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .lg\:even\:col-gap-3:nth-child(even) {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .lg\:even\:col-gap-4:nth-child(even) {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .lg\:even\:col-gap-5:nth-child(even) {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .lg\:even\:col-gap-6:nth-child(even) {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .lg\:even\:col-gap-7:nth-child(even) {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .lg\:even\:col-gap-8:nth-child(even) {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .lg\:even\:col-gap-9:nth-child(even) {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .lg\:even\:col-gap-10:nth-child(even) {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .lg\:even\:col-gap-11:nth-child(even) {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .lg\:even\:col-gap-12:nth-child(even) {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .lg\:even\:col-gap-13:nth-child(even) {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .lg\:even\:col-gap-14:nth-child(even) {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .lg\:even\:col-gap-15:nth-child(even) {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .lg\:even\:col-gap-16:nth-child(even) {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .lg\:even\:col-gap-17:nth-child(even) {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .lg\:even\:col-gap-18:nth-child(even) {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .lg\:even\:col-gap-19:nth-child(even) {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .lg\:even\:col-gap-20:nth-child(even) {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .lg\:even\:col-gap-24:nth-child(even) {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .lg\:even\:col-gap-32:nth-child(even) {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .lg\:even\:col-gap-40:nth-child(even) {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .lg\:even\:col-gap-48:nth-child(even) {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .lg\:even\:col-gap-56:nth-child(even) {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .lg\:even\:col-gap-64:nth-child(even) {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .lg\:even\:col-gap-75:nth-child(even) {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .lg\:even\:col-gap-px:nth-child(even) {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .lg\:even\:row-gap-0:nth-child(even) {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .lg\:even\:row-gap-1:nth-child(even) {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:even\:row-gap-2:nth-child(even) {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:even\:row-gap-3:nth-child(even) {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .lg\:even\:row-gap-4:nth-child(even) {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .lg\:even\:row-gap-5:nth-child(even) {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .lg\:even\:row-gap-6:nth-child(even) {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .lg\:even\:row-gap-7:nth-child(even) {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .lg\:even\:row-gap-8:nth-child(even) {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .lg\:even\:row-gap-9:nth-child(even) {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .lg\:even\:row-gap-10:nth-child(even) {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .lg\:even\:row-gap-11:nth-child(even) {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .lg\:even\:row-gap-12:nth-child(even) {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .lg\:even\:row-gap-13:nth-child(even) {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .lg\:even\:row-gap-14:nth-child(even) {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .lg\:even\:row-gap-15:nth-child(even) {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .lg\:even\:row-gap-16:nth-child(even) {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .lg\:even\:row-gap-17:nth-child(even) {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .lg\:even\:row-gap-18:nth-child(even) {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .lg\:even\:row-gap-19:nth-child(even) {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .lg\:even\:row-gap-20:nth-child(even) {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .lg\:even\:row-gap-24:nth-child(even) {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .lg\:even\:row-gap-32:nth-child(even) {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .lg\:even\:row-gap-40:nth-child(even) {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .lg\:even\:row-gap-48:nth-child(even) {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .lg\:even\:row-gap-56:nth-child(even) {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .lg\:even\:row-gap-64:nth-child(even) {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .lg\:even\:row-gap-75:nth-child(even) {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .lg\:even\:row-gap-px:nth-child(even) {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:odd\:gap-0:nth-child(odd) {
    grid-gap: 0;
    gap: 0;
  }

  .lg\:odd\:gap-1:nth-child(odd) {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .lg\:odd\:gap-2:nth-child(odd) {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .lg\:odd\:gap-3:nth-child(odd) {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .lg\:odd\:gap-4:nth-child(odd) {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .lg\:odd\:gap-5:nth-child(odd) {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .lg\:odd\:gap-6:nth-child(odd) {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .lg\:odd\:gap-7:nth-child(odd) {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .lg\:odd\:gap-8:nth-child(odd) {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .lg\:odd\:gap-9:nth-child(odd) {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .lg\:odd\:gap-10:nth-child(odd) {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .lg\:odd\:gap-11:nth-child(odd) {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .lg\:odd\:gap-12:nth-child(odd) {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .lg\:odd\:gap-13:nth-child(odd) {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .lg\:odd\:gap-14:nth-child(odd) {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .lg\:odd\:gap-15:nth-child(odd) {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .lg\:odd\:gap-16:nth-child(odd) {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .lg\:odd\:gap-17:nth-child(odd) {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .lg\:odd\:gap-18:nth-child(odd) {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .lg\:odd\:gap-19:nth-child(odd) {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .lg\:odd\:gap-20:nth-child(odd) {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .lg\:odd\:gap-24:nth-child(odd) {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .lg\:odd\:gap-32:nth-child(odd) {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .lg\:odd\:gap-40:nth-child(odd) {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .lg\:odd\:gap-48:nth-child(odd) {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .lg\:odd\:gap-56:nth-child(odd) {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .lg\:odd\:gap-64:nth-child(odd) {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .lg\:odd\:gap-75:nth-child(odd) {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .lg\:odd\:gap-px:nth-child(odd) {
    grid-gap: 1px;
    gap: 1px;
  }

  .lg\:odd\:col-gap-0:nth-child(odd) {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .lg\:odd\:col-gap-1:nth-child(odd) {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .lg\:odd\:col-gap-2:nth-child(odd) {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .lg\:odd\:col-gap-3:nth-child(odd) {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .lg\:odd\:col-gap-4:nth-child(odd) {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .lg\:odd\:col-gap-5:nth-child(odd) {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .lg\:odd\:col-gap-6:nth-child(odd) {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .lg\:odd\:col-gap-7:nth-child(odd) {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .lg\:odd\:col-gap-8:nth-child(odd) {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .lg\:odd\:col-gap-9:nth-child(odd) {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .lg\:odd\:col-gap-10:nth-child(odd) {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .lg\:odd\:col-gap-11:nth-child(odd) {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .lg\:odd\:col-gap-12:nth-child(odd) {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .lg\:odd\:col-gap-13:nth-child(odd) {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .lg\:odd\:col-gap-14:nth-child(odd) {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .lg\:odd\:col-gap-15:nth-child(odd) {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .lg\:odd\:col-gap-16:nth-child(odd) {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .lg\:odd\:col-gap-17:nth-child(odd) {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .lg\:odd\:col-gap-18:nth-child(odd) {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .lg\:odd\:col-gap-19:nth-child(odd) {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .lg\:odd\:col-gap-20:nth-child(odd) {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .lg\:odd\:col-gap-24:nth-child(odd) {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .lg\:odd\:col-gap-32:nth-child(odd) {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .lg\:odd\:col-gap-40:nth-child(odd) {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .lg\:odd\:col-gap-48:nth-child(odd) {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .lg\:odd\:col-gap-56:nth-child(odd) {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .lg\:odd\:col-gap-64:nth-child(odd) {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .lg\:odd\:col-gap-75:nth-child(odd) {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .lg\:odd\:col-gap-px:nth-child(odd) {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .lg\:odd\:row-gap-0:nth-child(odd) {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .lg\:odd\:row-gap-1:nth-child(odd) {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:odd\:row-gap-2:nth-child(odd) {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:odd\:row-gap-3:nth-child(odd) {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .lg\:odd\:row-gap-4:nth-child(odd) {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .lg\:odd\:row-gap-5:nth-child(odd) {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .lg\:odd\:row-gap-6:nth-child(odd) {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .lg\:odd\:row-gap-7:nth-child(odd) {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .lg\:odd\:row-gap-8:nth-child(odd) {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .lg\:odd\:row-gap-9:nth-child(odd) {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .lg\:odd\:row-gap-10:nth-child(odd) {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .lg\:odd\:row-gap-11:nth-child(odd) {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .lg\:odd\:row-gap-12:nth-child(odd) {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .lg\:odd\:row-gap-13:nth-child(odd) {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .lg\:odd\:row-gap-14:nth-child(odd) {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .lg\:odd\:row-gap-15:nth-child(odd) {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .lg\:odd\:row-gap-16:nth-child(odd) {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .lg\:odd\:row-gap-17:nth-child(odd) {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .lg\:odd\:row-gap-18:nth-child(odd) {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .lg\:odd\:row-gap-19:nth-child(odd) {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .lg\:odd\:row-gap-20:nth-child(odd) {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .lg\:odd\:row-gap-24:nth-child(odd) {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .lg\:odd\:row-gap-32:nth-child(odd) {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .lg\:odd\:row-gap-40:nth-child(odd) {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .lg\:odd\:row-gap-48:nth-child(odd) {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .lg\:odd\:row-gap-56:nth-child(odd) {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .lg\:odd\:row-gap-64:nth-child(odd) {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .lg\:odd\:row-gap-75:nth-child(odd) {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .lg\:odd\:row-gap-px:nth-child(odd) {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:children\:gap-0 > * {
    grid-gap: 0;
    gap: 0;
  }

  .lg\:children\:gap-1 > * {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .lg\:children\:gap-2 > * {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .lg\:children\:gap-3 > * {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .lg\:children\:gap-4 > * {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .lg\:children\:gap-5 > * {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .lg\:children\:gap-6 > * {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .lg\:children\:gap-7 > * {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .lg\:children\:gap-8 > * {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .lg\:children\:gap-9 > * {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .lg\:children\:gap-10 > * {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .lg\:children\:gap-11 > * {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .lg\:children\:gap-12 > * {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .lg\:children\:gap-13 > * {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .lg\:children\:gap-14 > * {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .lg\:children\:gap-15 > * {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .lg\:children\:gap-16 > * {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .lg\:children\:gap-17 > * {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .lg\:children\:gap-18 > * {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .lg\:children\:gap-19 > * {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .lg\:children\:gap-20 > * {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .lg\:children\:gap-24 > * {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .lg\:children\:gap-32 > * {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .lg\:children\:gap-40 > * {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .lg\:children\:gap-48 > * {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .lg\:children\:gap-56 > * {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .lg\:children\:gap-64 > * {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .lg\:children\:gap-75 > * {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .lg\:children\:gap-px > * {
    grid-gap: 1px;
    gap: 1px;
  }

  .lg\:children\:col-gap-0 > * {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .lg\:children\:col-gap-1 > * {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .lg\:children\:col-gap-2 > * {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .lg\:children\:col-gap-3 > * {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .lg\:children\:col-gap-4 > * {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .lg\:children\:col-gap-5 > * {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .lg\:children\:col-gap-6 > * {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .lg\:children\:col-gap-7 > * {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .lg\:children\:col-gap-8 > * {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .lg\:children\:col-gap-9 > * {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .lg\:children\:col-gap-10 > * {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .lg\:children\:col-gap-11 > * {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .lg\:children\:col-gap-12 > * {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .lg\:children\:col-gap-13 > * {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .lg\:children\:col-gap-14 > * {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .lg\:children\:col-gap-15 > * {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .lg\:children\:col-gap-16 > * {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .lg\:children\:col-gap-17 > * {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .lg\:children\:col-gap-18 > * {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .lg\:children\:col-gap-19 > * {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .lg\:children\:col-gap-20 > * {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .lg\:children\:col-gap-24 > * {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .lg\:children\:col-gap-32 > * {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .lg\:children\:col-gap-40 > * {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .lg\:children\:col-gap-48 > * {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .lg\:children\:col-gap-56 > * {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .lg\:children\:col-gap-64 > * {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .lg\:children\:col-gap-75 > * {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .lg\:children\:col-gap-px > * {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .lg\:children\:row-gap-0 > * {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .lg\:children\:row-gap-1 > * {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:children\:row-gap-2 > * {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:children\:row-gap-3 > * {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .lg\:children\:row-gap-4 > * {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .lg\:children\:row-gap-5 > * {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .lg\:children\:row-gap-6 > * {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .lg\:children\:row-gap-7 > * {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .lg\:children\:row-gap-8 > * {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .lg\:children\:row-gap-9 > * {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .lg\:children\:row-gap-10 > * {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .lg\:children\:row-gap-11 > * {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .lg\:children\:row-gap-12 > * {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .lg\:children\:row-gap-13 > * {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .lg\:children\:row-gap-14 > * {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .lg\:children\:row-gap-15 > * {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .lg\:children\:row-gap-16 > * {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .lg\:children\:row-gap-17 > * {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .lg\:children\:row-gap-18 > * {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .lg\:children\:row-gap-19 > * {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .lg\:children\:row-gap-20 > * {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .lg\:children\:row-gap-24 > * {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .lg\:children\:row-gap-32 > * {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .lg\:children\:row-gap-40 > * {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .lg\:children\:row-gap-48 > * {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .lg\:children\:row-gap-56 > * {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .lg\:children\:row-gap-64 > * {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .lg\:children\:row-gap-75 > * {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .lg\:children\:row-gap-px > * {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:first\:gap-0:first-child {
    grid-gap: 0;
    gap: 0;
  }

  .lg\:first\:gap-1:first-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .lg\:first\:gap-2:first-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .lg\:first\:gap-3:first-child {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .lg\:first\:gap-4:first-child {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .lg\:first\:gap-5:first-child {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .lg\:first\:gap-6:first-child {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .lg\:first\:gap-7:first-child {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .lg\:first\:gap-8:first-child {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .lg\:first\:gap-9:first-child {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .lg\:first\:gap-10:first-child {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .lg\:first\:gap-11:first-child {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .lg\:first\:gap-12:first-child {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .lg\:first\:gap-13:first-child {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .lg\:first\:gap-14:first-child {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .lg\:first\:gap-15:first-child {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .lg\:first\:gap-16:first-child {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .lg\:first\:gap-17:first-child {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .lg\:first\:gap-18:first-child {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .lg\:first\:gap-19:first-child {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .lg\:first\:gap-20:first-child {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .lg\:first\:gap-24:first-child {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .lg\:first\:gap-32:first-child {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .lg\:first\:gap-40:first-child {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .lg\:first\:gap-48:first-child {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .lg\:first\:gap-56:first-child {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .lg\:first\:gap-64:first-child {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .lg\:first\:gap-75:first-child {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .lg\:first\:gap-px:first-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .lg\:first\:col-gap-0:first-child {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .lg\:first\:col-gap-1:first-child {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .lg\:first\:col-gap-2:first-child {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .lg\:first\:col-gap-3:first-child {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .lg\:first\:col-gap-4:first-child {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .lg\:first\:col-gap-5:first-child {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .lg\:first\:col-gap-6:first-child {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .lg\:first\:col-gap-7:first-child {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .lg\:first\:col-gap-8:first-child {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .lg\:first\:col-gap-9:first-child {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .lg\:first\:col-gap-10:first-child {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .lg\:first\:col-gap-11:first-child {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .lg\:first\:col-gap-12:first-child {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .lg\:first\:col-gap-13:first-child {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .lg\:first\:col-gap-14:first-child {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .lg\:first\:col-gap-15:first-child {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .lg\:first\:col-gap-16:first-child {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .lg\:first\:col-gap-17:first-child {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .lg\:first\:col-gap-18:first-child {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .lg\:first\:col-gap-19:first-child {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .lg\:first\:col-gap-20:first-child {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .lg\:first\:col-gap-24:first-child {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .lg\:first\:col-gap-32:first-child {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .lg\:first\:col-gap-40:first-child {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .lg\:first\:col-gap-48:first-child {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .lg\:first\:col-gap-56:first-child {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .lg\:first\:col-gap-64:first-child {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .lg\:first\:col-gap-75:first-child {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .lg\:first\:col-gap-px:first-child {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .lg\:first\:row-gap-0:first-child {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .lg\:first\:row-gap-1:first-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:first\:row-gap-2:first-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:first\:row-gap-3:first-child {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .lg\:first\:row-gap-4:first-child {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .lg\:first\:row-gap-5:first-child {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .lg\:first\:row-gap-6:first-child {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .lg\:first\:row-gap-7:first-child {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .lg\:first\:row-gap-8:first-child {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .lg\:first\:row-gap-9:first-child {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .lg\:first\:row-gap-10:first-child {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .lg\:first\:row-gap-11:first-child {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .lg\:first\:row-gap-12:first-child {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .lg\:first\:row-gap-13:first-child {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .lg\:first\:row-gap-14:first-child {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .lg\:first\:row-gap-15:first-child {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .lg\:first\:row-gap-16:first-child {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .lg\:first\:row-gap-17:first-child {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .lg\:first\:row-gap-18:first-child {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .lg\:first\:row-gap-19:first-child {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .lg\:first\:row-gap-20:first-child {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .lg\:first\:row-gap-24:first-child {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .lg\:first\:row-gap-32:first-child {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .lg\:first\:row-gap-40:first-child {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .lg\:first\:row-gap-48:first-child {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .lg\:first\:row-gap-56:first-child {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .lg\:first\:row-gap-64:first-child {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .lg\:first\:row-gap-75:first-child {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .lg\:first\:row-gap-px:first-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:last\:gap-0:last-child {
    grid-gap: 0;
    gap: 0;
  }

  .lg\:last\:gap-1:last-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .lg\:last\:gap-2:last-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .lg\:last\:gap-3:last-child {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .lg\:last\:gap-4:last-child {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .lg\:last\:gap-5:last-child {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .lg\:last\:gap-6:last-child {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .lg\:last\:gap-7:last-child {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .lg\:last\:gap-8:last-child {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .lg\:last\:gap-9:last-child {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .lg\:last\:gap-10:last-child {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .lg\:last\:gap-11:last-child {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .lg\:last\:gap-12:last-child {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .lg\:last\:gap-13:last-child {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .lg\:last\:gap-14:last-child {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .lg\:last\:gap-15:last-child {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .lg\:last\:gap-16:last-child {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .lg\:last\:gap-17:last-child {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .lg\:last\:gap-18:last-child {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .lg\:last\:gap-19:last-child {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .lg\:last\:gap-20:last-child {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .lg\:last\:gap-24:last-child {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .lg\:last\:gap-32:last-child {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .lg\:last\:gap-40:last-child {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .lg\:last\:gap-48:last-child {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .lg\:last\:gap-56:last-child {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .lg\:last\:gap-64:last-child {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .lg\:last\:gap-75:last-child {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .lg\:last\:gap-px:last-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .lg\:last\:col-gap-0:last-child {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .lg\:last\:col-gap-1:last-child {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .lg\:last\:col-gap-2:last-child {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .lg\:last\:col-gap-3:last-child {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .lg\:last\:col-gap-4:last-child {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .lg\:last\:col-gap-5:last-child {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .lg\:last\:col-gap-6:last-child {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .lg\:last\:col-gap-7:last-child {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .lg\:last\:col-gap-8:last-child {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .lg\:last\:col-gap-9:last-child {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .lg\:last\:col-gap-10:last-child {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .lg\:last\:col-gap-11:last-child {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .lg\:last\:col-gap-12:last-child {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .lg\:last\:col-gap-13:last-child {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .lg\:last\:col-gap-14:last-child {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .lg\:last\:col-gap-15:last-child {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .lg\:last\:col-gap-16:last-child {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .lg\:last\:col-gap-17:last-child {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .lg\:last\:col-gap-18:last-child {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .lg\:last\:col-gap-19:last-child {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .lg\:last\:col-gap-20:last-child {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .lg\:last\:col-gap-24:last-child {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .lg\:last\:col-gap-32:last-child {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .lg\:last\:col-gap-40:last-child {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .lg\:last\:col-gap-48:last-child {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .lg\:last\:col-gap-56:last-child {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .lg\:last\:col-gap-64:last-child {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .lg\:last\:col-gap-75:last-child {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .lg\:last\:col-gap-px:last-child {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .lg\:last\:row-gap-0:last-child {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .lg\:last\:row-gap-1:last-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:last\:row-gap-2:last-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:last\:row-gap-3:last-child {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .lg\:last\:row-gap-4:last-child {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .lg\:last\:row-gap-5:last-child {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .lg\:last\:row-gap-6:last-child {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .lg\:last\:row-gap-7:last-child {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .lg\:last\:row-gap-8:last-child {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .lg\:last\:row-gap-9:last-child {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .lg\:last\:row-gap-10:last-child {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .lg\:last\:row-gap-11:last-child {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .lg\:last\:row-gap-12:last-child {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .lg\:last\:row-gap-13:last-child {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .lg\:last\:row-gap-14:last-child {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .lg\:last\:row-gap-15:last-child {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .lg\:last\:row-gap-16:last-child {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .lg\:last\:row-gap-17:last-child {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .lg\:last\:row-gap-18:last-child {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .lg\:last\:row-gap-19:last-child {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .lg\:last\:row-gap-20:last-child {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .lg\:last\:row-gap-24:last-child {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .lg\:last\:row-gap-32:last-child {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .lg\:last\:row-gap-40:last-child {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .lg\:last\:row-gap-48:last-child {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .lg\:last\:row-gap-56:last-child {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .lg\:last\:row-gap-64:last-child {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .lg\:last\:row-gap-75:last-child {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .lg\:last\:row-gap-px:last-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:hover\:gap-0:hover {
    grid-gap: 0;
    gap: 0;
  }

  .lg\:hover\:gap-1:hover {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .lg\:hover\:gap-2:hover {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .lg\:hover\:gap-3:hover {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .lg\:hover\:gap-4:hover {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .lg\:hover\:gap-5:hover {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .lg\:hover\:gap-6:hover {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .lg\:hover\:gap-7:hover {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .lg\:hover\:gap-8:hover {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .lg\:hover\:gap-9:hover {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .lg\:hover\:gap-10:hover {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .lg\:hover\:gap-11:hover {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .lg\:hover\:gap-12:hover {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .lg\:hover\:gap-13:hover {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .lg\:hover\:gap-14:hover {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .lg\:hover\:gap-15:hover {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .lg\:hover\:gap-16:hover {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .lg\:hover\:gap-17:hover {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .lg\:hover\:gap-18:hover {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .lg\:hover\:gap-19:hover {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .lg\:hover\:gap-20:hover {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .lg\:hover\:gap-24:hover {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .lg\:hover\:gap-32:hover {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .lg\:hover\:gap-40:hover {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .lg\:hover\:gap-48:hover {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .lg\:hover\:gap-56:hover {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .lg\:hover\:gap-64:hover {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .lg\:hover\:gap-75:hover {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .lg\:hover\:gap-px:hover {
    grid-gap: 1px;
    gap: 1px;
  }

  .lg\:hover\:col-gap-0:hover {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .lg\:hover\:col-gap-1:hover {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .lg\:hover\:col-gap-2:hover {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .lg\:hover\:col-gap-3:hover {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .lg\:hover\:col-gap-4:hover {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .lg\:hover\:col-gap-5:hover {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .lg\:hover\:col-gap-6:hover {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .lg\:hover\:col-gap-7:hover {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .lg\:hover\:col-gap-8:hover {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .lg\:hover\:col-gap-9:hover {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .lg\:hover\:col-gap-10:hover {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .lg\:hover\:col-gap-11:hover {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .lg\:hover\:col-gap-12:hover {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .lg\:hover\:col-gap-13:hover {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .lg\:hover\:col-gap-14:hover {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .lg\:hover\:col-gap-15:hover {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .lg\:hover\:col-gap-16:hover {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .lg\:hover\:col-gap-17:hover {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .lg\:hover\:col-gap-18:hover {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .lg\:hover\:col-gap-19:hover {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .lg\:hover\:col-gap-20:hover {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .lg\:hover\:col-gap-24:hover {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .lg\:hover\:col-gap-32:hover {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .lg\:hover\:col-gap-40:hover {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .lg\:hover\:col-gap-48:hover {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .lg\:hover\:col-gap-56:hover {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .lg\:hover\:col-gap-64:hover {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .lg\:hover\:col-gap-75:hover {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .lg\:hover\:col-gap-px:hover {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .lg\:hover\:row-gap-0:hover {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .lg\:hover\:row-gap-1:hover {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:hover\:row-gap-2:hover {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:hover\:row-gap-3:hover {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .lg\:hover\:row-gap-4:hover {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .lg\:hover\:row-gap-5:hover {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .lg\:hover\:row-gap-6:hover {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .lg\:hover\:row-gap-7:hover {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .lg\:hover\:row-gap-8:hover {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .lg\:hover\:row-gap-9:hover {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .lg\:hover\:row-gap-10:hover {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .lg\:hover\:row-gap-11:hover {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .lg\:hover\:row-gap-12:hover {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .lg\:hover\:row-gap-13:hover {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .lg\:hover\:row-gap-14:hover {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .lg\:hover\:row-gap-15:hover {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .lg\:hover\:row-gap-16:hover {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .lg\:hover\:row-gap-17:hover {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .lg\:hover\:row-gap-18:hover {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .lg\:hover\:row-gap-19:hover {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .lg\:hover\:row-gap-20:hover {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .lg\:hover\:row-gap-24:hover {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .lg\:hover\:row-gap-32:hover {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .lg\:hover\:row-gap-40:hover {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .lg\:hover\:row-gap-48:hover {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .lg\:hover\:row-gap-56:hover {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .lg\:hover\:row-gap-64:hover {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .lg\:hover\:row-gap-75:hover {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .lg\:hover\:row-gap-px:hover {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .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-9\! {
    grid-gap: 2.25rem !important;
    gap: 2.25rem !important;
  }

  .lg\:gap-10\! {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .lg\:gap-11\! {
    grid-gap: 2.75rem !important;
    gap: 2.75rem !important;
  }

  .lg\:gap-12\! {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .lg\:gap-13\! {
    grid-gap: 3.25rem !important;
    gap: 3.25rem !important;
  }

  .lg\:gap-14\! {
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important;
  }

  .lg\:gap-15\! {
    grid-gap: 3.75rem !important;
    gap: 3.75rem !important;
  }

  .lg\:gap-16\! {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .lg\:gap-17\! {
    grid-gap: 4.25rem !important;
    gap: 4.25rem !important;
  }

  .lg\:gap-18\! {
    grid-gap: 4.5rem !important;
    gap: 4.5rem !important;
  }

  .lg\:gap-19\! {
    grid-gap: 4.75rem !important;
    gap: 4.75rem !important;
  }

  .lg\:gap-20\! {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .lg\:gap-24\! {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .lg\:gap-32\! {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .lg\:gap-40\! {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .lg\:gap-48\! {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .lg\:gap-56\! {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .lg\:gap-64\! {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .lg\:gap-75\! {
    grid-gap: 18.75rem !important;
    gap: 18.75rem !important;
  }

  .lg\:gap-px\! {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .lg\:col-gap-0\! {
    grid-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .lg\:col-gap-1\! {
    grid-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .lg\:col-gap-2\! {
    grid-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .lg\:col-gap-3\! {
    grid-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .lg\:col-gap-4\! {
    grid-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .lg\:col-gap-5\! {
    grid-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .lg\:col-gap-6\! {
    grid-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .lg\:col-gap-7\! {
    grid-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important;
  }

  .lg\:col-gap-8\! {
    grid-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .lg\:col-gap-9\! {
    grid-column-gap: 2.25rem !important;
    column-gap: 2.25rem !important;
  }

  .lg\:col-gap-10\! {
    grid-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .lg\:col-gap-11\! {
    grid-column-gap: 2.75rem !important;
    column-gap: 2.75rem !important;
  }

  .lg\:col-gap-12\! {
    grid-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .lg\:col-gap-13\! {
    grid-column-gap: 3.25rem !important;
    column-gap: 3.25rem !important;
  }

  .lg\:col-gap-14\! {
    grid-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }

  .lg\:col-gap-15\! {
    grid-column-gap: 3.75rem !important;
    column-gap: 3.75rem !important;
  }

  .lg\:col-gap-16\! {
    grid-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .lg\:col-gap-17\! {
    grid-column-gap: 4.25rem !important;
    column-gap: 4.25rem !important;
  }

  .lg\:col-gap-18\! {
    grid-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }

  .lg\:col-gap-19\! {
    grid-column-gap: 4.75rem !important;
    column-gap: 4.75rem !important;
  }

  .lg\:col-gap-20\! {
    grid-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .lg\:col-gap-24\! {
    grid-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .lg\:col-gap-32\! {
    grid-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .lg\:col-gap-40\! {
    grid-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .lg\:col-gap-48\! {
    grid-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .lg\:col-gap-56\! {
    grid-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .lg\:col-gap-64\! {
    grid-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .lg\:col-gap-75\! {
    grid-column-gap: 18.75rem !important;
    column-gap: 18.75rem !important;
  }

  .lg\:col-gap-px\! {
    grid-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .lg\:row-gap-0\! {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .lg\:row-gap-1\! {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .lg\:row-gap-2\! {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .lg\:row-gap-3\! {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .lg\:row-gap-4\! {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .lg\:row-gap-5\! {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .lg\:row-gap-6\! {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .lg\:row-gap-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-9\! {
    grid-row-gap: 2.25rem !important;
    row-gap: 2.25rem !important;
  }

  .lg\:row-gap-10\! {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .lg\:row-gap-11\! {
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important;
  }

  .lg\:row-gap-12\! {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .lg\:row-gap-13\! {
    grid-row-gap: 3.25rem !important;
    row-gap: 3.25rem !important;
  }

  .lg\:row-gap-14\! {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .lg\:row-gap-15\! {
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important;
  }

  .lg\:row-gap-16\! {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .lg\:row-gap-17\! {
    grid-row-gap: 4.25rem !important;
    row-gap: 4.25rem !important;
  }

  .lg\:row-gap-18\! {
    grid-row-gap: 4.5rem !important;
    row-gap: 4.5rem !important;
  }

  .lg\:row-gap-19\! {
    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-24\! {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .lg\:row-gap-32\! {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .lg\:row-gap-40\! {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .lg\:row-gap-48\! {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .lg\:row-gap-56\! {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .lg\:row-gap-64\! {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .lg\:row-gap-75\! {
    grid-row-gap: 18.75rem !important;
    row-gap: 18.75rem !important;
  }

  .lg\:row-gap-px\! {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .lg\:even\:grid-flow-row:nth-child(even) {
    grid-auto-flow: row;
  }

  .lg\:even\:grid-flow-col:nth-child(even) {
    grid-auto-flow: column;
  }

  .lg\:even\:grid-flow-row-dense:nth-child(even) {
    grid-auto-flow: row dense;
  }

  .lg\:even\:grid-flow-col-dense:nth-child(even) {
    grid-auto-flow: column dense;
  }

  .lg\:odd\:grid-flow-row:nth-child(odd) {
    grid-auto-flow: row;
  }

  .lg\:odd\:grid-flow-col:nth-child(odd) {
    grid-auto-flow: column;
  }

  .lg\:odd\:grid-flow-row-dense:nth-child(odd) {
    grid-auto-flow: row dense;
  }

  .lg\:odd\:grid-flow-col-dense:nth-child(odd) {
    grid-auto-flow: column dense;
  }

  .lg\:children\:grid-flow-row > * {
    grid-auto-flow: row;
  }

  .lg\:children\:grid-flow-col > * {
    grid-auto-flow: column;
  }

  .lg\:children\:grid-flow-row-dense > * {
    grid-auto-flow: row dense;
  }

  .lg\:children\:grid-flow-col-dense > * {
    grid-auto-flow: column dense;
  }

  .lg\:first\:grid-flow-row:first-child {
    grid-auto-flow: row;
  }

  .lg\:first\:grid-flow-col:first-child {
    grid-auto-flow: column;
  }

  .lg\:first\:grid-flow-row-dense:first-child {
    grid-auto-flow: row dense;
  }

  .lg\:first\:grid-flow-col-dense:first-child {
    grid-auto-flow: column dense;
  }

  .lg\:last\:grid-flow-row:last-child {
    grid-auto-flow: row;
  }

  .lg\:last\:grid-flow-col:last-child {
    grid-auto-flow: column;
  }

  .lg\:last\:grid-flow-row-dense:last-child {
    grid-auto-flow: row dense;
  }

  .lg\:last\:grid-flow-col-dense:last-child {
    grid-auto-flow: column dense;
  }

  .lg\:hover\:grid-flow-row:hover {
    grid-auto-flow: row;
  }

  .lg\:hover\:grid-flow-col:hover {
    grid-auto-flow: column;
  }

  .lg\:hover\:grid-flow-row-dense:hover {
    grid-auto-flow: row dense;
  }

  .lg\:hover\:grid-flow-col-dense:hover {
    grid-auto-flow: column dense;
  }

  .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));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:even\:grid-cols-1:nth-child(even) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-2:nth-child(even) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-3:nth-child(even) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-4:nth-child(even) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-5:nth-child(even) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-6:nth-child(even) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-7:nth-child(even) {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-8:nth-child(even) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-9:nth-child(even) {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-10:nth-child(even) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-11:nth-child(even) {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-12:nth-child(even) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-none:nth-child(even) {
    grid-template-columns: none;
  }

  .lg\:odd\:grid-cols-1:nth-child(odd) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-2:nth-child(odd) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-3:nth-child(odd) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-4:nth-child(odd) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-5:nth-child(odd) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-6:nth-child(odd) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-7:nth-child(odd) {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-8:nth-child(odd) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-9:nth-child(odd) {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-10:nth-child(odd) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-11:nth-child(odd) {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-12:nth-child(odd) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-none:nth-child(odd) {
    grid-template-columns: none;
  }

  .lg\:children\:grid-cols-1 > * {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:children\:grid-cols-2 > * {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:children\:grid-cols-3 > * {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:children\:grid-cols-4 > * {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:children\:grid-cols-5 > * {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:children\:grid-cols-6 > * {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:children\:grid-cols-7 > * {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:children\:grid-cols-8 > * {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:children\:grid-cols-9 > * {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:children\:grid-cols-10 > * {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:children\:grid-cols-11 > * {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:children\:grid-cols-12 > * {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:children\:grid-cols-none > * {
    grid-template-columns: none;
  }

  .lg\:first\:grid-cols-1:first-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-2:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-3:first-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-4:first-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-5:first-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-6:first-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-7:first-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-8:first-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-9:first-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-10:first-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-11:first-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-12:first-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-none:first-child {
    grid-template-columns: none;
  }

  .lg\:last\:grid-cols-1:last-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-2:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-3:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-4:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-5:last-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-6:last-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-7:last-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-8:last-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-9:last-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-10:last-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-11:last-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-12:last-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-none:last-child {
    grid-template-columns: none;
  }

  .lg\:hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-none:hover {
    grid-template-columns: none;
  }

  .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\:col-auto {
    grid-column: auto;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:even\:col-auto:nth-child(even) {
    grid-column: auto;
  }

  .lg\:even\:col-span-1:nth-child(even) {
    grid-column: span 1 / span 1;
  }

  .lg\:even\:col-span-2:nth-child(even) {
    grid-column: span 2 / span 2;
  }

  .lg\:even\:col-span-3:nth-child(even) {
    grid-column: span 3 / span 3;
  }

  .lg\:even\:col-span-4:nth-child(even) {
    grid-column: span 4 / span 4;
  }

  .lg\:even\:col-span-5:nth-child(even) {
    grid-column: span 5 / span 5;
  }

  .lg\:even\:col-span-6:nth-child(even) {
    grid-column: span 6 / span 6;
  }

  .lg\:even\:col-span-7:nth-child(even) {
    grid-column: span 7 / span 7;
  }

  .lg\:even\:col-span-8:nth-child(even) {
    grid-column: span 8 / span 8;
  }

  .lg\:even\:col-span-9:nth-child(even) {
    grid-column: span 9 / span 9;
  }

  .lg\:even\:col-span-10:nth-child(even) {
    grid-column: span 10 / span 10;
  }

  .lg\:even\:col-span-11:nth-child(even) {
    grid-column: span 11 / span 11;
  }

  .lg\:even\:col-span-12:nth-child(even) {
    grid-column: span 12 / span 12;
  }

  .lg\:odd\:col-auto:nth-child(odd) {
    grid-column: auto;
  }

  .lg\:odd\:col-span-1:nth-child(odd) {
    grid-column: span 1 / span 1;
  }

  .lg\:odd\:col-span-2:nth-child(odd) {
    grid-column: span 2 / span 2;
  }

  .lg\:odd\:col-span-3:nth-child(odd) {
    grid-column: span 3 / span 3;
  }

  .lg\:odd\:col-span-4:nth-child(odd) {
    grid-column: span 4 / span 4;
  }

  .lg\:odd\:col-span-5:nth-child(odd) {
    grid-column: span 5 / span 5;
  }

  .lg\:odd\:col-span-6:nth-child(odd) {
    grid-column: span 6 / span 6;
  }

  .lg\:odd\:col-span-7:nth-child(odd) {
    grid-column: span 7 / span 7;
  }

  .lg\:odd\:col-span-8:nth-child(odd) {
    grid-column: span 8 / span 8;
  }

  .lg\:odd\:col-span-9:nth-child(odd) {
    grid-column: span 9 / span 9;
  }

  .lg\:odd\:col-span-10:nth-child(odd) {
    grid-column: span 10 / span 10;
  }

  .lg\:odd\:col-span-11:nth-child(odd) {
    grid-column: span 11 / span 11;
  }

  .lg\:odd\:col-span-12:nth-child(odd) {
    grid-column: span 12 / span 12;
  }

  .lg\:children\:col-auto > * {
    grid-column: auto;
  }

  .lg\:children\:col-span-1 > * {
    grid-column: span 1 / span 1;
  }

  .lg\:children\:col-span-2 > * {
    grid-column: span 2 / span 2;
  }

  .lg\:children\:col-span-3 > * {
    grid-column: span 3 / span 3;
  }

  .lg\:children\:col-span-4 > * {
    grid-column: span 4 / span 4;
  }

  .lg\:children\:col-span-5 > * {
    grid-column: span 5 / span 5;
  }

  .lg\:children\:col-span-6 > * {
    grid-column: span 6 / span 6;
  }

  .lg\:children\:col-span-7 > * {
    grid-column: span 7 / span 7;
  }

  .lg\:children\:col-span-8 > * {
    grid-column: span 8 / span 8;
  }

  .lg\:children\:col-span-9 > * {
    grid-column: span 9 / span 9;
  }

  .lg\:children\:col-span-10 > * {
    grid-column: span 10 / span 10;
  }

  .lg\:children\:col-span-11 > * {
    grid-column: span 11 / span 11;
  }

  .lg\:children\:col-span-12 > * {
    grid-column: span 12 / span 12;
  }

  .lg\:first\:col-auto:first-child {
    grid-column: auto;
  }

  .lg\:first\:col-span-1:first-child {
    grid-column: span 1 / span 1;
  }

  .lg\:first\:col-span-2:first-child {
    grid-column: span 2 / span 2;
  }

  .lg\:first\:col-span-3:first-child {
    grid-column: span 3 / span 3;
  }

  .lg\:first\:col-span-4:first-child {
    grid-column: span 4 / span 4;
  }

  .lg\:first\:col-span-5:first-child {
    grid-column: span 5 / span 5;
  }

  .lg\:first\:col-span-6:first-child {
    grid-column: span 6 / span 6;
  }

  .lg\:first\:col-span-7:first-child {
    grid-column: span 7 / span 7;
  }

  .lg\:first\:col-span-8:first-child {
    grid-column: span 8 / span 8;
  }

  .lg\:first\:col-span-9:first-child {
    grid-column: span 9 / span 9;
  }

  .lg\:first\:col-span-10:first-child {
    grid-column: span 10 / span 10;
  }

  .lg\:first\:col-span-11:first-child {
    grid-column: span 11 / span 11;
  }

  .lg\:first\:col-span-12:first-child {
    grid-column: span 12 / span 12;
  }

  .lg\:last\:col-auto:last-child {
    grid-column: auto;
  }

  .lg\:last\:col-span-1:last-child {
    grid-column: span 1 / span 1;
  }

  .lg\:last\:col-span-2:last-child {
    grid-column: span 2 / span 2;
  }

  .lg\:last\:col-span-3:last-child {
    grid-column: span 3 / span 3;
  }

  .lg\:last\:col-span-4:last-child {
    grid-column: span 4 / span 4;
  }

  .lg\:last\:col-span-5:last-child {
    grid-column: span 5 / span 5;
  }

  .lg\:last\:col-span-6:last-child {
    grid-column: span 6 / span 6;
  }

  .lg\:last\:col-span-7:last-child {
    grid-column: span 7 / span 7;
  }

  .lg\:last\:col-span-8:last-child {
    grid-column: span 8 / span 8;
  }

  .lg\:last\:col-span-9:last-child {
    grid-column: span 9 / span 9;
  }

  .lg\:last\:col-span-10:last-child {
    grid-column: span 10 / span 10;
  }

  .lg\:last\:col-span-11:last-child {
    grid-column: span 11 / span 11;
  }

  .lg\:last\:col-span-12:last-child {
    grid-column: span 12 / span 12;
  }

  .lg\:hover\:col-auto:hover {
    grid-column: auto;
  }

  .lg\:hover\:col-span-1:hover {
    grid-column: span 1 / span 1;
  }

  .lg\:hover\:col-span-2:hover {
    grid-column: span 2 / span 2;
  }

  .lg\:hover\:col-span-3:hover {
    grid-column: span 3 / span 3;
  }

  .lg\:hover\:col-span-4:hover {
    grid-column: span 4 / span 4;
  }

  .lg\:hover\:col-span-5:hover {
    grid-column: span 5 / span 5;
  }

  .lg\:hover\:col-span-6:hover {
    grid-column: span 6 / span 6;
  }

  .lg\:hover\:col-span-7:hover {
    grid-column: span 7 / span 7;
  }

  .lg\:hover\:col-span-8:hover {
    grid-column: span 8 / span 8;
  }

  .lg\:hover\:col-span-9:hover {
    grid-column: span 9 / span 9;
  }

  .lg\:hover\:col-span-10:hover {
    grid-column: span 10 / span 10;
  }

  .lg\:hover\:col-span-11:hover {
    grid-column: span 11 / span 11;
  }

  .lg\:hover\:col-span-12:hover {
    grid-column: span 12 / span 12;
  }

  .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-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:col-start-11 {
    grid-column-start: 11;
  }

  .lg\:col-start-12 {
    grid-column-start: 12;
  }

  .lg\:col-start-13 {
    grid-column-start: 13;
  }

  .lg\:col-start-auto {
    grid-column-start: auto;
  }

  .lg\:even\:col-start-1:nth-child(even) {
    grid-column-start: 1;
  }

  .lg\:even\:col-start-2:nth-child(even) {
    grid-column-start: 2;
  }

  .lg\:even\:col-start-3:nth-child(even) {
    grid-column-start: 3;
  }

  .lg\:even\:col-start-4:nth-child(even) {
    grid-column-start: 4;
  }

  .lg\:even\:col-start-5:nth-child(even) {
    grid-column-start: 5;
  }

  .lg\:even\:col-start-6:nth-child(even) {
    grid-column-start: 6;
  }

  .lg\:even\:col-start-7:nth-child(even) {
    grid-column-start: 7;
  }

  .lg\:even\:col-start-8:nth-child(even) {
    grid-column-start: 8;
  }

  .lg\:even\:col-start-9:nth-child(even) {
    grid-column-start: 9;
  }

  .lg\:even\:col-start-10:nth-child(even) {
    grid-column-start: 10;
  }

  .lg\:even\:col-start-11:nth-child(even) {
    grid-column-start: 11;
  }

  .lg\:even\:col-start-12:nth-child(even) {
    grid-column-start: 12;
  }

  .lg\:even\:col-start-13:nth-child(even) {
    grid-column-start: 13;
  }

  .lg\:even\:col-start-auto:nth-child(even) {
    grid-column-start: auto;
  }

  .lg\:odd\:col-start-1:nth-child(odd) {
    grid-column-start: 1;
  }

  .lg\:odd\:col-start-2:nth-child(odd) {
    grid-column-start: 2;
  }

  .lg\:odd\:col-start-3:nth-child(odd) {
    grid-column-start: 3;
  }

  .lg\:odd\:col-start-4:nth-child(odd) {
    grid-column-start: 4;
  }

  .lg\:odd\:col-start-5:nth-child(odd) {
    grid-column-start: 5;
  }

  .lg\:odd\:col-start-6:nth-child(odd) {
    grid-column-start: 6;
  }

  .lg\:odd\:col-start-7:nth-child(odd) {
    grid-column-start: 7;
  }

  .lg\:odd\:col-start-8:nth-child(odd) {
    grid-column-start: 8;
  }

  .lg\:odd\:col-start-9:nth-child(odd) {
    grid-column-start: 9;
  }

  .lg\:odd\:col-start-10:nth-child(odd) {
    grid-column-start: 10;
  }

  .lg\:odd\:col-start-11:nth-child(odd) {
    grid-column-start: 11;
  }

  .lg\:odd\:col-start-12:nth-child(odd) {
    grid-column-start: 12;
  }

  .lg\:odd\:col-start-13:nth-child(odd) {
    grid-column-start: 13;
  }

  .lg\:odd\:col-start-auto:nth-child(odd) {
    grid-column-start: auto;
  }

  .lg\:children\:col-start-1 > * {
    grid-column-start: 1;
  }

  .lg\:children\:col-start-2 > * {
    grid-column-start: 2;
  }

  .lg\:children\:col-start-3 > * {
    grid-column-start: 3;
  }

  .lg\:children\:col-start-4 > * {
    grid-column-start: 4;
  }

  .lg\:children\:col-start-5 > * {
    grid-column-start: 5;
  }

  .lg\:children\:col-start-6 > * {
    grid-column-start: 6;
  }

  .lg\:children\:col-start-7 > * {
    grid-column-start: 7;
  }

  .lg\:children\:col-start-8 > * {
    grid-column-start: 8;
  }

  .lg\:children\:col-start-9 > * {
    grid-column-start: 9;
  }

  .lg\:children\:col-start-10 > * {
    grid-column-start: 10;
  }

  .lg\:children\:col-start-11 > * {
    grid-column-start: 11;
  }

  .lg\:children\:col-start-12 > * {
    grid-column-start: 12;
  }

  .lg\:children\:col-start-13 > * {
    grid-column-start: 13;
  }

  .lg\:children\:col-start-auto > * {
    grid-column-start: auto;
  }

  .lg\:first\:col-start-1:first-child {
    grid-column-start: 1;
  }

  .lg\:first\:col-start-2:first-child {
    grid-column-start: 2;
  }

  .lg\:first\:col-start-3:first-child {
    grid-column-start: 3;
  }

  .lg\:first\:col-start-4:first-child {
    grid-column-start: 4;
  }

  .lg\:first\:col-start-5:first-child {
    grid-column-start: 5;
  }

  .lg\:first\:col-start-6:first-child {
    grid-column-start: 6;
  }

  .lg\:first\:col-start-7:first-child {
    grid-column-start: 7;
  }

  .lg\:first\:col-start-8:first-child {
    grid-column-start: 8;
  }

  .lg\:first\:col-start-9:first-child {
    grid-column-start: 9;
  }

  .lg\:first\:col-start-10:first-child {
    grid-column-start: 10;
  }

  .lg\:first\:col-start-11:first-child {
    grid-column-start: 11;
  }

  .lg\:first\:col-start-12:first-child {
    grid-column-start: 12;
  }

  .lg\:first\:col-start-13:first-child {
    grid-column-start: 13;
  }

  .lg\:first\:col-start-auto:first-child {
    grid-column-start: auto;
  }

  .lg\:last\:col-start-1:last-child {
    grid-column-start: 1;
  }

  .lg\:last\:col-start-2:last-child {
    grid-column-start: 2;
  }

  .lg\:last\:col-start-3:last-child {
    grid-column-start: 3;
  }

  .lg\:last\:col-start-4:last-child {
    grid-column-start: 4;
  }

  .lg\:last\:col-start-5:last-child {
    grid-column-start: 5;
  }

  .lg\:last\:col-start-6:last-child {
    grid-column-start: 6;
  }

  .lg\:last\:col-start-7:last-child {
    grid-column-start: 7;
  }

  .lg\:last\:col-start-8:last-child {
    grid-column-start: 8;
  }

  .lg\:last\:col-start-9:last-child {
    grid-column-start: 9;
  }

  .lg\:last\:col-start-10:last-child {
    grid-column-start: 10;
  }

  .lg\:last\:col-start-11:last-child {
    grid-column-start: 11;
  }

  .lg\:last\:col-start-12:last-child {
    grid-column-start: 12;
  }

  .lg\:last\:col-start-13:last-child {
    grid-column-start: 13;
  }

  .lg\:last\:col-start-auto:last-child {
    grid-column-start: auto;
  }

  .lg\:hover\:col-start-1:hover {
    grid-column-start: 1;
  }

  .lg\:hover\:col-start-2:hover {
    grid-column-start: 2;
  }

  .lg\:hover\:col-start-3:hover {
    grid-column-start: 3;
  }

  .lg\:hover\:col-start-4:hover {
    grid-column-start: 4;
  }

  .lg\:hover\:col-start-5:hover {
    grid-column-start: 5;
  }

  .lg\:hover\:col-start-6:hover {
    grid-column-start: 6;
  }

  .lg\:hover\:col-start-7:hover {
    grid-column-start: 7;
  }

  .lg\:hover\:col-start-8:hover {
    grid-column-start: 8;
  }

  .lg\:hover\:col-start-9:hover {
    grid-column-start: 9;
  }

  .lg\:hover\:col-start-10:hover {
    grid-column-start: 10;
  }

  .lg\:hover\:col-start-11:hover {
    grid-column-start: 11;
  }

  .lg\:hover\:col-start-12:hover {
    grid-column-start: 12;
  }

  .lg\:hover\:col-start-13:hover {
    grid-column-start: 13;
  }

  .lg\:hover\:col-start-auto:hover {
    grid-column-start: auto;
  }

  .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;
  }

  .lg\:col-end-2 {
    grid-column-end: 2;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:col-end-4 {
    grid-column-end: 4;
  }

  .lg\:col-end-5 {
    grid-column-end: 5;
  }

  .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .lg\:col-end-7 {
    grid-column-end: 7;
  }

  .lg\:col-end-8 {
    grid-column-end: 8;
  }

  .lg\:col-end-9 {
    grid-column-end: 9;
  }

  .lg\:col-end-10 {
    grid-column-end: 10;
  }

  .lg\:col-end-11 {
    grid-column-end: 11;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-end-13 {
    grid-column-end: 13;
  }

  .lg\:col-end-auto {
    grid-column-end: auto;
  }

  .lg\:even\:col-end-1:nth-child(even) {
    grid-column-end: 1;
  }

  .lg\:even\:col-end-2:nth-child(even) {
    grid-column-end: 2;
  }

  .lg\:even\:col-end-3:nth-child(even) {
    grid-column-end: 3;
  }

  .lg\:even\:col-end-4:nth-child(even) {
    grid-column-end: 4;
  }

  .lg\:even\:col-end-5:nth-child(even) {
    grid-column-end: 5;
  }

  .lg\:even\:col-end-6:nth-child(even) {
    grid-column-end: 6;
  }

  .lg\:even\:col-end-7:nth-child(even) {
    grid-column-end: 7;
  }

  .lg\:even\:col-end-8:nth-child(even) {
    grid-column-end: 8;
  }

  .lg\:even\:col-end-9:nth-child(even) {
    grid-column-end: 9;
  }

  .lg\:even\:col-end-10:nth-child(even) {
    grid-column-end: 10;
  }

  .lg\:even\:col-end-11:nth-child(even) {
    grid-column-end: 11;
  }

  .lg\:even\:col-end-12:nth-child(even) {
    grid-column-end: 12;
  }

  .lg\:even\:col-end-13:nth-child(even) {
    grid-column-end: 13;
  }

  .lg\:even\:col-end-auto:nth-child(even) {
    grid-column-end: auto;
  }

  .lg\:odd\:col-end-1:nth-child(odd) {
    grid-column-end: 1;
  }

  .lg\:odd\:col-end-2:nth-child(odd) {
    grid-column-end: 2;
  }

  .lg\:odd\:col-end-3:nth-child(odd) {
    grid-column-end: 3;
  }

  .lg\:odd\:col-end-4:nth-child(odd) {
    grid-column-end: 4;
  }

  .lg\:odd\:col-end-5:nth-child(odd) {
    grid-column-end: 5;
  }

  .lg\:odd\:col-end-6:nth-child(odd) {
    grid-column-end: 6;
  }

  .lg\:odd\:col-end-7:nth-child(odd) {
    grid-column-end: 7;
  }

  .lg\:odd\:col-end-8:nth-child(odd) {
    grid-column-end: 8;
  }

  .lg\:odd\:col-end-9:nth-child(odd) {
    grid-column-end: 9;
  }

  .lg\:odd\:col-end-10:nth-child(odd) {
    grid-column-end: 10;
  }

  .lg\:odd\:col-end-11:nth-child(odd) {
    grid-column-end: 11;
  }

  .lg\:odd\:col-end-12:nth-child(odd) {
    grid-column-end: 12;
  }

  .lg\:odd\:col-end-13:nth-child(odd) {
    grid-column-end: 13;
  }

  .lg\:odd\:col-end-auto:nth-child(odd) {
    grid-column-end: auto;
  }

  .lg\:children\:col-end-1 > * {
    grid-column-end: 1;
  }

  .lg\:children\:col-end-2 > * {
    grid-column-end: 2;
  }

  .lg\:children\:col-end-3 > * {
    grid-column-end: 3;
  }

  .lg\:children\:col-end-4 > * {
    grid-column-end: 4;
  }

  .lg\:children\:col-end-5 > * {
    grid-column-end: 5;
  }

  .lg\:children\:col-end-6 > * {
    grid-column-end: 6;
  }

  .lg\:children\:col-end-7 > * {
    grid-column-end: 7;
  }

  .lg\:children\:col-end-8 > * {
    grid-column-end: 8;
  }

  .lg\:children\:col-end-9 > * {
    grid-column-end: 9;
  }

  .lg\:children\:col-end-10 > * {
    grid-column-end: 10;
  }

  .lg\:children\:col-end-11 > * {
    grid-column-end: 11;
  }

  .lg\:children\:col-end-12 > * {
    grid-column-end: 12;
  }

  .lg\:children\:col-end-13 > * {
    grid-column-end: 13;
  }

  .lg\:children\:col-end-auto > * {
    grid-column-end: auto;
  }

  .lg\:first\:col-end-1:first-child {
    grid-column-end: 1;
  }

  .lg\:first\:col-end-2:first-child {
    grid-column-end: 2;
  }

  .lg\:first\:col-end-3:first-child {
    grid-column-end: 3;
  }

  .lg\:first\:col-end-4:first-child {
    grid-column-end: 4;
  }

  .lg\:first\:col-end-5:first-child {
    grid-column-end: 5;
  }

  .lg\:first\:col-end-6:first-child {
    grid-column-end: 6;
  }

  .lg\:first\:col-end-7:first-child {
    grid-column-end: 7;
  }

  .lg\:first\:col-end-8:first-child {
    grid-column-end: 8;
  }

  .lg\:first\:col-end-9:first-child {
    grid-column-end: 9;
  }

  .lg\:first\:col-end-10:first-child {
    grid-column-end: 10;
  }

  .lg\:first\:col-end-11:first-child {
    grid-column-end: 11;
  }

  .lg\:first\:col-end-12:first-child {
    grid-column-end: 12;
  }

  .lg\:first\:col-end-13:first-child {
    grid-column-end: 13;
  }

  .lg\:first\:col-end-auto:first-child {
    grid-column-end: auto;
  }

  .lg\:last\:col-end-1:last-child {
    grid-column-end: 1;
  }

  .lg\:last\:col-end-2:last-child {
    grid-column-end: 2;
  }

  .lg\:last\:col-end-3:last-child {
    grid-column-end: 3;
  }

  .lg\:last\:col-end-4:last-child {
    grid-column-end: 4;
  }

  .lg\:last\:col-end-5:last-child {
    grid-column-end: 5;
  }

  .lg\:last\:col-end-6:last-child {
    grid-column-end: 6;
  }

  .lg\:last\:col-end-7:last-child {
    grid-column-end: 7;
  }

  .lg\:last\:col-end-8:last-child {
    grid-column-end: 8;
  }

  .lg\:last\:col-end-9:last-child {
    grid-column-end: 9;
  }

  .lg\:last\:col-end-10:last-child {
    grid-column-end: 10;
  }

  .lg\:last\:col-end-11:last-child {
    grid-column-end: 11;
  }

  .lg\:last\:col-end-12:last-child {
    grid-column-end: 12;
  }

  .lg\:last\:col-end-13:last-child {
    grid-column-end: 13;
  }

  .lg\:last\:col-end-auto:last-child {
    grid-column-end: auto;
  }

  .lg\:hover\:col-end-1:hover {
    grid-column-end: 1;
  }

  .lg\:hover\:col-end-2:hover {
    grid-column-end: 2;
  }

  .lg\:hover\:col-end-3:hover {
    grid-column-end: 3;
  }

  .lg\:hover\:col-end-4:hover {
    grid-column-end: 4;
  }

  .lg\:hover\:col-end-5:hover {
    grid-column-end: 5;
  }

  .lg\:hover\:col-end-6:hover {
    grid-column-end: 6;
  }

  .lg\:hover\:col-end-7:hover {
    grid-column-end: 7;
  }

  .lg\:hover\:col-end-8:hover {
    grid-column-end: 8;
  }

  .lg\:hover\:col-end-9:hover {
    grid-column-end: 9;
  }

  .lg\:hover\:col-end-10:hover {
    grid-column-end: 10;
  }

  .lg\:hover\:col-end-11:hover {
    grid-column-end: 11;
  }

  .lg\:hover\:col-end-12:hover {
    grid-column-end: 12;
  }

  .lg\:hover\:col-end-13:hover {
    grid-column-end: 13;
  }

  .lg\:hover\:col-end-auto:hover {
    grid-column-end: auto;
  }

  .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));
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-none {
    grid-template-rows: none;
  }

  .lg\:even\:grid-rows-1:nth-child(even) {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:even\:grid-rows-2:nth-child(even) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:even\:grid-rows-3:nth-child(even) {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:even\:grid-rows-4:nth-child(even) {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:even\:grid-rows-5:nth-child(even) {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:even\:grid-rows-6:nth-child(even) {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:even\:grid-rows-none:nth-child(even) {
    grid-template-rows: none;
  }

  .lg\:odd\:grid-rows-1:nth-child(odd) {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:odd\:grid-rows-2:nth-child(odd) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:odd\:grid-rows-3:nth-child(odd) {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:odd\:grid-rows-4:nth-child(odd) {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:odd\:grid-rows-5:nth-child(odd) {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:odd\:grid-rows-6:nth-child(odd) {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:odd\:grid-rows-none:nth-child(odd) {
    grid-template-rows: none;
  }

  .lg\:children\:grid-rows-1 > * {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:children\:grid-rows-2 > * {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:children\:grid-rows-3 > * {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:children\:grid-rows-4 > * {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:children\:grid-rows-5 > * {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:children\:grid-rows-6 > * {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:children\:grid-rows-none > * {
    grid-template-rows: none;
  }

  .lg\:first\:grid-rows-1:first-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:first\:grid-rows-2:first-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:first\:grid-rows-3:first-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:first\:grid-rows-4:first-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:first\:grid-rows-5:first-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:first\:grid-rows-6:first-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:first\:grid-rows-none:first-child {
    grid-template-rows: none;
  }

  .lg\:last\:grid-rows-1:last-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:last\:grid-rows-2:last-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:last\:grid-rows-3:last-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:last\:grid-rows-4:last-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:last\:grid-rows-5:last-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:last\:grid-rows-6:last-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:last\:grid-rows-none:last-child {
    grid-template-rows: none;
  }

  .lg\:hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:hover\:grid-rows-none:hover {
    grid-template-rows: none;
  }

  .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\:row-auto {
    grid-row: auto;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .lg\:even\:row-auto:nth-child(even) {
    grid-row: auto;
  }

  .lg\:even\:row-span-1:nth-child(even) {
    grid-row: span 1 / span 1;
  }

  .lg\:even\:row-span-2:nth-child(even) {
    grid-row: span 2 / span 2;
  }

  .lg\:even\:row-span-3:nth-child(even) {
    grid-row: span 3 / span 3;
  }

  .lg\:even\:row-span-4:nth-child(even) {
    grid-row: span 4 / span 4;
  }

  .lg\:even\:row-span-5:nth-child(even) {
    grid-row: span 5 / span 5;
  }

  .lg\:even\:row-span-6:nth-child(even) {
    grid-row: span 6 / span 6;
  }

  .lg\:odd\:row-auto:nth-child(odd) {
    grid-row: auto;
  }

  .lg\:odd\:row-span-1:nth-child(odd) {
    grid-row: span 1 / span 1;
  }

  .lg\:odd\:row-span-2:nth-child(odd) {
    grid-row: span 2 / span 2;
  }

  .lg\:odd\:row-span-3:nth-child(odd) {
    grid-row: span 3 / span 3;
  }

  .lg\:odd\:row-span-4:nth-child(odd) {
    grid-row: span 4 / span 4;
  }

  .lg\:odd\:row-span-5:nth-child(odd) {
    grid-row: span 5 / span 5;
  }

  .lg\:odd\:row-span-6:nth-child(odd) {
    grid-row: span 6 / span 6;
  }

  .lg\:children\:row-auto > * {
    grid-row: auto;
  }

  .lg\:children\:row-span-1 > * {
    grid-row: span 1 / span 1;
  }

  .lg\:children\:row-span-2 > * {
    grid-row: span 2 / span 2;
  }

  .lg\:children\:row-span-3 > * {
    grid-row: span 3 / span 3;
  }

  .lg\:children\:row-span-4 > * {
    grid-row: span 4 / span 4;
  }

  .lg\:children\:row-span-5 > * {
    grid-row: span 5 / span 5;
  }

  .lg\:children\:row-span-6 > * {
    grid-row: span 6 / span 6;
  }

  .lg\:first\:row-auto:first-child {
    grid-row: auto;
  }

  .lg\:first\:row-span-1:first-child {
    grid-row: span 1 / span 1;
  }

  .lg\:first\:row-span-2:first-child {
    grid-row: span 2 / span 2;
  }

  .lg\:first\:row-span-3:first-child {
    grid-row: span 3 / span 3;
  }

  .lg\:first\:row-span-4:first-child {
    grid-row: span 4 / span 4;
  }

  .lg\:first\:row-span-5:first-child {
    grid-row: span 5 / span 5;
  }

  .lg\:first\:row-span-6:first-child {
    grid-row: span 6 / span 6;
  }

  .lg\:last\:row-auto:last-child {
    grid-row: auto;
  }

  .lg\:last\:row-span-1:last-child {
    grid-row: span 1 / span 1;
  }

  .lg\:last\:row-span-2:last-child {
    grid-row: span 2 / span 2;
  }

  .lg\:last\:row-span-3:last-child {
    grid-row: span 3 / span 3;
  }

  .lg\:last\:row-span-4:last-child {
    grid-row: span 4 / span 4;
  }

  .lg\:last\:row-span-5:last-child {
    grid-row: span 5 / span 5;
  }

  .lg\:last\:row-span-6:last-child {
    grid-row: span 6 / span 6;
  }

  .lg\:hover\:row-auto:hover {
    grid-row: auto;
  }

  .lg\:hover\:row-span-1:hover {
    grid-row: span 1 / span 1;
  }

  .lg\:hover\:row-span-2:hover {
    grid-row: span 2 / span 2;
  }

  .lg\:hover\:row-span-3:hover {
    grid-row: span 3 / span 3;
  }

  .lg\:hover\:row-span-4:hover {
    grid-row: span 4 / span 4;
  }

  .lg\:hover\:row-span-5:hover {
    grid-row: span 5 / span 5;
  }

  .lg\:hover\:row-span-6:hover {
    grid-row: span 6 / span 6;
  }

  .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-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:row-start-3 {
    grid-row-start: 3;
  }

  .lg\:row-start-4 {
    grid-row-start: 4;
  }

  .lg\:row-start-5 {
    grid-row-start: 5;
  }

  .lg\:row-start-6 {
    grid-row-start: 6;
  }

  .lg\:row-start-7 {
    grid-row-start: 7;
  }

  .lg\:row-start-auto {
    grid-row-start: auto;
  }

  .lg\:even\:row-start-1:nth-child(even) {
    grid-row-start: 1;
  }

  .lg\:even\:row-start-2:nth-child(even) {
    grid-row-start: 2;
  }

  .lg\:even\:row-start-3:nth-child(even) {
    grid-row-start: 3;
  }

  .lg\:even\:row-start-4:nth-child(even) {
    grid-row-start: 4;
  }

  .lg\:even\:row-start-5:nth-child(even) {
    grid-row-start: 5;
  }

  .lg\:even\:row-start-6:nth-child(even) {
    grid-row-start: 6;
  }

  .lg\:even\:row-start-7:nth-child(even) {
    grid-row-start: 7;
  }

  .lg\:even\:row-start-auto:nth-child(even) {
    grid-row-start: auto;
  }

  .lg\:odd\:row-start-1:nth-child(odd) {
    grid-row-start: 1;
  }

  .lg\:odd\:row-start-2:nth-child(odd) {
    grid-row-start: 2;
  }

  .lg\:odd\:row-start-3:nth-child(odd) {
    grid-row-start: 3;
  }

  .lg\:odd\:row-start-4:nth-child(odd) {
    grid-row-start: 4;
  }

  .lg\:odd\:row-start-5:nth-child(odd) {
    grid-row-start: 5;
  }

  .lg\:odd\:row-start-6:nth-child(odd) {
    grid-row-start: 6;
  }

  .lg\:odd\:row-start-7:nth-child(odd) {
    grid-row-start: 7;
  }

  .lg\:odd\:row-start-auto:nth-child(odd) {
    grid-row-start: auto;
  }

  .lg\:children\:row-start-1 > * {
    grid-row-start: 1;
  }

  .lg\:children\:row-start-2 > * {
    grid-row-start: 2;
  }

  .lg\:children\:row-start-3 > * {
    grid-row-start: 3;
  }

  .lg\:children\:row-start-4 > * {
    grid-row-start: 4;
  }

  .lg\:children\:row-start-5 > * {
    grid-row-start: 5;
  }

  .lg\:children\:row-start-6 > * {
    grid-row-start: 6;
  }

  .lg\:children\:row-start-7 > * {
    grid-row-start: 7;
  }

  .lg\:children\:row-start-auto > * {
    grid-row-start: auto;
  }

  .lg\:first\:row-start-1:first-child {
    grid-row-start: 1;
  }

  .lg\:first\:row-start-2:first-child {
    grid-row-start: 2;
  }

  .lg\:first\:row-start-3:first-child {
    grid-row-start: 3;
  }

  .lg\:first\:row-start-4:first-child {
    grid-row-start: 4;
  }

  .lg\:first\:row-start-5:first-child {
    grid-row-start: 5;
  }

  .lg\:first\:row-start-6:first-child {
    grid-row-start: 6;
  }

  .lg\:first\:row-start-7:first-child {
    grid-row-start: 7;
  }

  .lg\:first\:row-start-auto:first-child {
    grid-row-start: auto;
  }

  .lg\:last\:row-start-1:last-child {
    grid-row-start: 1;
  }

  .lg\:last\:row-start-2:last-child {
    grid-row-start: 2;
  }

  .lg\:last\:row-start-3:last-child {
    grid-row-start: 3;
  }

  .lg\:last\:row-start-4:last-child {
    grid-row-start: 4;
  }

  .lg\:last\:row-start-5:last-child {
    grid-row-start: 5;
  }

  .lg\:last\:row-start-6:last-child {
    grid-row-start: 6;
  }

  .lg\:last\:row-start-7:last-child {
    grid-row-start: 7;
  }

  .lg\:last\:row-start-auto:last-child {
    grid-row-start: auto;
  }

  .lg\:hover\:row-start-1:hover {
    grid-row-start: 1;
  }

  .lg\:hover\:row-start-2:hover {
    grid-row-start: 2;
  }

  .lg\:hover\:row-start-3:hover {
    grid-row-start: 3;
  }

  .lg\:hover\:row-start-4:hover {
    grid-row-start: 4;
  }

  .lg\:hover\:row-start-5:hover {
    grid-row-start: 5;
  }

  .lg\:hover\:row-start-6:hover {
    grid-row-start: 6;
  }

  .lg\:hover\:row-start-7:hover {
    grid-row-start: 7;
  }

  .lg\:hover\:row-start-auto:hover {
    grid-row-start: auto;
  }

  .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;
  }

  .lg\:row-end-2 {
    grid-row-end: 2;
  }

  .lg\:row-end-3 {
    grid-row-end: 3;
  }

  .lg\:row-end-4 {
    grid-row-end: 4;
  }

  .lg\:row-end-5 {
    grid-row-end: 5;
  }

  .lg\:row-end-6 {
    grid-row-end: 6;
  }

  .lg\:row-end-7 {
    grid-row-end: 7;
  }

  .lg\:row-end-auto {
    grid-row-end: auto;
  }

  .lg\:even\:row-end-1:nth-child(even) {
    grid-row-end: 1;
  }

  .lg\:even\:row-end-2:nth-child(even) {
    grid-row-end: 2;
  }

  .lg\:even\:row-end-3:nth-child(even) {
    grid-row-end: 3;
  }

  .lg\:even\:row-end-4:nth-child(even) {
    grid-row-end: 4;
  }

  .lg\:even\:row-end-5:nth-child(even) {
    grid-row-end: 5;
  }

  .lg\:even\:row-end-6:nth-child(even) {
    grid-row-end: 6;
  }

  .lg\:even\:row-end-7:nth-child(even) {
    grid-row-end: 7;
  }

  .lg\:even\:row-end-auto:nth-child(even) {
    grid-row-end: auto;
  }

  .lg\:odd\:row-end-1:nth-child(odd) {
    grid-row-end: 1;
  }

  .lg\:odd\:row-end-2:nth-child(odd) {
    grid-row-end: 2;
  }

  .lg\:odd\:row-end-3:nth-child(odd) {
    grid-row-end: 3;
  }

  .lg\:odd\:row-end-4:nth-child(odd) {
    grid-row-end: 4;
  }

  .lg\:odd\:row-end-5:nth-child(odd) {
    grid-row-end: 5;
  }

  .lg\:odd\:row-end-6:nth-child(odd) {
    grid-row-end: 6;
  }

  .lg\:odd\:row-end-7:nth-child(odd) {
    grid-row-end: 7;
  }

  .lg\:odd\:row-end-auto:nth-child(odd) {
    grid-row-end: auto;
  }

  .lg\:children\:row-end-1 > * {
    grid-row-end: 1;
  }

  .lg\:children\:row-end-2 > * {
    grid-row-end: 2;
  }

  .lg\:children\:row-end-3 > * {
    grid-row-end: 3;
  }

  .lg\:children\:row-end-4 > * {
    grid-row-end: 4;
  }

  .lg\:children\:row-end-5 > * {
    grid-row-end: 5;
  }

  .lg\:children\:row-end-6 > * {
    grid-row-end: 6;
  }

  .lg\:children\:row-end-7 > * {
    grid-row-end: 7;
  }

  .lg\:children\:row-end-auto > * {
    grid-row-end: auto;
  }

  .lg\:first\:row-end-1:first-child {
    grid-row-end: 1;
  }

  .lg\:first\:row-end-2:first-child {
    grid-row-end: 2;
  }

  .lg\:first\:row-end-3:first-child {
    grid-row-end: 3;
  }

  .lg\:first\:row-end-4:first-child {
    grid-row-end: 4;
  }

  .lg\:first\:row-end-5:first-child {
    grid-row-end: 5;
  }

  .lg\:first\:row-end-6:first-child {
    grid-row-end: 6;
  }

  .lg\:first\:row-end-7:first-child {
    grid-row-end: 7;
  }

  .lg\:first\:row-end-auto:first-child {
    grid-row-end: auto;
  }

  .lg\:last\:row-end-1:last-child {
    grid-row-end: 1;
  }

  .lg\:last\:row-end-2:last-child {
    grid-row-end: 2;
  }

  .lg\:last\:row-end-3:last-child {
    grid-row-end: 3;
  }

  .lg\:last\:row-end-4:last-child {
    grid-row-end: 4;
  }

  .lg\:last\:row-end-5:last-child {
    grid-row-end: 5;
  }

  .lg\:last\:row-end-6:last-child {
    grid-row-end: 6;
  }

  .lg\:last\:row-end-7:last-child {
    grid-row-end: 7;
  }

  .lg\:last\:row-end-auto:last-child {
    grid-row-end: auto;
  }

  .lg\:hover\:row-end-1:hover {
    grid-row-end: 1;
  }

  .lg\:hover\:row-end-2:hover {
    grid-row-end: 2;
  }

  .lg\:hover\:row-end-3:hover {
    grid-row-end: 3;
  }

  .lg\:hover\:row-end-4:hover {
    grid-row-end: 4;
  }

  .lg\:hover\:row-end-5:hover {
    grid-row-end: 5;
  }

  .lg\:hover\:row-end-6:hover {
    grid-row-end: 6;
  }

  .lg\:hover\:row-end-7:hover {
    grid-row-end: 7;
  }

  .lg\:hover\:row-end-auto:hover {
    grid-row-end: auto;
  }

  .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;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .lg\:transform-none {
    transform: none;
  }

  .lg\:even\:transform:nth-child(even) {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .lg\:even\:transform-none:nth-child(even) {
    transform: none;
  }

  .lg\:odd\:transform:nth-child(odd) {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .lg\:odd\:transform-none:nth-child(odd) {
    transform: none;
  }

  .lg\:children\:transform > * {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .lg\:children\:transform-none > * {
    transform: none;
  }

  .lg\:first\:transform:first-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .lg\:first\:transform-none:first-child {
    transform: none;
  }

  .lg\:last\:transform:last-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .lg\:last\:transform-none:last-child {
    transform: none;
  }

  .lg\:hover\:transform:hover {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .lg\:hover\:transform-none:hover {
    transform: none;
  }

  .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;
    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\! {
    transform: none !important;
  }

  .lg\:origin-center {
    transform-origin: center;
  }

  .lg\:origin-top {
    transform-origin: top;
  }

  .lg\:origin-top-right {
    transform-origin: top right;
  }

  .lg\:origin-right {
    transform-origin: right;
  }

  .lg\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .lg\:origin-bottom {
    transform-origin: bottom;
  }

  .lg\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .lg\:origin-left {
    transform-origin: left;
  }

  .lg\:origin-top-left {
    transform-origin: top left;
  }

  .lg\:even\:origin-center:nth-child(even) {
    transform-origin: center;
  }

  .lg\:even\:origin-top:nth-child(even) {
    transform-origin: top;
  }

  .lg\:even\:origin-top-right:nth-child(even) {
    transform-origin: top right;
  }

  .lg\:even\:origin-right:nth-child(even) {
    transform-origin: right;
  }

  .lg\:even\:origin-bottom-right:nth-child(even) {
    transform-origin: bottom right;
  }

  .lg\:even\:origin-bottom:nth-child(even) {
    transform-origin: bottom;
  }

  .lg\:even\:origin-bottom-left:nth-child(even) {
    transform-origin: bottom left;
  }

  .lg\:even\:origin-left:nth-child(even) {
    transform-origin: left;
  }

  .lg\:even\:origin-top-left:nth-child(even) {
    transform-origin: top left;
  }

  .lg\:odd\:origin-center:nth-child(odd) {
    transform-origin: center;
  }

  .lg\:odd\:origin-top:nth-child(odd) {
    transform-origin: top;
  }

  .lg\:odd\:origin-top-right:nth-child(odd) {
    transform-origin: top right;
  }

  .lg\:odd\:origin-right:nth-child(odd) {
    transform-origin: right;
  }

  .lg\:odd\:origin-bottom-right:nth-child(odd) {
    transform-origin: bottom right;
  }

  .lg\:odd\:origin-bottom:nth-child(odd) {
    transform-origin: bottom;
  }

  .lg\:odd\:origin-bottom-left:nth-child(odd) {
    transform-origin: bottom left;
  }

  .lg\:odd\:origin-left:nth-child(odd) {
    transform-origin: left;
  }

  .lg\:odd\:origin-top-left:nth-child(odd) {
    transform-origin: top left;
  }

  .lg\:children\:origin-center > * {
    transform-origin: center;
  }

  .lg\:children\:origin-top > * {
    transform-origin: top;
  }

  .lg\:children\:origin-top-right > * {
    transform-origin: top right;
  }

  .lg\:children\:origin-right > * {
    transform-origin: right;
  }

  .lg\:children\:origin-bottom-right > * {
    transform-origin: bottom right;
  }

  .lg\:children\:origin-bottom > * {
    transform-origin: bottom;
  }

  .lg\:children\:origin-bottom-left > * {
    transform-origin: bottom left;
  }

  .lg\:children\:origin-left > * {
    transform-origin: left;
  }

  .lg\:children\:origin-top-left > * {
    transform-origin: top left;
  }

  .lg\:first\:origin-center:first-child {
    transform-origin: center;
  }

  .lg\:first\:origin-top:first-child {
    transform-origin: top;
  }

  .lg\:first\:origin-top-right:first-child {
    transform-origin: top right;
  }

  .lg\:first\:origin-right:first-child {
    transform-origin: right;
  }

  .lg\:first\:origin-bottom-right:first-child {
    transform-origin: bottom right;
  }

  .lg\:first\:origin-bottom:first-child {
    transform-origin: bottom;
  }

  .lg\:first\:origin-bottom-left:first-child {
    transform-origin: bottom left;
  }

  .lg\:first\:origin-left:first-child {
    transform-origin: left;
  }

  .lg\:first\:origin-top-left:first-child {
    transform-origin: top left;
  }

  .lg\:last\:origin-center:last-child {
    transform-origin: center;
  }

  .lg\:last\:origin-top:last-child {
    transform-origin: top;
  }

  .lg\:last\:origin-top-right:last-child {
    transform-origin: top right;
  }

  .lg\:last\:origin-right:last-child {
    transform-origin: right;
  }

  .lg\:last\:origin-bottom-right:last-child {
    transform-origin: bottom right;
  }

  .lg\:last\:origin-bottom:last-child {
    transform-origin: bottom;
  }

  .lg\:last\:origin-bottom-left:last-child {
    transform-origin: bottom left;
  }

  .lg\:last\:origin-left:last-child {
    transform-origin: left;
  }

  .lg\:last\:origin-top-left:last-child {
    transform-origin: top left;
  }

  .lg\:hover\:origin-center:hover {
    transform-origin: center;
  }

  .lg\:hover\:origin-top:hover {
    transform-origin: top;
  }

  .lg\:hover\:origin-top-right:hover {
    transform-origin: top right;
  }

  .lg\:hover\:origin-right:hover {
    transform-origin: right;
  }

  .lg\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right;
  }

  .lg\:hover\:origin-bottom:hover {
    transform-origin: bottom;
  }

  .lg\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left;
  }

  .lg\:hover\:origin-left:hover {
    transform-origin: left;
  }

  .lg\:hover\:origin-top-left:hover {
    transform-origin: top left;
  }

  .lg\:origin-center\! {
    transform-origin: center !important;
  }

  .lg\:origin-top\! {
    transform-origin: top !important;
  }

  .lg\:origin-top-right\! {
    transform-origin: top right !important;
  }

  .lg\:origin-right\! {
    transform-origin: right !important;
  }

  .lg\:origin-bottom-right\! {
    transform-origin: bottom right !important;
  }

  .lg\:origin-bottom\! {
    transform-origin: bottom !important;
  }

  .lg\:origin-bottom-left\! {
    transform-origin: bottom left !important;
  }

  .lg\:origin-left\! {
    transform-origin: left !important;
  }

  .lg\:origin-top-left\! {
    transform-origin: top left !important;
  }

  .lg\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .lg\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .lg\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .lg\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .lg\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .lg\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .lg\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .lg\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .lg\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .lg\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .lg\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .lg\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .lg\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .lg\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .lg\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .lg\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .lg\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .lg\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .lg\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .lg\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .lg\:even\:scale-0:nth-child(even) {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:even\:scale-50:nth-child(even) {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:even\:scale-75:nth-child(even) {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:even\:scale-90:nth-child(even) {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:even\:scale-95:nth-child(even) {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:even\:scale-100:nth-child(even) {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:even\:scale-105:nth-child(even) {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:even\:scale-110:nth-child(even) {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:even\:scale-125:nth-child(even) {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:even\:scale-150:nth-child(even) {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:even\:scale-x-0:nth-child(even) {
    --transform-scale-x: 0;
  }

  .lg\:even\:scale-x-50:nth-child(even) {
    --transform-scale-x: .5;
  }

  .lg\:even\:scale-x-75:nth-child(even) {
    --transform-scale-x: .75;
  }

  .lg\:even\:scale-x-90:nth-child(even) {
    --transform-scale-x: .9;
  }

  .lg\:even\:scale-x-95:nth-child(even) {
    --transform-scale-x: .95;
  }

  .lg\:even\:scale-x-100:nth-child(even) {
    --transform-scale-x: 1;
  }

  .lg\:even\:scale-x-105:nth-child(even) {
    --transform-scale-x: 1.05;
  }

  .lg\:even\:scale-x-110:nth-child(even) {
    --transform-scale-x: 1.1;
  }

  .lg\:even\:scale-x-125:nth-child(even) {
    --transform-scale-x: 1.25;
  }

  .lg\:even\:scale-x-150:nth-child(even) {
    --transform-scale-x: 1.5;
  }

  .lg\:even\:scale-y-0:nth-child(even) {
    --transform-scale-y: 0;
  }

  .lg\:even\:scale-y-50:nth-child(even) {
    --transform-scale-y: .5;
  }

  .lg\:even\:scale-y-75:nth-child(even) {
    --transform-scale-y: .75;
  }

  .lg\:even\:scale-y-90:nth-child(even) {
    --transform-scale-y: .9;
  }

  .lg\:even\:scale-y-95:nth-child(even) {
    --transform-scale-y: .95;
  }

  .lg\:even\:scale-y-100:nth-child(even) {
    --transform-scale-y: 1;
  }

  .lg\:even\:scale-y-105:nth-child(even) {
    --transform-scale-y: 1.05;
  }

  .lg\:even\:scale-y-110:nth-child(even) {
    --transform-scale-y: 1.1;
  }

  .lg\:even\:scale-y-125:nth-child(even) {
    --transform-scale-y: 1.25;
  }

  .lg\:even\:scale-y-150:nth-child(even) {
    --transform-scale-y: 1.5;
  }

  .lg\:odd\:scale-0:nth-child(odd) {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:odd\:scale-50:nth-child(odd) {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:odd\:scale-75:nth-child(odd) {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:odd\:scale-90:nth-child(odd) {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:odd\:scale-95:nth-child(odd) {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:odd\:scale-100:nth-child(odd) {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:odd\:scale-105:nth-child(odd) {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:odd\:scale-110:nth-child(odd) {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:odd\:scale-125:nth-child(odd) {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:odd\:scale-150:nth-child(odd) {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:odd\:scale-x-0:nth-child(odd) {
    --transform-scale-x: 0;
  }

  .lg\:odd\:scale-x-50:nth-child(odd) {
    --transform-scale-x: .5;
  }

  .lg\:odd\:scale-x-75:nth-child(odd) {
    --transform-scale-x: .75;
  }

  .lg\:odd\:scale-x-90:nth-child(odd) {
    --transform-scale-x: .9;
  }

  .lg\:odd\:scale-x-95:nth-child(odd) {
    --transform-scale-x: .95;
  }

  .lg\:odd\:scale-x-100:nth-child(odd) {
    --transform-scale-x: 1;
  }

  .lg\:odd\:scale-x-105:nth-child(odd) {
    --transform-scale-x: 1.05;
  }

  .lg\:odd\:scale-x-110:nth-child(odd) {
    --transform-scale-x: 1.1;
  }

  .lg\:odd\:scale-x-125:nth-child(odd) {
    --transform-scale-x: 1.25;
  }

  .lg\:odd\:scale-x-150:nth-child(odd) {
    --transform-scale-x: 1.5;
  }

  .lg\:odd\:scale-y-0:nth-child(odd) {
    --transform-scale-y: 0;
  }

  .lg\:odd\:scale-y-50:nth-child(odd) {
    --transform-scale-y: .5;
  }

  .lg\:odd\:scale-y-75:nth-child(odd) {
    --transform-scale-y: .75;
  }

  .lg\:odd\:scale-y-90:nth-child(odd) {
    --transform-scale-y: .9;
  }

  .lg\:odd\:scale-y-95:nth-child(odd) {
    --transform-scale-y: .95;
  }

  .lg\:odd\:scale-y-100:nth-child(odd) {
    --transform-scale-y: 1;
  }

  .lg\:odd\:scale-y-105:nth-child(odd) {
    --transform-scale-y: 1.05;
  }

  .lg\:odd\:scale-y-110:nth-child(odd) {
    --transform-scale-y: 1.1;
  }

  .lg\:odd\:scale-y-125:nth-child(odd) {
    --transform-scale-y: 1.25;
  }

  .lg\:odd\:scale-y-150:nth-child(odd) {
    --transform-scale-y: 1.5;
  }

  .lg\:children\:scale-0 > * {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:children\:scale-50 > * {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:children\:scale-75 > * {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:children\:scale-90 > * {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:children\:scale-95 > * {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:children\:scale-100 > * {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:children\:scale-105 > * {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:children\:scale-110 > * {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:children\:scale-125 > * {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:children\:scale-150 > * {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:children\:scale-x-0 > * {
    --transform-scale-x: 0;
  }

  .lg\:children\:scale-x-50 > * {
    --transform-scale-x: .5;
  }

  .lg\:children\:scale-x-75 > * {
    --transform-scale-x: .75;
  }

  .lg\:children\:scale-x-90 > * {
    --transform-scale-x: .9;
  }

  .lg\:children\:scale-x-95 > * {
    --transform-scale-x: .95;
  }

  .lg\:children\:scale-x-100 > * {
    --transform-scale-x: 1;
  }

  .lg\:children\:scale-x-105 > * {
    --transform-scale-x: 1.05;
  }

  .lg\:children\:scale-x-110 > * {
    --transform-scale-x: 1.1;
  }

  .lg\:children\:scale-x-125 > * {
    --transform-scale-x: 1.25;
  }

  .lg\:children\:scale-x-150 > * {
    --transform-scale-x: 1.5;
  }

  .lg\:children\:scale-y-0 > * {
    --transform-scale-y: 0;
  }

  .lg\:children\:scale-y-50 > * {
    --transform-scale-y: .5;
  }

  .lg\:children\:scale-y-75 > * {
    --transform-scale-y: .75;
  }

  .lg\:children\:scale-y-90 > * {
    --transform-scale-y: .9;
  }

  .lg\:children\:scale-y-95 > * {
    --transform-scale-y: .95;
  }

  .lg\:children\:scale-y-100 > * {
    --transform-scale-y: 1;
  }

  .lg\:children\:scale-y-105 > * {
    --transform-scale-y: 1.05;
  }

  .lg\:children\:scale-y-110 > * {
    --transform-scale-y: 1.1;
  }

  .lg\:children\:scale-y-125 > * {
    --transform-scale-y: 1.25;
  }

  .lg\:children\:scale-y-150 > * {
    --transform-scale-y: 1.5;
  }

  .lg\:first\:scale-0:first-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:first\:scale-50:first-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:first\:scale-75:first-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:first\:scale-90:first-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:first\:scale-95:first-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:first\:scale-100:first-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:first\:scale-105:first-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:first\:scale-110:first-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:first\:scale-125:first-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:first\:scale-150:first-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:first\:scale-x-0:first-child {
    --transform-scale-x: 0;
  }

  .lg\:first\:scale-x-50:first-child {
    --transform-scale-x: .5;
  }

  .lg\:first\:scale-x-75:first-child {
    --transform-scale-x: .75;
  }

  .lg\:first\:scale-x-90:first-child {
    --transform-scale-x: .9;
  }

  .lg\:first\:scale-x-95:first-child {
    --transform-scale-x: .95;
  }

  .lg\:first\:scale-x-100:first-child {
    --transform-scale-x: 1;
  }

  .lg\:first\:scale-x-105:first-child {
    --transform-scale-x: 1.05;
  }

  .lg\:first\:scale-x-110:first-child {
    --transform-scale-x: 1.1;
  }

  .lg\:first\:scale-x-125:first-child {
    --transform-scale-x: 1.25;
  }

  .lg\:first\:scale-x-150:first-child {
    --transform-scale-x: 1.5;
  }

  .lg\:first\:scale-y-0:first-child {
    --transform-scale-y: 0;
  }

  .lg\:first\:scale-y-50:first-child {
    --transform-scale-y: .5;
  }

  .lg\:first\:scale-y-75:first-child {
    --transform-scale-y: .75;
  }

  .lg\:first\:scale-y-90:first-child {
    --transform-scale-y: .9;
  }

  .lg\:first\:scale-y-95:first-child {
    --transform-scale-y: .95;
  }

  .lg\:first\:scale-y-100:first-child {
    --transform-scale-y: 1;
  }

  .lg\:first\:scale-y-105:first-child {
    --transform-scale-y: 1.05;
  }

  .lg\:first\:scale-y-110:first-child {
    --transform-scale-y: 1.1;
  }

  .lg\:first\:scale-y-125:first-child {
    --transform-scale-y: 1.25;
  }

  .lg\:first\:scale-y-150:first-child {
    --transform-scale-y: 1.5;
  }

  .lg\:last\:scale-0:last-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:last\:scale-50:last-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:last\:scale-75:last-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:last\:scale-90:last-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:last\:scale-95:last-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:last\:scale-100:last-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:last\:scale-105:last-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:last\:scale-110:last-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:last\:scale-125:last-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:last\:scale-150:last-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:last\:scale-x-0:last-child {
    --transform-scale-x: 0;
  }

  .lg\:last\:scale-x-50:last-child {
    --transform-scale-x: .5;
  }

  .lg\:last\:scale-x-75:last-child {
    --transform-scale-x: .75;
  }

  .lg\:last\:scale-x-90:last-child {
    --transform-scale-x: .9;
  }

  .lg\:last\:scale-x-95:last-child {
    --transform-scale-x: .95;
  }

  .lg\:last\:scale-x-100:last-child {
    --transform-scale-x: 1;
  }

  .lg\:last\:scale-x-105:last-child {
    --transform-scale-x: 1.05;
  }

  .lg\:last\:scale-x-110:last-child {
    --transform-scale-x: 1.1;
  }

  .lg\:last\:scale-x-125:last-child {
    --transform-scale-x: 1.25;
  }

  .lg\:last\:scale-x-150:last-child {
    --transform-scale-x: 1.5;
  }

  .lg\:last\:scale-y-0:last-child {
    --transform-scale-y: 0;
  }

  .lg\:last\:scale-y-50:last-child {
    --transform-scale-y: .5;
  }

  .lg\:last\:scale-y-75:last-child {
    --transform-scale-y: .75;
  }

  .lg\:last\:scale-y-90:last-child {
    --transform-scale-y: .9;
  }

  .lg\:last\:scale-y-95:last-child {
    --transform-scale-y: .95;
  }

  .lg\:last\:scale-y-100:last-child {
    --transform-scale-y: 1;
  }

  .lg\:last\:scale-y-105:last-child {
    --transform-scale-y: 1.05;
  }

  .lg\:last\:scale-y-110:last-child {
    --transform-scale-y: 1.1;
  }

  .lg\:last\:scale-y-125:last-child {
    --transform-scale-y: 1.25;
  }

  .lg\:last\:scale-y-150:last-child {
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .lg\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .lg\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .lg\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .lg\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .lg\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .lg\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .lg\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .lg\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .lg\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .lg\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .lg\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .lg\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .lg\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .lg\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .lg\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .lg\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .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\:rotate-0 {
    --transform-rotate: 0;
  }

  .lg\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .lg\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .lg\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .lg\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .lg\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .lg\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .lg\:even\:rotate-0:nth-child(even) {
    --transform-rotate: 0;
  }

  .lg\:even\:rotate-45:nth-child(even) {
    --transform-rotate: 45deg;
  }

  .lg\:even\:rotate-90:nth-child(even) {
    --transform-rotate: 90deg;
  }

  .lg\:even\:rotate-180:nth-child(even) {
    --transform-rotate: 180deg;
  }

  .lg\:even\:-rotate-180:nth-child(even) {
    --transform-rotate: -180deg;
  }

  .lg\:even\:-rotate-90:nth-child(even) {
    --transform-rotate: -90deg;
  }

  .lg\:even\:-rotate-45:nth-child(even) {
    --transform-rotate: -45deg;
  }

  .lg\:odd\:rotate-0:nth-child(odd) {
    --transform-rotate: 0;
  }

  .lg\:odd\:rotate-45:nth-child(odd) {
    --transform-rotate: 45deg;
  }

  .lg\:odd\:rotate-90:nth-child(odd) {
    --transform-rotate: 90deg;
  }

  .lg\:odd\:rotate-180:nth-child(odd) {
    --transform-rotate: 180deg;
  }

  .lg\:odd\:-rotate-180:nth-child(odd) {
    --transform-rotate: -180deg;
  }

  .lg\:odd\:-rotate-90:nth-child(odd) {
    --transform-rotate: -90deg;
  }

  .lg\:odd\:-rotate-45:nth-child(odd) {
    --transform-rotate: -45deg;
  }

  .lg\:children\:rotate-0 > * {
    --transform-rotate: 0;
  }

  .lg\:children\:rotate-45 > * {
    --transform-rotate: 45deg;
  }

  .lg\:children\:rotate-90 > * {
    --transform-rotate: 90deg;
  }

  .lg\:children\:rotate-180 > * {
    --transform-rotate: 180deg;
  }

  .lg\:children\:-rotate-180 > * {
    --transform-rotate: -180deg;
  }

  .lg\:children\:-rotate-90 > * {
    --transform-rotate: -90deg;
  }

  .lg\:children\:-rotate-45 > * {
    --transform-rotate: -45deg;
  }

  .lg\:first\:rotate-0:first-child {
    --transform-rotate: 0;
  }

  .lg\:first\:rotate-45:first-child {
    --transform-rotate: 45deg;
  }

  .lg\:first\:rotate-90:first-child {
    --transform-rotate: 90deg;
  }

  .lg\:first\:rotate-180:first-child {
    --transform-rotate: 180deg;
  }

  .lg\:first\:-rotate-180:first-child {
    --transform-rotate: -180deg;
  }

  .lg\:first\:-rotate-90:first-child {
    --transform-rotate: -90deg;
  }

  .lg\:first\:-rotate-45:first-child {
    --transform-rotate: -45deg;
  }

  .lg\:last\:rotate-0:last-child {
    --transform-rotate: 0;
  }

  .lg\:last\:rotate-45:last-child {
    --transform-rotate: 45deg;
  }

  .lg\:last\:rotate-90:last-child {
    --transform-rotate: 90deg;
  }

  .lg\:last\:rotate-180:last-child {
    --transform-rotate: 180deg;
  }

  .lg\:last\:-rotate-180:last-child {
    --transform-rotate: -180deg;
  }

  .lg\:last\:-rotate-90:last-child {
    --transform-rotate: -90deg;
  }

  .lg\:last\:-rotate-45:last-child {
    --transform-rotate: -45deg;
  }

  .lg\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .lg\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .lg\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .lg\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .lg\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .lg\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .lg\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .lg\:rotate-0\! {
    --transform-rotate: 0 !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\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .lg\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .lg\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .lg\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .lg\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .lg\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .lg\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .lg\:translate-x-7 {
    --transform-translate-x: 1.75rem;
  }

  .lg\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .lg\:translate-x-9 {
    --transform-translate-x: 2.25rem;
  }

  .lg\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .lg\:translate-x-11 {
    --transform-translate-x: 2.75rem;
  }

  .lg\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .lg\:translate-x-13 {
    --transform-translate-x: 3.25rem;
  }

  .lg\:translate-x-14 {
    --transform-translate-x: 3.5rem;
  }

  .lg\:translate-x-15 {
    --transform-translate-x: 3.75rem;
  }

  .lg\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .lg\:translate-x-17 {
    --transform-translate-x: 4.25rem;
  }

  .lg\:translate-x-18 {
    --transform-translate-x: 4.5rem;
  }

  .lg\:translate-x-19 {
    --transform-translate-x: 4.75rem;
  }

  .lg\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .lg\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .lg\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .lg\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .lg\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .lg\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .lg\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .lg\:translate-x-75 {
    --transform-translate-x: 18.75rem;
  }

  .lg\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .lg\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .lg\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .lg\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .lg\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .lg\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .lg\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .lg\:-translate-x-7 {
    --transform-translate-x: -1.75rem;
  }

  .lg\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .lg\:-translate-x-9 {
    --transform-translate-x: -2.25rem;
  }

  .lg\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .lg\:-translate-x-11 {
    --transform-translate-x: -2.75rem;
  }

  .lg\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .lg\:-translate-x-13 {
    --transform-translate-x: -3.25rem;
  }

  .lg\:-translate-x-14 {
    --transform-translate-x: -3.5rem;
  }

  .lg\:-translate-x-15 {
    --transform-translate-x: -3.75rem;
  }

  .lg\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .lg\:-translate-x-17 {
    --transform-translate-x: -4.25rem;
  }

  .lg\:-translate-x-18 {
    --transform-translate-x: -4.5rem;
  }

  .lg\:-translate-x-19 {
    --transform-translate-x: -4.75rem;
  }

  .lg\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .lg\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .lg\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .lg\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .lg\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .lg\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .lg\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .lg\:-translate-x-75 {
    --transform-translate-x: -18.75rem;
  }

  .lg\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .lg\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .lg\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .lg\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .lg\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .lg\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .lg\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .lg\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .lg\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .lg\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .lg\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .lg\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .lg\:translate-y-7 {
    --transform-translate-y: 1.75rem;
  }

  .lg\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .lg\:translate-y-9 {
    --transform-translate-y: 2.25rem;
  }

  .lg\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .lg\:translate-y-11 {
    --transform-translate-y: 2.75rem;
  }

  .lg\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .lg\:translate-y-13 {
    --transform-translate-y: 3.25rem;
  }

  .lg\:translate-y-14 {
    --transform-translate-y: 3.5rem;
  }

  .lg\:translate-y-15 {
    --transform-translate-y: 3.75rem;
  }

  .lg\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .lg\:translate-y-17 {
    --transform-translate-y: 4.25rem;
  }

  .lg\:translate-y-18 {
    --transform-translate-y: 4.5rem;
  }

  .lg\:translate-y-19 {
    --transform-translate-y: 4.75rem;
  }

  .lg\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .lg\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .lg\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .lg\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .lg\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .lg\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .lg\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .lg\:translate-y-75 {
    --transform-translate-y: 18.75rem;
  }

  .lg\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .lg\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .lg\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .lg\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .lg\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .lg\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .lg\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .lg\:-translate-y-7 {
    --transform-translate-y: -1.75rem;
  }

  .lg\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .lg\:-translate-y-9 {
    --transform-translate-y: -2.25rem;
  }

  .lg\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .lg\:-translate-y-11 {
    --transform-translate-y: -2.75rem;
  }

  .lg\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .lg\:-translate-y-13 {
    --transform-translate-y: -3.25rem;
  }

  .lg\:-translate-y-14 {
    --transform-translate-y: -3.5rem;
  }

  .lg\:-translate-y-15 {
    --transform-translate-y: -3.75rem;
  }

  .lg\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .lg\:-translate-y-17 {
    --transform-translate-y: -4.25rem;
  }

  .lg\:-translate-y-18 {
    --transform-translate-y: -4.5rem;
  }

  .lg\:-translate-y-19 {
    --transform-translate-y: -4.75rem;
  }

  .lg\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .lg\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .lg\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .lg\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .lg\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .lg\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .lg\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .lg\:-translate-y-75 {
    --transform-translate-y: -18.75rem;
  }

  .lg\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .lg\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .lg\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .lg\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .lg\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .lg\:even\:translate-x-0:nth-child(even) {
    --transform-translate-x: 0;
  }

  .lg\:even\:translate-x-1:nth-child(even) {
    --transform-translate-x: 0.25rem;
  }

  .lg\:even\:translate-x-2:nth-child(even) {
    --transform-translate-x: 0.5rem;
  }

  .lg\:even\:translate-x-3:nth-child(even) {
    --transform-translate-x: 0.75rem;
  }

  .lg\:even\:translate-x-4:nth-child(even) {
    --transform-translate-x: 1rem;
  }

  .lg\:even\:translate-x-5:nth-child(even) {
    --transform-translate-x: 1.25rem;
  }

  .lg\:even\:translate-x-6:nth-child(even) {
    --transform-translate-x: 1.5rem;
  }

  .lg\:even\:translate-x-7:nth-child(even) {
    --transform-translate-x: 1.75rem;
  }

  .lg\:even\:translate-x-8:nth-child(even) {
    --transform-translate-x: 2rem;
  }

  .lg\:even\:translate-x-9:nth-child(even) {
    --transform-translate-x: 2.25rem;
  }

  .lg\:even\:translate-x-10:nth-child(even) {
    --transform-translate-x: 2.5rem;
  }

  .lg\:even\:translate-x-11:nth-child(even) {
    --transform-translate-x: 2.75rem;
  }

  .lg\:even\:translate-x-12:nth-child(even) {
    --transform-translate-x: 3rem;
  }

  .lg\:even\:translate-x-13:nth-child(even) {
    --transform-translate-x: 3.25rem;
  }

  .lg\:even\:translate-x-14:nth-child(even) {
    --transform-translate-x: 3.5rem;
  }

  .lg\:even\:translate-x-15:nth-child(even) {
    --transform-translate-x: 3.75rem;
  }

  .lg\:even\:translate-x-16:nth-child(even) {
    --transform-translate-x: 4rem;
  }

  .lg\:even\:translate-x-17:nth-child(even) {
    --transform-translate-x: 4.25rem;
  }

  .lg\:even\:translate-x-18:nth-child(even) {
    --transform-translate-x: 4.5rem;
  }

  .lg\:even\:translate-x-19:nth-child(even) {
    --transform-translate-x: 4.75rem;
  }

  .lg\:even\:translate-x-20:nth-child(even) {
    --transform-translate-x: 5rem;
  }

  .lg\:even\:translate-x-24:nth-child(even) {
    --transform-translate-x: 6rem;
  }

  .lg\:even\:translate-x-32:nth-child(even) {
    --transform-translate-x: 8rem;
  }

  .lg\:even\:translate-x-40:nth-child(even) {
    --transform-translate-x: 10rem;
  }

  .lg\:even\:translate-x-48:nth-child(even) {
    --transform-translate-x: 12rem;
  }

  .lg\:even\:translate-x-56:nth-child(even) {
    --transform-translate-x: 14rem;
  }

  .lg\:even\:translate-x-64:nth-child(even) {
    --transform-translate-x: 16rem;
  }

  .lg\:even\:translate-x-75:nth-child(even) {
    --transform-translate-x: 18.75rem;
  }

  .lg\:even\:translate-x-px:nth-child(even) {
    --transform-translate-x: 1px;
  }

  .lg\:even\:-translate-x-1:nth-child(even) {
    --transform-translate-x: -0.25rem;
  }

  .lg\:even\:-translate-x-2:nth-child(even) {
    --transform-translate-x: -0.5rem;
  }

  .lg\:even\:-translate-x-3:nth-child(even) {
    --transform-translate-x: -0.75rem;
  }

  .lg\:even\:-translate-x-4:nth-child(even) {
    --transform-translate-x: -1rem;
  }

  .lg\:even\:-translate-x-5:nth-child(even) {
    --transform-translate-x: -1.25rem;
  }

  .lg\:even\:-translate-x-6:nth-child(even) {
    --transform-translate-x: -1.5rem;
  }

  .lg\:even\:-translate-x-7:nth-child(even) {
    --transform-translate-x: -1.75rem;
  }

  .lg\:even\:-translate-x-8:nth-child(even) {
    --transform-translate-x: -2rem;
  }

  .lg\:even\:-translate-x-9:nth-child(even) {
    --transform-translate-x: -2.25rem;
  }

  .lg\:even\:-translate-x-10:nth-child(even) {
    --transform-translate-x: -2.5rem;
  }

  .lg\:even\:-translate-x-11:nth-child(even) {
    --transform-translate-x: -2.75rem;
  }

  .lg\:even\:-translate-x-12:nth-child(even) {
    --transform-translate-x: -3rem;
  }

  .lg\:even\:-translate-x-13:nth-child(even) {
    --transform-translate-x: -3.25rem;
  }

  .lg\:even\:-translate-x-14:nth-child(even) {
    --transform-translate-x: -3.5rem;
  }

  .lg\:even\:-translate-x-15:nth-child(even) {
    --transform-translate-x: -3.75rem;
  }

  .lg\:even\:-translate-x-16:nth-child(even) {
    --transform-translate-x: -4rem;
  }

  .lg\:even\:-translate-x-17:nth-child(even) {
    --transform-translate-x: -4.25rem;
  }

  .lg\:even\:-translate-x-18:nth-child(even) {
    --transform-translate-x: -4.5rem;
  }

  .lg\:even\:-translate-x-19:nth-child(even) {
    --transform-translate-x: -4.75rem;
  }

  .lg\:even\:-translate-x-20:nth-child(even) {
    --transform-translate-x: -5rem;
  }

  .lg\:even\:-translate-x-24:nth-child(even) {
    --transform-translate-x: -6rem;
  }

  .lg\:even\:-translate-x-32:nth-child(even) {
    --transform-translate-x: -8rem;
  }

  .lg\:even\:-translate-x-40:nth-child(even) {
    --transform-translate-x: -10rem;
  }

  .lg\:even\:-translate-x-48:nth-child(even) {
    --transform-translate-x: -12rem;
  }

  .lg\:even\:-translate-x-56:nth-child(even) {
    --transform-translate-x: -14rem;
  }

  .lg\:even\:-translate-x-64:nth-child(even) {
    --transform-translate-x: -16rem;
  }

  .lg\:even\:-translate-x-75:nth-child(even) {
    --transform-translate-x: -18.75rem;
  }

  .lg\:even\:-translate-x-px:nth-child(even) {
    --transform-translate-x: -1px;
  }

  .lg\:even\:-translate-x-full:nth-child(even) {
    --transform-translate-x: -100%;
  }

  .lg\:even\:-translate-x-1\/2:nth-child(even) {
    --transform-translate-x: -50%;
  }

  .lg\:even\:translate-x-1\/2:nth-child(even) {
    --transform-translate-x: 50%;
  }

  .lg\:even\:translate-x-full:nth-child(even) {
    --transform-translate-x: 100%;
  }

  .lg\:even\:translate-y-0:nth-child(even) {
    --transform-translate-y: 0;
  }

  .lg\:even\:translate-y-1:nth-child(even) {
    --transform-translate-y: 0.25rem;
  }

  .lg\:even\:translate-y-2:nth-child(even) {
    --transform-translate-y: 0.5rem;
  }

  .lg\:even\:translate-y-3:nth-child(even) {
    --transform-translate-y: 0.75rem;
  }

  .lg\:even\:translate-y-4:nth-child(even) {
    --transform-translate-y: 1rem;
  }

  .lg\:even\:translate-y-5:nth-child(even) {
    --transform-translate-y: 1.25rem;
  }

  .lg\:even\:translate-y-6:nth-child(even) {
    --transform-translate-y: 1.5rem;
  }

  .lg\:even\:translate-y-7:nth-child(even) {
    --transform-translate-y: 1.75rem;
  }

  .lg\:even\:translate-y-8:nth-child(even) {
    --transform-translate-y: 2rem;
  }

  .lg\:even\:translate-y-9:nth-child(even) {
    --transform-translate-y: 2.25rem;
  }

  .lg\:even\:translate-y-10:nth-child(even) {
    --transform-translate-y: 2.5rem;
  }

  .lg\:even\:translate-y-11:nth-child(even) {
    --transform-translate-y: 2.75rem;
  }

  .lg\:even\:translate-y-12:nth-child(even) {
    --transform-translate-y: 3rem;
  }

  .lg\:even\:translate-y-13:nth-child(even) {
    --transform-translate-y: 3.25rem;
  }

  .lg\:even\:translate-y-14:nth-child(even) {
    --transform-translate-y: 3.5rem;
  }

  .lg\:even\:translate-y-15:nth-child(even) {
    --transform-translate-y: 3.75rem;
  }

  .lg\:even\:translate-y-16:nth-child(even) {
    --transform-translate-y: 4rem;
  }

  .lg\:even\:translate-y-17:nth-child(even) {
    --transform-translate-y: 4.25rem;
  }

  .lg\:even\:translate-y-18:nth-child(even) {
    --transform-translate-y: 4.5rem;
  }

  .lg\:even\:translate-y-19:nth-child(even) {
    --transform-translate-y: 4.75rem;
  }

  .lg\:even\:translate-y-20:nth-child(even) {
    --transform-translate-y: 5rem;
  }

  .lg\:even\:translate-y-24:nth-child(even) {
    --transform-translate-y: 6rem;
  }

  .lg\:even\:translate-y-32:nth-child(even) {
    --transform-translate-y: 8rem;
  }

  .lg\:even\:translate-y-40:nth-child(even) {
    --transform-translate-y: 10rem;
  }

  .lg\:even\:translate-y-48:nth-child(even) {
    --transform-translate-y: 12rem;
  }

  .lg\:even\:translate-y-56:nth-child(even) {
    --transform-translate-y: 14rem;
  }

  .lg\:even\:translate-y-64:nth-child(even) {
    --transform-translate-y: 16rem;
  }

  .lg\:even\:translate-y-75:nth-child(even) {
    --transform-translate-y: 18.75rem;
  }

  .lg\:even\:translate-y-px:nth-child(even) {
    --transform-translate-y: 1px;
  }

  .lg\:even\:-translate-y-1:nth-child(even) {
    --transform-translate-y: -0.25rem;
  }

  .lg\:even\:-translate-y-2:nth-child(even) {
    --transform-translate-y: -0.5rem;
  }

  .lg\:even\:-translate-y-3:nth-child(even) {
    --transform-translate-y: -0.75rem;
  }

  .lg\:even\:-translate-y-4:nth-child(even) {
    --transform-translate-y: -1rem;
  }

  .lg\:even\:-translate-y-5:nth-child(even) {
    --transform-translate-y: -1.25rem;
  }

  .lg\:even\:-translate-y-6:nth-child(even) {
    --transform-translate-y: -1.5rem;
  }

  .lg\:even\:-translate-y-7:nth-child(even) {
    --transform-translate-y: -1.75rem;
  }

  .lg\:even\:-translate-y-8:nth-child(even) {
    --transform-translate-y: -2rem;
  }

  .lg\:even\:-translate-y-9:nth-child(even) {
    --transform-translate-y: -2.25rem;
  }

  .lg\:even\:-translate-y-10:nth-child(even) {
    --transform-translate-y: -2.5rem;
  }

  .lg\:even\:-translate-y-11:nth-child(even) {
    --transform-translate-y: -2.75rem;
  }

  .lg\:even\:-translate-y-12:nth-child(even) {
    --transform-translate-y: -3rem;
  }

  .lg\:even\:-translate-y-13:nth-child(even) {
    --transform-translate-y: -3.25rem;
  }

  .lg\:even\:-translate-y-14:nth-child(even) {
    --transform-translate-y: -3.5rem;
  }

  .lg\:even\:-translate-y-15:nth-child(even) {
    --transform-translate-y: -3.75rem;
  }

  .lg\:even\:-translate-y-16:nth-child(even) {
    --transform-translate-y: -4rem;
  }

  .lg\:even\:-translate-y-17:nth-child(even) {
    --transform-translate-y: -4.25rem;
  }

  .lg\:even\:-translate-y-18:nth-child(even) {
    --transform-translate-y: -4.5rem;
  }

  .lg\:even\:-translate-y-19:nth-child(even) {
    --transform-translate-y: -4.75rem;
  }

  .lg\:even\:-translate-y-20:nth-child(even) {
    --transform-translate-y: -5rem;
  }

  .lg\:even\:-translate-y-24:nth-child(even) {
    --transform-translate-y: -6rem;
  }

  .lg\:even\:-translate-y-32:nth-child(even) {
    --transform-translate-y: -8rem;
  }

  .lg\:even\:-translate-y-40:nth-child(even) {
    --transform-translate-y: -10rem;
  }

  .lg\:even\:-translate-y-48:nth-child(even) {
    --transform-translate-y: -12rem;
  }

  .lg\:even\:-translate-y-56:nth-child(even) {
    --transform-translate-y: -14rem;
  }

  .lg\:even\:-translate-y-64:nth-child(even) {
    --transform-translate-y: -16rem;
  }

  .lg\:even\:-translate-y-75:nth-child(even) {
    --transform-translate-y: -18.75rem;
  }

  .lg\:even\:-translate-y-px:nth-child(even) {
    --transform-translate-y: -1px;
  }

  .lg\:even\:-translate-y-full:nth-child(even) {
    --transform-translate-y: -100%;
  }

  .lg\:even\:-translate-y-1\/2:nth-child(even) {
    --transform-translate-y: -50%;
  }

  .lg\:even\:translate-y-1\/2:nth-child(even) {
    --transform-translate-y: 50%;
  }

  .lg\:even\:translate-y-full:nth-child(even) {
    --transform-translate-y: 100%;
  }

  .lg\:odd\:translate-x-0:nth-child(odd) {
    --transform-translate-x: 0;
  }

  .lg\:odd\:translate-x-1:nth-child(odd) {
    --transform-translate-x: 0.25rem;
  }

  .lg\:odd\:translate-x-2:nth-child(odd) {
    --transform-translate-x: 0.5rem;
  }

  .lg\:odd\:translate-x-3:nth-child(odd) {
    --transform-translate-x: 0.75rem;
  }

  .lg\:odd\:translate-x-4:nth-child(odd) {
    --transform-translate-x: 1rem;
  }

  .lg\:odd\:translate-x-5:nth-child(odd) {
    --transform-translate-x: 1.25rem;
  }

  .lg\:odd\:translate-x-6:nth-child(odd) {
    --transform-translate-x: 1.5rem;
  }

  .lg\:odd\:translate-x-7:nth-child(odd) {
    --transform-translate-x: 1.75rem;
  }

  .lg\:odd\:translate-x-8:nth-child(odd) {
    --transform-translate-x: 2rem;
  }

  .lg\:odd\:translate-x-9:nth-child(odd) {
    --transform-translate-x: 2.25rem;
  }

  .lg\:odd\:translate-x-10:nth-child(odd) {
    --transform-translate-x: 2.5rem;
  }

  .lg\:odd\:translate-x-11:nth-child(odd) {
    --transform-translate-x: 2.75rem;
  }

  .lg\:odd\:translate-x-12:nth-child(odd) {
    --transform-translate-x: 3rem;
  }

  .lg\:odd\:translate-x-13:nth-child(odd) {
    --transform-translate-x: 3.25rem;
  }

  .lg\:odd\:translate-x-14:nth-child(odd) {
    --transform-translate-x: 3.5rem;
  }

  .lg\:odd\:translate-x-15:nth-child(odd) {
    --transform-translate-x: 3.75rem;
  }

  .lg\:odd\:translate-x-16:nth-child(odd) {
    --transform-translate-x: 4rem;
  }

  .lg\:odd\:translate-x-17:nth-child(odd) {
    --transform-translate-x: 4.25rem;
  }

  .lg\:odd\:translate-x-18:nth-child(odd) {
    --transform-translate-x: 4.5rem;
  }

  .lg\:odd\:translate-x-19:nth-child(odd) {
    --transform-translate-x: 4.75rem;
  }

  .lg\:odd\:translate-x-20:nth-child(odd) {
    --transform-translate-x: 5rem;
  }

  .lg\:odd\:translate-x-24:nth-child(odd) {
    --transform-translate-x: 6rem;
  }

  .lg\:odd\:translate-x-32:nth-child(odd) {
    --transform-translate-x: 8rem;
  }

  .lg\:odd\:translate-x-40:nth-child(odd) {
    --transform-translate-x: 10rem;
  }

  .lg\:odd\:translate-x-48:nth-child(odd) {
    --transform-translate-x: 12rem;
  }

  .lg\:odd\:translate-x-56:nth-child(odd) {
    --transform-translate-x: 14rem;
  }

  .lg\:odd\:translate-x-64:nth-child(odd) {
    --transform-translate-x: 16rem;
  }

  .lg\:odd\:translate-x-75:nth-child(odd) {
    --transform-translate-x: 18.75rem;
  }

  .lg\:odd\:translate-x-px:nth-child(odd) {
    --transform-translate-x: 1px;
  }

  .lg\:odd\:-translate-x-1:nth-child(odd) {
    --transform-translate-x: -0.25rem;
  }

  .lg\:odd\:-translate-x-2:nth-child(odd) {
    --transform-translate-x: -0.5rem;
  }

  .lg\:odd\:-translate-x-3:nth-child(odd) {
    --transform-translate-x: -0.75rem;
  }

  .lg\:odd\:-translate-x-4:nth-child(odd) {
    --transform-translate-x: -1rem;
  }

  .lg\:odd\:-translate-x-5:nth-child(odd) {
    --transform-translate-x: -1.25rem;
  }

  .lg\:odd\:-translate-x-6:nth-child(odd) {
    --transform-translate-x: -1.5rem;
  }

  .lg\:odd\:-translate-x-7:nth-child(odd) {
    --transform-translate-x: -1.75rem;
  }

  .lg\:odd\:-translate-x-8:nth-child(odd) {
    --transform-translate-x: -2rem;
  }

  .lg\:odd\:-translate-x-9:nth-child(odd) {
    --transform-translate-x: -2.25rem;
  }

  .lg\:odd\:-translate-x-10:nth-child(odd) {
    --transform-translate-x: -2.5rem;
  }

  .lg\:odd\:-translate-x-11:nth-child(odd) {
    --transform-translate-x: -2.75rem;
  }

  .lg\:odd\:-translate-x-12:nth-child(odd) {
    --transform-translate-x: -3rem;
  }

  .lg\:odd\:-translate-x-13:nth-child(odd) {
    --transform-translate-x: -3.25rem;
  }

  .lg\:odd\:-translate-x-14:nth-child(odd) {
    --transform-translate-x: -3.5rem;
  }

  .lg\:odd\:-translate-x-15:nth-child(odd) {
    --transform-translate-x: -3.75rem;
  }

  .lg\:odd\:-translate-x-16:nth-child(odd) {
    --transform-translate-x: -4rem;
  }

  .lg\:odd\:-translate-x-17:nth-child(odd) {
    --transform-translate-x: -4.25rem;
  }

  .lg\:odd\:-translate-x-18:nth-child(odd) {
    --transform-translate-x: -4.5rem;
  }

  .lg\:odd\:-translate-x-19:nth-child(odd) {
    --transform-translate-x: -4.75rem;
  }

  .lg\:odd\:-translate-x-20:nth-child(odd) {
    --transform-translate-x: -5rem;
  }

  .lg\:odd\:-translate-x-24:nth-child(odd) {
    --transform-translate-x: -6rem;
  }

  .lg\:odd\:-translate-x-32:nth-child(odd) {
    --transform-translate-x: -8rem;
  }

  .lg\:odd\:-translate-x-40:nth-child(odd) {
    --transform-translate-x: -10rem;
  }

  .lg\:odd\:-translate-x-48:nth-child(odd) {
    --transform-translate-x: -12rem;
  }

  .lg\:odd\:-translate-x-56:nth-child(odd) {
    --transform-translate-x: -14rem;
  }

  .lg\:odd\:-translate-x-64:nth-child(odd) {
    --transform-translate-x: -16rem;
  }

  .lg\:odd\:-translate-x-75:nth-child(odd) {
    --transform-translate-x: -18.75rem;
  }

  .lg\:odd\:-translate-x-px:nth-child(odd) {
    --transform-translate-x: -1px;
  }

  .lg\:odd\:-translate-x-full:nth-child(odd) {
    --transform-translate-x: -100%;
  }

  .lg\:odd\:-translate-x-1\/2:nth-child(odd) {
    --transform-translate-x: -50%;
  }

  .lg\:odd\:translate-x-1\/2:nth-child(odd) {
    --transform-translate-x: 50%;
  }

  .lg\:odd\:translate-x-full:nth-child(odd) {
    --transform-translate-x: 100%;
  }

  .lg\:odd\:translate-y-0:nth-child(odd) {
    --transform-translate-y: 0;
  }

  .lg\:odd\:translate-y-1:nth-child(odd) {
    --transform-translate-y: 0.25rem;
  }

  .lg\:odd\:translate-y-2:nth-child(odd) {
    --transform-translate-y: 0.5rem;
  }

  .lg\:odd\:translate-y-3:nth-child(odd) {
    --transform-translate-y: 0.75rem;
  }

  .lg\:odd\:translate-y-4:nth-child(odd) {
    --transform-translate-y: 1rem;
  }

  .lg\:odd\:translate-y-5:nth-child(odd) {
    --transform-translate-y: 1.25rem;
  }

  .lg\:odd\:translate-y-6:nth-child(odd) {
    --transform-translate-y: 1.5rem;
  }

  .lg\:odd\:translate-y-7:nth-child(odd) {
    --transform-translate-y: 1.75rem;
  }

  .lg\:odd\:translate-y-8:nth-child(odd) {
    --transform-translate-y: 2rem;
  }

  .lg\:odd\:translate-y-9:nth-child(odd) {
    --transform-translate-y: 2.25rem;
  }

  .lg\:odd\:translate-y-10:nth-child(odd) {
    --transform-translate-y: 2.5rem;
  }

  .lg\:odd\:translate-y-11:nth-child(odd) {
    --transform-translate-y: 2.75rem;
  }

  .lg\:odd\:translate-y-12:nth-child(odd) {
    --transform-translate-y: 3rem;
  }

  .lg\:odd\:translate-y-13:nth-child(odd) {
    --transform-translate-y: 3.25rem;
  }

  .lg\:odd\:translate-y-14:nth-child(odd) {
    --transform-translate-y: 3.5rem;
  }

  .lg\:odd\:translate-y-15:nth-child(odd) {
    --transform-translate-y: 3.75rem;
  }

  .lg\:odd\:translate-y-16:nth-child(odd) {
    --transform-translate-y: 4rem;
  }

  .lg\:odd\:translate-y-17:nth-child(odd) {
    --transform-translate-y: 4.25rem;
  }

  .lg\:odd\:translate-y-18:nth-child(odd) {
    --transform-translate-y: 4.5rem;
  }

  .lg\:odd\:translate-y-19:nth-child(odd) {
    --transform-translate-y: 4.75rem;
  }

  .lg\:odd\:translate-y-20:nth-child(odd) {
    --transform-translate-y: 5rem;
  }

  .lg\:odd\:translate-y-24:nth-child(odd) {
    --transform-translate-y: 6rem;
  }

  .lg\:odd\:translate-y-32:nth-child(odd) {
    --transform-translate-y: 8rem;
  }

  .lg\:odd\:translate-y-40:nth-child(odd) {
    --transform-translate-y: 10rem;
  }

  .lg\:odd\:translate-y-48:nth-child(odd) {
    --transform-translate-y: 12rem;
  }

  .lg\:odd\:translate-y-56:nth-child(odd) {
    --transform-translate-y: 14rem;
  }

  .lg\:odd\:translate-y-64:nth-child(odd) {
    --transform-translate-y: 16rem;
  }

  .lg\:odd\:translate-y-75:nth-child(odd) {
    --transform-translate-y: 18.75rem;
  }

  .lg\:odd\:translate-y-px:nth-child(odd) {
    --transform-translate-y: 1px;
  }

  .lg\:odd\:-translate-y-1:nth-child(odd) {
    --transform-translate-y: -0.25rem;
  }

  .lg\:odd\:-translate-y-2:nth-child(odd) {
    --transform-translate-y: -0.5rem;
  }

  .lg\:odd\:-translate-y-3:nth-child(odd) {
    --transform-translate-y: -0.75rem;
  }

  .lg\:odd\:-translate-y-4:nth-child(odd) {
    --transform-translate-y: -1rem;
  }

  .lg\:odd\:-translate-y-5:nth-child(odd) {
    --transform-translate-y: -1.25rem;
  }

  .lg\:odd\:-translate-y-6:nth-child(odd) {
    --transform-translate-y: -1.5rem;
  }

  .lg\:odd\:-translate-y-7:nth-child(odd) {
    --transform-translate-y: -1.75rem;
  }

  .lg\:odd\:-translate-y-8:nth-child(odd) {
    --transform-translate-y: -2rem;
  }

  .lg\:odd\:-translate-y-9:nth-child(odd) {
    --transform-translate-y: -2.25rem;
  }

  .lg\:odd\:-translate-y-10:nth-child(odd) {
    --transform-translate-y: -2.5rem;
  }

  .lg\:odd\:-translate-y-11:nth-child(odd) {
    --transform-translate-y: -2.75rem;
  }

  .lg\:odd\:-translate-y-12:nth-child(odd) {
    --transform-translate-y: -3rem;
  }

  .lg\:odd\:-translate-y-13:nth-child(odd) {
    --transform-translate-y: -3.25rem;
  }

  .lg\:odd\:-translate-y-14:nth-child(odd) {
    --transform-translate-y: -3.5rem;
  }

  .lg\:odd\:-translate-y-15:nth-child(odd) {
    --transform-translate-y: -3.75rem;
  }

  .lg\:odd\:-translate-y-16:nth-child(odd) {
    --transform-translate-y: -4rem;
  }

  .lg\:odd\:-translate-y-17:nth-child(odd) {
    --transform-translate-y: -4.25rem;
  }

  .lg\:odd\:-translate-y-18:nth-child(odd) {
    --transform-translate-y: -4.5rem;
  }

  .lg\:odd\:-translate-y-19:nth-child(odd) {
    --transform-translate-y: -4.75rem;
  }

  .lg\:odd\:-translate-y-20:nth-child(odd) {
    --transform-translate-y: -5rem;
  }

  .lg\:odd\:-translate-y-24:nth-child(odd) {
    --transform-translate-y: -6rem;
  }

  .lg\:odd\:-translate-y-32:nth-child(odd) {
    --transform-translate-y: -8rem;
  }

  .lg\:odd\:-translate-y-40:nth-child(odd) {
    --transform-translate-y: -10rem;
  }

  .lg\:odd\:-translate-y-48:nth-child(odd) {
    --transform-translate-y: -12rem;
  }

  .lg\:odd\:-translate-y-56:nth-child(odd) {
    --transform-translate-y: -14rem;
  }

  .lg\:odd\:-translate-y-64:nth-child(odd) {
    --transform-translate-y: -16rem;
  }

  .lg\:odd\:-translate-y-75:nth-child(odd) {
    --transform-translate-y: -18.75rem;
  }

  .lg\:odd\:-translate-y-px:nth-child(odd) {
    --transform-translate-y: -1px;
  }

  .lg\:odd\:-translate-y-full:nth-child(odd) {
    --transform-translate-y: -100%;
  }

  .lg\:odd\:-translate-y-1\/2:nth-child(odd) {
    --transform-translate-y: -50%;
  }

  .lg\:odd\:translate-y-1\/2:nth-child(odd) {
    --transform-translate-y: 50%;
  }

  .lg\:odd\:translate-y-full:nth-child(odd) {
    --transform-translate-y: 100%;
  }

  .lg\:children\:translate-x-0 > * {
    --transform-translate-x: 0;
  }

  .lg\:children\:translate-x-1 > * {
    --transform-translate-x: 0.25rem;
  }

  .lg\:children\:translate-x-2 > * {
    --transform-translate-x: 0.5rem;
  }

  .lg\:children\:translate-x-3 > * {
    --transform-translate-x: 0.75rem;
  }

  .lg\:children\:translate-x-4 > * {
    --transform-translate-x: 1rem;
  }

  .lg\:children\:translate-x-5 > * {
    --transform-translate-x: 1.25rem;
  }

  .lg\:children\:translate-x-6 > * {
    --transform-translate-x: 1.5rem;
  }

  .lg\:children\:translate-x-7 > * {
    --transform-translate-x: 1.75rem;
  }

  .lg\:children\:translate-x-8 > * {
    --transform-translate-x: 2rem;
  }

  .lg\:children\:translate-x-9 > * {
    --transform-translate-x: 2.25rem;
  }

  .lg\:children\:translate-x-10 > * {
    --transform-translate-x: 2.5rem;
  }

  .lg\:children\:translate-x-11 > * {
    --transform-translate-x: 2.75rem;
  }

  .lg\:children\:translate-x-12 > * {
    --transform-translate-x: 3rem;
  }

  .lg\:children\:translate-x-13 > * {
    --transform-translate-x: 3.25rem;
  }

  .lg\:children\:translate-x-14 > * {
    --transform-translate-x: 3.5rem;
  }

  .lg\:children\:translate-x-15 > * {
    --transform-translate-x: 3.75rem;
  }

  .lg\:children\:translate-x-16 > * {
    --transform-translate-x: 4rem;
  }

  .lg\:children\:translate-x-17 > * {
    --transform-translate-x: 4.25rem;
  }

  .lg\:children\:translate-x-18 > * {
    --transform-translate-x: 4.5rem;
  }

  .lg\:children\:translate-x-19 > * {
    --transform-translate-x: 4.75rem;
  }

  .lg\:children\:translate-x-20 > * {
    --transform-translate-x: 5rem;
  }

  .lg\:children\:translate-x-24 > * {
    --transform-translate-x: 6rem;
  }

  .lg\:children\:translate-x-32 > * {
    --transform-translate-x: 8rem;
  }

  .lg\:children\:translate-x-40 > * {
    --transform-translate-x: 10rem;
  }

  .lg\:children\:translate-x-48 > * {
    --transform-translate-x: 12rem;
  }

  .lg\:children\:translate-x-56 > * {
    --transform-translate-x: 14rem;
  }

  .lg\:children\:translate-x-64 > * {
    --transform-translate-x: 16rem;
  }

  .lg\:children\:translate-x-75 > * {
    --transform-translate-x: 18.75rem;
  }

  .lg\:children\:translate-x-px > * {
    --transform-translate-x: 1px;
  }

  .lg\:children\:-translate-x-1 > * {
    --transform-translate-x: -0.25rem;
  }

  .lg\:children\:-translate-x-2 > * {
    --transform-translate-x: -0.5rem;
  }

  .lg\:children\:-translate-x-3 > * {
    --transform-translate-x: -0.75rem;
  }

  .lg\:children\:-translate-x-4 > * {
    --transform-translate-x: -1rem;
  }

  .lg\:children\:-translate-x-5 > * {
    --transform-translate-x: -1.25rem;
  }

  .lg\:children\:-translate-x-6 > * {
    --transform-translate-x: -1.5rem;
  }

  .lg\:children\:-translate-x-7 > * {
    --transform-translate-x: -1.75rem;
  }

  .lg\:children\:-translate-x-8 > * {
    --transform-translate-x: -2rem;
  }

  .lg\:children\:-translate-x-9 > * {
    --transform-translate-x: -2.25rem;
  }

  .lg\:children\:-translate-x-10 > * {
    --transform-translate-x: -2.5rem;
  }

  .lg\:children\:-translate-x-11 > * {
    --transform-translate-x: -2.75rem;
  }

  .lg\:children\:-translate-x-12 > * {
    --transform-translate-x: -3rem;
  }

  .lg\:children\:-translate-x-13 > * {
    --transform-translate-x: -3.25rem;
  }

  .lg\:children\:-translate-x-14 > * {
    --transform-translate-x: -3.5rem;
  }

  .lg\:children\:-translate-x-15 > * {
    --transform-translate-x: -3.75rem;
  }

  .lg\:children\:-translate-x-16 > * {
    --transform-translate-x: -4rem;
  }

  .lg\:children\:-translate-x-17 > * {
    --transform-translate-x: -4.25rem;
  }

  .lg\:children\:-translate-x-18 > * {
    --transform-translate-x: -4.5rem;
  }

  .lg\:children\:-translate-x-19 > * {
    --transform-translate-x: -4.75rem;
  }

  .lg\:children\:-translate-x-20 > * {
    --transform-translate-x: -5rem;
  }

  .lg\:children\:-translate-x-24 > * {
    --transform-translate-x: -6rem;
  }

  .lg\:children\:-translate-x-32 > * {
    --transform-translate-x: -8rem;
  }

  .lg\:children\:-translate-x-40 > * {
    --transform-translate-x: -10rem;
  }

  .lg\:children\:-translate-x-48 > * {
    --transform-translate-x: -12rem;
  }

  .lg\:children\:-translate-x-56 > * {
    --transform-translate-x: -14rem;
  }

  .lg\:children\:-translate-x-64 > * {
    --transform-translate-x: -16rem;
  }

  .lg\:children\:-translate-x-75 > * {
    --transform-translate-x: -18.75rem;
  }

  .lg\:children\:-translate-x-px > * {
    --transform-translate-x: -1px;
  }

  .lg\:children\:-translate-x-full > * {
    --transform-translate-x: -100%;
  }

  .lg\:children\:-translate-x-1\/2 > * {
    --transform-translate-x: -50%;
  }

  .lg\:children\:translate-x-1\/2 > * {
    --transform-translate-x: 50%;
  }

  .lg\:children\:translate-x-full > * {
    --transform-translate-x: 100%;
  }

  .lg\:children\:translate-y-0 > * {
    --transform-translate-y: 0;
  }

  .lg\:children\:translate-y-1 > * {
    --transform-translate-y: 0.25rem;
  }

  .lg\:children\:translate-y-2 > * {
    --transform-translate-y: 0.5rem;
  }

  .lg\:children\:translate-y-3 > * {
    --transform-translate-y: 0.75rem;
  }

  .lg\:children\:translate-y-4 > * {
    --transform-translate-y: 1rem;
  }

  .lg\:children\:translate-y-5 > * {
    --transform-translate-y: 1.25rem;
  }

  .lg\:children\:translate-y-6 > * {
    --transform-translate-y: 1.5rem;
  }

  .lg\:children\:translate-y-7 > * {
    --transform-translate-y: 1.75rem;
  }

  .lg\:children\:translate-y-8 > * {
    --transform-translate-y: 2rem;
  }

  .lg\:children\:translate-y-9 > * {
    --transform-translate-y: 2.25rem;
  }

  .lg\:children\:translate-y-10 > * {
    --transform-translate-y: 2.5rem;
  }

  .lg\:children\:translate-y-11 > * {
    --transform-translate-y: 2.75rem;
  }

  .lg\:children\:translate-y-12 > * {
    --transform-translate-y: 3rem;
  }

  .lg\:children\:translate-y-13 > * {
    --transform-translate-y: 3.25rem;
  }

  .lg\:children\:translate-y-14 > * {
    --transform-translate-y: 3.5rem;
  }

  .lg\:children\:translate-y-15 > * {
    --transform-translate-y: 3.75rem;
  }

  .lg\:children\:translate-y-16 > * {
    --transform-translate-y: 4rem;
  }

  .lg\:children\:translate-y-17 > * {
    --transform-translate-y: 4.25rem;
  }

  .lg\:children\:translate-y-18 > * {
    --transform-translate-y: 4.5rem;
  }

  .lg\:children\:translate-y-19 > * {
    --transform-translate-y: 4.75rem;
  }

  .lg\:children\:translate-y-20 > * {
    --transform-translate-y: 5rem;
  }

  .lg\:children\:translate-y-24 > * {
    --transform-translate-y: 6rem;
  }

  .lg\:children\:translate-y-32 > * {
    --transform-translate-y: 8rem;
  }

  .lg\:children\:translate-y-40 > * {
    --transform-translate-y: 10rem;
  }

  .lg\:children\:translate-y-48 > * {
    --transform-translate-y: 12rem;
  }

  .lg\:children\:translate-y-56 > * {
    --transform-translate-y: 14rem;
  }

  .lg\:children\:translate-y-64 > * {
    --transform-translate-y: 16rem;
  }

  .lg\:children\:translate-y-75 > * {
    --transform-translate-y: 18.75rem;
  }

  .lg\:children\:translate-y-px > * {
    --transform-translate-y: 1px;
  }

  .lg\:children\:-translate-y-1 > * {
    --transform-translate-y: -0.25rem;
  }

  .lg\:children\:-translate-y-2 > * {
    --transform-translate-y: -0.5rem;
  }

  .lg\:children\:-translate-y-3 > * {
    --transform-translate-y: -0.75rem;
  }

  .lg\:children\:-translate-y-4 > * {
    --transform-translate-y: -1rem;
  }

  .lg\:children\:-translate-y-5 > * {
    --transform-translate-y: -1.25rem;
  }

  .lg\:children\:-translate-y-6 > * {
    --transform-translate-y: -1.5rem;
  }

  .lg\:children\:-translate-y-7 > * {
    --transform-translate-y: -1.75rem;
  }

  .lg\:children\:-translate-y-8 > * {
    --transform-translate-y: -2rem;
  }

  .lg\:children\:-translate-y-9 > * {
    --transform-translate-y: -2.25rem;
  }

  .lg\:children\:-translate-y-10 > * {
    --transform-translate-y: -2.5rem;
  }

  .lg\:children\:-translate-y-11 > * {
    --transform-translate-y: -2.75rem;
  }

  .lg\:children\:-translate-y-12 > * {
    --transform-translate-y: -3rem;
  }

  .lg\:children\:-translate-y-13 > * {
    --transform-translate-y: -3.25rem;
  }

  .lg\:children\:-translate-y-14 > * {
    --transform-translate-y: -3.5rem;
  }

  .lg\:children\:-translate-y-15 > * {
    --transform-translate-y: -3.75rem;
  }

  .lg\:children\:-translate-y-16 > * {
    --transform-translate-y: -4rem;
  }

  .lg\:children\:-translate-y-17 > * {
    --transform-translate-y: -4.25rem;
  }

  .lg\:children\:-translate-y-18 > * {
    --transform-translate-y: -4.5rem;
  }

  .lg\:children\:-translate-y-19 > * {
    --transform-translate-y: -4.75rem;
  }

  .lg\:children\:-translate-y-20 > * {
    --transform-translate-y: -5rem;
  }

  .lg\:children\:-translate-y-24 > * {
    --transform-translate-y: -6rem;
  }

  .lg\:children\:-translate-y-32 > * {
    --transform-translate-y: -8rem;
  }

  .lg\:children\:-translate-y-40 > * {
    --transform-translate-y: -10rem;
  }

  .lg\:children\:-translate-y-48 > * {
    --transform-translate-y: -12rem;
  }

  .lg\:children\:-translate-y-56 > * {
    --transform-translate-y: -14rem;
  }

  .lg\:children\:-translate-y-64 > * {
    --transform-translate-y: -16rem;
  }

  .lg\:children\:-translate-y-75 > * {
    --transform-translate-y: -18.75rem;
  }

  .lg\:children\:-translate-y-px > * {
    --transform-translate-y: -1px;
  }

  .lg\:children\:-translate-y-full > * {
    --transform-translate-y: -100%;
  }

  .lg\:children\:-translate-y-1\/2 > * {
    --transform-translate-y: -50%;
  }

  .lg\:children\:translate-y-1\/2 > * {
    --transform-translate-y: 50%;
  }

  .lg\:children\:translate-y-full > * {
    --transform-translate-y: 100%;
  }

  .lg\:first\:translate-x-0:first-child {
    --transform-translate-x: 0;
  }

  .lg\:first\:translate-x-1:first-child {
    --transform-translate-x: 0.25rem;
  }

  .lg\:first\:translate-x-2:first-child {
    --transform-translate-x: 0.5rem;
  }

  .lg\:first\:translate-x-3:first-child {
    --transform-translate-x: 0.75rem;
  }

  .lg\:first\:translate-x-4:first-child {
    --transform-translate-x: 1rem;
  }

  .lg\:first\:translate-x-5:first-child {
    --transform-translate-x: 1.25rem;
  }

  .lg\:first\:translate-x-6:first-child {
    --transform-translate-x: 1.5rem;
  }

  .lg\:first\:translate-x-7:first-child {
    --transform-translate-x: 1.75rem;
  }

  .lg\:first\:translate-x-8:first-child {
    --transform-translate-x: 2rem;
  }

  .lg\:first\:translate-x-9:first-child {
    --transform-translate-x: 2.25rem;
  }

  .lg\:first\:translate-x-10:first-child {
    --transform-translate-x: 2.5rem;
  }

  .lg\:first\:translate-x-11:first-child {
    --transform-translate-x: 2.75rem;
  }

  .lg\:first\:translate-x-12:first-child {
    --transform-translate-x: 3rem;
  }

  .lg\:first\:translate-x-13:first-child {
    --transform-translate-x: 3.25rem;
  }

  .lg\:first\:translate-x-14:first-child {
    --transform-translate-x: 3.5rem;
  }

  .lg\:first\:translate-x-15:first-child {
    --transform-translate-x: 3.75rem;
  }

  .lg\:first\:translate-x-16:first-child {
    --transform-translate-x: 4rem;
  }

  .lg\:first\:translate-x-17:first-child {
    --transform-translate-x: 4.25rem;
  }

  .lg\:first\:translate-x-18:first-child {
    --transform-translate-x: 4.5rem;
  }

  .lg\:first\:translate-x-19:first-child {
    --transform-translate-x: 4.75rem;
  }

  .lg\:first\:translate-x-20:first-child {
    --transform-translate-x: 5rem;
  }

  .lg\:first\:translate-x-24:first-child {
    --transform-translate-x: 6rem;
  }

  .lg\:first\:translate-x-32:first-child {
    --transform-translate-x: 8rem;
  }

  .lg\:first\:translate-x-40:first-child {
    --transform-translate-x: 10rem;
  }

  .lg\:first\:translate-x-48:first-child {
    --transform-translate-x: 12rem;
  }

  .lg\:first\:translate-x-56:first-child {
    --transform-translate-x: 14rem;
  }

  .lg\:first\:translate-x-64:first-child {
    --transform-translate-x: 16rem;
  }

  .lg\:first\:translate-x-75:first-child {
    --transform-translate-x: 18.75rem;
  }

  .lg\:first\:translate-x-px:first-child {
    --transform-translate-x: 1px;
  }

  .lg\:first\:-translate-x-1:first-child {
    --transform-translate-x: -0.25rem;
  }

  .lg\:first\:-translate-x-2:first-child {
    --transform-translate-x: -0.5rem;
  }

  .lg\:first\:-translate-x-3:first-child {
    --transform-translate-x: -0.75rem;
  }

  .lg\:first\:-translate-x-4:first-child {
    --transform-translate-x: -1rem;
  }

  .lg\:first\:-translate-x-5:first-child {
    --transform-translate-x: -1.25rem;
  }

  .lg\:first\:-translate-x-6:first-child {
    --transform-translate-x: -1.5rem;
  }

  .lg\:first\:-translate-x-7:first-child {
    --transform-translate-x: -1.75rem;
  }

  .lg\:first\:-translate-x-8:first-child {
    --transform-translate-x: -2rem;
  }

  .lg\:first\:-translate-x-9:first-child {
    --transform-translate-x: -2.25rem;
  }

  .lg\:first\:-translate-x-10:first-child {
    --transform-translate-x: -2.5rem;
  }

  .lg\:first\:-translate-x-11:first-child {
    --transform-translate-x: -2.75rem;
  }

  .lg\:first\:-translate-x-12:first-child {
    --transform-translate-x: -3rem;
  }

  .lg\:first\:-translate-x-13:first-child {
    --transform-translate-x: -3.25rem;
  }

  .lg\:first\:-translate-x-14:first-child {
    --transform-translate-x: -3.5rem;
  }

  .lg\:first\:-translate-x-15:first-child {
    --transform-translate-x: -3.75rem;
  }

  .lg\:first\:-translate-x-16:first-child {
    --transform-translate-x: -4rem;
  }

  .lg\:first\:-translate-x-17:first-child {
    --transform-translate-x: -4.25rem;
  }

  .lg\:first\:-translate-x-18:first-child {
    --transform-translate-x: -4.5rem;
  }

  .lg\:first\:-translate-x-19:first-child {
    --transform-translate-x: -4.75rem;
  }

  .lg\:first\:-translate-x-20:first-child {
    --transform-translate-x: -5rem;
  }

  .lg\:first\:-translate-x-24:first-child {
    --transform-translate-x: -6rem;
  }

  .lg\:first\:-translate-x-32:first-child {
    --transform-translate-x: -8rem;
  }

  .lg\:first\:-translate-x-40:first-child {
    --transform-translate-x: -10rem;
  }

  .lg\:first\:-translate-x-48:first-child {
    --transform-translate-x: -12rem;
  }

  .lg\:first\:-translate-x-56:first-child {
    --transform-translate-x: -14rem;
  }

  .lg\:first\:-translate-x-64:first-child {
    --transform-translate-x: -16rem;
  }

  .lg\:first\:-translate-x-75:first-child {
    --transform-translate-x: -18.75rem;
  }

  .lg\:first\:-translate-x-px:first-child {
    --transform-translate-x: -1px;
  }

  .lg\:first\:-translate-x-full:first-child {
    --transform-translate-x: -100%;
  }

  .lg\:first\:-translate-x-1\/2:first-child {
    --transform-translate-x: -50%;
  }

  .lg\:first\:translate-x-1\/2:first-child {
    --transform-translate-x: 50%;
  }

  .lg\:first\:translate-x-full:first-child {
    --transform-translate-x: 100%;
  }

  .lg\:first\:translate-y-0:first-child {
    --transform-translate-y: 0;
  }

  .lg\:first\:translate-y-1:first-child {
    --transform-translate-y: 0.25rem;
  }

  .lg\:first\:translate-y-2:first-child {
    --transform-translate-y: 0.5rem;
  }

  .lg\:first\:translate-y-3:first-child {
    --transform-translate-y: 0.75rem;
  }

  .lg\:first\:translate-y-4:first-child {
    --transform-translate-y: 1rem;
  }

  .lg\:first\:translate-y-5:first-child {
    --transform-translate-y: 1.25rem;
  }

  .lg\:first\:translate-y-6:first-child {
    --transform-translate-y: 1.5rem;
  }

  .lg\:first\:translate-y-7:first-child {
    --transform-translate-y: 1.75rem;
  }

  .lg\:first\:translate-y-8:first-child {
    --transform-translate-y: 2rem;
  }

  .lg\:first\:translate-y-9:first-child {
    --transform-translate-y: 2.25rem;
  }

  .lg\:first\:translate-y-10:first-child {
    --transform-translate-y: 2.5rem;
  }

  .lg\:first\:translate-y-11:first-child {
    --transform-translate-y: 2.75rem;
  }

  .lg\:first\:translate-y-12:first-child {
    --transform-translate-y: 3rem;
  }

  .lg\:first\:translate-y-13:first-child {
    --transform-translate-y: 3.25rem;
  }

  .lg\:first\:translate-y-14:first-child {
    --transform-translate-y: 3.5rem;
  }

  .lg\:first\:translate-y-15:first-child {
    --transform-translate-y: 3.75rem;
  }

  .lg\:first\:translate-y-16:first-child {
    --transform-translate-y: 4rem;
  }

  .lg\:first\:translate-y-17:first-child {
    --transform-translate-y: 4.25rem;
  }

  .lg\:first\:translate-y-18:first-child {
    --transform-translate-y: 4.5rem;
  }

  .lg\:first\:translate-y-19:first-child {
    --transform-translate-y: 4.75rem;
  }

  .lg\:first\:translate-y-20:first-child {
    --transform-translate-y: 5rem;
  }

  .lg\:first\:translate-y-24:first-child {
    --transform-translate-y: 6rem;
  }

  .lg\:first\:translate-y-32:first-child {
    --transform-translate-y: 8rem;
  }

  .lg\:first\:translate-y-40:first-child {
    --transform-translate-y: 10rem;
  }

  .lg\:first\:translate-y-48:first-child {
    --transform-translate-y: 12rem;
  }

  .lg\:first\:translate-y-56:first-child {
    --transform-translate-y: 14rem;
  }

  .lg\:first\:translate-y-64:first-child {
    --transform-translate-y: 16rem;
  }

  .lg\:first\:translate-y-75:first-child {
    --transform-translate-y: 18.75rem;
  }

  .lg\:first\:translate-y-px:first-child {
    --transform-translate-y: 1px;
  }

  .lg\:first\:-translate-y-1:first-child {
    --transform-translate-y: -0.25rem;
  }

  .lg\:first\:-translate-y-2:first-child {
    --transform-translate-y: -0.5rem;
  }

  .lg\:first\:-translate-y-3:first-child {
    --transform-translate-y: -0.75rem;
  }

  .lg\:first\:-translate-y-4:first-child {
    --transform-translate-y: -1rem;
  }

  .lg\:first\:-translate-y-5:first-child {
    --transform-translate-y: -1.25rem;
  }

  .lg\:first\:-translate-y-6:first-child {
    --transform-translate-y: -1.5rem;
  }

  .lg\:first\:-translate-y-7:first-child {
    --transform-translate-y: -1.75rem;
  }

  .lg\:first\:-translate-y-8:first-child {
    --transform-translate-y: -2rem;
  }

  .lg\:first\:-translate-y-9:first-child {
    --transform-translate-y: -2.25rem;
  }

  .lg\:first\:-translate-y-10:first-child {
    --transform-translate-y: -2.5rem;
  }

  .lg\:first\:-translate-y-11:first-child {
    --transform-translate-y: -2.75rem;
  }

  .lg\:first\:-translate-y-12:first-child {
    --transform-translate-y: -3rem;
  }

  .lg\:first\:-translate-y-13:first-child {
    --transform-translate-y: -3.25rem;
  }

  .lg\:first\:-translate-y-14:first-child {
    --transform-translate-y: -3.5rem;
  }

  .lg\:first\:-translate-y-15:first-child {
    --transform-translate-y: -3.75rem;
  }

  .lg\:first\:-translate-y-16:first-child {
    --transform-translate-y: -4rem;
  }

  .lg\:first\:-translate-y-17:first-child {
    --transform-translate-y: -4.25rem;
  }

  .lg\:first\:-translate-y-18:first-child {
    --transform-translate-y: -4.5rem;
  }

  .lg\:first\:-translate-y-19:first-child {
    --transform-translate-y: -4.75rem;
  }

  .lg\:first\:-translate-y-20:first-child {
    --transform-translate-y: -5rem;
  }

  .lg\:first\:-translate-y-24:first-child {
    --transform-translate-y: -6rem;
  }

  .lg\:first\:-translate-y-32:first-child {
    --transform-translate-y: -8rem;
  }

  .lg\:first\:-translate-y-40:first-child {
    --transform-translate-y: -10rem;
  }

  .lg\:first\:-translate-y-48:first-child {
    --transform-translate-y: -12rem;
  }

  .lg\:first\:-translate-y-56:first-child {
    --transform-translate-y: -14rem;
  }

  .lg\:first\:-translate-y-64:first-child {
    --transform-translate-y: -16rem;
  }

  .lg\:first\:-translate-y-75:first-child {
    --transform-translate-y: -18.75rem;
  }

  .lg\:first\:-translate-y-px:first-child {
    --transform-translate-y: -1px;
  }

  .lg\:first\:-translate-y-full:first-child {
    --transform-translate-y: -100%;
  }

  .lg\:first\:-translate-y-1\/2:first-child {
    --transform-translate-y: -50%;
  }

  .lg\:first\:translate-y-1\/2:first-child {
    --transform-translate-y: 50%;
  }

  .lg\:first\:translate-y-full:first-child {
    --transform-translate-y: 100%;
  }

  .lg\:last\:translate-x-0:last-child {
    --transform-translate-x: 0;
  }

  .lg\:last\:translate-x-1:last-child {
    --transform-translate-x: 0.25rem;
  }

  .lg\:last\:translate-x-2:last-child {
    --transform-translate-x: 0.5rem;
  }

  .lg\:last\:translate-x-3:last-child {
    --transform-translate-x: 0.75rem;
  }

  .lg\:last\:translate-x-4:last-child {
    --transform-translate-x: 1rem;
  }

  .lg\:last\:translate-x-5:last-child {
    --transform-translate-x: 1.25rem;
  }

  .lg\:last\:translate-x-6:last-child {
    --transform-translate-x: 1.5rem;
  }

  .lg\:last\:translate-x-7:last-child {
    --transform-translate-x: 1.75rem;
  }

  .lg\:last\:translate-x-8:last-child {
    --transform-translate-x: 2rem;
  }

  .lg\:last\:translate-x-9:last-child {
    --transform-translate-x: 2.25rem;
  }

  .lg\:last\:translate-x-10:last-child {
    --transform-translate-x: 2.5rem;
  }

  .lg\:last\:translate-x-11:last-child {
    --transform-translate-x: 2.75rem;
  }

  .lg\:last\:translate-x-12:last-child {
    --transform-translate-x: 3rem;
  }

  .lg\:last\:translate-x-13:last-child {
    --transform-translate-x: 3.25rem;
  }

  .lg\:last\:translate-x-14:last-child {
    --transform-translate-x: 3.5rem;
  }

  .lg\:last\:translate-x-15:last-child {
    --transform-translate-x: 3.75rem;
  }

  .lg\:last\:translate-x-16:last-child {
    --transform-translate-x: 4rem;
  }

  .lg\:last\:translate-x-17:last-child {
    --transform-translate-x: 4.25rem;
  }

  .lg\:last\:translate-x-18:last-child {
    --transform-translate-x: 4.5rem;
  }

  .lg\:last\:translate-x-19:last-child {
    --transform-translate-x: 4.75rem;
  }

  .lg\:last\:translate-x-20:last-child {
    --transform-translate-x: 5rem;
  }

  .lg\:last\:translate-x-24:last-child {
    --transform-translate-x: 6rem;
  }

  .lg\:last\:translate-x-32:last-child {
    --transform-translate-x: 8rem;
  }

  .lg\:last\:translate-x-40:last-child {
    --transform-translate-x: 10rem;
  }

  .lg\:last\:translate-x-48:last-child {
    --transform-translate-x: 12rem;
  }

  .lg\:last\:translate-x-56:last-child {
    --transform-translate-x: 14rem;
  }

  .lg\:last\:translate-x-64:last-child {
    --transform-translate-x: 16rem;
  }

  .lg\:last\:translate-x-75:last-child {
    --transform-translate-x: 18.75rem;
  }

  .lg\:last\:translate-x-px:last-child {
    --transform-translate-x: 1px;
  }

  .lg\:last\:-translate-x-1:last-child {
    --transform-translate-x: -0.25rem;
  }

  .lg\:last\:-translate-x-2:last-child {
    --transform-translate-x: -0.5rem;
  }

  .lg\:last\:-translate-x-3:last-child {
    --transform-translate-x: -0.75rem;
  }

  .lg\:last\:-translate-x-4:last-child {
    --transform-translate-x: -1rem;
  }

  .lg\:last\:-translate-x-5:last-child {
    --transform-translate-x: -1.25rem;
  }

  .lg\:last\:-translate-x-6:last-child {
    --transform-translate-x: -1.5rem;
  }

  .lg\:last\:-translate-x-7:last-child {
    --transform-translate-x: -1.75rem;
  }

  .lg\:last\:-translate-x-8:last-child {
    --transform-translate-x: -2rem;
  }

  .lg\:last\:-translate-x-9:last-child {
    --transform-translate-x: -2.25rem;
  }

  .lg\:last\:-translate-x-10:last-child {
    --transform-translate-x: -2.5rem;
  }

  .lg\:last\:-translate-x-11:last-child {
    --transform-translate-x: -2.75rem;
  }

  .lg\:last\:-translate-x-12:last-child {
    --transform-translate-x: -3rem;
  }

  .lg\:last\:-translate-x-13:last-child {
    --transform-translate-x: -3.25rem;
  }

  .lg\:last\:-translate-x-14:last-child {
    --transform-translate-x: -3.5rem;
  }

  .lg\:last\:-translate-x-15:last-child {
    --transform-translate-x: -3.75rem;
  }

  .lg\:last\:-translate-x-16:last-child {
    --transform-translate-x: -4rem;
  }

  .lg\:last\:-translate-x-17:last-child {
    --transform-translate-x: -4.25rem;
  }

  .lg\:last\:-translate-x-18:last-child {
    --transform-translate-x: -4.5rem;
  }

  .lg\:last\:-translate-x-19:last-child {
    --transform-translate-x: -4.75rem;
  }

  .lg\:last\:-translate-x-20:last-child {
    --transform-translate-x: -5rem;
  }

  .lg\:last\:-translate-x-24:last-child {
    --transform-translate-x: -6rem;
  }

  .lg\:last\:-translate-x-32:last-child {
    --transform-translate-x: -8rem;
  }

  .lg\:last\:-translate-x-40:last-child {
    --transform-translate-x: -10rem;
  }

  .lg\:last\:-translate-x-48:last-child {
    --transform-translate-x: -12rem;
  }

  .lg\:last\:-translate-x-56:last-child {
    --transform-translate-x: -14rem;
  }

  .lg\:last\:-translate-x-64:last-child {
    --transform-translate-x: -16rem;
  }

  .lg\:last\:-translate-x-75:last-child {
    --transform-translate-x: -18.75rem;
  }

  .lg\:last\:-translate-x-px:last-child {
    --transform-translate-x: -1px;
  }

  .lg\:last\:-translate-x-full:last-child {
    --transform-translate-x: -100%;
  }

  .lg\:last\:-translate-x-1\/2:last-child {
    --transform-translate-x: -50%;
  }

  .lg\:last\:translate-x-1\/2:last-child {
    --transform-translate-x: 50%;
  }

  .lg\:last\:translate-x-full:last-child {
    --transform-translate-x: 100%;
  }

  .lg\:last\:translate-y-0:last-child {
    --transform-translate-y: 0;
  }

  .lg\:last\:translate-y-1:last-child {
    --transform-translate-y: 0.25rem;
  }

  .lg\:last\:translate-y-2:last-child {
    --transform-translate-y: 0.5rem;
  }

  .lg\:last\:translate-y-3:last-child {
    --transform-translate-y: 0.75rem;
  }

  .lg\:last\:translate-y-4:last-child {
    --transform-translate-y: 1rem;
  }

  .lg\:last\:translate-y-5:last-child {
    --transform-translate-y: 1.25rem;
  }

  .lg\:last\:translate-y-6:last-child {
    --transform-translate-y: 1.5rem;
  }

  .lg\:last\:translate-y-7:last-child {
    --transform-translate-y: 1.75rem;
  }

  .lg\:last\:translate-y-8:last-child {
    --transform-translate-y: 2rem;
  }

  .lg\:last\:translate-y-9:last-child {
    --transform-translate-y: 2.25rem;
  }

  .lg\:last\:translate-y-10:last-child {
    --transform-translate-y: 2.5rem;
  }

  .lg\:last\:translate-y-11:last-child {
    --transform-translate-y: 2.75rem;
  }

  .lg\:last\:translate-y-12:last-child {
    --transform-translate-y: 3rem;
  }

  .lg\:last\:translate-y-13:last-child {
    --transform-translate-y: 3.25rem;
  }

  .lg\:last\:translate-y-14:last-child {
    --transform-translate-y: 3.5rem;
  }

  .lg\:last\:translate-y-15:last-child {
    --transform-translate-y: 3.75rem;
  }

  .lg\:last\:translate-y-16:last-child {
    --transform-translate-y: 4rem;
  }

  .lg\:last\:translate-y-17:last-child {
    --transform-translate-y: 4.25rem;
  }

  .lg\:last\:translate-y-18:last-child {
    --transform-translate-y: 4.5rem;
  }

  .lg\:last\:translate-y-19:last-child {
    --transform-translate-y: 4.75rem;
  }

  .lg\:last\:translate-y-20:last-child {
    --transform-translate-y: 5rem;
  }

  .lg\:last\:translate-y-24:last-child {
    --transform-translate-y: 6rem;
  }

  .lg\:last\:translate-y-32:last-child {
    --transform-translate-y: 8rem;
  }

  .lg\:last\:translate-y-40:last-child {
    --transform-translate-y: 10rem;
  }

  .lg\:last\:translate-y-48:last-child {
    --transform-translate-y: 12rem;
  }

  .lg\:last\:translate-y-56:last-child {
    --transform-translate-y: 14rem;
  }

  .lg\:last\:translate-y-64:last-child {
    --transform-translate-y: 16rem;
  }

  .lg\:last\:translate-y-75:last-child {
    --transform-translate-y: 18.75rem;
  }

  .lg\:last\:translate-y-px:last-child {
    --transform-translate-y: 1px;
  }

  .lg\:last\:-translate-y-1:last-child {
    --transform-translate-y: -0.25rem;
  }

  .lg\:last\:-translate-y-2:last-child {
    --transform-translate-y: -0.5rem;
  }

  .lg\:last\:-translate-y-3:last-child {
    --transform-translate-y: -0.75rem;
  }

  .lg\:last\:-translate-y-4:last-child {
    --transform-translate-y: -1rem;
  }

  .lg\:last\:-translate-y-5:last-child {
    --transform-translate-y: -1.25rem;
  }

  .lg\:last\:-translate-y-6:last-child {
    --transform-translate-y: -1.5rem;
  }

  .lg\:last\:-translate-y-7:last-child {
    --transform-translate-y: -1.75rem;
  }

  .lg\:last\:-translate-y-8:last-child {
    --transform-translate-y: -2rem;
  }

  .lg\:last\:-translate-y-9:last-child {
    --transform-translate-y: -2.25rem;
  }

  .lg\:last\:-translate-y-10:last-child {
    --transform-translate-y: -2.5rem;
  }

  .lg\:last\:-translate-y-11:last-child {
    --transform-translate-y: -2.75rem;
  }

  .lg\:last\:-translate-y-12:last-child {
    --transform-translate-y: -3rem;
  }

  .lg\:last\:-translate-y-13:last-child {
    --transform-translate-y: -3.25rem;
  }

  .lg\:last\:-translate-y-14:last-child {
    --transform-translate-y: -3.5rem;
  }

  .lg\:last\:-translate-y-15:last-child {
    --transform-translate-y: -3.75rem;
  }

  .lg\:last\:-translate-y-16:last-child {
    --transform-translate-y: -4rem;
  }

  .lg\:last\:-translate-y-17:last-child {
    --transform-translate-y: -4.25rem;
  }

  .lg\:last\:-translate-y-18:last-child {
    --transform-translate-y: -4.5rem;
  }

  .lg\:last\:-translate-y-19:last-child {
    --transform-translate-y: -4.75rem;
  }

  .lg\:last\:-translate-y-20:last-child {
    --transform-translate-y: -5rem;
  }

  .lg\:last\:-translate-y-24:last-child {
    --transform-translate-y: -6rem;
  }

  .lg\:last\:-translate-y-32:last-child {
    --transform-translate-y: -8rem;
  }

  .lg\:last\:-translate-y-40:last-child {
    --transform-translate-y: -10rem;
  }

  .lg\:last\:-translate-y-48:last-child {
    --transform-translate-y: -12rem;
  }

  .lg\:last\:-translate-y-56:last-child {
    --transform-translate-y: -14rem;
  }

  .lg\:last\:-translate-y-64:last-child {
    --transform-translate-y: -16rem;
  }

  .lg\:last\:-translate-y-75:last-child {
    --transform-translate-y: -18.75rem;
  }

  .lg\:last\:-translate-y-px:last-child {
    --transform-translate-y: -1px;
  }

  .lg\:last\:-translate-y-full:last-child {
    --transform-translate-y: -100%;
  }

  .lg\:last\:-translate-y-1\/2:last-child {
    --transform-translate-y: -50%;
  }

  .lg\:last\:translate-y-1\/2:last-child {
    --transform-translate-y: 50%;
  }

  .lg\:last\:translate-y-full:last-child {
    --transform-translate-y: 100%;
  }

  .lg\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .lg\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .lg\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .lg\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .lg\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .lg\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .lg\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .lg\:hover\:translate-x-7:hover {
    --transform-translate-x: 1.75rem;
  }

  .lg\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .lg\:hover\:translate-x-9:hover {
    --transform-translate-x: 2.25rem;
  }

  .lg\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .lg\:hover\:translate-x-11:hover {
    --transform-translate-x: 2.75rem;
  }

  .lg\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .lg\:hover\:translate-x-13:hover {
    --transform-translate-x: 3.25rem;
  }

  .lg\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem;
  }

  .lg\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.75rem;
  }

  .lg\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .lg\:hover\:translate-x-17:hover {
    --transform-translate-x: 4.25rem;
  }

  .lg\:hover\:translate-x-18:hover {
    --transform-translate-x: 4.5rem;
  }

  .lg\:hover\:translate-x-19:hover {
    --transform-translate-x: 4.75rem;
  }

  .lg\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .lg\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .lg\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .lg\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .lg\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .lg\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .lg\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .lg\:hover\:translate-x-75:hover {
    --transform-translate-x: 18.75rem;
  }

  .lg\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .lg\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .lg\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .lg\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .lg\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .lg\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .lg\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .lg\:hover\:-translate-x-7:hover {
    --transform-translate-x: -1.75rem;
  }

  .lg\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .lg\:hover\:-translate-x-9:hover {
    --transform-translate-x: -2.25rem;
  }

  .lg\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .lg\:hover\:-translate-x-11:hover {
    --transform-translate-x: -2.75rem;
  }

  .lg\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .lg\:hover\:-translate-x-13:hover {
    --transform-translate-x: -3.25rem;
  }

  .lg\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem;
  }

  .lg\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.75rem;
  }

  .lg\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .lg\:hover\:-translate-x-17:hover {
    --transform-translate-x: -4.25rem;
  }

  .lg\:hover\:-translate-x-18:hover {
    --transform-translate-x: -4.5rem;
  }

  .lg\:hover\:-translate-x-19:hover {
    --transform-translate-x: -4.75rem;
  }

  .lg\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .lg\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .lg\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .lg\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .lg\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .lg\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .lg\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .lg\:hover\:-translate-x-75:hover {
    --transform-translate-x: -18.75rem;
  }

  .lg\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .lg\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .lg\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .lg\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .lg\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .lg\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .lg\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .lg\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .lg\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .lg\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .lg\:hover\:translate-y-7:hover {
    --transform-translate-y: 1.75rem;
  }

  .lg\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .lg\:hover\:translate-y-9:hover {
    --transform-translate-y: 2.25rem;
  }

  .lg\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .lg\:hover\:translate-y-11:hover {
    --transform-translate-y: 2.75rem;
  }

  .lg\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .lg\:hover\:translate-y-13:hover {
    --transform-translate-y: 3.25rem;
  }

  .lg\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem;
  }

  .lg\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.75rem;
  }

  .lg\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .lg\:hover\:translate-y-17:hover {
    --transform-translate-y: 4.25rem;
  }

  .lg\:hover\:translate-y-18:hover {
    --transform-translate-y: 4.5rem;
  }

  .lg\:hover\:translate-y-19:hover {
    --transform-translate-y: 4.75rem;
  }

  .lg\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .lg\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .lg\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .lg\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .lg\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .lg\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .lg\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .lg\:hover\:translate-y-75:hover {
    --transform-translate-y: 18.75rem;
  }

  .lg\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .lg\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .lg\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .lg\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .lg\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .lg\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .lg\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .lg\:hover\:-translate-y-7:hover {
    --transform-translate-y: -1.75rem;
  }

  .lg\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .lg\:hover\:-translate-y-9:hover {
    --transform-translate-y: -2.25rem;
  }

  .lg\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .lg\:hover\:-translate-y-11:hover {
    --transform-translate-y: -2.75rem;
  }

  .lg\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .lg\:hover\:-translate-y-13:hover {
    --transform-translate-y: -3.25rem;
  }

  .lg\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem;
  }

  .lg\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.75rem;
  }

  .lg\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .lg\:hover\:-translate-y-17:hover {
    --transform-translate-y: -4.25rem;
  }

  .lg\:hover\:-translate-y-18:hover {
    --transform-translate-y: -4.5rem;
  }

  .lg\:hover\:-translate-y-19:hover {
    --transform-translate-y: -4.75rem;
  }

  .lg\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .lg\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .lg\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .lg\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .lg\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .lg\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .lg\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .lg\:hover\:-translate-y-75:hover {
    --transform-translate-y: -18.75rem;
  }

  .lg\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .lg\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .lg\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .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-9\! {
    --transform-translate-x: 2.25rem !important;
  }

  .lg\:translate-x-10\! {
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:translate-x-11\! {
    --transform-translate-x: 2.75rem !important;
  }

  .lg\:translate-x-12\! {
    --transform-translate-x: 3rem !important;
  }

  .lg\:translate-x-13\! {
    --transform-translate-x: 3.25rem !important;
  }

  .lg\:translate-x-14\! {
    --transform-translate-x: 3.5rem !important;
  }

  .lg\:translate-x-15\! {
    --transform-translate-x: 3.75rem !important;
  }

  .lg\:translate-x-16\! {
    --transform-translate-x: 4rem !important;
  }

  .lg\:translate-x-17\! {
    --transform-translate-x: 4.25rem !important;
  }

  .lg\:translate-x-18\! {
    --transform-translate-x: 4.5rem !important;
  }

  .lg\:translate-x-19\! {
    --transform-translate-x: 4.75rem !important;
  }

  .lg\:translate-x-20\! {
    --transform-translate-x: 5rem !important;
  }

  .lg\:translate-x-24\! {
    --transform-translate-x: 6rem !important;
  }

  .lg\:translate-x-32\! {
    --transform-translate-x: 8rem !important;
  }

  .lg\:translate-x-40\! {
    --transform-translate-x: 10rem !important;
  }

  .lg\:translate-x-48\! {
    --transform-translate-x: 12rem !important;
  }

  .lg\:translate-x-56\! {
    --transform-translate-x: 14rem !important;
  }

  .lg\:translate-x-64\! {
    --transform-translate-x: 16rem !important;
  }

  .lg\:translate-x-75\! {
    --transform-translate-x: 18.75rem !important;
  }

  .lg\:translate-x-px\! {
    --transform-translate-x: 1px !important;
  }

  .lg\:-translate-x-1\! {
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:-translate-x-2\! {
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:-translate-x-3\! {
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:-translate-x-4\! {
    --transform-translate-x: -1rem !important;
  }

  .lg\:-translate-x-5\! {
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:-translate-x-6\! {
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:-translate-x-7\! {
    --transform-translate-x: -1.75rem !important;
  }

  .lg\:-translate-x-8\! {
    --transform-translate-x: -2rem !important;
  }

  .lg\:-translate-x-9\! {
    --transform-translate-x: -2.25rem !important;
  }

  .lg\:-translate-x-10\! {
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:-translate-x-11\! {
    --transform-translate-x: -2.75rem !important;
  }

  .lg\:-translate-x-12\! {
    --transform-translate-x: -3rem !important;
  }

  .lg\:-translate-x-13\! {
    --transform-translate-x: -3.25rem !important;
  }

  .lg\:-translate-x-14\! {
    --transform-translate-x: -3.5rem !important;
  }

  .lg\:-translate-x-15\! {
    --transform-translate-x: -3.75rem !important;
  }

  .lg\:-translate-x-16\! {
    --transform-translate-x: -4rem !important;
  }

  .lg\:-translate-x-17\! {
    --transform-translate-x: -4.25rem !important;
  }

  .lg\:-translate-x-18\! {
    --transform-translate-x: -4.5rem !important;
  }

  .lg\:-translate-x-19\! {
    --transform-translate-x: -4.75rem !important;
  }

  .lg\:-translate-x-20\! {
    --transform-translate-x: -5rem !important;
  }

  .lg\:-translate-x-24\! {
    --transform-translate-x: -6rem !important;
  }

  .lg\:-translate-x-32\! {
    --transform-translate-x: -8rem !important;
  }

  .lg\:-translate-x-40\! {
    --transform-translate-x: -10rem !important;
  }

  .lg\:-translate-x-48\! {
    --transform-translate-x: -12rem !important;
  }

  .lg\:-translate-x-56\! {
    --transform-translate-x: -14rem !important;
  }

  .lg\:-translate-x-64\! {
    --transform-translate-x: -16rem !important;
  }

  .lg\:-translate-x-75\! {
    --transform-translate-x: -18.75rem !important;
  }

  .lg\:-translate-x-px\! {
    --transform-translate-x: -1px !important;
  }

  .lg\:-translate-x-full\! {
    --transform-translate-x: -100% !important;
  }

  .lg\:-translate-x-1\/2\! {
    --transform-translate-x: -50% !important;
  }

  .lg\:translate-x-1\/2\! {
    --transform-translate-x: 50% !important;
  }

  .lg\:translate-x-full\! {
    --transform-translate-x: 100% !important;
  }

  .lg\:translate-y-0\! {
    --transform-translate-y: 0 !important;
  }

  .lg\:translate-y-1\! {
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:translate-y-2\! {
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:translate-y-3\! {
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:translate-y-4\! {
    --transform-translate-y: 1rem !important;
  }

  .lg\:translate-y-5\! {
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:translate-y-6\! {
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:translate-y-7\! {
    --transform-translate-y: 1.75rem !important;
  }

  .lg\:translate-y-8\! {
    --transform-translate-y: 2rem !important;
  }

  .lg\:translate-y-9\! {
    --transform-translate-y: 2.25rem !important;
  }

  .lg\:translate-y-10\! {
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:translate-y-11\! {
    --transform-translate-y: 2.75rem !important;
  }

  .lg\:translate-y-12\! {
    --transform-translate-y: 3rem !important;
  }

  .lg\:translate-y-13\! {
    --transform-translate-y: 3.25rem !important;
  }

  .lg\:translate-y-14\! {
    --transform-translate-y: 3.5rem !important;
  }

  .lg\:translate-y-15\! {
    --transform-translate-y: 3.75rem !important;
  }

  .lg\:translate-y-16\! {
    --transform-translate-y: 4rem !important;
  }

  .lg\:translate-y-17\! {
    --transform-translate-y: 4.25rem !important;
  }

  .lg\:translate-y-18\! {
    --transform-translate-y: 4.5rem !important;
  }

  .lg\:translate-y-19\! {
    --transform-translate-y: 4.75rem !important;
  }

  .lg\:translate-y-20\! {
    --transform-translate-y: 5rem !important;
  }

  .lg\:translate-y-24\! {
    --transform-translate-y: 6rem !important;
  }

  .lg\:translate-y-32\! {
    --transform-translate-y: 8rem !important;
  }

  .lg\:translate-y-40\! {
    --transform-translate-y: 10rem !important;
  }

  .lg\:translate-y-48\! {
    --transform-translate-y: 12rem !important;
  }

  .lg\:translate-y-56\! {
    --transform-translate-y: 14rem !important;
  }

  .lg\:translate-y-64\! {
    --transform-translate-y: 16rem !important;
  }

  .lg\:translate-y-75\! {
    --transform-translate-y: 18.75rem !important;
  }

  .lg\:translate-y-px\! {
    --transform-translate-y: 1px !important;
  }

  .lg\:-translate-y-1\! {
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:-translate-y-2\! {
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:-translate-y-3\! {
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:-translate-y-4\! {
    --transform-translate-y: -1rem !important;
  }

  .lg\:-translate-y-5\! {
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:-translate-y-6\! {
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:-translate-y-7\! {
    --transform-translate-y: -1.75rem !important;
  }

  .lg\:-translate-y-8\! {
    --transform-translate-y: -2rem !important;
  }

  .lg\:-translate-y-9\! {
    --transform-translate-y: -2.25rem !important;
  }

  .lg\:-translate-y-10\! {
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:-translate-y-11\! {
    --transform-translate-y: -2.75rem !important;
  }

  .lg\:-translate-y-12\! {
    --transform-translate-y: -3rem !important;
  }

  .lg\:-translate-y-13\! {
    --transform-translate-y: -3.25rem !important;
  }

  .lg\:-translate-y-14\! {
    --transform-translate-y: -3.5rem !important;
  }

  .lg\:-translate-y-15\! {
    --transform-translate-y: -3.75rem !important;
  }

  .lg\:-translate-y-16\! {
    --transform-translate-y: -4rem !important;
  }

  .lg\:-translate-y-17\! {
    --transform-translate-y: -4.25rem !important;
  }

  .lg\:-translate-y-18\! {
    --transform-translate-y: -4.5rem !important;
  }

  .lg\:-translate-y-19\! {
    --transform-translate-y: -4.75rem !important;
  }

  .lg\:-translate-y-20\! {
    --transform-translate-y: -5rem !important;
  }

  .lg\:-translate-y-24\! {
    --transform-translate-y: -6rem !important;
  }

  .lg\:-translate-y-32\! {
    --transform-translate-y: -8rem !important;
  }

  .lg\:-translate-y-40\! {
    --transform-translate-y: -10rem !important;
  }

  .lg\:-translate-y-48\! {
    --transform-translate-y: -12rem !important;
  }

  .lg\:-translate-y-56\! {
    --transform-translate-y: -14rem !important;
  }

  .lg\:-translate-y-64\! {
    --transform-translate-y: -16rem !important;
  }

  .lg\:-translate-y-75\! {
    --transform-translate-y: -18.75rem !important;
  }

  .lg\:-translate-y-px\! {
    --transform-translate-y: -1px !important;
  }

  .lg\:-translate-y-full\! {
    --transform-translate-y: -100% !important;
  }

  .lg\:-translate-y-1\/2\! {
    --transform-translate-y: -50% !important;
  }

  .lg\:translate-y-1\/2\! {
    --transform-translate-y: 50% !important;
  }

  .lg\:translate-y-full\! {
    --transform-translate-y: 100% !important;
  }

  .lg\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .lg\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .lg\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .lg\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .lg\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .lg\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .lg\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .lg\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .lg\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .lg\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .lg\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .lg\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .lg\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .lg\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .lg\:even\:skew-x-0:nth-child(even) {
    --transform-skew-x: 0;
  }

  .lg\:even\:skew-x-3:nth-child(even) {
    --transform-skew-x: 3deg;
  }

  .lg\:even\:skew-x-6:nth-child(even) {
    --transform-skew-x: 6deg;
  }

  .lg\:even\:skew-x-12:nth-child(even) {
    --transform-skew-x: 12deg;
  }

  .lg\:even\:-skew-x-12:nth-child(even) {
    --transform-skew-x: -12deg;
  }

  .lg\:even\:-skew-x-6:nth-child(even) {
    --transform-skew-x: -6deg;
  }

  .lg\:even\:-skew-x-3:nth-child(even) {
    --transform-skew-x: -3deg;
  }

  .lg\:even\:skew-y-0:nth-child(even) {
    --transform-skew-y: 0;
  }

  .lg\:even\:skew-y-3:nth-child(even) {
    --transform-skew-y: 3deg;
  }

  .lg\:even\:skew-y-6:nth-child(even) {
    --transform-skew-y: 6deg;
  }

  .lg\:even\:skew-y-12:nth-child(even) {
    --transform-skew-y: 12deg;
  }

  .lg\:even\:-skew-y-12:nth-child(even) {
    --transform-skew-y: -12deg;
  }

  .lg\:even\:-skew-y-6:nth-child(even) {
    --transform-skew-y: -6deg;
  }

  .lg\:even\:-skew-y-3:nth-child(even) {
    --transform-skew-y: -3deg;
  }

  .lg\:odd\:skew-x-0:nth-child(odd) {
    --transform-skew-x: 0;
  }

  .lg\:odd\:skew-x-3:nth-child(odd) {
    --transform-skew-x: 3deg;
  }

  .lg\:odd\:skew-x-6:nth-child(odd) {
    --transform-skew-x: 6deg;
  }

  .lg\:odd\:skew-x-12:nth-child(odd) {
    --transform-skew-x: 12deg;
  }

  .lg\:odd\:-skew-x-12:nth-child(odd) {
    --transform-skew-x: -12deg;
  }

  .lg\:odd\:-skew-x-6:nth-child(odd) {
    --transform-skew-x: -6deg;
  }

  .lg\:odd\:-skew-x-3:nth-child(odd) {
    --transform-skew-x: -3deg;
  }

  .lg\:odd\:skew-y-0:nth-child(odd) {
    --transform-skew-y: 0;
  }

  .lg\:odd\:skew-y-3:nth-child(odd) {
    --transform-skew-y: 3deg;
  }

  .lg\:odd\:skew-y-6:nth-child(odd) {
    --transform-skew-y: 6deg;
  }

  .lg\:odd\:skew-y-12:nth-child(odd) {
    --transform-skew-y: 12deg;
  }

  .lg\:odd\:-skew-y-12:nth-child(odd) {
    --transform-skew-y: -12deg;
  }

  .lg\:odd\:-skew-y-6:nth-child(odd) {
    --transform-skew-y: -6deg;
  }

  .lg\:odd\:-skew-y-3:nth-child(odd) {
    --transform-skew-y: -3deg;
  }

  .lg\:children\:skew-x-0 > * {
    --transform-skew-x: 0;
  }

  .lg\:children\:skew-x-3 > * {
    --transform-skew-x: 3deg;
  }

  .lg\:children\:skew-x-6 > * {
    --transform-skew-x: 6deg;
  }

  .lg\:children\:skew-x-12 > * {
    --transform-skew-x: 12deg;
  }

  .lg\:children\:-skew-x-12 > * {
    --transform-skew-x: -12deg;
  }

  .lg\:children\:-skew-x-6 > * {
    --transform-skew-x: -6deg;
  }

  .lg\:children\:-skew-x-3 > * {
    --transform-skew-x: -3deg;
  }

  .lg\:children\:skew-y-0 > * {
    --transform-skew-y: 0;
  }

  .lg\:children\:skew-y-3 > * {
    --transform-skew-y: 3deg;
  }

  .lg\:children\:skew-y-6 > * {
    --transform-skew-y: 6deg;
  }

  .lg\:children\:skew-y-12 > * {
    --transform-skew-y: 12deg;
  }

  .lg\:children\:-skew-y-12 > * {
    --transform-skew-y: -12deg;
  }

  .lg\:children\:-skew-y-6 > * {
    --transform-skew-y: -6deg;
  }

  .lg\:children\:-skew-y-3 > * {
    --transform-skew-y: -3deg;
  }

  .lg\:first\:skew-x-0:first-child {
    --transform-skew-x: 0;
  }

  .lg\:first\:skew-x-3:first-child {
    --transform-skew-x: 3deg;
  }

  .lg\:first\:skew-x-6:first-child {
    --transform-skew-x: 6deg;
  }

  .lg\:first\:skew-x-12:first-child {
    --transform-skew-x: 12deg;
  }

  .lg\:first\:-skew-x-12:first-child {
    --transform-skew-x: -12deg;
  }

  .lg\:first\:-skew-x-6:first-child {
    --transform-skew-x: -6deg;
  }

  .lg\:first\:-skew-x-3:first-child {
    --transform-skew-x: -3deg;
  }

  .lg\:first\:skew-y-0:first-child {
    --transform-skew-y: 0;
  }

  .lg\:first\:skew-y-3:first-child {
    --transform-skew-y: 3deg;
  }

  .lg\:first\:skew-y-6:first-child {
    --transform-skew-y: 6deg;
  }

  .lg\:first\:skew-y-12:first-child {
    --transform-skew-y: 12deg;
  }

  .lg\:first\:-skew-y-12:first-child {
    --transform-skew-y: -12deg;
  }

  .lg\:first\:-skew-y-6:first-child {
    --transform-skew-y: -6deg;
  }

  .lg\:first\:-skew-y-3:first-child {
    --transform-skew-y: -3deg;
  }

  .lg\:last\:skew-x-0:last-child {
    --transform-skew-x: 0;
  }

  .lg\:last\:skew-x-3:last-child {
    --transform-skew-x: 3deg;
  }

  .lg\:last\:skew-x-6:last-child {
    --transform-skew-x: 6deg;
  }

  .lg\:last\:skew-x-12:last-child {
    --transform-skew-x: 12deg;
  }

  .lg\:last\:-skew-x-12:last-child {
    --transform-skew-x: -12deg;
  }

  .lg\:last\:-skew-x-6:last-child {
    --transform-skew-x: -6deg;
  }

  .lg\:last\:-skew-x-3:last-child {
    --transform-skew-x: -3deg;
  }

  .lg\:last\:skew-y-0:last-child {
    --transform-skew-y: 0;
  }

  .lg\:last\:skew-y-3:last-child {
    --transform-skew-y: 3deg;
  }

  .lg\:last\:skew-y-6:last-child {
    --transform-skew-y: 6deg;
  }

  .lg\:last\:skew-y-12:last-child {
    --transform-skew-y: 12deg;
  }

  .lg\:last\:-skew-y-12:last-child {
    --transform-skew-y: -12deg;
  }

  .lg\:last\:-skew-y-6:last-child {
    --transform-skew-y: -6deg;
  }

  .lg\:last\:-skew-y-3:last-child {
    --transform-skew-y: -3deg;
  }

  .lg\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .lg\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .lg\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .lg\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .lg\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .lg\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .lg\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .lg\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .lg\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .lg\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .lg\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .lg\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .lg\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .lg\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .lg\:skew-x-0\! {
    --transform-skew-x: 0 !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-y-0\! {
    --transform-skew-y: 0 !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\:transition-none {
    transition-property: none;
  }

  .lg\:transition-all {
    transition-property: all;
  }

  .lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .lg\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:transition-opacity {
    transition-property: opacity;
  }

  .lg\:transition-shadow {
    transition-property: box-shadow;
  }

  .lg\:transition-transform {
    transition-property: transform;
  }

  .lg\:even\:transition-none:nth-child(even) {
    transition-property: none;
  }

  .lg\:even\:transition-all:nth-child(even) {
    transition-property: all;
  }

  .lg\:even\:transition:nth-child(even) {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .lg\:even\:transition-colors:nth-child(even) {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:even\:transition-opacity:nth-child(even) {
    transition-property: opacity;
  }

  .lg\:even\:transition-shadow:nth-child(even) {
    transition-property: box-shadow;
  }

  .lg\:even\:transition-transform:nth-child(even) {
    transition-property: transform;
  }

  .lg\:odd\:transition-none:nth-child(odd) {
    transition-property: none;
  }

  .lg\:odd\:transition-all:nth-child(odd) {
    transition-property: all;
  }

  .lg\:odd\:transition:nth-child(odd) {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .lg\:odd\:transition-colors:nth-child(odd) {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:odd\:transition-opacity:nth-child(odd) {
    transition-property: opacity;
  }

  .lg\:odd\:transition-shadow:nth-child(odd) {
    transition-property: box-shadow;
  }

  .lg\:odd\:transition-transform:nth-child(odd) {
    transition-property: transform;
  }

  .lg\:children\:transition-none > * {
    transition-property: none;
  }

  .lg\:children\:transition-all > * {
    transition-property: all;
  }

  .lg\:children\:transition > * {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .lg\:children\:transition-colors > * {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:children\:transition-opacity > * {
    transition-property: opacity;
  }

  .lg\:children\:transition-shadow > * {
    transition-property: box-shadow;
  }

  .lg\:children\:transition-transform > * {
    transition-property: transform;
  }

  .lg\:first\:transition-none:first-child {
    transition-property: none;
  }

  .lg\:first\:transition-all:first-child {
    transition-property: all;
  }

  .lg\:first\:transition:first-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .lg\:first\:transition-colors:first-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:first\:transition-opacity:first-child {
    transition-property: opacity;
  }

  .lg\:first\:transition-shadow:first-child {
    transition-property: box-shadow;
  }

  .lg\:first\:transition-transform:first-child {
    transition-property: transform;
  }

  .lg\:last\:transition-none:last-child {
    transition-property: none;
  }

  .lg\:last\:transition-all:last-child {
    transition-property: all;
  }

  .lg\:last\:transition:last-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .lg\:last\:transition-colors:last-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:last\:transition-opacity:last-child {
    transition-property: opacity;
  }

  .lg\:last\:transition-shadow:last-child {
    transition-property: box-shadow;
  }

  .lg\:last\:transition-transform:last-child {
    transition-property: transform;
  }

  .lg\:hover\:transition-none:hover {
    transition-property: none;
  }

  .lg\:hover\:transition-all:hover {
    transition-property: all;
  }

  .lg\:hover\:transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .lg\:hover\:transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:hover\:transition-opacity:hover {
    transition-property: opacity;
  }

  .lg\:hover\:transition-shadow:hover {
    transition-property: box-shadow;
  }

  .lg\:hover\:transition-transform:hover {
    transition-property: transform;
  }

  .lg\:transition-none\! {
    transition-property: none !important;
  }

  .lg\:transition-all\! {
    transition-property: all !important;
  }

  .lg\:transition\! {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .lg\:transition-colors\! {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .lg\:transition-opacity\! {
    transition-property: opacity !important;
  }

  .lg\:transition-shadow\! {
    transition-property: box-shadow !important;
  }

  .lg\:transition-transform\! {
    transition-property: transform !important;
  }

  .lg\:ease-linear {
    transition-timing-function: linear;
  }

  .lg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:even\:ease-linear:nth-child(even) {
    transition-timing-function: linear;
  }

  .lg\:even\:ease-in:nth-child(even) {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:even\:ease-out:nth-child(even) {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:even\:ease-in-out:nth-child(even) {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:odd\:ease-linear:nth-child(odd) {
    transition-timing-function: linear;
  }

  .lg\:odd\:ease-in:nth-child(odd) {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:odd\:ease-out:nth-child(odd) {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:odd\:ease-in-out:nth-child(odd) {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:children\:ease-linear > * {
    transition-timing-function: linear;
  }

  .lg\:children\:ease-in > * {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:children\:ease-out > * {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:children\:ease-in-out > * {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:first\:ease-linear:first-child {
    transition-timing-function: linear;
  }

  .lg\:first\:ease-in:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:first\:ease-out:first-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:first\:ease-in-out:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:last\:ease-linear:last-child {
    transition-timing-function: linear;
  }

  .lg\:last\:ease-in:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:last\:ease-out:last-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:last\:ease-in-out:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:hover\:ease-linear:hover {
    transition-timing-function: linear;
  }

  .lg\:hover\:ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:hover\:ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:hover\:ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:ease-linear\! {
    transition-timing-function: linear !important;
  }

  .lg\:ease-in\! {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg\:ease-out\! {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg\:ease-in-out\! {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .lg\:duration-75 {
    transition-duration: 75ms;
  }

  .lg\:duration-100 {
    transition-duration: 100ms;
  }

  .lg\:duration-150 {
    transition-duration: 150ms;
  }

  .lg\:duration-200 {
    transition-duration: 200ms;
  }

  .lg\:duration-300 {
    transition-duration: 300ms;
  }

  .lg\:duration-500 {
    transition-duration: 500ms;
  }

  .lg\:duration-700 {
    transition-duration: 700ms;
  }

  .lg\:duration-1000 {
    transition-duration: 1000ms;
  }

  .lg\:even\:duration-75:nth-child(even) {
    transition-duration: 75ms;
  }

  .lg\:even\:duration-100:nth-child(even) {
    transition-duration: 100ms;
  }

  .lg\:even\:duration-150:nth-child(even) {
    transition-duration: 150ms;
  }

  .lg\:even\:duration-200:nth-child(even) {
    transition-duration: 200ms;
  }

  .lg\:even\:duration-300:nth-child(even) {
    transition-duration: 300ms;
  }

  .lg\:even\:duration-500:nth-child(even) {
    transition-duration: 500ms;
  }

  .lg\:even\:duration-700:nth-child(even) {
    transition-duration: 700ms;
  }

  .lg\:even\:duration-1000:nth-child(even) {
    transition-duration: 1000ms;
  }

  .lg\:odd\:duration-75:nth-child(odd) {
    transition-duration: 75ms;
  }

  .lg\:odd\:duration-100:nth-child(odd) {
    transition-duration: 100ms;
  }

  .lg\:odd\:duration-150:nth-child(odd) {
    transition-duration: 150ms;
  }

  .lg\:odd\:duration-200:nth-child(odd) {
    transition-duration: 200ms;
  }

  .lg\:odd\:duration-300:nth-child(odd) {
    transition-duration: 300ms;
  }

  .lg\:odd\:duration-500:nth-child(odd) {
    transition-duration: 500ms;
  }

  .lg\:odd\:duration-700:nth-child(odd) {
    transition-duration: 700ms;
  }

  .lg\:odd\:duration-1000:nth-child(odd) {
    transition-duration: 1000ms;
  }

  .lg\:children\:duration-75 > * {
    transition-duration: 75ms;
  }

  .lg\:children\:duration-100 > * {
    transition-duration: 100ms;
  }

  .lg\:children\:duration-150 > * {
    transition-duration: 150ms;
  }

  .lg\:children\:duration-200 > * {
    transition-duration: 200ms;
  }

  .lg\:children\:duration-300 > * {
    transition-duration: 300ms;
  }

  .lg\:children\:duration-500 > * {
    transition-duration: 500ms;
  }

  .lg\:children\:duration-700 > * {
    transition-duration: 700ms;
  }

  .lg\:children\:duration-1000 > * {
    transition-duration: 1000ms;
  }

  .lg\:first\:duration-75:first-child {
    transition-duration: 75ms;
  }

  .lg\:first\:duration-100:first-child {
    transition-duration: 100ms;
  }

  .lg\:first\:duration-150:first-child {
    transition-duration: 150ms;
  }

  .lg\:first\:duration-200:first-child {
    transition-duration: 200ms;
  }

  .lg\:first\:duration-300:first-child {
    transition-duration: 300ms;
  }

  .lg\:first\:duration-500:first-child {
    transition-duration: 500ms;
  }

  .lg\:first\:duration-700:first-child {
    transition-duration: 700ms;
  }

  .lg\:first\:duration-1000:first-child {
    transition-duration: 1000ms;
  }

  .lg\:last\:duration-75:last-child {
    transition-duration: 75ms;
  }

  .lg\:last\:duration-100:last-child {
    transition-duration: 100ms;
  }

  .lg\:last\:duration-150:last-child {
    transition-duration: 150ms;
  }

  .lg\:last\:duration-200:last-child {
    transition-duration: 200ms;
  }

  .lg\:last\:duration-300:last-child {
    transition-duration: 300ms;
  }

  .lg\:last\:duration-500:last-child {
    transition-duration: 500ms;
  }

  .lg\:last\:duration-700:last-child {
    transition-duration: 700ms;
  }

  .lg\:last\:duration-1000:last-child {
    transition-duration: 1000ms;
  }

  .lg\:hover\:duration-75:hover {
    transition-duration: 75ms;
  }

  .lg\:hover\:duration-100:hover {
    transition-duration: 100ms;
  }

  .lg\:hover\:duration-150:hover {
    transition-duration: 150ms;
  }

  .lg\:hover\:duration-200:hover {
    transition-duration: 200ms;
  }

  .lg\:hover\:duration-300:hover {
    transition-duration: 300ms;
  }

  .lg\:hover\:duration-500:hover {
    transition-duration: 500ms;
  }

  .lg\:hover\:duration-700:hover {
    transition-duration: 700ms;
  }

  .lg\:hover\:duration-1000:hover {
    transition-duration: 1000ms;
  }

  .lg\:duration-75\! {
    transition-duration: 75ms !important;
  }

  .lg\:duration-100\! {
    transition-duration: 100ms !important;
  }

  .lg\:duration-150\! {
    transition-duration: 150ms !important;
  }

  .lg\:duration-200\! {
    transition-duration: 200ms !important;
  }

  .lg\:duration-300\! {
    transition-duration: 300ms !important;
  }

  .lg\:duration-500\! {
    transition-duration: 500ms !important;
  }

  .lg\:duration-700\! {
    transition-duration: 700ms !important;
  }

  .lg\:duration-1000\! {
    transition-duration: 1000ms !important;
  }

  .lg\:delay-75 {
    transition-delay: 75ms;
  }

  .lg\:delay-100 {
    transition-delay: 100ms;
  }

  .lg\:delay-150 {
    transition-delay: 150ms;
  }

  .lg\:delay-200 {
    transition-delay: 200ms;
  }

  .lg\:delay-300 {
    transition-delay: 300ms;
  }

  .lg\:delay-500 {
    transition-delay: 500ms;
  }

  .lg\:delay-700 {
    transition-delay: 700ms;
  }

  .lg\:delay-1000 {
    transition-delay: 1000ms;
  }

  .lg\:even\:delay-75:nth-child(even) {
    transition-delay: 75ms;
  }

  .lg\:even\:delay-100:nth-child(even) {
    transition-delay: 100ms;
  }

  .lg\:even\:delay-150:nth-child(even) {
    transition-delay: 150ms;
  }

  .lg\:even\:delay-200:nth-child(even) {
    transition-delay: 200ms;
  }

  .lg\:even\:delay-300:nth-child(even) {
    transition-delay: 300ms;
  }

  .lg\:even\:delay-500:nth-child(even) {
    transition-delay: 500ms;
  }

  .lg\:even\:delay-700:nth-child(even) {
    transition-delay: 700ms;
  }

  .lg\:even\:delay-1000:nth-child(even) {
    transition-delay: 1000ms;
  }

  .lg\:odd\:delay-75:nth-child(odd) {
    transition-delay: 75ms;
  }

  .lg\:odd\:delay-100:nth-child(odd) {
    transition-delay: 100ms;
  }

  .lg\:odd\:delay-150:nth-child(odd) {
    transition-delay: 150ms;
  }

  .lg\:odd\:delay-200:nth-child(odd) {
    transition-delay: 200ms;
  }

  .lg\:odd\:delay-300:nth-child(odd) {
    transition-delay: 300ms;
  }

  .lg\:odd\:delay-500:nth-child(odd) {
    transition-delay: 500ms;
  }

  .lg\:odd\:delay-700:nth-child(odd) {
    transition-delay: 700ms;
  }

  .lg\:odd\:delay-1000:nth-child(odd) {
    transition-delay: 1000ms;
  }

  .lg\:children\:delay-75 > * {
    transition-delay: 75ms;
  }

  .lg\:children\:delay-100 > * {
    transition-delay: 100ms;
  }

  .lg\:children\:delay-150 > * {
    transition-delay: 150ms;
  }

  .lg\:children\:delay-200 > * {
    transition-delay: 200ms;
  }

  .lg\:children\:delay-300 > * {
    transition-delay: 300ms;
  }

  .lg\:children\:delay-500 > * {
    transition-delay: 500ms;
  }

  .lg\:children\:delay-700 > * {
    transition-delay: 700ms;
  }

  .lg\:children\:delay-1000 > * {
    transition-delay: 1000ms;
  }

  .lg\:first\:delay-75:first-child {
    transition-delay: 75ms;
  }

  .lg\:first\:delay-100:first-child {
    transition-delay: 100ms;
  }

  .lg\:first\:delay-150:first-child {
    transition-delay: 150ms;
  }

  .lg\:first\:delay-200:first-child {
    transition-delay: 200ms;
  }

  .lg\:first\:delay-300:first-child {
    transition-delay: 300ms;
  }

  .lg\:first\:delay-500:first-child {
    transition-delay: 500ms;
  }

  .lg\:first\:delay-700:first-child {
    transition-delay: 700ms;
  }

  .lg\:first\:delay-1000:first-child {
    transition-delay: 1000ms;
  }

  .lg\:last\:delay-75:last-child {
    transition-delay: 75ms;
  }

  .lg\:last\:delay-100:last-child {
    transition-delay: 100ms;
  }

  .lg\:last\:delay-150:last-child {
    transition-delay: 150ms;
  }

  .lg\:last\:delay-200:last-child {
    transition-delay: 200ms;
  }

  .lg\:last\:delay-300:last-child {
    transition-delay: 300ms;
  }

  .lg\:last\:delay-500:last-child {
    transition-delay: 500ms;
  }

  .lg\:last\:delay-700:last-child {
    transition-delay: 700ms;
  }

  .lg\:last\:delay-1000:last-child {
    transition-delay: 1000ms;
  }

  .lg\:hover\:delay-75:hover {
    transition-delay: 75ms;
  }

  .lg\:hover\:delay-100:hover {
    transition-delay: 100ms;
  }

  .lg\:hover\:delay-150:hover {
    transition-delay: 150ms;
  }

  .lg\:hover\:delay-200:hover {
    transition-delay: 200ms;
  }

  .lg\:hover\:delay-300:hover {
    transition-delay: 300ms;
  }

  .lg\:hover\:delay-500:hover {
    transition-delay: 500ms;
  }

  .lg\:hover\:delay-700:hover {
    transition-delay: 700ms;
  }

  .lg\:hover\:delay-1000:hover {
    transition-delay: 1000ms;
  }

  .lg\:delay-75\! {
    transition-delay: 75ms !important;
  }

  .lg\:delay-100\! {
    transition-delay: 100ms !important;
  }

  .lg\:delay-150\! {
    transition-delay: 150ms !important;
  }

  .lg\:delay-200\! {
    transition-delay: 200ms !important;
  }

  .lg\:delay-300\! {
    transition-delay: 300ms !important;
  }

  .lg\:delay-500\! {
    transition-delay: 500ms !important;
  }

  .lg\:delay-700\! {
    transition-delay: 700ms !important;
  }

  .lg\:delay-1000\! {
    transition-delay: 1000ms !important;
  }

  .lg\:aspect-ratio-square {
    padding-top: 100%;
  }

  .lg\:aspect-ratio-3\/2 {
    padding-top: 66.66666666666667%;
  }

  .lg\:aspect-ratio-2\/3 {
    padding-top: 150%;
  }

  .lg\:aspect-ratio-4\/3 {
    padding-top: 75%;
  }

  .lg\:aspect-ratio-5\/6 {
    padding-top: 120%;
  }

  .lg\:aspect-ratio-16\/9 {
    padding-top: 56.25%;
  }

  .lg\:aspect-ratio-21\/9 {
    padding-top: 42.86%;
  }

  .lg\:even\:aspect-ratio-square:nth-child(even) {
    padding-top: 100%;
  }

  .lg\:even\:aspect-ratio-3\/2:nth-child(even) {
    padding-top: 66.66666666666667%;
  }

  .lg\:even\:aspect-ratio-2\/3:nth-child(even) {
    padding-top: 150%;
  }

  .lg\:even\:aspect-ratio-4\/3:nth-child(even) {
    padding-top: 75%;
  }

  .lg\:even\:aspect-ratio-5\/6:nth-child(even) {
    padding-top: 120%;
  }

  .lg\:even\:aspect-ratio-16\/9:nth-child(even) {
    padding-top: 56.25%;
  }

  .lg\:even\:aspect-ratio-21\/9:nth-child(even) {
    padding-top: 42.86%;
  }

  .lg\:odd\:aspect-ratio-square:nth-child(odd) {
    padding-top: 100%;
  }

  .lg\:odd\:aspect-ratio-3\/2:nth-child(odd) {
    padding-top: 66.66666666666667%;
  }

  .lg\:odd\:aspect-ratio-2\/3:nth-child(odd) {
    padding-top: 150%;
  }

  .lg\:odd\:aspect-ratio-4\/3:nth-child(odd) {
    padding-top: 75%;
  }

  .lg\:odd\:aspect-ratio-5\/6:nth-child(odd) {
    padding-top: 120%;
  }

  .lg\:odd\:aspect-ratio-16\/9:nth-child(odd) {
    padding-top: 56.25%;
  }

  .lg\:odd\:aspect-ratio-21\/9:nth-child(odd) {
    padding-top: 42.86%;
  }

  .lg\:children\:aspect-ratio-square > * {
    padding-top: 100%;
  }

  .lg\:children\:aspect-ratio-3\/2 > * {
    padding-top: 66.66666666666667%;
  }

  .lg\:children\:aspect-ratio-2\/3 > * {
    padding-top: 150%;
  }

  .lg\:children\:aspect-ratio-4\/3 > * {
    padding-top: 75%;
  }

  .lg\:children\:aspect-ratio-5\/6 > * {
    padding-top: 120%;
  }

  .lg\:children\:aspect-ratio-16\/9 > * {
    padding-top: 56.25%;
  }

  .lg\:children\:aspect-ratio-21\/9 > * {
    padding-top: 42.86%;
  }

  .lg\:first\:aspect-ratio-square:first-child {
    padding-top: 100%;
  }

  .lg\:first\:aspect-ratio-3\/2:first-child {
    padding-top: 66.66666666666667%;
  }

  .lg\:first\:aspect-ratio-2\/3:first-child {
    padding-top: 150%;
  }

  .lg\:first\:aspect-ratio-4\/3:first-child {
    padding-top: 75%;
  }

  .lg\:first\:aspect-ratio-5\/6:first-child {
    padding-top: 120%;
  }

  .lg\:first\:aspect-ratio-16\/9:first-child {
    padding-top: 56.25%;
  }

  .lg\:first\:aspect-ratio-21\/9:first-child {
    padding-top: 42.86%;
  }

  .lg\:last\:aspect-ratio-square:last-child {
    padding-top: 100%;
  }

  .lg\:last\:aspect-ratio-3\/2:last-child {
    padding-top: 66.66666666666667%;
  }

  .lg\:last\:aspect-ratio-2\/3:last-child {
    padding-top: 150%;
  }

  .lg\:last\:aspect-ratio-4\/3:last-child {
    padding-top: 75%;
  }

  .lg\:last\:aspect-ratio-5\/6:last-child {
    padding-top: 120%;
  }

  .lg\:last\:aspect-ratio-16\/9:last-child {
    padding-top: 56.25%;
  }

  .lg\:last\:aspect-ratio-21\/9:last-child {
    padding-top: 42.86%;
  }

  .lg\:hover\:aspect-ratio-square:hover {
    padding-top: 100%;
  }

  .lg\:hover\:aspect-ratio-3\/2:hover {
    padding-top: 66.66666666666667%;
  }

  .lg\:hover\:aspect-ratio-2\/3:hover {
    padding-top: 150%;
  }

  .lg\:hover\:aspect-ratio-4\/3:hover {
    padding-top: 75%;
  }

  .lg\:hover\:aspect-ratio-5\/6:hover {
    padding-top: 120%;
  }

  .lg\:hover\:aspect-ratio-16\/9:hover {
    padding-top: 56.25%;
  }

  .lg\:hover\:aspect-ratio-21\/9:hover {
    padding-top: 42.86%;
  }

  .lg\:aspect-ratio-square\! {
    padding-top: 100% !important;
  }

  .lg\:aspect-ratio-3\/2\! {
    padding-top: 66.66666666666667% !important;
  }

  .lg\:aspect-ratio-2\/3\! {
    padding-top: 150% !important;
  }

  .lg\:aspect-ratio-4\/3\! {
    padding-top: 75% !important;
  }

  .lg\:aspect-ratio-5\/6\! {
    padding-top: 120% !important;
  }

  .lg\:aspect-ratio-16\/9\! {
    padding-top: 56.25% !important;
  }

  .lg\:aspect-ratio-21\/9\! {
    padding-top: 42.86% !important;
  }

  .lg\:border-box {
    box-sizing: border-box;
  }

  .lg\:content-box {
    box-sizing: content-box;
  }

  .lg\:even\:border-box:nth-child(even) {
    box-sizing: border-box;
  }

  .lg\:even\:content-box:nth-child(even) {
    box-sizing: content-box;
  }

  .lg\:odd\:border-box:nth-child(odd) {
    box-sizing: border-box;
  }

  .lg\:odd\:content-box:nth-child(odd) {
    box-sizing: content-box;
  }

  .lg\:children\:border-box > * {
    box-sizing: border-box;
  }

  .lg\:children\:content-box > * {
    box-sizing: content-box;
  }

  .lg\:first\:border-box:first-child {
    box-sizing: border-box;
  }

  .lg\:first\:content-box:first-child {
    box-sizing: content-box;
  }

  .lg\:last\:border-box:last-child {
    box-sizing: border-box;
  }

  .lg\:last\:content-box:last-child {
    box-sizing: content-box;
  }

  .lg\:hover\:border-box:hover {
    box-sizing: border-box;
  }

  .lg\:hover\:content-box:hover {
    box-sizing: content-box;
  }

  .lg\:border-box\! {
    box-sizing: border-box !important;
  }

  .lg\:content-box\! {
    box-sizing: content-box !important;
  }

  .lg\:line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:line-clamp-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:line-clamp-7 {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:line-clamp-8 {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:line-clamp-9 {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:line-clamp-10 {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:even\:line-clamp-1:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:even\:line-clamp-2:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:even\:line-clamp-3:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:even\:line-clamp-4:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:even\:line-clamp-5:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:even\:line-clamp-6:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:even\:line-clamp-7:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:even\:line-clamp-8:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:even\:line-clamp-9:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:even\:line-clamp-10:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:odd\:line-clamp-1:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:odd\:line-clamp-2:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:odd\:line-clamp-3:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:odd\:line-clamp-4:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:odd\:line-clamp-5:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:odd\:line-clamp-6:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:odd\:line-clamp-7:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:odd\:line-clamp-8:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:odd\:line-clamp-9:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:odd\:line-clamp-10:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:children\:line-clamp-1 > * {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:children\:line-clamp-2 > * {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:children\:line-clamp-3 > * {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:children\:line-clamp-4 > * {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:children\:line-clamp-5 > * {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:children\:line-clamp-6 > * {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:children\:line-clamp-7 > * {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:children\:line-clamp-8 > * {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:children\:line-clamp-9 > * {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:children\:line-clamp-10 > * {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:first\:line-clamp-1:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:first\:line-clamp-2:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:first\:line-clamp-3:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:first\:line-clamp-4:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:first\:line-clamp-5:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:first\:line-clamp-6:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:first\:line-clamp-7:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:first\:line-clamp-8:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:first\:line-clamp-9:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:first\:line-clamp-10:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:last\:line-clamp-1:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:last\:line-clamp-2:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:last\:line-clamp-3:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:last\:line-clamp-4:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:last\:line-clamp-5:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:last\:line-clamp-6:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:last\:line-clamp-7:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:last\:line-clamp-8:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:last\:line-clamp-9:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:last\:line-clamp-10:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:hover\:line-clamp-1:hover {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:hover\:line-clamp-2:hover {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:hover\:line-clamp-3:hover {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:hover\:line-clamp-4:hover {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:hover\:line-clamp-5:hover {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:hover\:line-clamp-6:hover {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:hover\:line-clamp-7:hover {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:hover\:line-clamp-8:hover {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:hover\:line-clamp-9:hover {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:hover\:line-clamp-10:hover {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lg\:line-clamp-1\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .lg\:line-clamp-2\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .lg\:line-clamp-3\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .lg\:line-clamp-4\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .lg\:line-clamp-5\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .lg\:line-clamp-6\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .lg\:line-clamp-7\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 7 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .lg\:line-clamp-8\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 8 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .lg\:line-clamp-9\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 9 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .lg\:line-clamp-10\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 10 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .lg\:filter-blur-1 {
    filter: blur(1px);
  }

  .lg\:filter-blur-2 {
    filter: blur(2px);
  }

  .lg\:filter-blur-3 {
    filter: blur(3px);
  }

  .lg\:filter-blur-4 {
    filter: blur(4px);
  }

  .lg\:filter-blur-5 {
    filter: blur(5px);
  }

  .lg\:even\:filter-blur-1:nth-child(even) {
    filter: blur(1px);
  }

  .lg\:even\:filter-blur-2:nth-child(even) {
    filter: blur(2px);
  }

  .lg\:even\:filter-blur-3:nth-child(even) {
    filter: blur(3px);
  }

  .lg\:even\:filter-blur-4:nth-child(even) {
    filter: blur(4px);
  }

  .lg\:even\:filter-blur-5:nth-child(even) {
    filter: blur(5px);
  }

  .lg\:odd\:filter-blur-1:nth-child(odd) {
    filter: blur(1px);
  }

  .lg\:odd\:filter-blur-2:nth-child(odd) {
    filter: blur(2px);
  }

  .lg\:odd\:filter-blur-3:nth-child(odd) {
    filter: blur(3px);
  }

  .lg\:odd\:filter-blur-4:nth-child(odd) {
    filter: blur(4px);
  }

  .lg\:odd\:filter-blur-5:nth-child(odd) {
    filter: blur(5px);
  }

  .lg\:children\:filter-blur-1 > * {
    filter: blur(1px);
  }

  .lg\:children\:filter-blur-2 > * {
    filter: blur(2px);
  }

  .lg\:children\:filter-blur-3 > * {
    filter: blur(3px);
  }

  .lg\:children\:filter-blur-4 > * {
    filter: blur(4px);
  }

  .lg\:children\:filter-blur-5 > * {
    filter: blur(5px);
  }

  .lg\:first\:filter-blur-1:first-child {
    filter: blur(1px);
  }

  .lg\:first\:filter-blur-2:first-child {
    filter: blur(2px);
  }

  .lg\:first\:filter-blur-3:first-child {
    filter: blur(3px);
  }

  .lg\:first\:filter-blur-4:first-child {
    filter: blur(4px);
  }

  .lg\:first\:filter-blur-5:first-child {
    filter: blur(5px);
  }

  .lg\:last\:filter-blur-1:last-child {
    filter: blur(1px);
  }

  .lg\:last\:filter-blur-2:last-child {
    filter: blur(2px);
  }

  .lg\:last\:filter-blur-3:last-child {
    filter: blur(3px);
  }

  .lg\:last\:filter-blur-4:last-child {
    filter: blur(4px);
  }

  .lg\:last\:filter-blur-5:last-child {
    filter: blur(5px);
  }

  .lg\:hover\:filter-blur-1:hover {
    filter: blur(1px);
  }

  .lg\:hover\:filter-blur-2:hover {
    filter: blur(2px);
  }

  .lg\:hover\:filter-blur-3:hover {
    filter: blur(3px);
  }

  .lg\:hover\:filter-blur-4:hover {
    filter: blur(4px);
  }

  .lg\:hover\:filter-blur-5:hover {
    filter: blur(5px);
  }

  .lg\:filter-blur-1\! {
    filter: blur(1px) !important;
  }

  .lg\:filter-blur-2\! {
    filter: blur(2px) !important;
  }

  .lg\:filter-blur-3\! {
    filter: blur(3px) !important;
  }

  .lg\:filter-blur-4\! {
    filter: blur(4px) !important;
  }

  .lg\:filter-blur-5\! {
    filter: blur(5px) !important;
  }
}

@media (min-width: 1280px) {
  .xl\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xl\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xl\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .xl\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .xl\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .xl\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .xl\:space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .xl\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .xl\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .xl\:space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .xl\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .xl\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .xl\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .xl\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .xl\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .xl\:space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .xl\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .xl\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .xl\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .xl\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .xl\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .xl\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .xl\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .xl\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xl\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xl\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .xl\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .xl\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .xl\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .xl\:-space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .xl\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .xl\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-11 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .xl\:-space-x-11 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .xl\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .xl\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .xl\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .xl\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .xl\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-19 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .xl\:-space-x-19 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .xl\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .xl\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .xl\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .xl\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .xl\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .xl\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .xl\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xl\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .xl\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .xl\:even\:space-y-0:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xl\:even\:space-x-0:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-1:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-1:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-2:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-2:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-3:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-3:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-4:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-4:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-5:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-5:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-6:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-6:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-7:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-7:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-8:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-8:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-9:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-9:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-10:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-10:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-11:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-11:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-12:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-12:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-13:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-13:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-14:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-14:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-15:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-15:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-16:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-16:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-17:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-17:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-18:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-18:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-19:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-19:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-20:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-20:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-24:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-24:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-32:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-32:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-40:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-40:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-48:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-48:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-56:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-56:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-64:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-64:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-75:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .xl\:even\:space-x-75:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-px:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xl\:even\:space-x-px:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-1:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-1:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-2:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-2:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-3:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-3:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-4:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-4:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-5:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-5:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-6:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-6:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-7:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-7:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-8:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-8:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-9:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-9:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-10:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-10:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-11:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-11:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-12:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-12:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-13:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-13:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-14:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-14:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-15:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-15:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-16:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-16:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-17:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-17:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-18:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-18:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-19:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-19:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-20:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-20:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-24:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-24:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-32:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-32:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-40:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-40:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-48:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-48:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-56:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-56:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-64:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-64:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-75:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-75:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:-space-y-px:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xl\:even\:-space-x-px:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:even\:space-y-reverse:nth-child(even) > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .xl\:even\:space-x-reverse:nth-child(even) > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .xl\:odd\:space-y-0:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-0:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-1:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-1:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-2:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-2:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-3:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-3:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-4:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-4:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-5:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-5:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-6:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-6:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-7:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-7:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-8:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-8:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-9:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-9:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-10:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-10:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-11:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-11:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-12:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-12:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-13:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-13:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-14:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-14:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-15:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-15:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-16:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-16:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-17:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-17:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-18:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-18:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-19:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-19:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-20:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-20:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-24:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-24:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-32:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-32:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-40:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-40:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-48:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-48:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-56:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-56:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-64:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-64:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-75:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-75:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-px:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xl\:odd\:space-x-px:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-1:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-1:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-2:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-2:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-3:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-3:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-4:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-4:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-5:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-5:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-6:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-6:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-7:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-7:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-8:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-8:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-9:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-9:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-10:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-10:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-11:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-11:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-12:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-12:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-13:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-13:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-14:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-14:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-15:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-15:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-16:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-16:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-17:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-17:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-18:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-18:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-19:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-19:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-20:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-20:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-24:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-24:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-32:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-32:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-40:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-40:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-48:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-48:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-56:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-56:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-64:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-64:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-75:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-75:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:-space-y-px:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xl\:odd\:-space-x-px:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:odd\:space-y-reverse:nth-child(odd) > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .xl\:odd\:space-x-reverse:nth-child(odd) > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .xl\:children\:space-y-0 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xl\:children\:space-x-0 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-1 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-1 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-2 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-2 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-3 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-3 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-4 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-4 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-5 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-5 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-6 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-6 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-7 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-7 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-8 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-8 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-9 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-9 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-10 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-10 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-11 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-11 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-12 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-12 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-13 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-13 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-14 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-14 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-15 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-15 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-16 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-16 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-17 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-17 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-18 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-18 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-19 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-19 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-20 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-20 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-24 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-24 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-32 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-32 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-40 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-40 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-48 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-48 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-56 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-56 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-64 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-64 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-75 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .xl\:children\:space-x-75 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-px > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xl\:children\:space-x-px > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-1 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-1 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-2 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-2 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-3 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-3 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-4 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-4 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-5 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-5 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-6 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-6 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-7 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-7 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-8 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-8 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-9 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-9 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-10 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-10 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-11 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-11 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-12 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-12 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-13 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-13 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-14 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-14 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-15 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-15 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-16 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-16 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-17 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-17 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-18 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-18 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-19 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-19 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-20 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-20 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-24 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-24 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-32 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-32 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-40 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-40 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-48 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-48 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-56 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-56 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-64 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-64 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-75 > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-75 > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:-space-y-px > * > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xl\:children\:-space-x-px > * > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:children\:space-y-reverse > * > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .xl\:children\:space-x-reverse > * > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .xl\:first\:space-y-0:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xl\:first\:space-x-0:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-7:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-7:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-11:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-11:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-19:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-19:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .xl\:first\:space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xl\:first\:space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-7:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-7:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-11:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-11:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-19:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-19:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:-space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xl\:first\:-space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:first\:space-y-reverse:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .xl\:first\:space-x-reverse:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .xl\:last\:space-y-0:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xl\:last\:space-x-0:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-7:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-7:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-11:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-11:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-19:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-19:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .xl\:last\:space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xl\:last\:space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-7:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-7:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-11:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-11:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-19:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-19:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:-space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xl\:last\:-space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:last\:space-y-reverse:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .xl\:last\:space-x-reverse:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .xl\:hover\:space-y-0:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-0:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-7:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-7:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-11:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-11:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-19:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-19:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xl\:hover\:space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-7:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-7:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-11:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-11:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-19:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-19:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:-space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xl\:hover\:-space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:hover\:space-y-reverse:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .xl\:hover\:space-x-reverse:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .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-9 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-9 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.25rem * 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-11 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-11 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.75rem * 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-13 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-13 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-14 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-14 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-15 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-15 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.75rem * 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-17 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-17 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-18 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-18 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-19 > :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-19 > :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-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-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-48 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-48 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * 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-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-75 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(18.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-75 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(18.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(18.75rem * 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-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-9 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-9 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.25rem * 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-11 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-11 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.75rem * 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-13 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-13 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-14 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-14 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-15 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-15 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.75rem * 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-17 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-17 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-18 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-18 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-19 > :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-19 > :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-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-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-48 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-48 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * 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-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-75 > :not(template) ~ :not(template)\! {
    --space-y-reverse: 0 !important;
    margin-top: calc(-18.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-75 > :not(template) ~ :not(template)\! {
    --space-x-reverse: 0 !important;
    margin-right: calc(-18.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18.75rem * 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-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;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xl\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xl\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xl\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xl\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xl\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .xl\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .xl\:even\:divide-y-0:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xl\:even\:divide-x-0:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:even\:divide-y-2:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xl\:even\:divide-x-2:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:even\:divide-y-4:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xl\:even\:divide-x-4:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:even\:divide-y-8:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xl\:even\:divide-x-8:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:even\:divide-y:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xl\:even\:divide-x:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:even\:divide-y-reverse:nth-child(even) > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .xl\:even\:divide-x-reverse:nth-child(even) > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .xl\:odd\:divide-y-0:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xl\:odd\:divide-x-0:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:odd\:divide-y-2:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xl\:odd\:divide-x-2:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:odd\:divide-y-4:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xl\:odd\:divide-x-4:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:odd\:divide-y-8:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xl\:odd\:divide-x-8:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:odd\:divide-y:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xl\:odd\:divide-x:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:odd\:divide-y-reverse:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .xl\:odd\:divide-x-reverse:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .xl\:children\:divide-y-0 > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xl\:children\:divide-x-0 > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:children\:divide-y-2 > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xl\:children\:divide-x-2 > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:children\:divide-y-4 > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xl\:children\:divide-x-4 > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:children\:divide-y-8 > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xl\:children\:divide-x-8 > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:children\:divide-y > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xl\:children\:divide-x > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:children\:divide-y-reverse > * > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .xl\:children\:divide-x-reverse > * > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .xl\:first\:divide-y-0:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xl\:first\:divide-x-0:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:first\:divide-y-2:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xl\:first\:divide-x-2:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:first\:divide-y-4:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xl\:first\:divide-x-4:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:first\:divide-y-8:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xl\:first\:divide-x-8:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:first\:divide-y:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xl\:first\:divide-x:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:first\:divide-y-reverse:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .xl\:first\:divide-x-reverse:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .xl\:last\:divide-y-0:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xl\:last\:divide-x-0:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:last\:divide-y-2:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xl\:last\:divide-x-2:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:last\:divide-y-4:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xl\:last\:divide-x-4:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:last\:divide-y-8:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xl\:last\:divide-x-8:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:last\:divide-y:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xl\:last\:divide-x:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:last\:divide-y-reverse:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .xl\:last\:divide-x-reverse:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .xl\:hover\:divide-y-0:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xl\:hover\:divide-x-0:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:hover\:divide-y-2:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xl\:hover\:divide-x-2:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:hover\:divide-y-4:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xl\:hover\:divide-x-4:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:hover\:divide-y-8:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xl\:hover\:divide-x-8:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:hover\:divide-y:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xl\:hover\:divide-x:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:hover\:divide-y-reverse:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .xl\:hover\:divide-x-reverse:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .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-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;
  }

  .xl\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .xl\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xl\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xl\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .xl\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .xl\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xl\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .xl\:divide-gray-450 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .xl\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .xl\:divide-gray-550 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .xl\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .xl\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .xl\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .xl\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .xl\:divide-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .xl\:divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .xl\:divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .xl\:divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .xl\:divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .xl\:divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .xl\:divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .xl\:divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .xl\:divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .xl\:divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .xl\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .xl\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .xl\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .xl\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .xl\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .xl\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .xl\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .xl\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .xl\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .xl\:divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .xl\:divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .xl\:divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .xl\:divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .xl\:divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .xl\:divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .xl\:divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .xl\:divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .xl\:divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .xl\:divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .xl\:divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .xl\:divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .xl\:divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .xl\:divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .xl\:divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .xl\:divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .xl\:divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .xl\:divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .xl\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .xl\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .xl\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .xl\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .xl\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .xl\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .xl\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .xl\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .xl\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .xl\:divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .xl\:divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .xl\:divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .xl\:divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .xl\:divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .xl\:divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .xl\:divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .xl\:divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .xl\:divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .xl\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .xl\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .xl\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .xl\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .xl\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .xl\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .xl\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .xl\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .xl\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .xl\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .xl\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .xl\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .xl\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .xl\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .xl\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .xl\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .xl\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .xl\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .xl\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .xl\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .xl\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .xl\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .xl\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .xl\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .xl\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .xl\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .xl\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .xl\:divide-dark-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .xl\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .xl\:divide-pale-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .xl\:divide-success > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .xl\:divide-error > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .xl\:even\:divide-transparent:nth-child(even) > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .xl\:even\:divide-current:nth-child(even) > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .xl\:even\:divide-black:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xl\:even\:divide-white:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xl\:even\:divide-gray-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .xl\:even\:divide-gray-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .xl\:even\:divide-gray-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xl\:even\:divide-gray-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .xl\:even\:divide-gray-450:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .xl\:even\:divide-gray-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .xl\:even\:divide-gray-550:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .xl\:even\:divide-gray-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .xl\:even\:divide-gray-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .xl\:even\:divide-gray-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .xl\:even\:divide-gray-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .xl\:even\:divide-gray:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .xl\:even\:divide-red-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .xl\:even\:divide-red-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .xl\:even\:divide-red-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .xl\:even\:divide-red-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .xl\:even\:divide-red-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .xl\:even\:divide-red-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .xl\:even\:divide-red-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .xl\:even\:divide-red-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .xl\:even\:divide-red-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .xl\:even\:divide-orange-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .xl\:even\:divide-orange-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .xl\:even\:divide-orange-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .xl\:even\:divide-orange-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .xl\:even\:divide-orange-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .xl\:even\:divide-orange-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .xl\:even\:divide-orange-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .xl\:even\:divide-orange-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .xl\:even\:divide-orange-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .xl\:even\:divide-yellow-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .xl\:even\:divide-yellow-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .xl\:even\:divide-yellow-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .xl\:even\:divide-yellow-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .xl\:even\:divide-yellow-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .xl\:even\:divide-yellow-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .xl\:even\:divide-yellow-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .xl\:even\:divide-yellow-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .xl\:even\:divide-yellow-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .xl\:even\:divide-green-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .xl\:even\:divide-green-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .xl\:even\:divide-green-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .xl\:even\:divide-green-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .xl\:even\:divide-green-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .xl\:even\:divide-green-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .xl\:even\:divide-green-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .xl\:even\:divide-green-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .xl\:even\:divide-green-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .xl\:even\:divide-teal-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .xl\:even\:divide-teal-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .xl\:even\:divide-teal-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .xl\:even\:divide-teal-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .xl\:even\:divide-teal-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .xl\:even\:divide-teal-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .xl\:even\:divide-teal-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .xl\:even\:divide-teal-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .xl\:even\:divide-teal-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .xl\:even\:divide-blue-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .xl\:even\:divide-blue-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .xl\:even\:divide-blue-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .xl\:even\:divide-blue-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .xl\:even\:divide-blue-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .xl\:even\:divide-blue-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .xl\:even\:divide-blue-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .xl\:even\:divide-blue-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .xl\:even\:divide-blue-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .xl\:even\:divide-indigo-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .xl\:even\:divide-indigo-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .xl\:even\:divide-indigo-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .xl\:even\:divide-indigo-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .xl\:even\:divide-indigo-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .xl\:even\:divide-indigo-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .xl\:even\:divide-indigo-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .xl\:even\:divide-indigo-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .xl\:even\:divide-indigo-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .xl\:even\:divide-purple-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .xl\:even\:divide-purple-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .xl\:even\:divide-purple-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .xl\:even\:divide-purple-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .xl\:even\:divide-purple-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .xl\:even\:divide-purple-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .xl\:even\:divide-purple-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .xl\:even\:divide-purple-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .xl\:even\:divide-purple-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .xl\:even\:divide-pink-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .xl\:even\:divide-pink-200:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .xl\:even\:divide-pink-300:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .xl\:even\:divide-pink-400:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .xl\:even\:divide-pink-500:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .xl\:even\:divide-pink-600:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .xl\:even\:divide-pink-700:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .xl\:even\:divide-pink-800:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .xl\:even\:divide-pink-900:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .xl\:even\:divide-dark-blue:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .xl\:even\:divide-light-blue:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .xl\:even\:divide-pale-yellow:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .xl\:even\:divide-success:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .xl\:even\:divide-error:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .xl\:odd\:divide-transparent:nth-child(odd) > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .xl\:odd\:divide-current:nth-child(odd) > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .xl\:odd\:divide-black:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xl\:odd\:divide-white:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xl\:odd\:divide-gray-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .xl\:odd\:divide-gray-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .xl\:odd\:divide-gray-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xl\:odd\:divide-gray-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .xl\:odd\:divide-gray-450:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .xl\:odd\:divide-gray-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .xl\:odd\:divide-gray-550:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .xl\:odd\:divide-gray-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .xl\:odd\:divide-gray-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .xl\:odd\:divide-gray-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .xl\:odd\:divide-gray-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .xl\:odd\:divide-gray:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .xl\:odd\:divide-red-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .xl\:odd\:divide-red-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .xl\:odd\:divide-red-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .xl\:odd\:divide-red-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .xl\:odd\:divide-red-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .xl\:odd\:divide-red-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .xl\:odd\:divide-red-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .xl\:odd\:divide-red-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .xl\:odd\:divide-red-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .xl\:odd\:divide-orange-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .xl\:odd\:divide-orange-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .xl\:odd\:divide-orange-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .xl\:odd\:divide-orange-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .xl\:odd\:divide-orange-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .xl\:odd\:divide-orange-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .xl\:odd\:divide-orange-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .xl\:odd\:divide-orange-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .xl\:odd\:divide-orange-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .xl\:odd\:divide-yellow-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .xl\:odd\:divide-yellow-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .xl\:odd\:divide-yellow-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .xl\:odd\:divide-yellow-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .xl\:odd\:divide-yellow-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .xl\:odd\:divide-yellow-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .xl\:odd\:divide-yellow-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .xl\:odd\:divide-yellow-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .xl\:odd\:divide-yellow-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .xl\:odd\:divide-green-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .xl\:odd\:divide-green-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .xl\:odd\:divide-green-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .xl\:odd\:divide-green-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .xl\:odd\:divide-green-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .xl\:odd\:divide-green-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .xl\:odd\:divide-green-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .xl\:odd\:divide-green-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .xl\:odd\:divide-green-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .xl\:odd\:divide-teal-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .xl\:odd\:divide-teal-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .xl\:odd\:divide-teal-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .xl\:odd\:divide-teal-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .xl\:odd\:divide-teal-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .xl\:odd\:divide-teal-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .xl\:odd\:divide-teal-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .xl\:odd\:divide-teal-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .xl\:odd\:divide-teal-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .xl\:odd\:divide-blue-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .xl\:odd\:divide-blue-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .xl\:odd\:divide-blue-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .xl\:odd\:divide-blue-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .xl\:odd\:divide-blue-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .xl\:odd\:divide-blue-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .xl\:odd\:divide-blue-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .xl\:odd\:divide-blue-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .xl\:odd\:divide-blue-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .xl\:odd\:divide-indigo-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .xl\:odd\:divide-indigo-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .xl\:odd\:divide-indigo-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .xl\:odd\:divide-indigo-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .xl\:odd\:divide-indigo-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .xl\:odd\:divide-indigo-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .xl\:odd\:divide-indigo-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .xl\:odd\:divide-indigo-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .xl\:odd\:divide-indigo-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .xl\:odd\:divide-purple-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .xl\:odd\:divide-purple-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .xl\:odd\:divide-purple-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .xl\:odd\:divide-purple-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .xl\:odd\:divide-purple-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .xl\:odd\:divide-purple-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .xl\:odd\:divide-purple-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .xl\:odd\:divide-purple-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .xl\:odd\:divide-purple-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .xl\:odd\:divide-pink-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .xl\:odd\:divide-pink-200:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .xl\:odd\:divide-pink-300:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .xl\:odd\:divide-pink-400:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .xl\:odd\:divide-pink-500:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .xl\:odd\:divide-pink-600:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .xl\:odd\:divide-pink-700:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .xl\:odd\:divide-pink-800:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .xl\:odd\:divide-pink-900:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .xl\:odd\:divide-dark-blue:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .xl\:odd\:divide-light-blue:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .xl\:odd\:divide-pale-yellow:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .xl\:odd\:divide-success:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .xl\:odd\:divide-error:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .xl\:children\:divide-transparent > * > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .xl\:children\:divide-current > * > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .xl\:children\:divide-black > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xl\:children\:divide-white > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xl\:children\:divide-gray-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .xl\:children\:divide-gray-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .xl\:children\:divide-gray-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xl\:children\:divide-gray-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .xl\:children\:divide-gray-450 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .xl\:children\:divide-gray-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .xl\:children\:divide-gray-550 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .xl\:children\:divide-gray-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .xl\:children\:divide-gray-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .xl\:children\:divide-gray-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .xl\:children\:divide-gray-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .xl\:children\:divide-gray > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .xl\:children\:divide-red-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .xl\:children\:divide-red-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .xl\:children\:divide-red-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .xl\:children\:divide-red-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .xl\:children\:divide-red-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .xl\:children\:divide-red-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .xl\:children\:divide-red-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .xl\:children\:divide-red-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .xl\:children\:divide-red-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .xl\:children\:divide-orange-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .xl\:children\:divide-orange-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .xl\:children\:divide-orange-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .xl\:children\:divide-orange-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .xl\:children\:divide-orange-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .xl\:children\:divide-orange-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .xl\:children\:divide-orange-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .xl\:children\:divide-orange-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .xl\:children\:divide-orange-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .xl\:children\:divide-yellow-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .xl\:children\:divide-yellow-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .xl\:children\:divide-yellow-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .xl\:children\:divide-yellow-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .xl\:children\:divide-yellow-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .xl\:children\:divide-yellow-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .xl\:children\:divide-yellow-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .xl\:children\:divide-yellow-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .xl\:children\:divide-yellow-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .xl\:children\:divide-green-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .xl\:children\:divide-green-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .xl\:children\:divide-green-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .xl\:children\:divide-green-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .xl\:children\:divide-green-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .xl\:children\:divide-green-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .xl\:children\:divide-green-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .xl\:children\:divide-green-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .xl\:children\:divide-green-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .xl\:children\:divide-teal-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .xl\:children\:divide-teal-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .xl\:children\:divide-teal-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .xl\:children\:divide-teal-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .xl\:children\:divide-teal-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .xl\:children\:divide-teal-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .xl\:children\:divide-teal-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .xl\:children\:divide-teal-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .xl\:children\:divide-teal-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .xl\:children\:divide-blue-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .xl\:children\:divide-blue-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .xl\:children\:divide-blue-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .xl\:children\:divide-blue-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .xl\:children\:divide-blue-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .xl\:children\:divide-blue-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .xl\:children\:divide-blue-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .xl\:children\:divide-blue-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .xl\:children\:divide-blue-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .xl\:children\:divide-indigo-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .xl\:children\:divide-indigo-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .xl\:children\:divide-indigo-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .xl\:children\:divide-indigo-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .xl\:children\:divide-indigo-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .xl\:children\:divide-indigo-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .xl\:children\:divide-indigo-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .xl\:children\:divide-indigo-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .xl\:children\:divide-indigo-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .xl\:children\:divide-purple-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .xl\:children\:divide-purple-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .xl\:children\:divide-purple-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .xl\:children\:divide-purple-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .xl\:children\:divide-purple-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .xl\:children\:divide-purple-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .xl\:children\:divide-purple-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .xl\:children\:divide-purple-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .xl\:children\:divide-purple-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .xl\:children\:divide-pink-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .xl\:children\:divide-pink-200 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .xl\:children\:divide-pink-300 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .xl\:children\:divide-pink-400 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .xl\:children\:divide-pink-500 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .xl\:children\:divide-pink-600 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .xl\:children\:divide-pink-700 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .xl\:children\:divide-pink-800 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .xl\:children\:divide-pink-900 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .xl\:children\:divide-dark-blue > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .xl\:children\:divide-light-blue > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .xl\:children\:divide-pale-yellow > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .xl\:children\:divide-success > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .xl\:children\:divide-error > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .xl\:first\:divide-transparent:first-child > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .xl\:first\:divide-current:first-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .xl\:first\:divide-black:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xl\:first\:divide-white:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xl\:first\:divide-gray-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .xl\:first\:divide-gray-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .xl\:first\:divide-gray-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xl\:first\:divide-gray-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .xl\:first\:divide-gray-450:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .xl\:first\:divide-gray-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .xl\:first\:divide-gray-550:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .xl\:first\:divide-gray-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .xl\:first\:divide-gray-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .xl\:first\:divide-gray-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .xl\:first\:divide-gray-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .xl\:first\:divide-gray:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .xl\:first\:divide-red-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .xl\:first\:divide-red-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .xl\:first\:divide-red-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .xl\:first\:divide-red-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .xl\:first\:divide-red-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .xl\:first\:divide-red-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .xl\:first\:divide-red-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .xl\:first\:divide-red-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .xl\:first\:divide-red-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .xl\:first\:divide-orange-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .xl\:first\:divide-orange-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .xl\:first\:divide-orange-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .xl\:first\:divide-orange-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .xl\:first\:divide-orange-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .xl\:first\:divide-orange-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .xl\:first\:divide-orange-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .xl\:first\:divide-orange-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .xl\:first\:divide-orange-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .xl\:first\:divide-yellow-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .xl\:first\:divide-yellow-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .xl\:first\:divide-yellow-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .xl\:first\:divide-yellow-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .xl\:first\:divide-yellow-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .xl\:first\:divide-yellow-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .xl\:first\:divide-yellow-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .xl\:first\:divide-yellow-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .xl\:first\:divide-yellow-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .xl\:first\:divide-green-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .xl\:first\:divide-green-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .xl\:first\:divide-green-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .xl\:first\:divide-green-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .xl\:first\:divide-green-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .xl\:first\:divide-green-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .xl\:first\:divide-green-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .xl\:first\:divide-green-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .xl\:first\:divide-green-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .xl\:first\:divide-teal-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .xl\:first\:divide-teal-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .xl\:first\:divide-teal-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .xl\:first\:divide-teal-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .xl\:first\:divide-teal-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .xl\:first\:divide-teal-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .xl\:first\:divide-teal-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .xl\:first\:divide-teal-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .xl\:first\:divide-teal-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .xl\:first\:divide-blue-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .xl\:first\:divide-blue-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .xl\:first\:divide-blue-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .xl\:first\:divide-blue-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .xl\:first\:divide-blue-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .xl\:first\:divide-blue-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .xl\:first\:divide-blue-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .xl\:first\:divide-blue-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .xl\:first\:divide-blue-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .xl\:first\:divide-indigo-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .xl\:first\:divide-indigo-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .xl\:first\:divide-indigo-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .xl\:first\:divide-indigo-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .xl\:first\:divide-indigo-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .xl\:first\:divide-indigo-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .xl\:first\:divide-indigo-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .xl\:first\:divide-indigo-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .xl\:first\:divide-indigo-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .xl\:first\:divide-purple-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .xl\:first\:divide-purple-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .xl\:first\:divide-purple-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .xl\:first\:divide-purple-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .xl\:first\:divide-purple-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .xl\:first\:divide-purple-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .xl\:first\:divide-purple-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .xl\:first\:divide-purple-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .xl\:first\:divide-purple-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .xl\:first\:divide-pink-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .xl\:first\:divide-pink-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .xl\:first\:divide-pink-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .xl\:first\:divide-pink-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .xl\:first\:divide-pink-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .xl\:first\:divide-pink-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .xl\:first\:divide-pink-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .xl\:first\:divide-pink-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .xl\:first\:divide-pink-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .xl\:first\:divide-dark-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .xl\:first\:divide-light-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .xl\:first\:divide-pale-yellow:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .xl\:first\:divide-success:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .xl\:first\:divide-error:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .xl\:last\:divide-transparent:last-child > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .xl\:last\:divide-current:last-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .xl\:last\:divide-black:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xl\:last\:divide-white:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xl\:last\:divide-gray-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .xl\:last\:divide-gray-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .xl\:last\:divide-gray-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xl\:last\:divide-gray-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .xl\:last\:divide-gray-450:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .xl\:last\:divide-gray-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .xl\:last\:divide-gray-550:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .xl\:last\:divide-gray-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .xl\:last\:divide-gray-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .xl\:last\:divide-gray-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .xl\:last\:divide-gray-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .xl\:last\:divide-gray:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .xl\:last\:divide-red-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .xl\:last\:divide-red-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .xl\:last\:divide-red-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .xl\:last\:divide-red-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .xl\:last\:divide-red-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .xl\:last\:divide-red-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .xl\:last\:divide-red-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .xl\:last\:divide-red-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .xl\:last\:divide-red-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .xl\:last\:divide-orange-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .xl\:last\:divide-orange-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .xl\:last\:divide-orange-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .xl\:last\:divide-orange-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .xl\:last\:divide-orange-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .xl\:last\:divide-orange-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .xl\:last\:divide-orange-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .xl\:last\:divide-orange-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .xl\:last\:divide-orange-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .xl\:last\:divide-yellow-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .xl\:last\:divide-yellow-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .xl\:last\:divide-yellow-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .xl\:last\:divide-yellow-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .xl\:last\:divide-yellow-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .xl\:last\:divide-yellow-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .xl\:last\:divide-yellow-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .xl\:last\:divide-yellow-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .xl\:last\:divide-yellow-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .xl\:last\:divide-green-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .xl\:last\:divide-green-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .xl\:last\:divide-green-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .xl\:last\:divide-green-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .xl\:last\:divide-green-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .xl\:last\:divide-green-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .xl\:last\:divide-green-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .xl\:last\:divide-green-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .xl\:last\:divide-green-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .xl\:last\:divide-teal-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .xl\:last\:divide-teal-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .xl\:last\:divide-teal-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .xl\:last\:divide-teal-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .xl\:last\:divide-teal-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .xl\:last\:divide-teal-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .xl\:last\:divide-teal-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .xl\:last\:divide-teal-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .xl\:last\:divide-teal-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .xl\:last\:divide-blue-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .xl\:last\:divide-blue-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .xl\:last\:divide-blue-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .xl\:last\:divide-blue-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .xl\:last\:divide-blue-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .xl\:last\:divide-blue-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .xl\:last\:divide-blue-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .xl\:last\:divide-blue-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .xl\:last\:divide-blue-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .xl\:last\:divide-indigo-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .xl\:last\:divide-indigo-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .xl\:last\:divide-indigo-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .xl\:last\:divide-indigo-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .xl\:last\:divide-indigo-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .xl\:last\:divide-indigo-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .xl\:last\:divide-indigo-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .xl\:last\:divide-indigo-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .xl\:last\:divide-indigo-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .xl\:last\:divide-purple-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .xl\:last\:divide-purple-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .xl\:last\:divide-purple-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .xl\:last\:divide-purple-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .xl\:last\:divide-purple-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .xl\:last\:divide-purple-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .xl\:last\:divide-purple-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .xl\:last\:divide-purple-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .xl\:last\:divide-purple-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .xl\:last\:divide-pink-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .xl\:last\:divide-pink-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .xl\:last\:divide-pink-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .xl\:last\:divide-pink-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .xl\:last\:divide-pink-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .xl\:last\:divide-pink-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .xl\:last\:divide-pink-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .xl\:last\:divide-pink-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .xl\:last\:divide-pink-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .xl\:last\:divide-dark-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .xl\:last\:divide-light-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .xl\:last\:divide-pale-yellow:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .xl\:last\:divide-success:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .xl\:last\:divide-error:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .xl\:hover\:divide-transparent:hover > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .xl\:hover\:divide-current:hover > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .xl\:hover\:divide-black:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xl\:hover\:divide-white:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xl\:hover\:divide-gray-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .xl\:hover\:divide-gray-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--divide-opacity));
  }

  .xl\:hover\:divide-gray-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xl\:hover\:divide-gray-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--divide-opacity));
  }

  .xl\:hover\:divide-gray-450:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--divide-opacity));
  }

  .xl\:hover\:divide-gray-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--divide-opacity));
  }

  .xl\:hover\:divide-gray-550:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--divide-opacity));
  }

  .xl\:hover\:divide-gray-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .xl\:hover\:divide-gray-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .xl\:hover\:divide-gray-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .xl\:hover\:divide-gray-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .xl\:hover\:divide-gray:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--divide-opacity));
  }

  .xl\:hover\:divide-red-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .xl\:hover\:divide-red-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .xl\:hover\:divide-red-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .xl\:hover\:divide-red-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .xl\:hover\:divide-red-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .xl\:hover\:divide-red-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .xl\:hover\:divide-red-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .xl\:hover\:divide-red-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .xl\:hover\:divide-red-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .xl\:hover\:divide-orange-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .xl\:hover\:divide-orange-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .xl\:hover\:divide-orange-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .xl\:hover\:divide-orange-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .xl\:hover\:divide-orange-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .xl\:hover\:divide-orange-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .xl\:hover\:divide-orange-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .xl\:hover\:divide-orange-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .xl\:hover\:divide-orange-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .xl\:hover\:divide-yellow-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .xl\:hover\:divide-yellow-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .xl\:hover\:divide-yellow-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .xl\:hover\:divide-yellow-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .xl\:hover\:divide-yellow-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .xl\:hover\:divide-yellow-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .xl\:hover\:divide-yellow-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .xl\:hover\:divide-yellow-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .xl\:hover\:divide-yellow-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .xl\:hover\:divide-green-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .xl\:hover\:divide-green-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .xl\:hover\:divide-green-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .xl\:hover\:divide-green-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .xl\:hover\:divide-green-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .xl\:hover\:divide-green-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .xl\:hover\:divide-green-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .xl\:hover\:divide-green-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .xl\:hover\:divide-green-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .xl\:hover\:divide-teal-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .xl\:hover\:divide-teal-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .xl\:hover\:divide-teal-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .xl\:hover\:divide-teal-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .xl\:hover\:divide-teal-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .xl\:hover\:divide-teal-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .xl\:hover\:divide-teal-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .xl\:hover\:divide-teal-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .xl\:hover\:divide-teal-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .xl\:hover\:divide-blue-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .xl\:hover\:divide-blue-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .xl\:hover\:divide-blue-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .xl\:hover\:divide-blue-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .xl\:hover\:divide-blue-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .xl\:hover\:divide-blue-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .xl\:hover\:divide-blue-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .xl\:hover\:divide-blue-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .xl\:hover\:divide-blue-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .xl\:hover\:divide-indigo-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .xl\:hover\:divide-indigo-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .xl\:hover\:divide-indigo-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .xl\:hover\:divide-indigo-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .xl\:hover\:divide-indigo-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .xl\:hover\:divide-indigo-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .xl\:hover\:divide-indigo-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .xl\:hover\:divide-indigo-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .xl\:hover\:divide-indigo-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .xl\:hover\:divide-purple-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .xl\:hover\:divide-purple-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .xl\:hover\:divide-purple-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .xl\:hover\:divide-purple-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .xl\:hover\:divide-purple-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .xl\:hover\:divide-purple-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .xl\:hover\:divide-purple-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .xl\:hover\:divide-purple-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .xl\:hover\:divide-purple-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .xl\:hover\:divide-pink-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .xl\:hover\:divide-pink-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .xl\:hover\:divide-pink-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .xl\:hover\:divide-pink-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .xl\:hover\:divide-pink-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .xl\:hover\:divide-pink-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .xl\:hover\:divide-pink-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .xl\:hover\:divide-pink-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .xl\:hover\:divide-pink-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .xl\:hover\:divide-dark-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--divide-opacity));
  }

  .xl\:hover\:divide-light-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--divide-opacity));
  }

  .xl\:hover\:divide-pale-yellow:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--divide-opacity));
  }

  .xl\:hover\:divide-success:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--divide-opacity));
  }

  .xl\:hover\:divide-error:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--divide-opacity));
  }

  .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: #f0f2f7 !important;
    border-color: rgba(240, 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: #e3e8f0 !important;
    border-color: rgba(227, 232, 240, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-450 > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #B0B5CC !important;
    border-color: rgba(176, 181, 204, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-500 > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #B9BED1 !important;
    border-color: rgba(185, 190, 209, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-550 > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #9597a6 !important;
    border-color: rgba(149, 151, 166, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-600 > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #707070 !important;
    border-color: rgba(112, 112, 112, 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: #454545 !important;
    border-color: rgba(69, 69, 69, 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-gray > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #454545 !important;
    border-color: rgba(69, 69, 69, 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-dark-blue > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #000142 !important;
    border-color: rgba(0, 1, 66, var(--divide-opacity)) !important;
  }

  .xl\:divide-light-blue > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #3B55E6 !important;
    border-color: rgba(59, 85, 230, var(--divide-opacity)) !important;
  }

  .xl\:divide-pale-yellow > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #FBAF4E !important;
    border-color: rgba(251, 175, 78, var(--divide-opacity)) !important;
  }

  .xl\:divide-success > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #007E62 !important;
    border-color: rgba(0, 126, 98, var(--divide-opacity)) !important;
  }

  .xl\:divide-error > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
    border-color: #F60139 !important;
    border-color: rgba(246, 1, 57, var(--divide-opacity)) !important;
  }

  .xl\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .xl\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .xl\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .xl\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .xl\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .xl\:even\:divide-opacity-0:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .xl\:even\:divide-opacity-25:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .xl\:even\:divide-opacity-50:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .xl\:even\:divide-opacity-75:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .xl\:even\:divide-opacity-100:nth-child(even) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .xl\:odd\:divide-opacity-0:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .xl\:odd\:divide-opacity-25:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .xl\:odd\:divide-opacity-50:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .xl\:odd\:divide-opacity-75:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .xl\:odd\:divide-opacity-100:nth-child(odd) > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .xl\:children\:divide-opacity-0 > * > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .xl\:children\:divide-opacity-25 > * > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .xl\:children\:divide-opacity-50 > * > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .xl\:children\:divide-opacity-75 > * > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .xl\:children\:divide-opacity-100 > * > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .xl\:first\:divide-opacity-0:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .xl\:first\:divide-opacity-25:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .xl\:first\:divide-opacity-50:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .xl\:first\:divide-opacity-75:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .xl\:first\:divide-opacity-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .xl\:last\:divide-opacity-0:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .xl\:last\:divide-opacity-25:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .xl\:last\:divide-opacity-50:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .xl\:last\:divide-opacity-75:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .xl\:last\:divide-opacity-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .xl\:hover\:divide-opacity-0:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .xl\:hover\:divide-opacity-25:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .xl\:hover\:divide-opacity-50:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .xl\:hover\:divide-opacity-75:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .xl\:hover\:divide-opacity-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .xl\:divide-opacity-0 > :not(template) ~ :not(template)\! {
    --divide-opacity: 0 !important;
  }

  .xl\:divide-opacity-25 > :not(template) ~ :not(template)\! {
    --divide-opacity: 0.25 !important;
  }

  .xl\:divide-opacity-50 > :not(template) ~ :not(template)\! {
    --divide-opacity: 0.5 !important;
  }

  .xl\:divide-opacity-75 > :not(template) ~ :not(template)\! {
    --divide-opacity: 0.75 !important;
  }

  .xl\:divide-opacity-100 > :not(template) ~ :not(template)\! {
    --divide-opacity: 1 !important;
  }

  .xl\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:even\:sr-only:nth-child(even) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:even\:not-sr-only:nth-child(even) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:odd\:sr-only:nth-child(odd) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:odd\:not-sr-only:nth-child(odd) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:children\:sr-only > * {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:children\:not-sr-only > * {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:first\:sr-only:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:first\:not-sr-only:first-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:last\:sr-only:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:last\:not-sr-only:last-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:hover\:sr-only:hover {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:hover\:not-sr-only:hover {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .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\:appearance-none {
    appearance: none;
  }

  .xl\:even\:appearance-none:nth-child(even) {
    appearance: none;
  }

  .xl\:odd\:appearance-none:nth-child(odd) {
    appearance: none;
  }

  .xl\:children\:appearance-none > * {
    appearance: none;
  }

  .xl\:first\:appearance-none:first-child {
    appearance: none;
  }

  .xl\:last\:appearance-none:last-child {
    appearance: none;
  }

  .xl\:hover\:appearance-none:hover {
    appearance: none;
  }

  .xl\:appearance-none\! {
    appearance: none !important;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

  .xl\:even\:bg-fixed:nth-child(even) {
    background-attachment: fixed;
  }

  .xl\:even\:bg-local:nth-child(even) {
    background-attachment: local;
  }

  .xl\:even\:bg-scroll:nth-child(even) {
    background-attachment: scroll;
  }

  .xl\:odd\:bg-fixed:nth-child(odd) {
    background-attachment: fixed;
  }

  .xl\:odd\:bg-local:nth-child(odd) {
    background-attachment: local;
  }

  .xl\:odd\:bg-scroll:nth-child(odd) {
    background-attachment: scroll;
  }

  .xl\:children\:bg-fixed > * {
    background-attachment: fixed;
  }

  .xl\:children\:bg-local > * {
    background-attachment: local;
  }

  .xl\:children\:bg-scroll > * {
    background-attachment: scroll;
  }

  .xl\:first\:bg-fixed:first-child {
    background-attachment: fixed;
  }

  .xl\:first\:bg-local:first-child {
    background-attachment: local;
  }

  .xl\:first\:bg-scroll:first-child {
    background-attachment: scroll;
  }

  .xl\:last\:bg-fixed:last-child {
    background-attachment: fixed;
  }

  .xl\:last\:bg-local:last-child {
    background-attachment: local;
  }

  .xl\:last\:bg-scroll:last-child {
    background-attachment: scroll;
  }

  .xl\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .xl\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .xl\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .xl\:bg-fixed\! {
    background-attachment: fixed !important;
  }

  .xl\:bg-local\! {
    background-attachment: local !important;
  }

  .xl\:bg-scroll\! {
    background-attachment: scroll !important;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-current {
    background-color: currentColor;
  }

  .xl\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .xl\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xl\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .xl\:bg-gray-450 {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .xl\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .xl\:bg-gray-550 {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .xl\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .xl\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xl\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .xl\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xl\:bg-gray {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .xl\:bg-red-100 {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .xl\:bg-red-200 {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .xl\:bg-red-300 {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .xl\:bg-red-400 {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .xl\:bg-red-500 {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .xl\:bg-red-600 {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .xl\:bg-red-700 {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .xl\:bg-red-800 {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .xl\:bg-red-900 {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .xl\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .xl\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .xl\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .xl\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .xl\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .xl\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .xl\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .xl\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .xl\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .xl\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xl\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xl\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xl\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xl\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xl\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xl\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xl\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xl\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xl\:bg-green-100 {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .xl\:bg-green-200 {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .xl\:bg-green-300 {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .xl\:bg-green-400 {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .xl\:bg-green-500 {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .xl\:bg-green-600 {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .xl\:bg-green-700 {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .xl\:bg-green-800 {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .xl\:bg-green-900 {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .xl\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xl\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xl\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xl\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xl\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xl\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xl\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xl\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xl\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xl\:bg-blue-100 {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .xl\:bg-blue-200 {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .xl\:bg-blue-300 {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .xl\:bg-blue-400 {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .xl\:bg-blue-500 {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .xl\:bg-blue-600 {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .xl\:bg-blue-700 {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .xl\:bg-blue-800 {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .xl\:bg-blue-900 {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .xl\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xl\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xl\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xl\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xl\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xl\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xl\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xl\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xl\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xl\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .xl\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .xl\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .xl\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .xl\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .xl\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .xl\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .xl\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .xl\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .xl\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xl\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xl\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xl\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xl\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xl\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xl\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xl\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xl\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xl\:bg-dark-blue {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .xl\:bg-light-blue {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .xl\:bg-pale-yellow {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .xl\:bg-success {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .xl\:bg-error {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .xl\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .xl\:even\:bg-current:nth-child(even) {
    background-color: currentColor;
  }

  .xl\:even\:bg-black:nth-child(even) {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:even\:bg-white:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:even\:bg-gray-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:even\:bg-gray-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .xl\:even\:bg-gray-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xl\:even\:bg-gray-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .xl\:even\:bg-gray-450:nth-child(even) {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .xl\:even\:bg-gray-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .xl\:even\:bg-gray-550:nth-child(even) {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .xl\:even\:bg-gray-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .xl\:even\:bg-gray-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xl\:even\:bg-gray-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .xl\:even\:bg-gray-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xl\:even\:bg-gray:nth-child(even) {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .xl\:even\:bg-red-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .xl\:even\:bg-red-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .xl\:even\:bg-red-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .xl\:even\:bg-red-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .xl\:even\:bg-red-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .xl\:even\:bg-red-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .xl\:even\:bg-red-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .xl\:even\:bg-red-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .xl\:even\:bg-red-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .xl\:even\:bg-orange-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .xl\:even\:bg-orange-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .xl\:even\:bg-orange-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .xl\:even\:bg-orange-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .xl\:even\:bg-orange-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .xl\:even\:bg-orange-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .xl\:even\:bg-orange-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .xl\:even\:bg-orange-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .xl\:even\:bg-orange-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .xl\:even\:bg-yellow-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xl\:even\:bg-yellow-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xl\:even\:bg-yellow-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xl\:even\:bg-yellow-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xl\:even\:bg-yellow-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xl\:even\:bg-yellow-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xl\:even\:bg-yellow-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xl\:even\:bg-yellow-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xl\:even\:bg-yellow-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xl\:even\:bg-green-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .xl\:even\:bg-green-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .xl\:even\:bg-green-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .xl\:even\:bg-green-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .xl\:even\:bg-green-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .xl\:even\:bg-green-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .xl\:even\:bg-green-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .xl\:even\:bg-green-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .xl\:even\:bg-green-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .xl\:even\:bg-teal-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xl\:even\:bg-teal-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xl\:even\:bg-teal-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xl\:even\:bg-teal-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xl\:even\:bg-teal-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xl\:even\:bg-teal-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xl\:even\:bg-teal-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xl\:even\:bg-teal-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xl\:even\:bg-teal-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xl\:even\:bg-blue-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .xl\:even\:bg-blue-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .xl\:even\:bg-blue-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .xl\:even\:bg-blue-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .xl\:even\:bg-blue-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .xl\:even\:bg-blue-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .xl\:even\:bg-blue-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .xl\:even\:bg-blue-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .xl\:even\:bg-blue-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .xl\:even\:bg-indigo-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xl\:even\:bg-indigo-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xl\:even\:bg-indigo-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xl\:even\:bg-indigo-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xl\:even\:bg-indigo-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xl\:even\:bg-indigo-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xl\:even\:bg-indigo-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xl\:even\:bg-indigo-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xl\:even\:bg-indigo-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xl\:even\:bg-purple-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .xl\:even\:bg-purple-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .xl\:even\:bg-purple-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .xl\:even\:bg-purple-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .xl\:even\:bg-purple-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .xl\:even\:bg-purple-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .xl\:even\:bg-purple-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .xl\:even\:bg-purple-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .xl\:even\:bg-purple-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .xl\:even\:bg-pink-100:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xl\:even\:bg-pink-200:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xl\:even\:bg-pink-300:nth-child(even) {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xl\:even\:bg-pink-400:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xl\:even\:bg-pink-500:nth-child(even) {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xl\:even\:bg-pink-600:nth-child(even) {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xl\:even\:bg-pink-700:nth-child(even) {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xl\:even\:bg-pink-800:nth-child(even) {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xl\:even\:bg-pink-900:nth-child(even) {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xl\:even\:bg-dark-blue:nth-child(even) {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .xl\:even\:bg-light-blue:nth-child(even) {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .xl\:even\:bg-pale-yellow:nth-child(even) {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .xl\:even\:bg-success:nth-child(even) {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .xl\:even\:bg-error:nth-child(even) {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .xl\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .xl\:odd\:bg-current:nth-child(odd) {
    background-color: currentColor;
  }

  .xl\:odd\:bg-black:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:odd\:bg-white:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:odd\:bg-gray-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:odd\:bg-gray-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .xl\:odd\:bg-gray-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xl\:odd\:bg-gray-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .xl\:odd\:bg-gray-450:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .xl\:odd\:bg-gray-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .xl\:odd\:bg-gray-550:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .xl\:odd\:bg-gray-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .xl\:odd\:bg-gray-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xl\:odd\:bg-gray-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .xl\:odd\:bg-gray-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xl\:odd\:bg-gray:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .xl\:odd\:bg-red-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .xl\:odd\:bg-red-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .xl\:odd\:bg-red-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .xl\:odd\:bg-red-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .xl\:odd\:bg-red-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .xl\:odd\:bg-red-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .xl\:odd\:bg-red-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .xl\:odd\:bg-red-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .xl\:odd\:bg-red-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .xl\:odd\:bg-orange-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .xl\:odd\:bg-orange-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .xl\:odd\:bg-orange-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .xl\:odd\:bg-orange-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .xl\:odd\:bg-orange-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .xl\:odd\:bg-orange-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .xl\:odd\:bg-orange-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .xl\:odd\:bg-orange-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .xl\:odd\:bg-orange-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .xl\:odd\:bg-yellow-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xl\:odd\:bg-yellow-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xl\:odd\:bg-yellow-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xl\:odd\:bg-yellow-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xl\:odd\:bg-yellow-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xl\:odd\:bg-yellow-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xl\:odd\:bg-yellow-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xl\:odd\:bg-yellow-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xl\:odd\:bg-yellow-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xl\:odd\:bg-green-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .xl\:odd\:bg-green-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .xl\:odd\:bg-green-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .xl\:odd\:bg-green-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .xl\:odd\:bg-green-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .xl\:odd\:bg-green-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .xl\:odd\:bg-green-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .xl\:odd\:bg-green-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .xl\:odd\:bg-green-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .xl\:odd\:bg-teal-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xl\:odd\:bg-teal-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xl\:odd\:bg-teal-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xl\:odd\:bg-teal-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xl\:odd\:bg-teal-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xl\:odd\:bg-teal-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xl\:odd\:bg-teal-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xl\:odd\:bg-teal-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xl\:odd\:bg-teal-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xl\:odd\:bg-blue-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .xl\:odd\:bg-blue-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .xl\:odd\:bg-blue-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .xl\:odd\:bg-blue-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .xl\:odd\:bg-blue-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .xl\:odd\:bg-blue-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .xl\:odd\:bg-blue-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .xl\:odd\:bg-blue-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .xl\:odd\:bg-blue-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .xl\:odd\:bg-indigo-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xl\:odd\:bg-indigo-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xl\:odd\:bg-indigo-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xl\:odd\:bg-indigo-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xl\:odd\:bg-indigo-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xl\:odd\:bg-indigo-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xl\:odd\:bg-indigo-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xl\:odd\:bg-indigo-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xl\:odd\:bg-indigo-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xl\:odd\:bg-purple-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .xl\:odd\:bg-purple-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .xl\:odd\:bg-purple-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .xl\:odd\:bg-purple-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .xl\:odd\:bg-purple-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .xl\:odd\:bg-purple-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .xl\:odd\:bg-purple-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .xl\:odd\:bg-purple-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .xl\:odd\:bg-purple-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .xl\:odd\:bg-pink-100:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xl\:odd\:bg-pink-200:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xl\:odd\:bg-pink-300:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xl\:odd\:bg-pink-400:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xl\:odd\:bg-pink-500:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xl\:odd\:bg-pink-600:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xl\:odd\:bg-pink-700:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xl\:odd\:bg-pink-800:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xl\:odd\:bg-pink-900:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xl\:odd\:bg-dark-blue:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .xl\:odd\:bg-light-blue:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .xl\:odd\:bg-pale-yellow:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .xl\:odd\:bg-success:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .xl\:odd\:bg-error:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .xl\:children\:bg-transparent > * {
    background-color: transparent;
  }

  .xl\:children\:bg-current > * {
    background-color: currentColor;
  }

  .xl\:children\:bg-black > * {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:children\:bg-white > * {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:children\:bg-gray-100 > * {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:children\:bg-gray-200 > * {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .xl\:children\:bg-gray-300 > * {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xl\:children\:bg-gray-400 > * {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .xl\:children\:bg-gray-450 > * {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .xl\:children\:bg-gray-500 > * {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .xl\:children\:bg-gray-550 > * {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .xl\:children\:bg-gray-600 > * {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .xl\:children\:bg-gray-700 > * {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xl\:children\:bg-gray-800 > * {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .xl\:children\:bg-gray-900 > * {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xl\:children\:bg-gray > * {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .xl\:children\:bg-red-100 > * {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .xl\:children\:bg-red-200 > * {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .xl\:children\:bg-red-300 > * {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .xl\:children\:bg-red-400 > * {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .xl\:children\:bg-red-500 > * {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .xl\:children\:bg-red-600 > * {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .xl\:children\:bg-red-700 > * {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .xl\:children\:bg-red-800 > * {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .xl\:children\:bg-red-900 > * {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .xl\:children\:bg-orange-100 > * {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .xl\:children\:bg-orange-200 > * {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .xl\:children\:bg-orange-300 > * {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .xl\:children\:bg-orange-400 > * {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .xl\:children\:bg-orange-500 > * {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .xl\:children\:bg-orange-600 > * {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .xl\:children\:bg-orange-700 > * {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .xl\:children\:bg-orange-800 > * {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .xl\:children\:bg-orange-900 > * {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .xl\:children\:bg-yellow-100 > * {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xl\:children\:bg-yellow-200 > * {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xl\:children\:bg-yellow-300 > * {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xl\:children\:bg-yellow-400 > * {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xl\:children\:bg-yellow-500 > * {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xl\:children\:bg-yellow-600 > * {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xl\:children\:bg-yellow-700 > * {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xl\:children\:bg-yellow-800 > * {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xl\:children\:bg-yellow-900 > * {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xl\:children\:bg-green-100 > * {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .xl\:children\:bg-green-200 > * {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .xl\:children\:bg-green-300 > * {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .xl\:children\:bg-green-400 > * {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .xl\:children\:bg-green-500 > * {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .xl\:children\:bg-green-600 > * {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .xl\:children\:bg-green-700 > * {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .xl\:children\:bg-green-800 > * {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .xl\:children\:bg-green-900 > * {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .xl\:children\:bg-teal-100 > * {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xl\:children\:bg-teal-200 > * {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xl\:children\:bg-teal-300 > * {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xl\:children\:bg-teal-400 > * {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xl\:children\:bg-teal-500 > * {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xl\:children\:bg-teal-600 > * {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xl\:children\:bg-teal-700 > * {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xl\:children\:bg-teal-800 > * {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xl\:children\:bg-teal-900 > * {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xl\:children\:bg-blue-100 > * {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .xl\:children\:bg-blue-200 > * {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .xl\:children\:bg-blue-300 > * {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .xl\:children\:bg-blue-400 > * {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .xl\:children\:bg-blue-500 > * {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .xl\:children\:bg-blue-600 > * {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .xl\:children\:bg-blue-700 > * {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .xl\:children\:bg-blue-800 > * {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .xl\:children\:bg-blue-900 > * {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .xl\:children\:bg-indigo-100 > * {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xl\:children\:bg-indigo-200 > * {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xl\:children\:bg-indigo-300 > * {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xl\:children\:bg-indigo-400 > * {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xl\:children\:bg-indigo-500 > * {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xl\:children\:bg-indigo-600 > * {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xl\:children\:bg-indigo-700 > * {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xl\:children\:bg-indigo-800 > * {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xl\:children\:bg-indigo-900 > * {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xl\:children\:bg-purple-100 > * {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .xl\:children\:bg-purple-200 > * {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .xl\:children\:bg-purple-300 > * {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .xl\:children\:bg-purple-400 > * {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .xl\:children\:bg-purple-500 > * {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .xl\:children\:bg-purple-600 > * {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .xl\:children\:bg-purple-700 > * {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .xl\:children\:bg-purple-800 > * {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .xl\:children\:bg-purple-900 > * {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .xl\:children\:bg-pink-100 > * {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xl\:children\:bg-pink-200 > * {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xl\:children\:bg-pink-300 > * {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xl\:children\:bg-pink-400 > * {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xl\:children\:bg-pink-500 > * {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xl\:children\:bg-pink-600 > * {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xl\:children\:bg-pink-700 > * {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xl\:children\:bg-pink-800 > * {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xl\:children\:bg-pink-900 > * {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xl\:children\:bg-dark-blue > * {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .xl\:children\:bg-light-blue > * {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .xl\:children\:bg-pale-yellow > * {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .xl\:children\:bg-success > * {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .xl\:children\:bg-error > * {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .xl\:first\:bg-transparent:first-child {
    background-color: transparent;
  }

  .xl\:first\:bg-current:first-child {
    background-color: currentColor;
  }

  .xl\:first\:bg-black:first-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:first\:bg-white:first-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:first\:bg-gray-100:first-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:first\:bg-gray-200:first-child {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .xl\:first\:bg-gray-300:first-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xl\:first\:bg-gray-400:first-child {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .xl\:first\:bg-gray-450:first-child {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .xl\:first\:bg-gray-500:first-child {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .xl\:first\:bg-gray-550:first-child {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .xl\:first\:bg-gray-600:first-child {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .xl\:first\:bg-gray-700:first-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xl\:first\:bg-gray-800:first-child {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .xl\:first\:bg-gray-900:first-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xl\:first\:bg-gray:first-child {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .xl\:first\:bg-red-100:first-child {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .xl\:first\:bg-red-200:first-child {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .xl\:first\:bg-red-300:first-child {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .xl\:first\:bg-red-400:first-child {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .xl\:first\:bg-red-500:first-child {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .xl\:first\:bg-red-600:first-child {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .xl\:first\:bg-red-700:first-child {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .xl\:first\:bg-red-800:first-child {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .xl\:first\:bg-red-900:first-child {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .xl\:first\:bg-orange-100:first-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .xl\:first\:bg-orange-200:first-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .xl\:first\:bg-orange-300:first-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .xl\:first\:bg-orange-400:first-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .xl\:first\:bg-orange-500:first-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .xl\:first\:bg-orange-600:first-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .xl\:first\:bg-orange-700:first-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .xl\:first\:bg-orange-800:first-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .xl\:first\:bg-orange-900:first-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .xl\:first\:bg-yellow-100:first-child {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xl\:first\:bg-yellow-200:first-child {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xl\:first\:bg-yellow-300:first-child {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xl\:first\:bg-yellow-400:first-child {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xl\:first\:bg-yellow-500:first-child {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xl\:first\:bg-yellow-600:first-child {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xl\:first\:bg-yellow-700:first-child {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xl\:first\:bg-yellow-800:first-child {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xl\:first\:bg-yellow-900:first-child {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xl\:first\:bg-green-100:first-child {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .xl\:first\:bg-green-200:first-child {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .xl\:first\:bg-green-300:first-child {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .xl\:first\:bg-green-400:first-child {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .xl\:first\:bg-green-500:first-child {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .xl\:first\:bg-green-600:first-child {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .xl\:first\:bg-green-700:first-child {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .xl\:first\:bg-green-800:first-child {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .xl\:first\:bg-green-900:first-child {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .xl\:first\:bg-teal-100:first-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xl\:first\:bg-teal-200:first-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xl\:first\:bg-teal-300:first-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xl\:first\:bg-teal-400:first-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xl\:first\:bg-teal-500:first-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xl\:first\:bg-teal-600:first-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xl\:first\:bg-teal-700:first-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xl\:first\:bg-teal-800:first-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xl\:first\:bg-teal-900:first-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xl\:first\:bg-blue-100:first-child {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .xl\:first\:bg-blue-200:first-child {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .xl\:first\:bg-blue-300:first-child {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .xl\:first\:bg-blue-400:first-child {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .xl\:first\:bg-blue-500:first-child {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .xl\:first\:bg-blue-600:first-child {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .xl\:first\:bg-blue-700:first-child {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .xl\:first\:bg-blue-800:first-child {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .xl\:first\:bg-blue-900:first-child {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .xl\:first\:bg-indigo-100:first-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xl\:first\:bg-indigo-200:first-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xl\:first\:bg-indigo-300:first-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xl\:first\:bg-indigo-400:first-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xl\:first\:bg-indigo-500:first-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xl\:first\:bg-indigo-600:first-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xl\:first\:bg-indigo-700:first-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xl\:first\:bg-indigo-800:first-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xl\:first\:bg-indigo-900:first-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xl\:first\:bg-purple-100:first-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .xl\:first\:bg-purple-200:first-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .xl\:first\:bg-purple-300:first-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .xl\:first\:bg-purple-400:first-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .xl\:first\:bg-purple-500:first-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .xl\:first\:bg-purple-600:first-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .xl\:first\:bg-purple-700:first-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .xl\:first\:bg-purple-800:first-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .xl\:first\:bg-purple-900:first-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .xl\:first\:bg-pink-100:first-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xl\:first\:bg-pink-200:first-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xl\:first\:bg-pink-300:first-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xl\:first\:bg-pink-400:first-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xl\:first\:bg-pink-500:first-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xl\:first\:bg-pink-600:first-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xl\:first\:bg-pink-700:first-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xl\:first\:bg-pink-800:first-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xl\:first\:bg-pink-900:first-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xl\:first\:bg-dark-blue:first-child {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .xl\:first\:bg-light-blue:first-child {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .xl\:first\:bg-pale-yellow:first-child {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .xl\:first\:bg-success:first-child {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .xl\:first\:bg-error:first-child {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .xl\:last\:bg-transparent:last-child {
    background-color: transparent;
  }

  .xl\:last\:bg-current:last-child {
    background-color: currentColor;
  }

  .xl\:last\:bg-black:last-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:last\:bg-white:last-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:last\:bg-gray-100:last-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:last\:bg-gray-200:last-child {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .xl\:last\:bg-gray-300:last-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xl\:last\:bg-gray-400:last-child {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .xl\:last\:bg-gray-450:last-child {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .xl\:last\:bg-gray-500:last-child {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .xl\:last\:bg-gray-550:last-child {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .xl\:last\:bg-gray-600:last-child {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .xl\:last\:bg-gray-700:last-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xl\:last\:bg-gray-800:last-child {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .xl\:last\:bg-gray-900:last-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xl\:last\:bg-gray:last-child {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .xl\:last\:bg-red-100:last-child {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .xl\:last\:bg-red-200:last-child {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .xl\:last\:bg-red-300:last-child {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .xl\:last\:bg-red-400:last-child {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .xl\:last\:bg-red-500:last-child {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .xl\:last\:bg-red-600:last-child {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .xl\:last\:bg-red-700:last-child {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .xl\:last\:bg-red-800:last-child {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .xl\:last\:bg-red-900:last-child {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .xl\:last\:bg-orange-100:last-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .xl\:last\:bg-orange-200:last-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .xl\:last\:bg-orange-300:last-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .xl\:last\:bg-orange-400:last-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .xl\:last\:bg-orange-500:last-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .xl\:last\:bg-orange-600:last-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .xl\:last\:bg-orange-700:last-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .xl\:last\:bg-orange-800:last-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .xl\:last\:bg-orange-900:last-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .xl\:last\:bg-yellow-100:last-child {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xl\:last\:bg-yellow-200:last-child {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xl\:last\:bg-yellow-300:last-child {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xl\:last\:bg-yellow-400:last-child {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xl\:last\:bg-yellow-500:last-child {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xl\:last\:bg-yellow-600:last-child {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xl\:last\:bg-yellow-700:last-child {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xl\:last\:bg-yellow-800:last-child {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xl\:last\:bg-yellow-900:last-child {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xl\:last\:bg-green-100:last-child {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .xl\:last\:bg-green-200:last-child {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .xl\:last\:bg-green-300:last-child {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .xl\:last\:bg-green-400:last-child {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .xl\:last\:bg-green-500:last-child {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .xl\:last\:bg-green-600:last-child {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .xl\:last\:bg-green-700:last-child {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .xl\:last\:bg-green-800:last-child {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .xl\:last\:bg-green-900:last-child {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .xl\:last\:bg-teal-100:last-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xl\:last\:bg-teal-200:last-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xl\:last\:bg-teal-300:last-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xl\:last\:bg-teal-400:last-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xl\:last\:bg-teal-500:last-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xl\:last\:bg-teal-600:last-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xl\:last\:bg-teal-700:last-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xl\:last\:bg-teal-800:last-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xl\:last\:bg-teal-900:last-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xl\:last\:bg-blue-100:last-child {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .xl\:last\:bg-blue-200:last-child {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .xl\:last\:bg-blue-300:last-child {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .xl\:last\:bg-blue-400:last-child {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .xl\:last\:bg-blue-500:last-child {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .xl\:last\:bg-blue-600:last-child {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .xl\:last\:bg-blue-700:last-child {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .xl\:last\:bg-blue-800:last-child {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .xl\:last\:bg-blue-900:last-child {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .xl\:last\:bg-indigo-100:last-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xl\:last\:bg-indigo-200:last-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xl\:last\:bg-indigo-300:last-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xl\:last\:bg-indigo-400:last-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xl\:last\:bg-indigo-500:last-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xl\:last\:bg-indigo-600:last-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xl\:last\:bg-indigo-700:last-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xl\:last\:bg-indigo-800:last-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xl\:last\:bg-indigo-900:last-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xl\:last\:bg-purple-100:last-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .xl\:last\:bg-purple-200:last-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .xl\:last\:bg-purple-300:last-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .xl\:last\:bg-purple-400:last-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .xl\:last\:bg-purple-500:last-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .xl\:last\:bg-purple-600:last-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .xl\:last\:bg-purple-700:last-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .xl\:last\:bg-purple-800:last-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .xl\:last\:bg-purple-900:last-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .xl\:last\:bg-pink-100:last-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xl\:last\:bg-pink-200:last-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xl\:last\:bg-pink-300:last-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xl\:last\:bg-pink-400:last-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xl\:last\:bg-pink-500:last-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xl\:last\:bg-pink-600:last-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xl\:last\:bg-pink-700:last-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xl\:last\:bg-pink-800:last-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xl\:last\:bg-pink-900:last-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xl\:last\:bg-dark-blue:last-child {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .xl\:last\:bg-light-blue:last-child {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .xl\:last\:bg-pale-yellow:last-child {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .xl\:last\:bg-success:last-child {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .xl\:last\:bg-error:last-child {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .xl\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #f0f2f7;
    background-color: rgba(240, 242, 247, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #e3e8f0;
    background-color: rgba(227, 232, 240, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-450:hover {
    --bg-opacity: 1;
    background-color: #B0B5CC;
    background-color: rgba(176, 181, 204, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #B9BED1;
    background-color: rgba(185, 190, 209, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-550:hover {
    --bg-opacity: 1;
    background-color: #9597a6;
    background-color: rgba(149, 151, 166, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray:hover {
    --bg-opacity: 1;
    background-color: #454545;
    background-color: rgba(69, 69, 69, var(--bg-opacity));
  }

  .xl\:hover\:bg-red-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .xl\:hover\:bg-red-200:hover {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .xl\:hover\:bg-red-300:hover {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .xl\:hover\:bg-red-400:hover {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .xl\:hover\:bg-red-500:hover {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .xl\:hover\:bg-red-600:hover {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .xl\:hover\:bg-red-700:hover {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .xl\:hover\:bg-red-800:hover {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .xl\:hover\:bg-red-900:hover {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-100:hover {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-200:hover {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-300:hover {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-400:hover {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-500:hover {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-600:hover {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-700:hover {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-800:hover {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-900:hover {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-100:hover {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-200:hover {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-300:hover {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-400:hover {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-500:hover {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-600:hover {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-700:hover {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-800:hover {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-900:hover {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-100:hover {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-200:hover {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-300:hover {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-400:hover {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-500:hover {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-600:hover {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-700:hover {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-800:hover {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-900:hover {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-100:hover {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-200:hover {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-300:hover {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-400:hover {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-500:hover {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-600:hover {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-700:hover {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-800:hover {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-900:hover {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xl\:hover\:bg-purple-100:hover {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .xl\:hover\:bg-purple-200:hover {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .xl\:hover\:bg-purple-300:hover {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .xl\:hover\:bg-purple-400:hover {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .xl\:hover\:bg-purple-500:hover {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .xl\:hover\:bg-purple-600:hover {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .xl\:hover\:bg-purple-700:hover {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .xl\:hover\:bg-purple-800:hover {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .xl\:hover\:bg-purple-900:hover {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xl\:hover\:bg-dark-blue:hover {
    --bg-opacity: 1;
    background-color: #000142;
    background-color: rgba(0, 1, 66, var(--bg-opacity));
  }

  .xl\:hover\:bg-light-blue:hover {
    --bg-opacity: 1;
    background-color: #3B55E6;
    background-color: rgba(59, 85, 230, var(--bg-opacity));
  }

  .xl\:hover\:bg-pale-yellow:hover {
    --bg-opacity: 1;
    background-color: #FBAF4E;
    background-color: rgba(251, 175, 78, var(--bg-opacity));
  }

  .xl\:hover\:bg-success:hover {
    --bg-opacity: 1;
    background-color: #007E62;
    background-color: rgba(0, 126, 98, var(--bg-opacity));
  }

  .xl\:hover\:bg-error:hover {
    --bg-opacity: 1;
    background-color: #F60139;
    background-color: rgba(246, 1, 57, var(--bg-opacity));
  }

  .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: #f0f2f7 !important;
    background-color: rgba(240, 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: #e3e8f0 !important;
    background-color: rgba(227, 232, 240, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-450\! {
    --bg-opacity: 1 !important;
    background-color: #B0B5CC !important;
    background-color: rgba(176, 181, 204, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-500\! {
    --bg-opacity: 1 !important;
    background-color: #B9BED1 !important;
    background-color: rgba(185, 190, 209, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-550\! {
    --bg-opacity: 1 !important;
    background-color: #9597a6 !important;
    background-color: rgba(149, 151, 166, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-600\! {
    --bg-opacity: 1 !important;
    background-color: #707070 !important;
    background-color: rgba(112, 112, 112, 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: #454545 !important;
    background-color: rgba(69, 69, 69, 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-gray\! {
    --bg-opacity: 1 !important;
    background-color: #454545 !important;
    background-color: rgba(69, 69, 69, 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-dark-blue\! {
    --bg-opacity: 1 !important;
    background-color: #000142 !important;
    background-color: rgba(0, 1, 66, var(--bg-opacity)) !important;
  }

  .xl\:bg-light-blue\! {
    --bg-opacity: 1 !important;
    background-color: #3B55E6 !important;
    background-color: rgba(59, 85, 230, var(--bg-opacity)) !important;
  }

  .xl\:bg-pale-yellow\! {
    --bg-opacity: 1 !important;
    background-color: #FBAF4E !important;
    background-color: rgba(251, 175, 78, var(--bg-opacity)) !important;
  }

  .xl\:bg-success\! {
    --bg-opacity: 1 !important;
    background-color: #007E62 !important;
    background-color: rgba(0, 126, 98, var(--bg-opacity)) !important;
  }

  .xl\:bg-error\! {
    --bg-opacity: 1 !important;
    background-color: #F60139 !important;
    background-color: rgba(246, 1, 57, var(--bg-opacity)) !important;
  }

  .xl\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .xl\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .xl\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .xl\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .xl\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .xl\:even\:bg-opacity-0:nth-child(even) {
    --bg-opacity: 0;
  }

  .xl\:even\:bg-opacity-25:nth-child(even) {
    --bg-opacity: 0.25;
  }

  .xl\:even\:bg-opacity-50:nth-child(even) {
    --bg-opacity: 0.5;
  }

  .xl\:even\:bg-opacity-75:nth-child(even) {
    --bg-opacity: 0.75;
  }

  .xl\:even\:bg-opacity-100:nth-child(even) {
    --bg-opacity: 1;
  }

  .xl\:odd\:bg-opacity-0:nth-child(odd) {
    --bg-opacity: 0;
  }

  .xl\:odd\:bg-opacity-25:nth-child(odd) {
    --bg-opacity: 0.25;
  }

  .xl\:odd\:bg-opacity-50:nth-child(odd) {
    --bg-opacity: 0.5;
  }

  .xl\:odd\:bg-opacity-75:nth-child(odd) {
    --bg-opacity: 0.75;
  }

  .xl\:odd\:bg-opacity-100:nth-child(odd) {
    --bg-opacity: 1;
  }

  .xl\:children\:bg-opacity-0 > * {
    --bg-opacity: 0;
  }

  .xl\:children\:bg-opacity-25 > * {
    --bg-opacity: 0.25;
  }

  .xl\:children\:bg-opacity-50 > * {
    --bg-opacity: 0.5;
  }

  .xl\:children\:bg-opacity-75 > * {
    --bg-opacity: 0.75;
  }

  .xl\:children\:bg-opacity-100 > * {
    --bg-opacity: 1;
  }

  .xl\:first\:bg-opacity-0:first-child {
    --bg-opacity: 0;
  }

  .xl\:first\:bg-opacity-25:first-child {
    --bg-opacity: 0.25;
  }

  .xl\:first\:bg-opacity-50:first-child {
    --bg-opacity: 0.5;
  }

  .xl\:first\:bg-opacity-75:first-child {
    --bg-opacity: 0.75;
  }

  .xl\:first\:bg-opacity-100:first-child {
    --bg-opacity: 1;
  }

  .xl\:last\:bg-opacity-0:last-child {
    --bg-opacity: 0;
  }

  .xl\:last\:bg-opacity-25:last-child {
    --bg-opacity: 0.25;
  }

  .xl\:last\:bg-opacity-50:last-child {
    --bg-opacity: 0.5;
  }

  .xl\:last\:bg-opacity-75:last-child {
    --bg-opacity: 0.75;
  }

  .xl\:last\:bg-opacity-100:last-child {
    --bg-opacity: 1;
  }

  .xl\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .xl\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .xl\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .xl\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .xl\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .xl\:bg-opacity-0\! {
    --bg-opacity: 0 !important;
  }

  .xl\:bg-opacity-25\! {
    --bg-opacity: 0.25 !important;
  }

  .xl\:bg-opacity-50\! {
    --bg-opacity: 0.5 !important;
  }

  .xl\:bg-opacity-75\! {
    --bg-opacity: 0.75 !important;
  }

  .xl\:bg-opacity-100\! {
    --bg-opacity: 1 !important;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .xl\:even\:bg-bottom:nth-child(even) {
    background-position: bottom;
  }

  .xl\:even\:bg-center:nth-child(even) {
    background-position: center;
  }

  .xl\:even\:bg-left:nth-child(even) {
    background-position: left;
  }

  .xl\:even\:bg-left-bottom:nth-child(even) {
    background-position: left bottom;
  }

  .xl\:even\:bg-left-top:nth-child(even) {
    background-position: left top;
  }

  .xl\:even\:bg-right:nth-child(even) {
    background-position: right;
  }

  .xl\:even\:bg-right-bottom:nth-child(even) {
    background-position: right bottom;
  }

  .xl\:even\:bg-right-top:nth-child(even) {
    background-position: right top;
  }

  .xl\:even\:bg-top:nth-child(even) {
    background-position: top;
  }

  .xl\:odd\:bg-bottom:nth-child(odd) {
    background-position: bottom;
  }

  .xl\:odd\:bg-center:nth-child(odd) {
    background-position: center;
  }

  .xl\:odd\:bg-left:nth-child(odd) {
    background-position: left;
  }

  .xl\:odd\:bg-left-bottom:nth-child(odd) {
    background-position: left bottom;
  }

  .xl\:odd\:bg-left-top:nth-child(odd) {
    background-position: left top;
  }

  .xl\:odd\:bg-right:nth-child(odd) {
    background-position: right;
  }

  .xl\:odd\:bg-right-bottom:nth-child(odd) {
    background-position: right bottom;
  }

  .xl\:odd\:bg-right-top:nth-child(odd) {
    background-position: right top;
  }

  .xl\:odd\:bg-top:nth-child(odd) {
    background-position: top;
  }

  .xl\:children\:bg-bottom > * {
    background-position: bottom;
  }

  .xl\:children\:bg-center > * {
    background-position: center;
  }

  .xl\:children\:bg-left > * {
    background-position: left;
  }

  .xl\:children\:bg-left-bottom > * {
    background-position: left bottom;
  }

  .xl\:children\:bg-left-top > * {
    background-position: left top;
  }

  .xl\:children\:bg-right > * {
    background-position: right;
  }

  .xl\:children\:bg-right-bottom > * {
    background-position: right bottom;
  }

  .xl\:children\:bg-right-top > * {
    background-position: right top;
  }

  .xl\:children\:bg-top > * {
    background-position: top;
  }

  .xl\:first\:bg-bottom:first-child {
    background-position: bottom;
  }

  .xl\:first\:bg-center:first-child {
    background-position: center;
  }

  .xl\:first\:bg-left:first-child {
    background-position: left;
  }

  .xl\:first\:bg-left-bottom:first-child {
    background-position: left bottom;
  }

  .xl\:first\:bg-left-top:first-child {
    background-position: left top;
  }

  .xl\:first\:bg-right:first-child {
    background-position: right;
  }

  .xl\:first\:bg-right-bottom:first-child {
    background-position: right bottom;
  }

  .xl\:first\:bg-right-top:first-child {
    background-position: right top;
  }

  .xl\:first\:bg-top:first-child {
    background-position: top;
  }

  .xl\:last\:bg-bottom:last-child {
    background-position: bottom;
  }

  .xl\:last\:bg-center:last-child {
    background-position: center;
  }

  .xl\:last\:bg-left:last-child {
    background-position: left;
  }

  .xl\:last\:bg-left-bottom:last-child {
    background-position: left bottom;
  }

  .xl\:last\:bg-left-top:last-child {
    background-position: left top;
  }

  .xl\:last\:bg-right:last-child {
    background-position: right;
  }

  .xl\:last\:bg-right-bottom:last-child {
    background-position: right bottom;
  }

  .xl\:last\:bg-right-top:last-child {
    background-position: right top;
  }

  .xl\:last\:bg-top:last-child {
    background-position: top;
  }

  .xl\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .xl\:hover\:bg-center:hover {
    background-position: center;
  }

  .xl\:hover\:bg-left:hover {
    background-position: left;
  }

  .xl\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .xl\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .xl\:hover\:bg-right:hover {
    background-position: right;
  }

  .xl\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .xl\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .xl\:hover\:bg-top:hover {
    background-position: top;
  }

  .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;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round {
    background-repeat: round;
  }

  .xl\:bg-repeat-space {
    background-repeat: space;
  }

  .xl\:even\:bg-repeat:nth-child(even) {
    background-repeat: repeat;
  }

  .xl\:even\:bg-no-repeat:nth-child(even) {
    background-repeat: no-repeat;
  }

  .xl\:even\:bg-repeat-x:nth-child(even) {
    background-repeat: repeat-x;
  }

  .xl\:even\:bg-repeat-y:nth-child(even) {
    background-repeat: repeat-y;
  }

  .xl\:even\:bg-repeat-round:nth-child(even) {
    background-repeat: round;
  }

  .xl\:even\:bg-repeat-space:nth-child(even) {
    background-repeat: space;
  }

  .xl\:odd\:bg-repeat:nth-child(odd) {
    background-repeat: repeat;
  }

  .xl\:odd\:bg-no-repeat:nth-child(odd) {
    background-repeat: no-repeat;
  }

  .xl\:odd\:bg-repeat-x:nth-child(odd) {
    background-repeat: repeat-x;
  }

  .xl\:odd\:bg-repeat-y:nth-child(odd) {
    background-repeat: repeat-y;
  }

  .xl\:odd\:bg-repeat-round:nth-child(odd) {
    background-repeat: round;
  }

  .xl\:odd\:bg-repeat-space:nth-child(odd) {
    background-repeat: space;
  }

  .xl\:children\:bg-repeat > * {
    background-repeat: repeat;
  }

  .xl\:children\:bg-no-repeat > * {
    background-repeat: no-repeat;
  }

  .xl\:children\:bg-repeat-x > * {
    background-repeat: repeat-x;
  }

  .xl\:children\:bg-repeat-y > * {
    background-repeat: repeat-y;
  }

  .xl\:children\:bg-repeat-round > * {
    background-repeat: round;
  }

  .xl\:children\:bg-repeat-space > * {
    background-repeat: space;
  }

  .xl\:first\:bg-repeat:first-child {
    background-repeat: repeat;
  }

  .xl\:first\:bg-no-repeat:first-child {
    background-repeat: no-repeat;
  }

  .xl\:first\:bg-repeat-x:first-child {
    background-repeat: repeat-x;
  }

  .xl\:first\:bg-repeat-y:first-child {
    background-repeat: repeat-y;
  }

  .xl\:first\:bg-repeat-round:first-child {
    background-repeat: round;
  }

  .xl\:first\:bg-repeat-space:first-child {
    background-repeat: space;
  }

  .xl\:last\:bg-repeat:last-child {
    background-repeat: repeat;
  }

  .xl\:last\:bg-no-repeat:last-child {
    background-repeat: no-repeat;
  }

  .xl\:last\:bg-repeat-x:last-child {
    background-repeat: repeat-x;
  }

  .xl\:last\:bg-repeat-y:last-child {
    background-repeat: repeat-y;
  }

  .xl\:last\:bg-repeat-round:last-child {
    background-repeat: round;
  }

  .xl\:last\:bg-repeat-space:last-child {
    background-repeat: space;
  }

  .xl\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .xl\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .xl\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .xl\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .xl\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .xl\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .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;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:even\:bg-auto:nth-child(even) {
    background-size: auto;
  }

  .xl\:even\:bg-cover:nth-child(even) {
    background-size: cover;
  }

  .xl\:even\:bg-contain:nth-child(even) {
    background-size: contain;
  }

  .xl\:odd\:bg-auto:nth-child(odd) {
    background-size: auto;
  }

  .xl\:odd\:bg-cover:nth-child(odd) {
    background-size: cover;
  }

  .xl\:odd\:bg-contain:nth-child(odd) {
    background-size: contain;
  }

  .xl\:children\:bg-auto > * {
    background-size: auto;
  }

  .xl\:children\:bg-cover > * {
    background-size: cover;
  }

  .xl\:children\:bg-contain > * {
    background-size: contain;
  }

  .xl\:first\:bg-auto:first-child {
    background-size: auto;
  }

  .xl\:first\:bg-cover:first-child {
    background-size: cover;
  }

  .xl\:first\:bg-contain:first-child {
    background-size: contain;
  }

  .xl\:last\:bg-auto:last-child {
    background-size: auto;
  }

  .xl\:last\:bg-cover:last-child {
    background-size: cover;
  }

  .xl\:last\:bg-contain:last-child {
    background-size: contain;
  }

  .xl\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .xl\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .xl\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .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;
  }

  .xl\:border-separate {
    border-collapse: separate;
  }

  .xl\:even\:border-collapse:nth-child(even) {
    border-collapse: collapse;
  }

  .xl\:even\:border-separate:nth-child(even) {
    border-collapse: separate;
  }

  .xl\:odd\:border-collapse:nth-child(odd) {
    border-collapse: collapse;
  }

  .xl\:odd\:border-separate:nth-child(odd) {
    border-collapse: separate;
  }

  .xl\:children\:border-collapse > * {
    border-collapse: collapse;
  }

  .xl\:children\:border-separate > * {
    border-collapse: separate;
  }

  .xl\:first\:border-collapse:first-child {
    border-collapse: collapse;
  }

  .xl\:first\:border-separate:first-child {
    border-collapse: separate;
  }

  .xl\:last\:border-collapse:last-child {
    border-collapse: collapse;
  }

  .xl\:last\:border-separate:last-child {
    border-collapse: separate;
  }

  .xl\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .xl\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .xl\:border-collapse\! {
    border-collapse: collapse !important;
  }

  .xl\:border-separate\! {
    border-collapse: separate !important;
  }

  .xl\:border-transparent {
    border-color: transparent;
  }

  .xl\:border-current {
    border-color: currentColor;
  }

  .xl\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:border-gray-200 {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .xl\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xl\:border-gray-400 {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .xl\:border-gray-450 {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .xl\:border-gray-500 {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .xl\:border-gray-550 {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .xl\:border-gray-600 {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .xl\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xl\:border-gray-800 {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .xl\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xl\:border-gray {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .xl\:border-red-100 {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .xl\:border-red-200 {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .xl\:border-red-300 {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .xl\:border-red-400 {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .xl\:border-red-500 {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .xl\:border-red-600 {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .xl\:border-red-700 {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .xl\:border-red-800 {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .xl\:border-red-900 {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .xl\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .xl\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .xl\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .xl\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .xl\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .xl\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .xl\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .xl\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .xl\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .xl\:border-yellow-100 {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xl\:border-yellow-200 {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xl\:border-yellow-300 {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xl\:border-yellow-400 {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xl\:border-yellow-500 {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xl\:border-yellow-600 {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xl\:border-yellow-700 {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xl\:border-yellow-800 {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xl\:border-yellow-900 {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xl\:border-green-100 {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .xl\:border-green-200 {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .xl\:border-green-300 {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .xl\:border-green-400 {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .xl\:border-green-500 {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .xl\:border-green-600 {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .xl\:border-green-700 {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .xl\:border-green-800 {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .xl\:border-green-900 {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .xl\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xl\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xl\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xl\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xl\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xl\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xl\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xl\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xl\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xl\:border-blue-100 {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .xl\:border-blue-200 {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .xl\:border-blue-300 {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .xl\:border-blue-400 {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .xl\:border-blue-500 {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .xl\:border-blue-600 {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .xl\:border-blue-700 {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .xl\:border-blue-800 {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .xl\:border-blue-900 {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .xl\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xl\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xl\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xl\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xl\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xl\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xl\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xl\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xl\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xl\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .xl\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .xl\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .xl\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .xl\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .xl\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .xl\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .xl\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .xl\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .xl\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xl\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xl\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xl\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xl\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xl\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xl\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xl\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xl\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xl\:border-dark-blue {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .xl\:border-light-blue {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .xl\:border-pale-yellow {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .xl\:border-success {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .xl\:border-error {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .xl\:even\:border-transparent:nth-child(even) {
    border-color: transparent;
  }

  .xl\:even\:border-current:nth-child(even) {
    border-color: currentColor;
  }

  .xl\:even\:border-black:nth-child(even) {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:even\:border-white:nth-child(even) {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:even\:border-gray-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:even\:border-gray-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .xl\:even\:border-gray-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xl\:even\:border-gray-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .xl\:even\:border-gray-450:nth-child(even) {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .xl\:even\:border-gray-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .xl\:even\:border-gray-550:nth-child(even) {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .xl\:even\:border-gray-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .xl\:even\:border-gray-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xl\:even\:border-gray-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .xl\:even\:border-gray-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xl\:even\:border-gray:nth-child(even) {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .xl\:even\:border-red-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .xl\:even\:border-red-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .xl\:even\:border-red-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .xl\:even\:border-red-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .xl\:even\:border-red-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .xl\:even\:border-red-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .xl\:even\:border-red-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .xl\:even\:border-red-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .xl\:even\:border-red-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .xl\:even\:border-orange-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .xl\:even\:border-orange-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .xl\:even\:border-orange-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .xl\:even\:border-orange-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .xl\:even\:border-orange-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .xl\:even\:border-orange-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .xl\:even\:border-orange-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .xl\:even\:border-orange-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .xl\:even\:border-orange-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .xl\:even\:border-yellow-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xl\:even\:border-yellow-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xl\:even\:border-yellow-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xl\:even\:border-yellow-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xl\:even\:border-yellow-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xl\:even\:border-yellow-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xl\:even\:border-yellow-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xl\:even\:border-yellow-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xl\:even\:border-yellow-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xl\:even\:border-green-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .xl\:even\:border-green-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .xl\:even\:border-green-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .xl\:even\:border-green-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .xl\:even\:border-green-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .xl\:even\:border-green-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .xl\:even\:border-green-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .xl\:even\:border-green-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .xl\:even\:border-green-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .xl\:even\:border-teal-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xl\:even\:border-teal-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xl\:even\:border-teal-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xl\:even\:border-teal-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xl\:even\:border-teal-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xl\:even\:border-teal-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xl\:even\:border-teal-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xl\:even\:border-teal-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xl\:even\:border-teal-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xl\:even\:border-blue-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .xl\:even\:border-blue-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .xl\:even\:border-blue-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .xl\:even\:border-blue-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .xl\:even\:border-blue-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .xl\:even\:border-blue-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .xl\:even\:border-blue-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .xl\:even\:border-blue-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .xl\:even\:border-blue-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .xl\:even\:border-indigo-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xl\:even\:border-indigo-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xl\:even\:border-indigo-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xl\:even\:border-indigo-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xl\:even\:border-indigo-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xl\:even\:border-indigo-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xl\:even\:border-indigo-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xl\:even\:border-indigo-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xl\:even\:border-indigo-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xl\:even\:border-purple-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .xl\:even\:border-purple-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .xl\:even\:border-purple-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .xl\:even\:border-purple-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .xl\:even\:border-purple-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .xl\:even\:border-purple-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .xl\:even\:border-purple-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .xl\:even\:border-purple-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .xl\:even\:border-purple-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .xl\:even\:border-pink-100:nth-child(even) {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xl\:even\:border-pink-200:nth-child(even) {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xl\:even\:border-pink-300:nth-child(even) {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xl\:even\:border-pink-400:nth-child(even) {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xl\:even\:border-pink-500:nth-child(even) {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xl\:even\:border-pink-600:nth-child(even) {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xl\:even\:border-pink-700:nth-child(even) {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xl\:even\:border-pink-800:nth-child(even) {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xl\:even\:border-pink-900:nth-child(even) {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xl\:even\:border-dark-blue:nth-child(even) {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .xl\:even\:border-light-blue:nth-child(even) {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .xl\:even\:border-pale-yellow:nth-child(even) {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .xl\:even\:border-success:nth-child(even) {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .xl\:even\:border-error:nth-child(even) {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .xl\:odd\:border-transparent:nth-child(odd) {
    border-color: transparent;
  }

  .xl\:odd\:border-current:nth-child(odd) {
    border-color: currentColor;
  }

  .xl\:odd\:border-black:nth-child(odd) {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:odd\:border-white:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:odd\:border-gray-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:odd\:border-gray-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .xl\:odd\:border-gray-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xl\:odd\:border-gray-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .xl\:odd\:border-gray-450:nth-child(odd) {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .xl\:odd\:border-gray-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .xl\:odd\:border-gray-550:nth-child(odd) {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .xl\:odd\:border-gray-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .xl\:odd\:border-gray-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xl\:odd\:border-gray-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .xl\:odd\:border-gray-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xl\:odd\:border-gray:nth-child(odd) {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .xl\:odd\:border-red-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .xl\:odd\:border-red-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .xl\:odd\:border-red-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .xl\:odd\:border-red-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .xl\:odd\:border-red-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .xl\:odd\:border-red-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .xl\:odd\:border-red-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .xl\:odd\:border-red-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .xl\:odd\:border-red-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .xl\:odd\:border-orange-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .xl\:odd\:border-orange-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .xl\:odd\:border-orange-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .xl\:odd\:border-orange-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .xl\:odd\:border-orange-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .xl\:odd\:border-orange-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .xl\:odd\:border-orange-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .xl\:odd\:border-orange-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .xl\:odd\:border-orange-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .xl\:odd\:border-yellow-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xl\:odd\:border-yellow-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xl\:odd\:border-yellow-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xl\:odd\:border-yellow-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xl\:odd\:border-yellow-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xl\:odd\:border-yellow-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xl\:odd\:border-yellow-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xl\:odd\:border-yellow-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xl\:odd\:border-yellow-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xl\:odd\:border-green-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .xl\:odd\:border-green-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .xl\:odd\:border-green-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .xl\:odd\:border-green-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .xl\:odd\:border-green-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .xl\:odd\:border-green-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .xl\:odd\:border-green-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .xl\:odd\:border-green-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .xl\:odd\:border-green-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .xl\:odd\:border-teal-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xl\:odd\:border-teal-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xl\:odd\:border-teal-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xl\:odd\:border-teal-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xl\:odd\:border-teal-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xl\:odd\:border-teal-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xl\:odd\:border-teal-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xl\:odd\:border-teal-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xl\:odd\:border-teal-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xl\:odd\:border-blue-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .xl\:odd\:border-blue-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .xl\:odd\:border-blue-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .xl\:odd\:border-blue-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .xl\:odd\:border-blue-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .xl\:odd\:border-blue-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .xl\:odd\:border-blue-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .xl\:odd\:border-blue-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .xl\:odd\:border-blue-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .xl\:odd\:border-indigo-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xl\:odd\:border-indigo-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xl\:odd\:border-indigo-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xl\:odd\:border-indigo-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xl\:odd\:border-indigo-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xl\:odd\:border-indigo-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xl\:odd\:border-indigo-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xl\:odd\:border-indigo-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xl\:odd\:border-indigo-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xl\:odd\:border-purple-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .xl\:odd\:border-purple-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .xl\:odd\:border-purple-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .xl\:odd\:border-purple-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .xl\:odd\:border-purple-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .xl\:odd\:border-purple-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .xl\:odd\:border-purple-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .xl\:odd\:border-purple-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .xl\:odd\:border-purple-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .xl\:odd\:border-pink-100:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xl\:odd\:border-pink-200:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xl\:odd\:border-pink-300:nth-child(odd) {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xl\:odd\:border-pink-400:nth-child(odd) {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xl\:odd\:border-pink-500:nth-child(odd) {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xl\:odd\:border-pink-600:nth-child(odd) {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xl\:odd\:border-pink-700:nth-child(odd) {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xl\:odd\:border-pink-800:nth-child(odd) {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xl\:odd\:border-pink-900:nth-child(odd) {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xl\:odd\:border-dark-blue:nth-child(odd) {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .xl\:odd\:border-light-blue:nth-child(odd) {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .xl\:odd\:border-pale-yellow:nth-child(odd) {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .xl\:odd\:border-success:nth-child(odd) {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .xl\:odd\:border-error:nth-child(odd) {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .xl\:children\:border-transparent > * {
    border-color: transparent;
  }

  .xl\:children\:border-current > * {
    border-color: currentColor;
  }

  .xl\:children\:border-black > * {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:children\:border-white > * {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:children\:border-gray-100 > * {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:children\:border-gray-200 > * {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .xl\:children\:border-gray-300 > * {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xl\:children\:border-gray-400 > * {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .xl\:children\:border-gray-450 > * {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .xl\:children\:border-gray-500 > * {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .xl\:children\:border-gray-550 > * {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .xl\:children\:border-gray-600 > * {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .xl\:children\:border-gray-700 > * {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xl\:children\:border-gray-800 > * {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .xl\:children\:border-gray-900 > * {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xl\:children\:border-gray > * {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .xl\:children\:border-red-100 > * {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .xl\:children\:border-red-200 > * {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .xl\:children\:border-red-300 > * {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .xl\:children\:border-red-400 > * {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .xl\:children\:border-red-500 > * {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .xl\:children\:border-red-600 > * {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .xl\:children\:border-red-700 > * {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .xl\:children\:border-red-800 > * {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .xl\:children\:border-red-900 > * {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .xl\:children\:border-orange-100 > * {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .xl\:children\:border-orange-200 > * {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .xl\:children\:border-orange-300 > * {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .xl\:children\:border-orange-400 > * {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .xl\:children\:border-orange-500 > * {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .xl\:children\:border-orange-600 > * {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .xl\:children\:border-orange-700 > * {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .xl\:children\:border-orange-800 > * {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .xl\:children\:border-orange-900 > * {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .xl\:children\:border-yellow-100 > * {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xl\:children\:border-yellow-200 > * {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xl\:children\:border-yellow-300 > * {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xl\:children\:border-yellow-400 > * {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xl\:children\:border-yellow-500 > * {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xl\:children\:border-yellow-600 > * {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xl\:children\:border-yellow-700 > * {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xl\:children\:border-yellow-800 > * {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xl\:children\:border-yellow-900 > * {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xl\:children\:border-green-100 > * {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .xl\:children\:border-green-200 > * {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .xl\:children\:border-green-300 > * {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .xl\:children\:border-green-400 > * {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .xl\:children\:border-green-500 > * {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .xl\:children\:border-green-600 > * {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .xl\:children\:border-green-700 > * {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .xl\:children\:border-green-800 > * {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .xl\:children\:border-green-900 > * {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .xl\:children\:border-teal-100 > * {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xl\:children\:border-teal-200 > * {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xl\:children\:border-teal-300 > * {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xl\:children\:border-teal-400 > * {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xl\:children\:border-teal-500 > * {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xl\:children\:border-teal-600 > * {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xl\:children\:border-teal-700 > * {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xl\:children\:border-teal-800 > * {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xl\:children\:border-teal-900 > * {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xl\:children\:border-blue-100 > * {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .xl\:children\:border-blue-200 > * {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .xl\:children\:border-blue-300 > * {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .xl\:children\:border-blue-400 > * {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .xl\:children\:border-blue-500 > * {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .xl\:children\:border-blue-600 > * {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .xl\:children\:border-blue-700 > * {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .xl\:children\:border-blue-800 > * {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .xl\:children\:border-blue-900 > * {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .xl\:children\:border-indigo-100 > * {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xl\:children\:border-indigo-200 > * {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xl\:children\:border-indigo-300 > * {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xl\:children\:border-indigo-400 > * {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xl\:children\:border-indigo-500 > * {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xl\:children\:border-indigo-600 > * {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xl\:children\:border-indigo-700 > * {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xl\:children\:border-indigo-800 > * {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xl\:children\:border-indigo-900 > * {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xl\:children\:border-purple-100 > * {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .xl\:children\:border-purple-200 > * {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .xl\:children\:border-purple-300 > * {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .xl\:children\:border-purple-400 > * {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .xl\:children\:border-purple-500 > * {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .xl\:children\:border-purple-600 > * {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .xl\:children\:border-purple-700 > * {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .xl\:children\:border-purple-800 > * {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .xl\:children\:border-purple-900 > * {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .xl\:children\:border-pink-100 > * {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xl\:children\:border-pink-200 > * {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xl\:children\:border-pink-300 > * {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xl\:children\:border-pink-400 > * {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xl\:children\:border-pink-500 > * {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xl\:children\:border-pink-600 > * {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xl\:children\:border-pink-700 > * {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xl\:children\:border-pink-800 > * {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xl\:children\:border-pink-900 > * {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xl\:children\:border-dark-blue > * {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .xl\:children\:border-light-blue > * {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .xl\:children\:border-pale-yellow > * {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .xl\:children\:border-success > * {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .xl\:children\:border-error > * {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .xl\:first\:border-transparent:first-child {
    border-color: transparent;
  }

  .xl\:first\:border-current:first-child {
    border-color: currentColor;
  }

  .xl\:first\:border-black:first-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:first\:border-white:first-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:first\:border-gray-100:first-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:first\:border-gray-200:first-child {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .xl\:first\:border-gray-300:first-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xl\:first\:border-gray-400:first-child {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .xl\:first\:border-gray-450:first-child {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .xl\:first\:border-gray-500:first-child {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .xl\:first\:border-gray-550:first-child {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .xl\:first\:border-gray-600:first-child {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .xl\:first\:border-gray-700:first-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xl\:first\:border-gray-800:first-child {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .xl\:first\:border-gray-900:first-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xl\:first\:border-gray:first-child {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .xl\:first\:border-red-100:first-child {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .xl\:first\:border-red-200:first-child {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .xl\:first\:border-red-300:first-child {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .xl\:first\:border-red-400:first-child {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .xl\:first\:border-red-500:first-child {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .xl\:first\:border-red-600:first-child {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .xl\:first\:border-red-700:first-child {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .xl\:first\:border-red-800:first-child {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .xl\:first\:border-red-900:first-child {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .xl\:first\:border-orange-100:first-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .xl\:first\:border-orange-200:first-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .xl\:first\:border-orange-300:first-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .xl\:first\:border-orange-400:first-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .xl\:first\:border-orange-500:first-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .xl\:first\:border-orange-600:first-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .xl\:first\:border-orange-700:first-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .xl\:first\:border-orange-800:first-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .xl\:first\:border-orange-900:first-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .xl\:first\:border-yellow-100:first-child {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xl\:first\:border-yellow-200:first-child {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xl\:first\:border-yellow-300:first-child {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xl\:first\:border-yellow-400:first-child {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xl\:first\:border-yellow-500:first-child {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xl\:first\:border-yellow-600:first-child {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xl\:first\:border-yellow-700:first-child {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xl\:first\:border-yellow-800:first-child {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xl\:first\:border-yellow-900:first-child {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xl\:first\:border-green-100:first-child {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .xl\:first\:border-green-200:first-child {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .xl\:first\:border-green-300:first-child {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .xl\:first\:border-green-400:first-child {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .xl\:first\:border-green-500:first-child {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .xl\:first\:border-green-600:first-child {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .xl\:first\:border-green-700:first-child {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .xl\:first\:border-green-800:first-child {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .xl\:first\:border-green-900:first-child {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .xl\:first\:border-teal-100:first-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xl\:first\:border-teal-200:first-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xl\:first\:border-teal-300:first-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xl\:first\:border-teal-400:first-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xl\:first\:border-teal-500:first-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xl\:first\:border-teal-600:first-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xl\:first\:border-teal-700:first-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xl\:first\:border-teal-800:first-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xl\:first\:border-teal-900:first-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xl\:first\:border-blue-100:first-child {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .xl\:first\:border-blue-200:first-child {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .xl\:first\:border-blue-300:first-child {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .xl\:first\:border-blue-400:first-child {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .xl\:first\:border-blue-500:first-child {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .xl\:first\:border-blue-600:first-child {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .xl\:first\:border-blue-700:first-child {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .xl\:first\:border-blue-800:first-child {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .xl\:first\:border-blue-900:first-child {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .xl\:first\:border-indigo-100:first-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xl\:first\:border-indigo-200:first-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xl\:first\:border-indigo-300:first-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xl\:first\:border-indigo-400:first-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xl\:first\:border-indigo-500:first-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xl\:first\:border-indigo-600:first-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xl\:first\:border-indigo-700:first-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xl\:first\:border-indigo-800:first-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xl\:first\:border-indigo-900:first-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xl\:first\:border-purple-100:first-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .xl\:first\:border-purple-200:first-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .xl\:first\:border-purple-300:first-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .xl\:first\:border-purple-400:first-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .xl\:first\:border-purple-500:first-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .xl\:first\:border-purple-600:first-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .xl\:first\:border-purple-700:first-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .xl\:first\:border-purple-800:first-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .xl\:first\:border-purple-900:first-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .xl\:first\:border-pink-100:first-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xl\:first\:border-pink-200:first-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xl\:first\:border-pink-300:first-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xl\:first\:border-pink-400:first-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xl\:first\:border-pink-500:first-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xl\:first\:border-pink-600:first-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xl\:first\:border-pink-700:first-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xl\:first\:border-pink-800:first-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xl\:first\:border-pink-900:first-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xl\:first\:border-dark-blue:first-child {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .xl\:first\:border-light-blue:first-child {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .xl\:first\:border-pale-yellow:first-child {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .xl\:first\:border-success:first-child {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .xl\:first\:border-error:first-child {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .xl\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .xl\:last\:border-current:last-child {
    border-color: currentColor;
  }

  .xl\:last\:border-black:last-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:last\:border-white:last-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:last\:border-gray-100:last-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:last\:border-gray-200:last-child {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .xl\:last\:border-gray-300:last-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xl\:last\:border-gray-400:last-child {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .xl\:last\:border-gray-450:last-child {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .xl\:last\:border-gray-500:last-child {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .xl\:last\:border-gray-550:last-child {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .xl\:last\:border-gray-600:last-child {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .xl\:last\:border-gray-700:last-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xl\:last\:border-gray-800:last-child {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .xl\:last\:border-gray-900:last-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xl\:last\:border-gray:last-child {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .xl\:last\:border-red-100:last-child {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .xl\:last\:border-red-200:last-child {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .xl\:last\:border-red-300:last-child {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .xl\:last\:border-red-400:last-child {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .xl\:last\:border-red-500:last-child {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .xl\:last\:border-red-600:last-child {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .xl\:last\:border-red-700:last-child {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .xl\:last\:border-red-800:last-child {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .xl\:last\:border-red-900:last-child {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .xl\:last\:border-orange-100:last-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .xl\:last\:border-orange-200:last-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .xl\:last\:border-orange-300:last-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .xl\:last\:border-orange-400:last-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .xl\:last\:border-orange-500:last-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .xl\:last\:border-orange-600:last-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .xl\:last\:border-orange-700:last-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .xl\:last\:border-orange-800:last-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .xl\:last\:border-orange-900:last-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .xl\:last\:border-yellow-100:last-child {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xl\:last\:border-yellow-200:last-child {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xl\:last\:border-yellow-300:last-child {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xl\:last\:border-yellow-400:last-child {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xl\:last\:border-yellow-500:last-child {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xl\:last\:border-yellow-600:last-child {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xl\:last\:border-yellow-700:last-child {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xl\:last\:border-yellow-800:last-child {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xl\:last\:border-yellow-900:last-child {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xl\:last\:border-green-100:last-child {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .xl\:last\:border-green-200:last-child {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .xl\:last\:border-green-300:last-child {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .xl\:last\:border-green-400:last-child {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .xl\:last\:border-green-500:last-child {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .xl\:last\:border-green-600:last-child {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .xl\:last\:border-green-700:last-child {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .xl\:last\:border-green-800:last-child {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .xl\:last\:border-green-900:last-child {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .xl\:last\:border-teal-100:last-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xl\:last\:border-teal-200:last-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xl\:last\:border-teal-300:last-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xl\:last\:border-teal-400:last-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xl\:last\:border-teal-500:last-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xl\:last\:border-teal-600:last-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xl\:last\:border-teal-700:last-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xl\:last\:border-teal-800:last-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xl\:last\:border-teal-900:last-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xl\:last\:border-blue-100:last-child {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .xl\:last\:border-blue-200:last-child {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .xl\:last\:border-blue-300:last-child {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .xl\:last\:border-blue-400:last-child {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .xl\:last\:border-blue-500:last-child {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .xl\:last\:border-blue-600:last-child {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .xl\:last\:border-blue-700:last-child {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .xl\:last\:border-blue-800:last-child {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .xl\:last\:border-blue-900:last-child {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .xl\:last\:border-indigo-100:last-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xl\:last\:border-indigo-200:last-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xl\:last\:border-indigo-300:last-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xl\:last\:border-indigo-400:last-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xl\:last\:border-indigo-500:last-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xl\:last\:border-indigo-600:last-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xl\:last\:border-indigo-700:last-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xl\:last\:border-indigo-800:last-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xl\:last\:border-indigo-900:last-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xl\:last\:border-purple-100:last-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .xl\:last\:border-purple-200:last-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .xl\:last\:border-purple-300:last-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .xl\:last\:border-purple-400:last-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .xl\:last\:border-purple-500:last-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .xl\:last\:border-purple-600:last-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .xl\:last\:border-purple-700:last-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .xl\:last\:border-purple-800:last-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .xl\:last\:border-purple-900:last-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .xl\:last\:border-pink-100:last-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xl\:last\:border-pink-200:last-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xl\:last\:border-pink-300:last-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xl\:last\:border-pink-400:last-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xl\:last\:border-pink-500:last-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xl\:last\:border-pink-600:last-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xl\:last\:border-pink-700:last-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xl\:last\:border-pink-800:last-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xl\:last\:border-pink-900:last-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xl\:last\:border-dark-blue:last-child {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .xl\:last\:border-light-blue:last-child {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .xl\:last\:border-pale-yellow:last-child {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .xl\:last\:border-success:last-child {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .xl\:last\:border-error:last-child {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .xl\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #f0f2f7;
    border-color: rgba(240, 242, 247, var(--border-opacity));
  }

  .xl\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xl\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #e3e8f0;
    border-color: rgba(227, 232, 240, var(--border-opacity));
  }

  .xl\:hover\:border-gray-450:hover {
    --border-opacity: 1;
    border-color: #B0B5CC;
    border-color: rgba(176, 181, 204, var(--border-opacity));
  }

  .xl\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #B9BED1;
    border-color: rgba(185, 190, 209, var(--border-opacity));
  }

  .xl\:hover\:border-gray-550:hover {
    --border-opacity: 1;
    border-color: #9597a6;
    border-color: rgba(149, 151, 166, var(--border-opacity));
  }

  .xl\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .xl\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xl\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .xl\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xl\:hover\:border-gray:hover {
    --border-opacity: 1;
    border-color: #454545;
    border-color: rgba(69, 69, 69, var(--border-opacity));
  }

  .xl\:hover\:border-red-100:hover {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .xl\:hover\:border-red-200:hover {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .xl\:hover\:border-red-300:hover {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .xl\:hover\:border-red-400:hover {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .xl\:hover\:border-red-500:hover {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .xl\:hover\:border-red-600:hover {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .xl\:hover\:border-red-700:hover {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .xl\:hover\:border-red-800:hover {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .xl\:hover\:border-red-900:hover {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .xl\:hover\:border-orange-100:hover {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .xl\:hover\:border-orange-200:hover {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .xl\:hover\:border-orange-300:hover {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .xl\:hover\:border-orange-400:hover {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .xl\:hover\:border-orange-500:hover {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .xl\:hover\:border-orange-600:hover {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .xl\:hover\:border-orange-700:hover {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .xl\:hover\:border-orange-800:hover {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .xl\:hover\:border-orange-900:hover {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-100:hover {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-200:hover {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-300:hover {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-400:hover {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-500:hover {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-600:hover {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-700:hover {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-800:hover {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-900:hover {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xl\:hover\:border-green-100:hover {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .xl\:hover\:border-green-200:hover {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .xl\:hover\:border-green-300:hover {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .xl\:hover\:border-green-400:hover {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .xl\:hover\:border-green-500:hover {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .xl\:hover\:border-green-600:hover {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .xl\:hover\:border-green-700:hover {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .xl\:hover\:border-green-800:hover {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .xl\:hover\:border-green-900:hover {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .xl\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xl\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xl\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xl\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xl\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xl\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xl\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xl\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xl\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xl\:hover\:border-blue-100:hover {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .xl\:hover\:border-blue-200:hover {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .xl\:hover\:border-blue-300:hover {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .xl\:hover\:border-blue-400:hover {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .xl\:hover\:border-blue-500:hover {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .xl\:hover\:border-blue-600:hover {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .xl\:hover\:border-blue-700:hover {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .xl\:hover\:border-blue-800:hover {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .xl\:hover\:border-blue-900:hover {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xl\:hover\:border-purple-100:hover {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .xl\:hover\:border-purple-200:hover {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .xl\:hover\:border-purple-300:hover {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .xl\:hover\:border-purple-400:hover {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .xl\:hover\:border-purple-500:hover {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .xl\:hover\:border-purple-600:hover {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .xl\:hover\:border-purple-700:hover {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .xl\:hover\:border-purple-800:hover {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .xl\:hover\:border-purple-900:hover {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .xl\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xl\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xl\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xl\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xl\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xl\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xl\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xl\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xl\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xl\:hover\:border-dark-blue:hover {
    --border-opacity: 1;
    border-color: #000142;
    border-color: rgba(0, 1, 66, var(--border-opacity));
  }

  .xl\:hover\:border-light-blue:hover {
    --border-opacity: 1;
    border-color: #3B55E6;
    border-color: rgba(59, 85, 230, var(--border-opacity));
  }

  .xl\:hover\:border-pale-yellow:hover {
    --border-opacity: 1;
    border-color: #FBAF4E;
    border-color: rgba(251, 175, 78, var(--border-opacity));
  }

  .xl\:hover\:border-success:hover {
    --border-opacity: 1;
    border-color: #007E62;
    border-color: rgba(0, 126, 98, var(--border-opacity));
  }

  .xl\:hover\:border-error:hover {
    --border-opacity: 1;
    border-color: #F60139;
    border-color: rgba(246, 1, 57, var(--border-opacity));
  }

  .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: #f0f2f7 !important;
    border-color: rgba(240, 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: #e3e8f0 !important;
    border-color: rgba(227, 232, 240, var(--border-opacity)) !important;
  }

  .xl\:border-gray-450\! {
    --border-opacity: 1 !important;
    border-color: #B0B5CC !important;
    border-color: rgba(176, 181, 204, var(--border-opacity)) !important;
  }

  .xl\:border-gray-500\! {
    --border-opacity: 1 !important;
    border-color: #B9BED1 !important;
    border-color: rgba(185, 190, 209, var(--border-opacity)) !important;
  }

  .xl\:border-gray-550\! {
    --border-opacity: 1 !important;
    border-color: #9597a6 !important;
    border-color: rgba(149, 151, 166, var(--border-opacity)) !important;
  }

  .xl\:border-gray-600\! {
    --border-opacity: 1 !important;
    border-color: #707070 !important;
    border-color: rgba(112, 112, 112, 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: #454545 !important;
    border-color: rgba(69, 69, 69, 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-gray\! {
    --border-opacity: 1 !important;
    border-color: #454545 !important;
    border-color: rgba(69, 69, 69, 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-dark-blue\! {
    --border-opacity: 1 !important;
    border-color: #000142 !important;
    border-color: rgba(0, 1, 66, var(--border-opacity)) !important;
  }

  .xl\:border-light-blue\! {
    --border-opacity: 1 !important;
    border-color: #3B55E6 !important;
    border-color: rgba(59, 85, 230, var(--border-opacity)) !important;
  }

  .xl\:border-pale-yellow\! {
    --border-opacity: 1 !important;
    border-color: #FBAF4E !important;
    border-color: rgba(251, 175, 78, var(--border-opacity)) !important;
  }

  .xl\:border-success\! {
    --border-opacity: 1 !important;
    border-color: #007E62 !important;
    border-color: rgba(0, 126, 98, var(--border-opacity)) !important;
  }

  .xl\:border-error\! {
    --border-opacity: 1 !important;
    border-color: #F60139 !important;
    border-color: rgba(246, 1, 57, var(--border-opacity)) !important;
  }

  .xl\:border-opacity-0 {
    --border-opacity: 0;
  }

  .xl\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .xl\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .xl\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .xl\:border-opacity-100 {
    --border-opacity: 1;
  }

  .xl\:even\:border-opacity-0:nth-child(even) {
    --border-opacity: 0;
  }

  .xl\:even\:border-opacity-25:nth-child(even) {
    --border-opacity: 0.25;
  }

  .xl\:even\:border-opacity-50:nth-child(even) {
    --border-opacity: 0.5;
  }

  .xl\:even\:border-opacity-75:nth-child(even) {
    --border-opacity: 0.75;
  }

  .xl\:even\:border-opacity-100:nth-child(even) {
    --border-opacity: 1;
  }

  .xl\:odd\:border-opacity-0:nth-child(odd) {
    --border-opacity: 0;
  }

  .xl\:odd\:border-opacity-25:nth-child(odd) {
    --border-opacity: 0.25;
  }

  .xl\:odd\:border-opacity-50:nth-child(odd) {
    --border-opacity: 0.5;
  }

  .xl\:odd\:border-opacity-75:nth-child(odd) {
    --border-opacity: 0.75;
  }

  .xl\:odd\:border-opacity-100:nth-child(odd) {
    --border-opacity: 1;
  }

  .xl\:children\:border-opacity-0 > * {
    --border-opacity: 0;
  }

  .xl\:children\:border-opacity-25 > * {
    --border-opacity: 0.25;
  }

  .xl\:children\:border-opacity-50 > * {
    --border-opacity: 0.5;
  }

  .xl\:children\:border-opacity-75 > * {
    --border-opacity: 0.75;
  }

  .xl\:children\:border-opacity-100 > * {
    --border-opacity: 1;
  }

  .xl\:first\:border-opacity-0:first-child {
    --border-opacity: 0;
  }

  .xl\:first\:border-opacity-25:first-child {
    --border-opacity: 0.25;
  }

  .xl\:first\:border-opacity-50:first-child {
    --border-opacity: 0.5;
  }

  .xl\:first\:border-opacity-75:first-child {
    --border-opacity: 0.75;
  }

  .xl\:first\:border-opacity-100:first-child {
    --border-opacity: 1;
  }

  .xl\:last\:border-opacity-0:last-child {
    --border-opacity: 0;
  }

  .xl\:last\:border-opacity-25:last-child {
    --border-opacity: 0.25;
  }

  .xl\:last\:border-opacity-50:last-child {
    --border-opacity: 0.5;
  }

  .xl\:last\:border-opacity-75:last-child {
    --border-opacity: 0.75;
  }

  .xl\:last\:border-opacity-100:last-child {
    --border-opacity: 1;
  }

  .xl\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .xl\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .xl\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .xl\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .xl\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .xl\:border-opacity-0\! {
    --border-opacity: 0 !important;
  }

  .xl\:border-opacity-25\! {
    --border-opacity: 0.25 !important;
  }

  .xl\:border-opacity-50\! {
    --border-opacity: 0.5 !important;
  }

  .xl\:border-opacity-75\! {
    --border-opacity: 0.75 !important;
  }

  .xl\:border-opacity-100\! {
    --border-opacity: 1 !important;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xl\:rounded {
    border-radius: 0.25rem;
  }

  .xl\:rounded-md {
    border-radius: 0.375rem;
  }

  .xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:even\:rounded-none:nth-child(even) {
    border-radius: 0;
  }

  .xl\:even\:rounded-sm:nth-child(even) {
    border-radius: 0.125rem;
  }

  .xl\:even\:rounded:nth-child(even) {
    border-radius: 0.25rem;
  }

  .xl\:even\:rounded-md:nth-child(even) {
    border-radius: 0.375rem;
  }

  .xl\:even\:rounded-lg:nth-child(even) {
    border-radius: 0.5rem;
  }

  .xl\:even\:rounded-full:nth-child(even) {
    border-radius: 9999px;
  }

  .xl\:even\:rounded-t-none:nth-child(even) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:even\:rounded-r-none:nth-child(even) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:even\:rounded-b-none:nth-child(even) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:even\:rounded-l-none:nth-child(even) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:even\:rounded-t-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:even\:rounded-r-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:even\:rounded-b-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:even\:rounded-l-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:even\:rounded-t:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:even\:rounded-r:nth-child(even) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:even\:rounded-b:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:even\:rounded-l:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:even\:rounded-t-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:even\:rounded-r-md:nth-child(even) {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:even\:rounded-b-md:nth-child(even) {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:even\:rounded-l-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:even\:rounded-t-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:even\:rounded-r-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:even\:rounded-b-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:even\:rounded-l-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:even\:rounded-t-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:even\:rounded-r-full:nth-child(even) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:even\:rounded-b-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:even\:rounded-l-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:even\:rounded-tl-none:nth-child(even) {
    border-top-left-radius: 0;
  }

  .xl\:even\:rounded-tr-none:nth-child(even) {
    border-top-right-radius: 0;
  }

  .xl\:even\:rounded-br-none:nth-child(even) {
    border-bottom-right-radius: 0;
  }

  .xl\:even\:rounded-bl-none:nth-child(even) {
    border-bottom-left-radius: 0;
  }

  .xl\:even\:rounded-tl-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
  }

  .xl\:even\:rounded-tr-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
  }

  .xl\:even\:rounded-br-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:even\:rounded-bl-sm:nth-child(even) {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:even\:rounded-tl:nth-child(even) {
    border-top-left-radius: 0.25rem;
  }

  .xl\:even\:rounded-tr:nth-child(even) {
    border-top-right-radius: 0.25rem;
  }

  .xl\:even\:rounded-br:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:even\:rounded-bl:nth-child(even) {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:even\:rounded-tl-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
  }

  .xl\:even\:rounded-tr-md:nth-child(even) {
    border-top-right-radius: 0.375rem;
  }

  .xl\:even\:rounded-br-md:nth-child(even) {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:even\:rounded-bl-md:nth-child(even) {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:even\:rounded-tl-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
  }

  .xl\:even\:rounded-tr-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
  }

  .xl\:even\:rounded-br-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:even\:rounded-bl-lg:nth-child(even) {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:even\:rounded-tl-full:nth-child(even) {
    border-top-left-radius: 9999px;
  }

  .xl\:even\:rounded-tr-full:nth-child(even) {
    border-top-right-radius: 9999px;
  }

  .xl\:even\:rounded-br-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
  }

  .xl\:even\:rounded-bl-full:nth-child(even) {
    border-bottom-left-radius: 9999px;
  }

  .xl\:odd\:rounded-none:nth-child(odd) {
    border-radius: 0;
  }

  .xl\:odd\:rounded-sm:nth-child(odd) {
    border-radius: 0.125rem;
  }

  .xl\:odd\:rounded:nth-child(odd) {
    border-radius: 0.25rem;
  }

  .xl\:odd\:rounded-md:nth-child(odd) {
    border-radius: 0.375rem;
  }

  .xl\:odd\:rounded-lg:nth-child(odd) {
    border-radius: 0.5rem;
  }

  .xl\:odd\:rounded-full:nth-child(odd) {
    border-radius: 9999px;
  }

  .xl\:odd\:rounded-t-none:nth-child(odd) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:odd\:rounded-r-none:nth-child(odd) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:odd\:rounded-b-none:nth-child(odd) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:odd\:rounded-l-none:nth-child(odd) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:odd\:rounded-t-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:odd\:rounded-r-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:odd\:rounded-b-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:odd\:rounded-l-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:odd\:rounded-t:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:odd\:rounded-r:nth-child(odd) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:odd\:rounded-b:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:odd\:rounded-l:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:odd\:rounded-t-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:odd\:rounded-r-md:nth-child(odd) {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:odd\:rounded-b-md:nth-child(odd) {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:odd\:rounded-l-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:odd\:rounded-t-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:odd\:rounded-r-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:odd\:rounded-b-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:odd\:rounded-l-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:odd\:rounded-t-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:odd\:rounded-r-full:nth-child(odd) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:odd\:rounded-b-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:odd\:rounded-l-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:odd\:rounded-tl-none:nth-child(odd) {
    border-top-left-radius: 0;
  }

  .xl\:odd\:rounded-tr-none:nth-child(odd) {
    border-top-right-radius: 0;
  }

  .xl\:odd\:rounded-br-none:nth-child(odd) {
    border-bottom-right-radius: 0;
  }

  .xl\:odd\:rounded-bl-none:nth-child(odd) {
    border-bottom-left-radius: 0;
  }

  .xl\:odd\:rounded-tl-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
  }

  .xl\:odd\:rounded-tr-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
  }

  .xl\:odd\:rounded-br-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:odd\:rounded-bl-sm:nth-child(odd) {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:odd\:rounded-tl:nth-child(odd) {
    border-top-left-radius: 0.25rem;
  }

  .xl\:odd\:rounded-tr:nth-child(odd) {
    border-top-right-radius: 0.25rem;
  }

  .xl\:odd\:rounded-br:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:odd\:rounded-bl:nth-child(odd) {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:odd\:rounded-tl-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
  }

  .xl\:odd\:rounded-tr-md:nth-child(odd) {
    border-top-right-radius: 0.375rem;
  }

  .xl\:odd\:rounded-br-md:nth-child(odd) {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:odd\:rounded-bl-md:nth-child(odd) {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:odd\:rounded-tl-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
  }

  .xl\:odd\:rounded-tr-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
  }

  .xl\:odd\:rounded-br-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:odd\:rounded-bl-lg:nth-child(odd) {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:odd\:rounded-tl-full:nth-child(odd) {
    border-top-left-radius: 9999px;
  }

  .xl\:odd\:rounded-tr-full:nth-child(odd) {
    border-top-right-radius: 9999px;
  }

  .xl\:odd\:rounded-br-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
  }

  .xl\:odd\:rounded-bl-full:nth-child(odd) {
    border-bottom-left-radius: 9999px;
  }

  .xl\:children\:rounded-none > * {
    border-radius: 0;
  }

  .xl\:children\:rounded-sm > * {
    border-radius: 0.125rem;
  }

  .xl\:children\:rounded > * {
    border-radius: 0.25rem;
  }

  .xl\:children\:rounded-md > * {
    border-radius: 0.375rem;
  }

  .xl\:children\:rounded-lg > * {
    border-radius: 0.5rem;
  }

  .xl\:children\:rounded-full > * {
    border-radius: 9999px;
  }

  .xl\:children\:rounded-t-none > * {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:children\:rounded-r-none > * {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:children\:rounded-b-none > * {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:children\:rounded-l-none > * {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:children\:rounded-t-sm > * {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:children\:rounded-r-sm > * {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:children\:rounded-b-sm > * {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:children\:rounded-l-sm > * {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:children\:rounded-t > * {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:children\:rounded-r > * {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:children\:rounded-b > * {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:children\:rounded-l > * {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:children\:rounded-t-md > * {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:children\:rounded-r-md > * {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:children\:rounded-b-md > * {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:children\:rounded-l-md > * {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:children\:rounded-t-lg > * {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:children\:rounded-r-lg > * {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:children\:rounded-b-lg > * {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:children\:rounded-l-lg > * {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:children\:rounded-t-full > * {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:children\:rounded-r-full > * {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:children\:rounded-b-full > * {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:children\:rounded-l-full > * {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:children\:rounded-tl-none > * {
    border-top-left-radius: 0;
  }

  .xl\:children\:rounded-tr-none > * {
    border-top-right-radius: 0;
  }

  .xl\:children\:rounded-br-none > * {
    border-bottom-right-radius: 0;
  }

  .xl\:children\:rounded-bl-none > * {
    border-bottom-left-radius: 0;
  }

  .xl\:children\:rounded-tl-sm > * {
    border-top-left-radius: 0.125rem;
  }

  .xl\:children\:rounded-tr-sm > * {
    border-top-right-radius: 0.125rem;
  }

  .xl\:children\:rounded-br-sm > * {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:children\:rounded-bl-sm > * {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:children\:rounded-tl > * {
    border-top-left-radius: 0.25rem;
  }

  .xl\:children\:rounded-tr > * {
    border-top-right-radius: 0.25rem;
  }

  .xl\:children\:rounded-br > * {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:children\:rounded-bl > * {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:children\:rounded-tl-md > * {
    border-top-left-radius: 0.375rem;
  }

  .xl\:children\:rounded-tr-md > * {
    border-top-right-radius: 0.375rem;
  }

  .xl\:children\:rounded-br-md > * {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:children\:rounded-bl-md > * {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:children\:rounded-tl-lg > * {
    border-top-left-radius: 0.5rem;
  }

  .xl\:children\:rounded-tr-lg > * {
    border-top-right-radius: 0.5rem;
  }

  .xl\:children\:rounded-br-lg > * {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:children\:rounded-bl-lg > * {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:children\:rounded-tl-full > * {
    border-top-left-radius: 9999px;
  }

  .xl\:children\:rounded-tr-full > * {
    border-top-right-radius: 9999px;
  }

  .xl\:children\:rounded-br-full > * {
    border-bottom-right-radius: 9999px;
  }

  .xl\:children\:rounded-bl-full > * {
    border-bottom-left-radius: 9999px;
  }

  .xl\:first\:rounded-none:first-child {
    border-radius: 0;
  }

  .xl\:first\:rounded-sm:first-child {
    border-radius: 0.125rem;
  }

  .xl\:first\:rounded:first-child {
    border-radius: 0.25rem;
  }

  .xl\:first\:rounded-md:first-child {
    border-radius: 0.375rem;
  }

  .xl\:first\:rounded-lg:first-child {
    border-radius: 0.5rem;
  }

  .xl\:first\:rounded-full:first-child {
    border-radius: 9999px;
  }

  .xl\:first\:rounded-t-none:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:first\:rounded-r-none:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:first\:rounded-b-none:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:first\:rounded-l-none:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:first\:rounded-t-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:first\:rounded-r-sm:first-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:first\:rounded-b-sm:first-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:first\:rounded-l-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:first\:rounded-t:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:first\:rounded-r:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:first\:rounded-b:first-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:first\:rounded-l:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:first\:rounded-t-md:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:first\:rounded-r-md:first-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:first\:rounded-b-md:first-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:first\:rounded-l-md:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:first\:rounded-t-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:first\:rounded-r-lg:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:first\:rounded-b-lg:first-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:first\:rounded-l-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:first\:rounded-t-full:first-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:first\:rounded-r-full:first-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:first\:rounded-b-full:first-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:first\:rounded-l-full:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:first\:rounded-tl-none:first-child {
    border-top-left-radius: 0;
  }

  .xl\:first\:rounded-tr-none:first-child {
    border-top-right-radius: 0;
  }

  .xl\:first\:rounded-br-none:first-child {
    border-bottom-right-radius: 0;
  }

  .xl\:first\:rounded-bl-none:first-child {
    border-bottom-left-radius: 0;
  }

  .xl\:first\:rounded-tl-sm:first-child {
    border-top-left-radius: 0.125rem;
  }

  .xl\:first\:rounded-tr-sm:first-child {
    border-top-right-radius: 0.125rem;
  }

  .xl\:first\:rounded-br-sm:first-child {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:first\:rounded-bl-sm:first-child {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:first\:rounded-tl:first-child {
    border-top-left-radius: 0.25rem;
  }

  .xl\:first\:rounded-tr:first-child {
    border-top-right-radius: 0.25rem;
  }

  .xl\:first\:rounded-br:first-child {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:first\:rounded-bl:first-child {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:first\:rounded-tl-md:first-child {
    border-top-left-radius: 0.375rem;
  }

  .xl\:first\:rounded-tr-md:first-child {
    border-top-right-radius: 0.375rem;
  }

  .xl\:first\:rounded-br-md:first-child {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:first\:rounded-bl-md:first-child {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:first\:rounded-tl-lg:first-child {
    border-top-left-radius: 0.5rem;
  }

  .xl\:first\:rounded-tr-lg:first-child {
    border-top-right-radius: 0.5rem;
  }

  .xl\:first\:rounded-br-lg:first-child {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:first\:rounded-bl-lg:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:first\:rounded-tl-full:first-child {
    border-top-left-radius: 9999px;
  }

  .xl\:first\:rounded-tr-full:first-child {
    border-top-right-radius: 9999px;
  }

  .xl\:first\:rounded-br-full:first-child {
    border-bottom-right-radius: 9999px;
  }

  .xl\:first\:rounded-bl-full:first-child {
    border-bottom-left-radius: 9999px;
  }

  .xl\:last\:rounded-none:last-child {
    border-radius: 0;
  }

  .xl\:last\:rounded-sm:last-child {
    border-radius: 0.125rem;
  }

  .xl\:last\:rounded:last-child {
    border-radius: 0.25rem;
  }

  .xl\:last\:rounded-md:last-child {
    border-radius: 0.375rem;
  }

  .xl\:last\:rounded-lg:last-child {
    border-radius: 0.5rem;
  }

  .xl\:last\:rounded-full:last-child {
    border-radius: 9999px;
  }

  .xl\:last\:rounded-t-none:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:last\:rounded-r-none:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:last\:rounded-l-none:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:last\:rounded-t-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:last\:rounded-r-sm:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:last\:rounded-b-sm:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:last\:rounded-l-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:last\:rounded-t:last-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:last\:rounded-r:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:last\:rounded-b:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:last\:rounded-l:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:last\:rounded-t-md:last-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:last\:rounded-r-md:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:last\:rounded-b-md:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:last\:rounded-l-md:last-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:last\:rounded-t-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:last\:rounded-r-lg:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:last\:rounded-b-lg:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:last\:rounded-l-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:last\:rounded-t-full:last-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:last\:rounded-r-full:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:last\:rounded-b-full:last-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:last\:rounded-l-full:last-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:last\:rounded-tl-none:last-child {
    border-top-left-radius: 0;
  }

  .xl\:last\:rounded-tr-none:last-child {
    border-top-right-radius: 0;
  }

  .xl\:last\:rounded-br-none:last-child {
    border-bottom-right-radius: 0;
  }

  .xl\:last\:rounded-bl-none:last-child {
    border-bottom-left-radius: 0;
  }

  .xl\:last\:rounded-tl-sm:last-child {
    border-top-left-radius: 0.125rem;
  }

  .xl\:last\:rounded-tr-sm:last-child {
    border-top-right-radius: 0.125rem;
  }

  .xl\:last\:rounded-br-sm:last-child {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:last\:rounded-bl-sm:last-child {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:last\:rounded-tl:last-child {
    border-top-left-radius: 0.25rem;
  }

  .xl\:last\:rounded-tr:last-child {
    border-top-right-radius: 0.25rem;
  }

  .xl\:last\:rounded-br:last-child {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:last\:rounded-bl:last-child {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:last\:rounded-tl-md:last-child {
    border-top-left-radius: 0.375rem;
  }

  .xl\:last\:rounded-tr-md:last-child {
    border-top-right-radius: 0.375rem;
  }

  .xl\:last\:rounded-br-md:last-child {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:last\:rounded-bl-md:last-child {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:last\:rounded-tl-lg:last-child {
    border-top-left-radius: 0.5rem;
  }

  .xl\:last\:rounded-tr-lg:last-child {
    border-top-right-radius: 0.5rem;
  }

  .xl\:last\:rounded-br-lg:last-child {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:last\:rounded-bl-lg:last-child {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:last\:rounded-tl-full:last-child {
    border-top-left-radius: 9999px;
  }

  .xl\:last\:rounded-tr-full:last-child {
    border-top-right-radius: 9999px;
  }

  .xl\:last\:rounded-br-full:last-child {
    border-bottom-right-radius: 9999px;
  }

  .xl\:last\:rounded-bl-full:last-child {
    border-bottom-left-radius: 9999px;
  }

  .xl\:hover\:rounded-none:hover {
    border-radius: 0;
  }

  .xl\:hover\:rounded-sm:hover {
    border-radius: 0.125rem;
  }

  .xl\:hover\:rounded:hover {
    border-radius: 0.25rem;
  }

  .xl\:hover\:rounded-md:hover {
    border-radius: 0.375rem;
  }

  .xl\:hover\:rounded-lg:hover {
    border-radius: 0.5rem;
  }

  .xl\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .xl\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:hover\:rounded-b:hover {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:hover\:rounded-t-md:hover {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:hover\:rounded-r-md:hover {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:hover\:rounded-b-md:hover {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:hover\:rounded-l-md:hover {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }

  .xl\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }

  .xl\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }

  .xl\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }

  .xl\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem;
  }

  .xl\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem;
  }

  .xl\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem;
  }

  .xl\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem;
  }

  .xl\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:hover\:rounded-tl-md:hover {
    border-top-left-radius: 0.375rem;
  }

  .xl\:hover\:rounded-tr-md:hover {
    border-top-right-radius: 0.375rem;
  }

  .xl\:hover\:rounded-br-md:hover {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:hover\:rounded-bl-md:hover {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem;
  }

  .xl\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem;
  }

  .xl\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .xl\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .xl\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .xl\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .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-full\! {
    border-radius: 9999px !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-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-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-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\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-double {
    border-style: double;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:even\:border-solid:nth-child(even) {
    border-style: solid;
  }

  .xl\:even\:border-dashed:nth-child(even) {
    border-style: dashed;
  }

  .xl\:even\:border-dotted:nth-child(even) {
    border-style: dotted;
  }

  .xl\:even\:border-double:nth-child(even) {
    border-style: double;
  }

  .xl\:even\:border-none:nth-child(even) {
    border-style: none;
  }

  .xl\:odd\:border-solid:nth-child(odd) {
    border-style: solid;
  }

  .xl\:odd\:border-dashed:nth-child(odd) {
    border-style: dashed;
  }

  .xl\:odd\:border-dotted:nth-child(odd) {
    border-style: dotted;
  }

  .xl\:odd\:border-double:nth-child(odd) {
    border-style: double;
  }

  .xl\:odd\:border-none:nth-child(odd) {
    border-style: none;
  }

  .xl\:children\:border-solid > * {
    border-style: solid;
  }

  .xl\:children\:border-dashed > * {
    border-style: dashed;
  }

  .xl\:children\:border-dotted > * {
    border-style: dotted;
  }

  .xl\:children\:border-double > * {
    border-style: double;
  }

  .xl\:children\:border-none > * {
    border-style: none;
  }

  .xl\:first\:border-solid:first-child {
    border-style: solid;
  }

  .xl\:first\:border-dashed:first-child {
    border-style: dashed;
  }

  .xl\:first\:border-dotted:first-child {
    border-style: dotted;
  }

  .xl\:first\:border-double:first-child {
    border-style: double;
  }

  .xl\:first\:border-none:first-child {
    border-style: none;
  }

  .xl\:last\:border-solid:last-child {
    border-style: solid;
  }

  .xl\:last\:border-dashed:last-child {
    border-style: dashed;
  }

  .xl\:last\:border-dotted:last-child {
    border-style: dotted;
  }

  .xl\:last\:border-double:last-child {
    border-style: double;
  }

  .xl\:last\:border-none:last-child {
    border-style: none;
  }

  .xl\:hover\:border-solid:hover {
    border-style: solid;
  }

  .xl\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .xl\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .xl\:hover\:border-double:hover {
    border-style: double;
  }

  .xl\:hover\:border-none:hover {
    border-style: none;
  }

  .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;
  }

  .xl\:border-2 {
    border-width: 2px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

  .xl\:border-8 {
    border-width: 8px;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-t-0 {
    border-top-width: 0;
  }

  .xl\:border-r-0 {
    border-right-width: 0;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:border-l-0 {
    border-left-width: 0;
  }

  .xl\:border-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .xl\:even\:border-0:nth-child(even) {
    border-width: 0;
  }

  .xl\:even\:border-2:nth-child(even) {
    border-width: 2px;
  }

  .xl\:even\:border-4:nth-child(even) {
    border-width: 4px;
  }

  .xl\:even\:border-8:nth-child(even) {
    border-width: 8px;
  }

  .xl\:even\:border:nth-child(even) {
    border-width: 1px;
  }

  .xl\:even\:border-t-0:nth-child(even) {
    border-top-width: 0;
  }

  .xl\:even\:border-r-0:nth-child(even) {
    border-right-width: 0;
  }

  .xl\:even\:border-b-0:nth-child(even) {
    border-bottom-width: 0;
  }

  .xl\:even\:border-l-0:nth-child(even) {
    border-left-width: 0;
  }

  .xl\:even\:border-t-2:nth-child(even) {
    border-top-width: 2px;
  }

  .xl\:even\:border-r-2:nth-child(even) {
    border-right-width: 2px;
  }

  .xl\:even\:border-b-2:nth-child(even) {
    border-bottom-width: 2px;
  }

  .xl\:even\:border-l-2:nth-child(even) {
    border-left-width: 2px;
  }

  .xl\:even\:border-t-4:nth-child(even) {
    border-top-width: 4px;
  }

  .xl\:even\:border-r-4:nth-child(even) {
    border-right-width: 4px;
  }

  .xl\:even\:border-b-4:nth-child(even) {
    border-bottom-width: 4px;
  }

  .xl\:even\:border-l-4:nth-child(even) {
    border-left-width: 4px;
  }

  .xl\:even\:border-t-8:nth-child(even) {
    border-top-width: 8px;
  }

  .xl\:even\:border-r-8:nth-child(even) {
    border-right-width: 8px;
  }

  .xl\:even\:border-b-8:nth-child(even) {
    border-bottom-width: 8px;
  }

  .xl\:even\:border-l-8:nth-child(even) {
    border-left-width: 8px;
  }

  .xl\:even\:border-t:nth-child(even) {
    border-top-width: 1px;
  }

  .xl\:even\:border-r:nth-child(even) {
    border-right-width: 1px;
  }

  .xl\:even\:border-b:nth-child(even) {
    border-bottom-width: 1px;
  }

  .xl\:even\:border-l:nth-child(even) {
    border-left-width: 1px;
  }

  .xl\:odd\:border-0:nth-child(odd) {
    border-width: 0;
  }

  .xl\:odd\:border-2:nth-child(odd) {
    border-width: 2px;
  }

  .xl\:odd\:border-4:nth-child(odd) {
    border-width: 4px;
  }

  .xl\:odd\:border-8:nth-child(odd) {
    border-width: 8px;
  }

  .xl\:odd\:border:nth-child(odd) {
    border-width: 1px;
  }

  .xl\:odd\:border-t-0:nth-child(odd) {
    border-top-width: 0;
  }

  .xl\:odd\:border-r-0:nth-child(odd) {
    border-right-width: 0;
  }

  .xl\:odd\:border-b-0:nth-child(odd) {
    border-bottom-width: 0;
  }

  .xl\:odd\:border-l-0:nth-child(odd) {
    border-left-width: 0;
  }

  .xl\:odd\:border-t-2:nth-child(odd) {
    border-top-width: 2px;
  }

  .xl\:odd\:border-r-2:nth-child(odd) {
    border-right-width: 2px;
  }

  .xl\:odd\:border-b-2:nth-child(odd) {
    border-bottom-width: 2px;
  }

  .xl\:odd\:border-l-2:nth-child(odd) {
    border-left-width: 2px;
  }

  .xl\:odd\:border-t-4:nth-child(odd) {
    border-top-width: 4px;
  }

  .xl\:odd\:border-r-4:nth-child(odd) {
    border-right-width: 4px;
  }

  .xl\:odd\:border-b-4:nth-child(odd) {
    border-bottom-width: 4px;
  }

  .xl\:odd\:border-l-4:nth-child(odd) {
    border-left-width: 4px;
  }

  .xl\:odd\:border-t-8:nth-child(odd) {
    border-top-width: 8px;
  }

  .xl\:odd\:border-r-8:nth-child(odd) {
    border-right-width: 8px;
  }

  .xl\:odd\:border-b-8:nth-child(odd) {
    border-bottom-width: 8px;
  }

  .xl\:odd\:border-l-8:nth-child(odd) {
    border-left-width: 8px;
  }

  .xl\:odd\:border-t:nth-child(odd) {
    border-top-width: 1px;
  }

  .xl\:odd\:border-r:nth-child(odd) {
    border-right-width: 1px;
  }

  .xl\:odd\:border-b:nth-child(odd) {
    border-bottom-width: 1px;
  }

  .xl\:odd\:border-l:nth-child(odd) {
    border-left-width: 1px;
  }

  .xl\:children\:border-0 > * {
    border-width: 0;
  }

  .xl\:children\:border-2 > * {
    border-width: 2px;
  }

  .xl\:children\:border-4 > * {
    border-width: 4px;
  }

  .xl\:children\:border-8 > * {
    border-width: 8px;
  }

  .xl\:children\:border > * {
    border-width: 1px;
  }

  .xl\:children\:border-t-0 > * {
    border-top-width: 0;
  }

  .xl\:children\:border-r-0 > * {
    border-right-width: 0;
  }

  .xl\:children\:border-b-0 > * {
    border-bottom-width: 0;
  }

  .xl\:children\:border-l-0 > * {
    border-left-width: 0;
  }

  .xl\:children\:border-t-2 > * {
    border-top-width: 2px;
  }

  .xl\:children\:border-r-2 > * {
    border-right-width: 2px;
  }

  .xl\:children\:border-b-2 > * {
    border-bottom-width: 2px;
  }

  .xl\:children\:border-l-2 > * {
    border-left-width: 2px;
  }

  .xl\:children\:border-t-4 > * {
    border-top-width: 4px;
  }

  .xl\:children\:border-r-4 > * {
    border-right-width: 4px;
  }

  .xl\:children\:border-b-4 > * {
    border-bottom-width: 4px;
  }

  .xl\:children\:border-l-4 > * {
    border-left-width: 4px;
  }

  .xl\:children\:border-t-8 > * {
    border-top-width: 8px;
  }

  .xl\:children\:border-r-8 > * {
    border-right-width: 8px;
  }

  .xl\:children\:border-b-8 > * {
    border-bottom-width: 8px;
  }

  .xl\:children\:border-l-8 > * {
    border-left-width: 8px;
  }

  .xl\:children\:border-t > * {
    border-top-width: 1px;
  }

  .xl\:children\:border-r > * {
    border-right-width: 1px;
  }

  .xl\:children\:border-b > * {
    border-bottom-width: 1px;
  }

  .xl\:children\:border-l > * {
    border-left-width: 1px;
  }

  .xl\:first\:border-0:first-child {
    border-width: 0;
  }

  .xl\:first\:border-2:first-child {
    border-width: 2px;
  }

  .xl\:first\:border-4:first-child {
    border-width: 4px;
  }

  .xl\:first\:border-8:first-child {
    border-width: 8px;
  }

  .xl\:first\:border:first-child {
    border-width: 1px;
  }

  .xl\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .xl\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .xl\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .xl\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .xl\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .xl\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .xl\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .xl\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .xl\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .xl\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .xl\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .xl\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .xl\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .xl\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .xl\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .xl\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .xl\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .xl\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .xl\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .xl\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .xl\:last\:border-0:last-child {
    border-width: 0;
  }

  .xl\:last\:border-2:last-child {
    border-width: 2px;
  }

  .xl\:last\:border-4:last-child {
    border-width: 4px;
  }

  .xl\:last\:border-8:last-child {
    border-width: 8px;
  }

  .xl\:last\:border:last-child {
    border-width: 1px;
  }

  .xl\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .xl\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .xl\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .xl\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .xl\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .xl\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .xl\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .xl\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .xl\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .xl\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .xl\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .xl\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .xl\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .xl\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .xl\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .xl\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .xl\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .xl\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .xl\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .xl\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .xl\:hover\:border-0:hover {
    border-width: 0;
  }

  .xl\:hover\:border-2:hover {
    border-width: 2px;
  }

  .xl\:hover\:border-4:hover {
    border-width: 4px;
  }

  .xl\:hover\:border-8:hover {
    border-width: 8px;
  }

  .xl\:hover\:border:hover {
    border-width: 1px;
  }

  .xl\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .xl\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .xl\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .xl\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .xl\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .xl\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .xl\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .xl\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .xl\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .xl\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .xl\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .xl\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .xl\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .xl\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .xl\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .xl\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .xl\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .xl\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .xl\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .xl\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .xl\:border-0\! {
    border-width: 0 !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-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 {
    box-sizing: border-box;
  }

  .xl\:box-content {
    box-sizing: content-box;
  }

  .xl\:even\:box-border:nth-child(even) {
    box-sizing: border-box;
  }

  .xl\:even\:box-content:nth-child(even) {
    box-sizing: content-box;
  }

  .xl\:odd\:box-border:nth-child(odd) {
    box-sizing: border-box;
  }

  .xl\:odd\:box-content:nth-child(odd) {
    box-sizing: content-box;
  }

  .xl\:children\:box-border > * {
    box-sizing: border-box;
  }

  .xl\:children\:box-content > * {
    box-sizing: content-box;
  }

  .xl\:first\:box-border:first-child {
    box-sizing: border-box;
  }

  .xl\:first\:box-content:first-child {
    box-sizing: content-box;
  }

  .xl\:last\:box-border:last-child {
    box-sizing: border-box;
  }

  .xl\:last\:box-content:last-child {
    box-sizing: content-box;
  }

  .xl\:hover\:box-border:hover {
    box-sizing: border-box;
  }

  .xl\:hover\:box-content:hover {
    box-sizing: content-box;
  }

  .xl\:box-border\! {
    box-sizing: border-box !important;
  }

  .xl\:box-content\! {
    box-sizing: content-box !important;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-text {
    cursor: text;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:even\:cursor-auto:nth-child(even) {
    cursor: auto;
  }

  .xl\:even\:cursor-default:nth-child(even) {
    cursor: default;
  }

  .xl\:even\:cursor-pointer:nth-child(even) {
    cursor: pointer;
  }

  .xl\:even\:cursor-wait:nth-child(even) {
    cursor: wait;
  }

  .xl\:even\:cursor-text:nth-child(even) {
    cursor: text;
  }

  .xl\:even\:cursor-move:nth-child(even) {
    cursor: move;
  }

  .xl\:even\:cursor-not-allowed:nth-child(even) {
    cursor: not-allowed;
  }

  .xl\:odd\:cursor-auto:nth-child(odd) {
    cursor: auto;
  }

  .xl\:odd\:cursor-default:nth-child(odd) {
    cursor: default;
  }

  .xl\:odd\:cursor-pointer:nth-child(odd) {
    cursor: pointer;
  }

  .xl\:odd\:cursor-wait:nth-child(odd) {
    cursor: wait;
  }

  .xl\:odd\:cursor-text:nth-child(odd) {
    cursor: text;
  }

  .xl\:odd\:cursor-move:nth-child(odd) {
    cursor: move;
  }

  .xl\:odd\:cursor-not-allowed:nth-child(odd) {
    cursor: not-allowed;
  }

  .xl\:children\:cursor-auto > * {
    cursor: auto;
  }

  .xl\:children\:cursor-default > * {
    cursor: default;
  }

  .xl\:children\:cursor-pointer > * {
    cursor: pointer;
  }

  .xl\:children\:cursor-wait > * {
    cursor: wait;
  }

  .xl\:children\:cursor-text > * {
    cursor: text;
  }

  .xl\:children\:cursor-move > * {
    cursor: move;
  }

  .xl\:children\:cursor-not-allowed > * {
    cursor: not-allowed;
  }

  .xl\:first\:cursor-auto:first-child {
    cursor: auto;
  }

  .xl\:first\:cursor-default:first-child {
    cursor: default;
  }

  .xl\:first\:cursor-pointer:first-child {
    cursor: pointer;
  }

  .xl\:first\:cursor-wait:first-child {
    cursor: wait;
  }

  .xl\:first\:cursor-text:first-child {
    cursor: text;
  }

  .xl\:first\:cursor-move:first-child {
    cursor: move;
  }

  .xl\:first\:cursor-not-allowed:first-child {
    cursor: not-allowed;
  }

  .xl\:last\:cursor-auto:last-child {
    cursor: auto;
  }

  .xl\:last\:cursor-default:last-child {
    cursor: default;
  }

  .xl\:last\:cursor-pointer:last-child {
    cursor: pointer;
  }

  .xl\:last\:cursor-wait:last-child {
    cursor: wait;
  }

  .xl\:last\:cursor-text:last-child {
    cursor: text;
  }

  .xl\:last\:cursor-move:last-child {
    cursor: move;
  }

  .xl\:last\:cursor-not-allowed:last-child {
    cursor: not-allowed;
  }

  .xl\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .xl\:hover\:cursor-default:hover {
    cursor: default;
  }

  .xl\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .xl\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .xl\:hover\:cursor-text:hover {
    cursor: text;
  }

  .xl\:hover\:cursor-move:hover {
    cursor: move;
  }

  .xl\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .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;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:table {
    display: table;
  }

  .xl\:table-caption {
    display: table-caption;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:table-column {
    display: table-column;
  }

  .xl\:table-column-group {
    display: table-column-group;
  }

  .xl\:table-footer-group {
    display: table-footer-group;
  }

  .xl\:table-header-group {
    display: table-header-group;
  }

  .xl\:table-row-group {
    display: table-row-group;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:flow-root {
    display: flow-root;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:inline-grid {
    display: inline-grid;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:even\:block:nth-child(even) {
    display: block;
  }

  .xl\:even\:inline-block:nth-child(even) {
    display: inline-block;
  }

  .xl\:even\:inline:nth-child(even) {
    display: inline;
  }

  .xl\:even\:flex:nth-child(even) {
    display: flex;
  }

  .xl\:even\:inline-flex:nth-child(even) {
    display: inline-flex;
  }

  .xl\:even\:table:nth-child(even) {
    display: table;
  }

  .xl\:even\:table-caption:nth-child(even) {
    display: table-caption;
  }

  .xl\:even\:table-cell:nth-child(even) {
    display: table-cell;
  }

  .xl\:even\:table-column:nth-child(even) {
    display: table-column;
  }

  .xl\:even\:table-column-group:nth-child(even) {
    display: table-column-group;
  }

  .xl\:even\:table-footer-group:nth-child(even) {
    display: table-footer-group;
  }

  .xl\:even\:table-header-group:nth-child(even) {
    display: table-header-group;
  }

  .xl\:even\:table-row-group:nth-child(even) {
    display: table-row-group;
  }

  .xl\:even\:table-row:nth-child(even) {
    display: table-row;
  }

  .xl\:even\:flow-root:nth-child(even) {
    display: flow-root;
  }

  .xl\:even\:grid:nth-child(even) {
    display: grid;
  }

  .xl\:even\:inline-grid:nth-child(even) {
    display: inline-grid;
  }

  .xl\:even\:hidden:nth-child(even) {
    display: none;
  }

  .xl\:odd\:block:nth-child(odd) {
    display: block;
  }

  .xl\:odd\:inline-block:nth-child(odd) {
    display: inline-block;
  }

  .xl\:odd\:inline:nth-child(odd) {
    display: inline;
  }

  .xl\:odd\:flex:nth-child(odd) {
    display: flex;
  }

  .xl\:odd\:inline-flex:nth-child(odd) {
    display: inline-flex;
  }

  .xl\:odd\:table:nth-child(odd) {
    display: table;
  }

  .xl\:odd\:table-caption:nth-child(odd) {
    display: table-caption;
  }

  .xl\:odd\:table-cell:nth-child(odd) {
    display: table-cell;
  }

  .xl\:odd\:table-column:nth-child(odd) {
    display: table-column;
  }

  .xl\:odd\:table-column-group:nth-child(odd) {
    display: table-column-group;
  }

  .xl\:odd\:table-footer-group:nth-child(odd) {
    display: table-footer-group;
  }

  .xl\:odd\:table-header-group:nth-child(odd) {
    display: table-header-group;
  }

  .xl\:odd\:table-row-group:nth-child(odd) {
    display: table-row-group;
  }

  .xl\:odd\:table-row:nth-child(odd) {
    display: table-row;
  }

  .xl\:odd\:flow-root:nth-child(odd) {
    display: flow-root;
  }

  .xl\:odd\:grid:nth-child(odd) {
    display: grid;
  }

  .xl\:odd\:inline-grid:nth-child(odd) {
    display: inline-grid;
  }

  .xl\:odd\:hidden:nth-child(odd) {
    display: none;
  }

  .xl\:children\:block > * {
    display: block;
  }

  .xl\:children\:inline-block > * {
    display: inline-block;
  }

  .xl\:children\:inline > * {
    display: inline;
  }

  .xl\:children\:flex > * {
    display: flex;
  }

  .xl\:children\:inline-flex > * {
    display: inline-flex;
  }

  .xl\:children\:table > * {
    display: table;
  }

  .xl\:children\:table-caption > * {
    display: table-caption;
  }

  .xl\:children\:table-cell > * {
    display: table-cell;
  }

  .xl\:children\:table-column > * {
    display: table-column;
  }

  .xl\:children\:table-column-group > * {
    display: table-column-group;
  }

  .xl\:children\:table-footer-group > * {
    display: table-footer-group;
  }

  .xl\:children\:table-header-group > * {
    display: table-header-group;
  }

  .xl\:children\:table-row-group > * {
    display: table-row-group;
  }

  .xl\:children\:table-row > * {
    display: table-row;
  }

  .xl\:children\:flow-root > * {
    display: flow-root;
  }

  .xl\:children\:grid > * {
    display: grid;
  }

  .xl\:children\:inline-grid > * {
    display: inline-grid;
  }

  .xl\:children\:hidden > * {
    display: none;
  }

  .xl\:first\:block:first-child {
    display: block;
  }

  .xl\:first\:inline-block:first-child {
    display: inline-block;
  }

  .xl\:first\:inline:first-child {
    display: inline;
  }

  .xl\:first\:flex:first-child {
    display: flex;
  }

  .xl\:first\:inline-flex:first-child {
    display: inline-flex;
  }

  .xl\:first\:table:first-child {
    display: table;
  }

  .xl\:first\:table-caption:first-child {
    display: table-caption;
  }

  .xl\:first\:table-cell:first-child {
    display: table-cell;
  }

  .xl\:first\:table-column:first-child {
    display: table-column;
  }

  .xl\:first\:table-column-group:first-child {
    display: table-column-group;
  }

  .xl\:first\:table-footer-group:first-child {
    display: table-footer-group;
  }

  .xl\:first\:table-header-group:first-child {
    display: table-header-group;
  }

  .xl\:first\:table-row-group:first-child {
    display: table-row-group;
  }

  .xl\:first\:table-row:first-child {
    display: table-row;
  }

  .xl\:first\:flow-root:first-child {
    display: flow-root;
  }

  .xl\:first\:grid:first-child {
    display: grid;
  }

  .xl\:first\:inline-grid:first-child {
    display: inline-grid;
  }

  .xl\:first\:hidden:first-child {
    display: none;
  }

  .xl\:last\:block:last-child {
    display: block;
  }

  .xl\:last\:inline-block:last-child {
    display: inline-block;
  }

  .xl\:last\:inline:last-child {
    display: inline;
  }

  .xl\:last\:flex:last-child {
    display: flex;
  }

  .xl\:last\:inline-flex:last-child {
    display: inline-flex;
  }

  .xl\:last\:table:last-child {
    display: table;
  }

  .xl\:last\:table-caption:last-child {
    display: table-caption;
  }

  .xl\:last\:table-cell:last-child {
    display: table-cell;
  }

  .xl\:last\:table-column:last-child {
    display: table-column;
  }

  .xl\:last\:table-column-group:last-child {
    display: table-column-group;
  }

  .xl\:last\:table-footer-group:last-child {
    display: table-footer-group;
  }

  .xl\:last\:table-header-group:last-child {
    display: table-header-group;
  }

  .xl\:last\:table-row-group:last-child {
    display: table-row-group;
  }

  .xl\:last\:table-row:last-child {
    display: table-row;
  }

  .xl\:last\:flow-root:last-child {
    display: flow-root;
  }

  .xl\:last\:grid:last-child {
    display: grid;
  }

  .xl\:last\:inline-grid:last-child {
    display: inline-grid;
  }

  .xl\:last\:hidden:last-child {
    display: none;
  }

  .xl\:hover\:block:hover {
    display: block;
  }

  .xl\:hover\:inline-block:hover {
    display: inline-block;
  }

  .xl\:hover\:inline:hover {
    display: inline;
  }

  .xl\:hover\:flex:hover {
    display: flex;
  }

  .xl\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .xl\:hover\:table:hover {
    display: table;
  }

  .xl\:hover\:table-caption:hover {
    display: table-caption;
  }

  .xl\:hover\:table-cell:hover {
    display: table-cell;
  }

  .xl\:hover\:table-column:hover {
    display: table-column;
  }

  .xl\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .xl\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .xl\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .xl\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .xl\:hover\:table-row:hover {
    display: table-row;
  }

  .xl\:hover\:flow-root:hover {
    display: flow-root;
  }

  .xl\:hover\:grid:hover {
    display: grid;
  }

  .xl\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .xl\:hover\:hidden:hover {
    display: none;
  }

  .xl\:block\! {
    display: block !important;
  }

  .xl\:inline-block\! {
    display: inline-block !important;
  }

  .xl\:inline\! {
    display: inline !important;
  }

  .xl\:flex\! {
    display: flex !important;
  }

  .xl\:inline-flex\! {
    display: inline-flex !important;
  }

  .xl\:table\! {
    display: table !important;
  }

  .xl\:table-caption\! {
    display: table-caption !important;
  }

  .xl\:table-cell\! {
    display: table-cell !important;
  }

  .xl\:table-column\! {
    display: table-column !important;
  }

  .xl\:table-column-group\! {
    display: table-column-group !important;
  }

  .xl\:table-footer-group\! {
    display: table-footer-group !important;
  }

  .xl\:table-header-group\! {
    display: table-header-group !important;
  }

  .xl\:table-row-group\! {
    display: table-row-group !important;
  }

  .xl\:table-row\! {
    display: table-row !important;
  }

  .xl\:flow-root\! {
    display: flow-root !important;
  }

  .xl\:grid\! {
    display: grid !important;
  }

  .xl\:inline-grid\! {
    display: inline-grid !important;
  }

  .xl\:hidden\! {
    display: none !important;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:even\:flex-row:nth-child(even) {
    flex-direction: row;
  }

  .xl\:even\:flex-row-reverse:nth-child(even) {
    flex-direction: row-reverse;
  }

  .xl\:even\:flex-col:nth-child(even) {
    flex-direction: column;
  }

  .xl\:even\:flex-col-reverse:nth-child(even) {
    flex-direction: column-reverse;
  }

  .xl\:odd\:flex-row:nth-child(odd) {
    flex-direction: row;
  }

  .xl\:odd\:flex-row-reverse:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .xl\:odd\:flex-col:nth-child(odd) {
    flex-direction: column;
  }

  .xl\:odd\:flex-col-reverse:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .xl\:children\:flex-row > * {
    flex-direction: row;
  }

  .xl\:children\:flex-row-reverse > * {
    flex-direction: row-reverse;
  }

  .xl\:children\:flex-col > * {
    flex-direction: column;
  }

  .xl\:children\:flex-col-reverse > * {
    flex-direction: column-reverse;
  }

  .xl\:first\:flex-row:first-child {
    flex-direction: row;
  }

  .xl\:first\:flex-row-reverse:first-child {
    flex-direction: row-reverse;
  }

  .xl\:first\:flex-col:first-child {
    flex-direction: column;
  }

  .xl\:first\:flex-col-reverse:first-child {
    flex-direction: column-reverse;
  }

  .xl\:last\:flex-row:last-child {
    flex-direction: row;
  }

  .xl\:last\:flex-row-reverse:last-child {
    flex-direction: row-reverse;
  }

  .xl\:last\:flex-col:last-child {
    flex-direction: column;
  }

  .xl\:last\:flex-col-reverse:last-child {
    flex-direction: column-reverse;
  }

  .xl\:hover\:flex-row:hover {
    flex-direction: row;
  }

  .xl\:hover\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }

  .xl\:hover\:flex-col:hover {
    flex-direction: column;
  }

  .xl\:hover\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }

  .xl\:flex-row\! {
    flex-direction: row !important;
  }

  .xl\:flex-row-reverse\! {
    flex-direction: row-reverse !important;
  }

  .xl\:flex-col\! {
    flex-direction: column !important;
  }

  .xl\:flex-col-reverse\! {
    flex-direction: column-reverse !important;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xl\:even\:flex-wrap:nth-child(even) {
    flex-wrap: wrap;
  }

  .xl\:even\:flex-wrap-reverse:nth-child(even) {
    flex-wrap: wrap-reverse;
  }

  .xl\:even\:flex-no-wrap:nth-child(even) {
    flex-wrap: nowrap;
  }

  .xl\:odd\:flex-wrap:nth-child(odd) {
    flex-wrap: wrap;
  }

  .xl\:odd\:flex-wrap-reverse:nth-child(odd) {
    flex-wrap: wrap-reverse;
  }

  .xl\:odd\:flex-no-wrap:nth-child(odd) {
    flex-wrap: nowrap;
  }

  .xl\:children\:flex-wrap > * {
    flex-wrap: wrap;
  }

  .xl\:children\:flex-wrap-reverse > * {
    flex-wrap: wrap-reverse;
  }

  .xl\:children\:flex-no-wrap > * {
    flex-wrap: nowrap;
  }

  .xl\:first\:flex-wrap:first-child {
    flex-wrap: wrap;
  }

  .xl\:first\:flex-wrap-reverse:first-child {
    flex-wrap: wrap-reverse;
  }

  .xl\:first\:flex-no-wrap:first-child {
    flex-wrap: nowrap;
  }

  .xl\:last\:flex-wrap:last-child {
    flex-wrap: wrap;
  }

  .xl\:last\:flex-wrap-reverse:last-child {
    flex-wrap: wrap-reverse;
  }

  .xl\:last\:flex-no-wrap:last-child {
    flex-wrap: nowrap;
  }

  .xl\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .xl\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .xl\:hover\:flex-no-wrap:hover {
    flex-wrap: nowrap;
  }

  .xl\:flex-wrap\! {
    flex-wrap: wrap !important;
  }

  .xl\:flex-wrap-reverse\! {
    flex-wrap: wrap-reverse !important;
  }

  .xl\:flex-no-wrap\! {
    flex-wrap: nowrap !important;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\:even\:items-start:nth-child(even) {
    align-items: flex-start;
  }

  .xl\:even\:items-end:nth-child(even) {
    align-items: flex-end;
  }

  .xl\:even\:items-center:nth-child(even) {
    align-items: center;
  }

  .xl\:even\:items-baseline:nth-child(even) {
    align-items: baseline;
  }

  .xl\:even\:items-stretch:nth-child(even) {
    align-items: stretch;
  }

  .xl\:odd\:items-start:nth-child(odd) {
    align-items: flex-start;
  }

  .xl\:odd\:items-end:nth-child(odd) {
    align-items: flex-end;
  }

  .xl\:odd\:items-center:nth-child(odd) {
    align-items: center;
  }

  .xl\:odd\:items-baseline:nth-child(odd) {
    align-items: baseline;
  }

  .xl\:odd\:items-stretch:nth-child(odd) {
    align-items: stretch;
  }

  .xl\:children\:items-start > * {
    align-items: flex-start;
  }

  .xl\:children\:items-end > * {
    align-items: flex-end;
  }

  .xl\:children\:items-center > * {
    align-items: center;
  }

  .xl\:children\:items-baseline > * {
    align-items: baseline;
  }

  .xl\:children\:items-stretch > * {
    align-items: stretch;
  }

  .xl\:first\:items-start:first-child {
    align-items: flex-start;
  }

  .xl\:first\:items-end:first-child {
    align-items: flex-end;
  }

  .xl\:first\:items-center:first-child {
    align-items: center;
  }

  .xl\:first\:items-baseline:first-child {
    align-items: baseline;
  }

  .xl\:first\:items-stretch:first-child {
    align-items: stretch;
  }

  .xl\:last\:items-start:last-child {
    align-items: flex-start;
  }

  .xl\:last\:items-end:last-child {
    align-items: flex-end;
  }

  .xl\:last\:items-center:last-child {
    align-items: center;
  }

  .xl\:last\:items-baseline:last-child {
    align-items: baseline;
  }

  .xl\:last\:items-stretch:last-child {
    align-items: stretch;
  }

  .xl\:hover\:items-start:hover {
    align-items: flex-start;
  }

  .xl\:hover\:items-end:hover {
    align-items: flex-end;
  }

  .xl\:hover\:items-center:hover {
    align-items: center;
  }

  .xl\:hover\:items-baseline:hover {
    align-items: baseline;
  }

  .xl\:hover\:items-stretch:hover {
    align-items: stretch;
  }

  .xl\:items-start\! {
    align-items: flex-start !important;
  }

  .xl\:items-end\! {
    align-items: flex-end !important;
  }

  .xl\:items-center\! {
    align-items: center !important;
  }

  .xl\:items-baseline\! {
    align-items: baseline !important;
  }

  .xl\:items-stretch\! {
    align-items: stretch !important;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

  .xl\:even\:self-auto:nth-child(even) {
    align-self: auto;
  }

  .xl\:even\:self-start:nth-child(even) {
    align-self: flex-start;
  }

  .xl\:even\:self-end:nth-child(even) {
    align-self: flex-end;
  }

  .xl\:even\:self-center:nth-child(even) {
    align-self: center;
  }

  .xl\:even\:self-stretch:nth-child(even) {
    align-self: stretch;
  }

  .xl\:odd\:self-auto:nth-child(odd) {
    align-self: auto;
  }

  .xl\:odd\:self-start:nth-child(odd) {
    align-self: flex-start;
  }

  .xl\:odd\:self-end:nth-child(odd) {
    align-self: flex-end;
  }

  .xl\:odd\:self-center:nth-child(odd) {
    align-self: center;
  }

  .xl\:odd\:self-stretch:nth-child(odd) {
    align-self: stretch;
  }

  .xl\:children\:self-auto > * {
    align-self: auto;
  }

  .xl\:children\:self-start > * {
    align-self: flex-start;
  }

  .xl\:children\:self-end > * {
    align-self: flex-end;
  }

  .xl\:children\:self-center > * {
    align-self: center;
  }

  .xl\:children\:self-stretch > * {
    align-self: stretch;
  }

  .xl\:first\:self-auto:first-child {
    align-self: auto;
  }

  .xl\:first\:self-start:first-child {
    align-self: flex-start;
  }

  .xl\:first\:self-end:first-child {
    align-self: flex-end;
  }

  .xl\:first\:self-center:first-child {
    align-self: center;
  }

  .xl\:first\:self-stretch:first-child {
    align-self: stretch;
  }

  .xl\:last\:self-auto:last-child {
    align-self: auto;
  }

  .xl\:last\:self-start:last-child {
    align-self: flex-start;
  }

  .xl\:last\:self-end:last-child {
    align-self: flex-end;
  }

  .xl\:last\:self-center:last-child {
    align-self: center;
  }

  .xl\:last\:self-stretch:last-child {
    align-self: stretch;
  }

  .xl\:hover\:self-auto:hover {
    align-self: auto;
  }

  .xl\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .xl\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .xl\:hover\:self-center:hover {
    align-self: center;
  }

  .xl\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .xl\:self-auto\! {
    align-self: auto !important;
  }

  .xl\:self-start\! {
    align-self: flex-start !important;
  }

  .xl\:self-end\! {
    align-self: flex-end !important;
  }

  .xl\:self-center\! {
    align-self: center !important;
  }

  .xl\:self-stretch\! {
    align-self: stretch !important;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:justify-evenly {
    justify-content: space-evenly;
  }

  .xl\:even\:justify-start:nth-child(even) {
    justify-content: flex-start;
  }

  .xl\:even\:justify-end:nth-child(even) {
    justify-content: flex-end;
  }

  .xl\:even\:justify-center:nth-child(even) {
    justify-content: center;
  }

  .xl\:even\:justify-between:nth-child(even) {
    justify-content: space-between;
  }

  .xl\:even\:justify-around:nth-child(even) {
    justify-content: space-around;
  }

  .xl\:even\:justify-evenly:nth-child(even) {
    justify-content: space-evenly;
  }

  .xl\:odd\:justify-start:nth-child(odd) {
    justify-content: flex-start;
  }

  .xl\:odd\:justify-end:nth-child(odd) {
    justify-content: flex-end;
  }

  .xl\:odd\:justify-center:nth-child(odd) {
    justify-content: center;
  }

  .xl\:odd\:justify-between:nth-child(odd) {
    justify-content: space-between;
  }

  .xl\:odd\:justify-around:nth-child(odd) {
    justify-content: space-around;
  }

  .xl\:odd\:justify-evenly:nth-child(odd) {
    justify-content: space-evenly;
  }

  .xl\:children\:justify-start > * {
    justify-content: flex-start;
  }

  .xl\:children\:justify-end > * {
    justify-content: flex-end;
  }

  .xl\:children\:justify-center > * {
    justify-content: center;
  }

  .xl\:children\:justify-between > * {
    justify-content: space-between;
  }

  .xl\:children\:justify-around > * {
    justify-content: space-around;
  }

  .xl\:children\:justify-evenly > * {
    justify-content: space-evenly;
  }

  .xl\:first\:justify-start:first-child {
    justify-content: flex-start;
  }

  .xl\:first\:justify-end:first-child {
    justify-content: flex-end;
  }

  .xl\:first\:justify-center:first-child {
    justify-content: center;
  }

  .xl\:first\:justify-between:first-child {
    justify-content: space-between;
  }

  .xl\:first\:justify-around:first-child {
    justify-content: space-around;
  }

  .xl\:first\:justify-evenly:first-child {
    justify-content: space-evenly;
  }

  .xl\:last\:justify-start:last-child {
    justify-content: flex-start;
  }

  .xl\:last\:justify-end:last-child {
    justify-content: flex-end;
  }

  .xl\:last\:justify-center:last-child {
    justify-content: center;
  }

  .xl\:last\:justify-between:last-child {
    justify-content: space-between;
  }

  .xl\:last\:justify-around:last-child {
    justify-content: space-around;
  }

  .xl\:last\:justify-evenly:last-child {
    justify-content: space-evenly;
  }

  .xl\:hover\:justify-start:hover {
    justify-content: flex-start;
  }

  .xl\:hover\:justify-end:hover {
    justify-content: flex-end;
  }

  .xl\:hover\:justify-center:hover {
    justify-content: center;
  }

  .xl\:hover\:justify-between:hover {
    justify-content: space-between;
  }

  .xl\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .xl\:hover\:justify-evenly:hover {
    justify-content: space-evenly;
  }

  .xl\:justify-start\! {
    justify-content: flex-start !important;
  }

  .xl\:justify-end\! {
    justify-content: flex-end !important;
  }

  .xl\:justify-center\! {
    justify-content: center !important;
  }

  .xl\:justify-between\! {
    justify-content: space-between !important;
  }

  .xl\:justify-around\! {
    justify-content: space-around !important;
  }

  .xl\:justify-evenly\! {
    justify-content: space-evenly !important;
  }

  .xl\:content-center {
    align-content: center;
  }

  .xl\:content-start {
    align-content: flex-start;
  }

  .xl\:content-end {
    align-content: flex-end;
  }

  .xl\:content-between {
    align-content: space-between;
  }

  .xl\:content-around {
    align-content: space-around;
  }

  .xl\:even\:content-center:nth-child(even) {
    align-content: center;
  }

  .xl\:even\:content-start:nth-child(even) {
    align-content: flex-start;
  }

  .xl\:even\:content-end:nth-child(even) {
    align-content: flex-end;
  }

  .xl\:even\:content-between:nth-child(even) {
    align-content: space-between;
  }

  .xl\:even\:content-around:nth-child(even) {
    align-content: space-around;
  }

  .xl\:odd\:content-center:nth-child(odd) {
    align-content: center;
  }

  .xl\:odd\:content-start:nth-child(odd) {
    align-content: flex-start;
  }

  .xl\:odd\:content-end:nth-child(odd) {
    align-content: flex-end;
  }

  .xl\:odd\:content-between:nth-child(odd) {
    align-content: space-between;
  }

  .xl\:odd\:content-around:nth-child(odd) {
    align-content: space-around;
  }

  .xl\:children\:content-center > * {
    align-content: center;
  }

  .xl\:children\:content-start > * {
    align-content: flex-start;
  }

  .xl\:children\:content-end > * {
    align-content: flex-end;
  }

  .xl\:children\:content-between > * {
    align-content: space-between;
  }

  .xl\:children\:content-around > * {
    align-content: space-around;
  }

  .xl\:first\:content-center:first-child {
    align-content: center;
  }

  .xl\:first\:content-start:first-child {
    align-content: flex-start;
  }

  .xl\:first\:content-end:first-child {
    align-content: flex-end;
  }

  .xl\:first\:content-between:first-child {
    align-content: space-between;
  }

  .xl\:first\:content-around:first-child {
    align-content: space-around;
  }

  .xl\:last\:content-center:last-child {
    align-content: center;
  }

  .xl\:last\:content-start:last-child {
    align-content: flex-start;
  }

  .xl\:last\:content-end:last-child {
    align-content: flex-end;
  }

  .xl\:last\:content-between:last-child {
    align-content: space-between;
  }

  .xl\:last\:content-around:last-child {
    align-content: space-around;
  }

  .xl\:hover\:content-center:hover {
    align-content: center;
  }

  .xl\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .xl\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .xl\:hover\:content-between:hover {
    align-content: space-between;
  }

  .xl\:hover\:content-around:hover {
    align-content: space-around;
  }

  .xl\:content-center\! {
    align-content: center !important;
  }

  .xl\:content-start\! {
    align-content: flex-start !important;
  }

  .xl\:content-end\! {
    align-content: flex-end !important;
  }

  .xl\:content-between\! {
    align-content: space-between !important;
  }

  .xl\:content-around\! {
    align-content: space-around !important;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:flex-initial {
    flex: 0 1 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

  .xl\:even\:flex-1:nth-child(even) {
    flex: 1 1 0%;
  }

  .xl\:even\:flex-auto:nth-child(even) {
    flex: 1 1 auto;
  }

  .xl\:even\:flex-initial:nth-child(even) {
    flex: 0 1 auto;
  }

  .xl\:even\:flex-none:nth-child(even) {
    flex: none;
  }

  .xl\:odd\:flex-1:nth-child(odd) {
    flex: 1 1 0%;
  }

  .xl\:odd\:flex-auto:nth-child(odd) {
    flex: 1 1 auto;
  }

  .xl\:odd\:flex-initial:nth-child(odd) {
    flex: 0 1 auto;
  }

  .xl\:odd\:flex-none:nth-child(odd) {
    flex: none;
  }

  .xl\:children\:flex-1 > * {
    flex: 1 1 0%;
  }

  .xl\:children\:flex-auto > * {
    flex: 1 1 auto;
  }

  .xl\:children\:flex-initial > * {
    flex: 0 1 auto;
  }

  .xl\:children\:flex-none > * {
    flex: none;
  }

  .xl\:first\:flex-1:first-child {
    flex: 1 1 0%;
  }

  .xl\:first\:flex-auto:first-child {
    flex: 1 1 auto;
  }

  .xl\:first\:flex-initial:first-child {
    flex: 0 1 auto;
  }

  .xl\:first\:flex-none:first-child {
    flex: none;
  }

  .xl\:last\:flex-1:last-child {
    flex: 1 1 0%;
  }

  .xl\:last\:flex-auto:last-child {
    flex: 1 1 auto;
  }

  .xl\:last\:flex-initial:last-child {
    flex: 0 1 auto;
  }

  .xl\:last\:flex-none:last-child {
    flex: none;
  }

  .xl\:hover\:flex-1:hover {
    flex: 1 1 0%;
  }

  .xl\:hover\:flex-auto:hover {
    flex: 1 1 auto;
  }

  .xl\:hover\:flex-initial:hover {
    flex: 0 1 auto;
  }

  .xl\:hover\:flex-none:hover {
    flex: none;
  }

  .xl\:flex-1\! {
    flex: 1 1 0% !important;
  }

  .xl\:flex-auto\! {
    flex: 1 1 auto !important;
  }

  .xl\:flex-initial\! {
    flex: 0 1 auto !important;
  }

  .xl\:flex-none\! {
    flex: none !important;
  }

  .xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .xl\:flex-grow {
    flex-grow: 1;
  }

  .xl\:even\:flex-grow-0:nth-child(even) {
    flex-grow: 0;
  }

  .xl\:even\:flex-grow:nth-child(even) {
    flex-grow: 1;
  }

  .xl\:odd\:flex-grow-0:nth-child(odd) {
    flex-grow: 0;
  }

  .xl\:odd\:flex-grow:nth-child(odd) {
    flex-grow: 1;
  }

  .xl\:children\:flex-grow-0 > * {
    flex-grow: 0;
  }

  .xl\:children\:flex-grow > * {
    flex-grow: 1;
  }

  .xl\:first\:flex-grow-0:first-child {
    flex-grow: 0;
  }

  .xl\:first\:flex-grow:first-child {
    flex-grow: 1;
  }

  .xl\:last\:flex-grow-0:last-child {
    flex-grow: 0;
  }

  .xl\:last\:flex-grow:last-child {
    flex-grow: 1;
  }

  .xl\:hover\:flex-grow-0:hover {
    flex-grow: 0;
  }

  .xl\:hover\:flex-grow:hover {
    flex-grow: 1;
  }

  .xl\:flex-grow-0\! {
    flex-grow: 0 !important;
  }

  .xl\:flex-grow\! {
    flex-grow: 1 !important;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:even\:flex-shrink-0:nth-child(even) {
    flex-shrink: 0;
  }

  .xl\:even\:flex-shrink:nth-child(even) {
    flex-shrink: 1;
  }

  .xl\:odd\:flex-shrink-0:nth-child(odd) {
    flex-shrink: 0;
  }

  .xl\:odd\:flex-shrink:nth-child(odd) {
    flex-shrink: 1;
  }

  .xl\:children\:flex-shrink-0 > * {
    flex-shrink: 0;
  }

  .xl\:children\:flex-shrink > * {
    flex-shrink: 1;
  }

  .xl\:first\:flex-shrink-0:first-child {
    flex-shrink: 0;
  }

  .xl\:first\:flex-shrink:first-child {
    flex-shrink: 1;
  }

  .xl\:last\:flex-shrink-0:last-child {
    flex-shrink: 0;
  }

  .xl\:last\:flex-shrink:last-child {
    flex-shrink: 1;
  }

  .xl\:hover\:flex-shrink-0:hover {
    flex-shrink: 0;
  }

  .xl\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .xl\:flex-shrink-0\! {
    flex-shrink: 0 !important;
  }

  .xl\:flex-shrink\! {
    flex-shrink: 1 !important;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:order-3 {
    order: 3;
  }

  .xl\:order-4 {
    order: 4;
  }

  .xl\:order-5 {
    order: 5;
  }

  .xl\:order-6 {
    order: 6;
  }

  .xl\:order-7 {
    order: 7;
  }

  .xl\:order-8 {
    order: 8;
  }

  .xl\:order-9 {
    order: 9;
  }

  .xl\:order-10 {
    order: 10;
  }

  .xl\:order-11 {
    order: 11;
  }

  .xl\:order-12 {
    order: 12;
  }

  .xl\:order-first {
    order: -9999;
  }

  .xl\:order-last {
    order: 9999;
  }

  .xl\:order-none {
    order: 0;
  }

  .xl\:even\:order-1:nth-child(even) {
    order: 1;
  }

  .xl\:even\:order-2:nth-child(even) {
    order: 2;
  }

  .xl\:even\:order-3:nth-child(even) {
    order: 3;
  }

  .xl\:even\:order-4:nth-child(even) {
    order: 4;
  }

  .xl\:even\:order-5:nth-child(even) {
    order: 5;
  }

  .xl\:even\:order-6:nth-child(even) {
    order: 6;
  }

  .xl\:even\:order-7:nth-child(even) {
    order: 7;
  }

  .xl\:even\:order-8:nth-child(even) {
    order: 8;
  }

  .xl\:even\:order-9:nth-child(even) {
    order: 9;
  }

  .xl\:even\:order-10:nth-child(even) {
    order: 10;
  }

  .xl\:even\:order-11:nth-child(even) {
    order: 11;
  }

  .xl\:even\:order-12:nth-child(even) {
    order: 12;
  }

  .xl\:even\:order-first:nth-child(even) {
    order: -9999;
  }

  .xl\:even\:order-last:nth-child(even) {
    order: 9999;
  }

  .xl\:even\:order-none:nth-child(even) {
    order: 0;
  }

  .xl\:odd\:order-1:nth-child(odd) {
    order: 1;
  }

  .xl\:odd\:order-2:nth-child(odd) {
    order: 2;
  }

  .xl\:odd\:order-3:nth-child(odd) {
    order: 3;
  }

  .xl\:odd\:order-4:nth-child(odd) {
    order: 4;
  }

  .xl\:odd\:order-5:nth-child(odd) {
    order: 5;
  }

  .xl\:odd\:order-6:nth-child(odd) {
    order: 6;
  }

  .xl\:odd\:order-7:nth-child(odd) {
    order: 7;
  }

  .xl\:odd\:order-8:nth-child(odd) {
    order: 8;
  }

  .xl\:odd\:order-9:nth-child(odd) {
    order: 9;
  }

  .xl\:odd\:order-10:nth-child(odd) {
    order: 10;
  }

  .xl\:odd\:order-11:nth-child(odd) {
    order: 11;
  }

  .xl\:odd\:order-12:nth-child(odd) {
    order: 12;
  }

  .xl\:odd\:order-first:nth-child(odd) {
    order: -9999;
  }

  .xl\:odd\:order-last:nth-child(odd) {
    order: 9999;
  }

  .xl\:odd\:order-none:nth-child(odd) {
    order: 0;
  }

  .xl\:children\:order-1 > * {
    order: 1;
  }

  .xl\:children\:order-2 > * {
    order: 2;
  }

  .xl\:children\:order-3 > * {
    order: 3;
  }

  .xl\:children\:order-4 > * {
    order: 4;
  }

  .xl\:children\:order-5 > * {
    order: 5;
  }

  .xl\:children\:order-6 > * {
    order: 6;
  }

  .xl\:children\:order-7 > * {
    order: 7;
  }

  .xl\:children\:order-8 > * {
    order: 8;
  }

  .xl\:children\:order-9 > * {
    order: 9;
  }

  .xl\:children\:order-10 > * {
    order: 10;
  }

  .xl\:children\:order-11 > * {
    order: 11;
  }

  .xl\:children\:order-12 > * {
    order: 12;
  }

  .xl\:children\:order-first > * {
    order: -9999;
  }

  .xl\:children\:order-last > * {
    order: 9999;
  }

  .xl\:children\:order-none > * {
    order: 0;
  }

  .xl\:first\:order-1:first-child {
    order: 1;
  }

  .xl\:first\:order-2:first-child {
    order: 2;
  }

  .xl\:first\:order-3:first-child {
    order: 3;
  }

  .xl\:first\:order-4:first-child {
    order: 4;
  }

  .xl\:first\:order-5:first-child {
    order: 5;
  }

  .xl\:first\:order-6:first-child {
    order: 6;
  }

  .xl\:first\:order-7:first-child {
    order: 7;
  }

  .xl\:first\:order-8:first-child {
    order: 8;
  }

  .xl\:first\:order-9:first-child {
    order: 9;
  }

  .xl\:first\:order-10:first-child {
    order: 10;
  }

  .xl\:first\:order-11:first-child {
    order: 11;
  }

  .xl\:first\:order-12:first-child {
    order: 12;
  }

  .xl\:first\:order-first:first-child {
    order: -9999;
  }

  .xl\:first\:order-last:first-child {
    order: 9999;
  }

  .xl\:first\:order-none:first-child {
    order: 0;
  }

  .xl\:last\:order-1:last-child {
    order: 1;
  }

  .xl\:last\:order-2:last-child {
    order: 2;
  }

  .xl\:last\:order-3:last-child {
    order: 3;
  }

  .xl\:last\:order-4:last-child {
    order: 4;
  }

  .xl\:last\:order-5:last-child {
    order: 5;
  }

  .xl\:last\:order-6:last-child {
    order: 6;
  }

  .xl\:last\:order-7:last-child {
    order: 7;
  }

  .xl\:last\:order-8:last-child {
    order: 8;
  }

  .xl\:last\:order-9:last-child {
    order: 9;
  }

  .xl\:last\:order-10:last-child {
    order: 10;
  }

  .xl\:last\:order-11:last-child {
    order: 11;
  }

  .xl\:last\:order-12:last-child {
    order: 12;
  }

  .xl\:last\:order-first:last-child {
    order: -9999;
  }

  .xl\:last\:order-last:last-child {
    order: 9999;
  }

  .xl\:last\:order-none:last-child {
    order: 0;
  }

  .xl\:hover\:order-1:hover {
    order: 1;
  }

  .xl\:hover\:order-2:hover {
    order: 2;
  }

  .xl\:hover\:order-3:hover {
    order: 3;
  }

  .xl\:hover\:order-4:hover {
    order: 4;
  }

  .xl\:hover\:order-5:hover {
    order: 5;
  }

  .xl\:hover\:order-6:hover {
    order: 6;
  }

  .xl\:hover\:order-7:hover {
    order: 7;
  }

  .xl\:hover\:order-8:hover {
    order: 8;
  }

  .xl\:hover\:order-9:hover {
    order: 9;
  }

  .xl\:hover\:order-10:hover {
    order: 10;
  }

  .xl\:hover\:order-11:hover {
    order: 11;
  }

  .xl\:hover\:order-12:hover {
    order: 12;
  }

  .xl\:hover\:order-first:hover {
    order: -9999;
  }

  .xl\:hover\:order-last:hover {
    order: 9999;
  }

  .xl\:hover\:order-none:hover {
    order: 0;
  }

  .xl\:order-1\! {
    order: 1 !important;
  }

  .xl\:order-2\! {
    order: 2 !important;
  }

  .xl\:order-3\! {
    order: 3 !important;
  }

  .xl\:order-4\! {
    order: 4 !important;
  }

  .xl\:order-5\! {
    order: 5 !important;
  }

  .xl\:order-6\! {
    order: 6 !important;
  }

  .xl\:order-7\! {
    order: 7 !important;
  }

  .xl\:order-8\! {
    order: 8 !important;
  }

  .xl\:order-9\! {
    order: 9 !important;
  }

  .xl\:order-10\! {
    order: 10 !important;
  }

  .xl\:order-11\! {
    order: 11 !important;
  }

  .xl\:order-12\! {
    order: 12 !important;
  }

  .xl\:order-first\! {
    order: -9999 !important;
  }

  .xl\:order-last\! {
    order: 9999 !important;
  }

  .xl\:order-none\! {
    order: 0 !important;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:even\:float-right:nth-child(even) {
    float: right;
  }

  .xl\:even\:float-left:nth-child(even) {
    float: left;
  }

  .xl\:even\:float-none:nth-child(even) {
    float: none;
  }

  .xl\:even\:clearfix:nth-child(even):after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:odd\:float-right:nth-child(odd) {
    float: right;
  }

  .xl\:odd\:float-left:nth-child(odd) {
    float: left;
  }

  .xl\:odd\:float-none:nth-child(odd) {
    float: none;
  }

  .xl\:odd\:clearfix:nth-child(odd):after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:children\:float-right > * {
    float: right;
  }

  .xl\:children\:float-left > * {
    float: left;
  }

  .xl\:children\:float-none > * {
    float: none;
  }

  .xl\:children\:clearfix > *:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:first\:float-right:first-child {
    float: right;
  }

  .xl\:first\:float-left:first-child {
    float: left;
  }

  .xl\:first\:float-none:first-child {
    float: none;
  }

  .xl\:first\:clearfix:first-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:last\:float-right:last-child {
    float: right;
  }

  .xl\:last\:float-left:last-child {
    float: left;
  }

  .xl\:last\:float-none:last-child {
    float: none;
  }

  .xl\:last\:clearfix:last-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:hover\:float-right:hover {
    float: right;
  }

  .xl\:hover\:float-left:hover {
    float: left;
  }

  .xl\:hover\:float-none:hover {
    float: none;
  }

  .xl\:hover\:clearfix:hover:after {
    content: "";
    display: table;
    clear: both;
  }

  .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;
  }

  .xl\:clear-right {
    clear: right;
  }

  .xl\:clear-both {
    clear: both;
  }

  .xl\:clear-none {
    clear: none;
  }

  .xl\:even\:clear-left:nth-child(even) {
    clear: left;
  }

  .xl\:even\:clear-right:nth-child(even) {
    clear: right;
  }

  .xl\:even\:clear-both:nth-child(even) {
    clear: both;
  }

  .xl\:even\:clear-none:nth-child(even) {
    clear: none;
  }

  .xl\:odd\:clear-left:nth-child(odd) {
    clear: left;
  }

  .xl\:odd\:clear-right:nth-child(odd) {
    clear: right;
  }

  .xl\:odd\:clear-both:nth-child(odd) {
    clear: both;
  }

  .xl\:odd\:clear-none:nth-child(odd) {
    clear: none;
  }

  .xl\:children\:clear-left > * {
    clear: left;
  }

  .xl\:children\:clear-right > * {
    clear: right;
  }

  .xl\:children\:clear-both > * {
    clear: both;
  }

  .xl\:children\:clear-none > * {
    clear: none;
  }

  .xl\:first\:clear-left:first-child {
    clear: left;
  }

  .xl\:first\:clear-right:first-child {
    clear: right;
  }

  .xl\:first\:clear-both:first-child {
    clear: both;
  }

  .xl\:first\:clear-none:first-child {
    clear: none;
  }

  .xl\:last\:clear-left:last-child {
    clear: left;
  }

  .xl\:last\:clear-right:last-child {
    clear: right;
  }

  .xl\:last\:clear-both:last-child {
    clear: both;
  }

  .xl\:last\:clear-none:last-child {
    clear: none;
  }

  .xl\:hover\:clear-left:hover {
    clear: left;
  }

  .xl\:hover\:clear-right:hover {
    clear: right;
  }

  .xl\:hover\:clear-both:hover {
    clear: both;
  }

  .xl\:hover\:clear-none:hover {
    clear: none;
  }

  .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-display {
    font-family: IBM Plex Sans, sans-serif;
  }

  .xl\:font-body {
    font-family: sans-serif;
  }

  .xl\:font-ibm-sans {
    font-family: IBM Plex Sans, sans-serif;
  }

  .xl\:font-ibm-serif {
    font-family: IBM Plex Serif, serif;
  }

  .xl\:even\:font-display:nth-child(even) {
    font-family: IBM Plex Sans, sans-serif;
  }

  .xl\:even\:font-body:nth-child(even) {
    font-family: sans-serif;
  }

  .xl\:even\:font-ibm-sans:nth-child(even) {
    font-family: IBM Plex Sans, sans-serif;
  }

  .xl\:even\:font-ibm-serif:nth-child(even) {
    font-family: IBM Plex Serif, serif;
  }

  .xl\:odd\:font-display:nth-child(odd) {
    font-family: IBM Plex Sans, sans-serif;
  }

  .xl\:odd\:font-body:nth-child(odd) {
    font-family: sans-serif;
  }

  .xl\:odd\:font-ibm-sans:nth-child(odd) {
    font-family: IBM Plex Sans, sans-serif;
  }

  .xl\:odd\:font-ibm-serif:nth-child(odd) {
    font-family: IBM Plex Serif, serif;
  }

  .xl\:children\:font-display > * {
    font-family: IBM Plex Sans, sans-serif;
  }

  .xl\:children\:font-body > * {
    font-family: sans-serif;
  }

  .xl\:children\:font-ibm-sans > * {
    font-family: IBM Plex Sans, sans-serif;
  }

  .xl\:children\:font-ibm-serif > * {
    font-family: IBM Plex Serif, serif;
  }

  .xl\:first\:font-display:first-child {
    font-family: IBM Plex Sans, sans-serif;
  }

  .xl\:first\:font-body:first-child {
    font-family: sans-serif;
  }

  .xl\:first\:font-ibm-sans:first-child {
    font-family: IBM Plex Sans, sans-serif;
  }

  .xl\:first\:font-ibm-serif:first-child {
    font-family: IBM Plex Serif, serif;
  }

  .xl\:last\:font-display:last-child {
    font-family: IBM Plex Sans, sans-serif;
  }

  .xl\:last\:font-body:last-child {
    font-family: sans-serif;
  }

  .xl\:last\:font-ibm-sans:last-child {
    font-family: IBM Plex Sans, sans-serif;
  }

  .xl\:last\:font-ibm-serif:last-child {
    font-family: IBM Plex Serif, serif;
  }

  .xl\:hover\:font-display:hover {
    font-family: IBM Plex Sans, sans-serif;
  }

  .xl\:hover\:font-body:hover {
    font-family: sans-serif;
  }

  .xl\:hover\:font-ibm-sans:hover {
    font-family: IBM Plex Sans, sans-serif;
  }

  .xl\:hover\:font-ibm-serif:hover {
    font-family: IBM Plex Serif, serif;
  }

  .xl\:font-display\! {
    font-family: IBM Plex Sans, sans-serif !important;
  }

  .xl\:font-body\! {
    font-family: sans-serif !important;
  }

  .xl\:font-ibm-sans\! {
    font-family: IBM Plex Sans, sans-serif !important;
  }

  .xl\:font-ibm-serif\! {
    font-family: IBM Plex Serif, serif !important;
  }

  .xl\:font-hairline {
    font-weight: 100;
  }

  .xl\:font-thin {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:even\:font-hairline:nth-child(even) {
    font-weight: 100;
  }

  .xl\:even\:font-thin:nth-child(even) {
    font-weight: 200;
  }

  .xl\:even\:font-light:nth-child(even) {
    font-weight: 300;
  }

  .xl\:even\:font-normal:nth-child(even) {
    font-weight: 400;
  }

  .xl\:even\:font-medium:nth-child(even) {
    font-weight: 500;
  }

  .xl\:even\:font-semibold:nth-child(even) {
    font-weight: 600;
  }

  .xl\:even\:font-bold:nth-child(even) {
    font-weight: 700;
  }

  .xl\:even\:font-extrabold:nth-child(even) {
    font-weight: 800;
  }

  .xl\:even\:font-black:nth-child(even) {
    font-weight: 900;
  }

  .xl\:odd\:font-hairline:nth-child(odd) {
    font-weight: 100;
  }

  .xl\:odd\:font-thin:nth-child(odd) {
    font-weight: 200;
  }

  .xl\:odd\:font-light:nth-child(odd) {
    font-weight: 300;
  }

  .xl\:odd\:font-normal:nth-child(odd) {
    font-weight: 400;
  }

  .xl\:odd\:font-medium:nth-child(odd) {
    font-weight: 500;
  }

  .xl\:odd\:font-semibold:nth-child(odd) {
    font-weight: 600;
  }

  .xl\:odd\:font-bold:nth-child(odd) {
    font-weight: 700;
  }

  .xl\:odd\:font-extrabold:nth-child(odd) {
    font-weight: 800;
  }

  .xl\:odd\:font-black:nth-child(odd) {
    font-weight: 900;
  }

  .xl\:children\:font-hairline > * {
    font-weight: 100;
  }

  .xl\:children\:font-thin > * {
    font-weight: 200;
  }

  .xl\:children\:font-light > * {
    font-weight: 300;
  }

  .xl\:children\:font-normal > * {
    font-weight: 400;
  }

  .xl\:children\:font-medium > * {
    font-weight: 500;
  }

  .xl\:children\:font-semibold > * {
    font-weight: 600;
  }

  .xl\:children\:font-bold > * {
    font-weight: 700;
  }

  .xl\:children\:font-extrabold > * {
    font-weight: 800;
  }

  .xl\:children\:font-black > * {
    font-weight: 900;
  }

  .xl\:first\:font-hairline:first-child {
    font-weight: 100;
  }

  .xl\:first\:font-thin:first-child {
    font-weight: 200;
  }

  .xl\:first\:font-light:first-child {
    font-weight: 300;
  }

  .xl\:first\:font-normal:first-child {
    font-weight: 400;
  }

  .xl\:first\:font-medium:first-child {
    font-weight: 500;
  }

  .xl\:first\:font-semibold:first-child {
    font-weight: 600;
  }

  .xl\:first\:font-bold:first-child {
    font-weight: 700;
  }

  .xl\:first\:font-extrabold:first-child {
    font-weight: 800;
  }

  .xl\:first\:font-black:first-child {
    font-weight: 900;
  }

  .xl\:last\:font-hairline:last-child {
    font-weight: 100;
  }

  .xl\:last\:font-thin:last-child {
    font-weight: 200;
  }

  .xl\:last\:font-light:last-child {
    font-weight: 300;
  }

  .xl\:last\:font-normal:last-child {
    font-weight: 400;
  }

  .xl\:last\:font-medium:last-child {
    font-weight: 500;
  }

  .xl\:last\:font-semibold:last-child {
    font-weight: 600;
  }

  .xl\:last\:font-bold:last-child {
    font-weight: 700;
  }

  .xl\:last\:font-extrabold:last-child {
    font-weight: 800;
  }

  .xl\:last\:font-black:last-child {
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .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\:h-0 {
    height: 0;
  }

  .xl\:h-1 {
    height: 0.25rem;
  }

  .xl\:h-2 {
    height: 0.5rem;
  }

  .xl\:h-3 {
    height: 0.75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-7 {
    height: 1.75rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-9 {
    height: 2.25rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-11 {
    height: 2.75rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-13 {
    height: 3.25rem;
  }

  .xl\:h-14 {
    height: 3.5rem;
  }

  .xl\:h-15 {
    height: 3.75rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-17 {
    height: 4.25rem;
  }

  .xl\:h-18 {
    height: 4.5rem;
  }

  .xl\:h-19 {
    height: 4.75rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-40 {
    height: 10rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-56 {
    height: 14rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-75 {
    height: 18.75rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:even\:h-0:nth-child(even) {
    height: 0;
  }

  .xl\:even\:h-1:nth-child(even) {
    height: 0.25rem;
  }

  .xl\:even\:h-2:nth-child(even) {
    height: 0.5rem;
  }

  .xl\:even\:h-3:nth-child(even) {
    height: 0.75rem;
  }

  .xl\:even\:h-4:nth-child(even) {
    height: 1rem;
  }

  .xl\:even\:h-5:nth-child(even) {
    height: 1.25rem;
  }

  .xl\:even\:h-6:nth-child(even) {
    height: 1.5rem;
  }

  .xl\:even\:h-7:nth-child(even) {
    height: 1.75rem;
  }

  .xl\:even\:h-8:nth-child(even) {
    height: 2rem;
  }

  .xl\:even\:h-9:nth-child(even) {
    height: 2.25rem;
  }

  .xl\:even\:h-10:nth-child(even) {
    height: 2.5rem;
  }

  .xl\:even\:h-11:nth-child(even) {
    height: 2.75rem;
  }

  .xl\:even\:h-12:nth-child(even) {
    height: 3rem;
  }

  .xl\:even\:h-13:nth-child(even) {
    height: 3.25rem;
  }

  .xl\:even\:h-14:nth-child(even) {
    height: 3.5rem;
  }

  .xl\:even\:h-15:nth-child(even) {
    height: 3.75rem;
  }

  .xl\:even\:h-16:nth-child(even) {
    height: 4rem;
  }

  .xl\:even\:h-17:nth-child(even) {
    height: 4.25rem;
  }

  .xl\:even\:h-18:nth-child(even) {
    height: 4.5rem;
  }

  .xl\:even\:h-19:nth-child(even) {
    height: 4.75rem;
  }

  .xl\:even\:h-20:nth-child(even) {
    height: 5rem;
  }

  .xl\:even\:h-24:nth-child(even) {
    height: 6rem;
  }

  .xl\:even\:h-32:nth-child(even) {
    height: 8rem;
  }

  .xl\:even\:h-40:nth-child(even) {
    height: 10rem;
  }

  .xl\:even\:h-48:nth-child(even) {
    height: 12rem;
  }

  .xl\:even\:h-56:nth-child(even) {
    height: 14rem;
  }

  .xl\:even\:h-64:nth-child(even) {
    height: 16rem;
  }

  .xl\:even\:h-75:nth-child(even) {
    height: 18.75rem;
  }

  .xl\:even\:h-auto:nth-child(even) {
    height: auto;
  }

  .xl\:even\:h-px:nth-child(even) {
    height: 1px;
  }

  .xl\:even\:h-full:nth-child(even) {
    height: 100%;
  }

  .xl\:even\:h-screen:nth-child(even) {
    height: 100vh;
  }

  .xl\:odd\:h-0:nth-child(odd) {
    height: 0;
  }

  .xl\:odd\:h-1:nth-child(odd) {
    height: 0.25rem;
  }

  .xl\:odd\:h-2:nth-child(odd) {
    height: 0.5rem;
  }

  .xl\:odd\:h-3:nth-child(odd) {
    height: 0.75rem;
  }

  .xl\:odd\:h-4:nth-child(odd) {
    height: 1rem;
  }

  .xl\:odd\:h-5:nth-child(odd) {
    height: 1.25rem;
  }

  .xl\:odd\:h-6:nth-child(odd) {
    height: 1.5rem;
  }

  .xl\:odd\:h-7:nth-child(odd) {
    height: 1.75rem;
  }

  .xl\:odd\:h-8:nth-child(odd) {
    height: 2rem;
  }

  .xl\:odd\:h-9:nth-child(odd) {
    height: 2.25rem;
  }

  .xl\:odd\:h-10:nth-child(odd) {
    height: 2.5rem;
  }

  .xl\:odd\:h-11:nth-child(odd) {
    height: 2.75rem;
  }

  .xl\:odd\:h-12:nth-child(odd) {
    height: 3rem;
  }

  .xl\:odd\:h-13:nth-child(odd) {
    height: 3.25rem;
  }

  .xl\:odd\:h-14:nth-child(odd) {
    height: 3.5rem;
  }

  .xl\:odd\:h-15:nth-child(odd) {
    height: 3.75rem;
  }

  .xl\:odd\:h-16:nth-child(odd) {
    height: 4rem;
  }

  .xl\:odd\:h-17:nth-child(odd) {
    height: 4.25rem;
  }

  .xl\:odd\:h-18:nth-child(odd) {
    height: 4.5rem;
  }

  .xl\:odd\:h-19:nth-child(odd) {
    height: 4.75rem;
  }

  .xl\:odd\:h-20:nth-child(odd) {
    height: 5rem;
  }

  .xl\:odd\:h-24:nth-child(odd) {
    height: 6rem;
  }

  .xl\:odd\:h-32:nth-child(odd) {
    height: 8rem;
  }

  .xl\:odd\:h-40:nth-child(odd) {
    height: 10rem;
  }

  .xl\:odd\:h-48:nth-child(odd) {
    height: 12rem;
  }

  .xl\:odd\:h-56:nth-child(odd) {
    height: 14rem;
  }

  .xl\:odd\:h-64:nth-child(odd) {
    height: 16rem;
  }

  .xl\:odd\:h-75:nth-child(odd) {
    height: 18.75rem;
  }

  .xl\:odd\:h-auto:nth-child(odd) {
    height: auto;
  }

  .xl\:odd\:h-px:nth-child(odd) {
    height: 1px;
  }

  .xl\:odd\:h-full:nth-child(odd) {
    height: 100%;
  }

  .xl\:odd\:h-screen:nth-child(odd) {
    height: 100vh;
  }

  .xl\:children\:h-0 > * {
    height: 0;
  }

  .xl\:children\:h-1 > * {
    height: 0.25rem;
  }

  .xl\:children\:h-2 > * {
    height: 0.5rem;
  }

  .xl\:children\:h-3 > * {
    height: 0.75rem;
  }

  .xl\:children\:h-4 > * {
    height: 1rem;
  }

  .xl\:children\:h-5 > * {
    height: 1.25rem;
  }

  .xl\:children\:h-6 > * {
    height: 1.5rem;
  }

  .xl\:children\:h-7 > * {
    height: 1.75rem;
  }

  .xl\:children\:h-8 > * {
    height: 2rem;
  }

  .xl\:children\:h-9 > * {
    height: 2.25rem;
  }

  .xl\:children\:h-10 > * {
    height: 2.5rem;
  }

  .xl\:children\:h-11 > * {
    height: 2.75rem;
  }

  .xl\:children\:h-12 > * {
    height: 3rem;
  }

  .xl\:children\:h-13 > * {
    height: 3.25rem;
  }

  .xl\:children\:h-14 > * {
    height: 3.5rem;
  }

  .xl\:children\:h-15 > * {
    height: 3.75rem;
  }

  .xl\:children\:h-16 > * {
    height: 4rem;
  }

  .xl\:children\:h-17 > * {
    height: 4.25rem;
  }

  .xl\:children\:h-18 > * {
    height: 4.5rem;
  }

  .xl\:children\:h-19 > * {
    height: 4.75rem;
  }

  .xl\:children\:h-20 > * {
    height: 5rem;
  }

  .xl\:children\:h-24 > * {
    height: 6rem;
  }

  .xl\:children\:h-32 > * {
    height: 8rem;
  }

  .xl\:children\:h-40 > * {
    height: 10rem;
  }

  .xl\:children\:h-48 > * {
    height: 12rem;
  }

  .xl\:children\:h-56 > * {
    height: 14rem;
  }

  .xl\:children\:h-64 > * {
    height: 16rem;
  }

  .xl\:children\:h-75 > * {
    height: 18.75rem;
  }

  .xl\:children\:h-auto > * {
    height: auto;
  }

  .xl\:children\:h-px > * {
    height: 1px;
  }

  .xl\:children\:h-full > * {
    height: 100%;
  }

  .xl\:children\:h-screen > * {
    height: 100vh;
  }

  .xl\:first\:h-0:first-child {
    height: 0;
  }

  .xl\:first\:h-1:first-child {
    height: 0.25rem;
  }

  .xl\:first\:h-2:first-child {
    height: 0.5rem;
  }

  .xl\:first\:h-3:first-child {
    height: 0.75rem;
  }

  .xl\:first\:h-4:first-child {
    height: 1rem;
  }

  .xl\:first\:h-5:first-child {
    height: 1.25rem;
  }

  .xl\:first\:h-6:first-child {
    height: 1.5rem;
  }

  .xl\:first\:h-7:first-child {
    height: 1.75rem;
  }

  .xl\:first\:h-8:first-child {
    height: 2rem;
  }

  .xl\:first\:h-9:first-child {
    height: 2.25rem;
  }

  .xl\:first\:h-10:first-child {
    height: 2.5rem;
  }

  .xl\:first\:h-11:first-child {
    height: 2.75rem;
  }

  .xl\:first\:h-12:first-child {
    height: 3rem;
  }

  .xl\:first\:h-13:first-child {
    height: 3.25rem;
  }

  .xl\:first\:h-14:first-child {
    height: 3.5rem;
  }

  .xl\:first\:h-15:first-child {
    height: 3.75rem;
  }

  .xl\:first\:h-16:first-child {
    height: 4rem;
  }

  .xl\:first\:h-17:first-child {
    height: 4.25rem;
  }

  .xl\:first\:h-18:first-child {
    height: 4.5rem;
  }

  .xl\:first\:h-19:first-child {
    height: 4.75rem;
  }

  .xl\:first\:h-20:first-child {
    height: 5rem;
  }

  .xl\:first\:h-24:first-child {
    height: 6rem;
  }

  .xl\:first\:h-32:first-child {
    height: 8rem;
  }

  .xl\:first\:h-40:first-child {
    height: 10rem;
  }

  .xl\:first\:h-48:first-child {
    height: 12rem;
  }

  .xl\:first\:h-56:first-child {
    height: 14rem;
  }

  .xl\:first\:h-64:first-child {
    height: 16rem;
  }

  .xl\:first\:h-75:first-child {
    height: 18.75rem;
  }

  .xl\:first\:h-auto:first-child {
    height: auto;
  }

  .xl\:first\:h-px:first-child {
    height: 1px;
  }

  .xl\:first\:h-full:first-child {
    height: 100%;
  }

  .xl\:first\:h-screen:first-child {
    height: 100vh;
  }

  .xl\:last\:h-0:last-child {
    height: 0;
  }

  .xl\:last\:h-1:last-child {
    height: 0.25rem;
  }

  .xl\:last\:h-2:last-child {
    height: 0.5rem;
  }

  .xl\:last\:h-3:last-child {
    height: 0.75rem;
  }

  .xl\:last\:h-4:last-child {
    height: 1rem;
  }

  .xl\:last\:h-5:last-child {
    height: 1.25rem;
  }

  .xl\:last\:h-6:last-child {
    height: 1.5rem;
  }

  .xl\:last\:h-7:last-child {
    height: 1.75rem;
  }

  .xl\:last\:h-8:last-child {
    height: 2rem;
  }

  .xl\:last\:h-9:last-child {
    height: 2.25rem;
  }

  .xl\:last\:h-10:last-child {
    height: 2.5rem;
  }

  .xl\:last\:h-11:last-child {
    height: 2.75rem;
  }

  .xl\:last\:h-12:last-child {
    height: 3rem;
  }

  .xl\:last\:h-13:last-child {
    height: 3.25rem;
  }

  .xl\:last\:h-14:last-child {
    height: 3.5rem;
  }

  .xl\:last\:h-15:last-child {
    height: 3.75rem;
  }

  .xl\:last\:h-16:last-child {
    height: 4rem;
  }

  .xl\:last\:h-17:last-child {
    height: 4.25rem;
  }

  .xl\:last\:h-18:last-child {
    height: 4.5rem;
  }

  .xl\:last\:h-19:last-child {
    height: 4.75rem;
  }

  .xl\:last\:h-20:last-child {
    height: 5rem;
  }

  .xl\:last\:h-24:last-child {
    height: 6rem;
  }

  .xl\:last\:h-32:last-child {
    height: 8rem;
  }

  .xl\:last\:h-40:last-child {
    height: 10rem;
  }

  .xl\:last\:h-48:last-child {
    height: 12rem;
  }

  .xl\:last\:h-56:last-child {
    height: 14rem;
  }

  .xl\:last\:h-64:last-child {
    height: 16rem;
  }

  .xl\:last\:h-75:last-child {
    height: 18.75rem;
  }

  .xl\:last\:h-auto:last-child {
    height: auto;
  }

  .xl\:last\:h-px:last-child {
    height: 1px;
  }

  .xl\:last\:h-full:last-child {
    height: 100%;
  }

  .xl\:last\:h-screen:last-child {
    height: 100vh;
  }

  .xl\:hover\:h-0:hover {
    height: 0;
  }

  .xl\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .xl\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .xl\:hover\:h-3:hover {
    height: 0.75rem;
  }

  .xl\:hover\:h-4:hover {
    height: 1rem;
  }

  .xl\:hover\:h-5:hover {
    height: 1.25rem;
  }

  .xl\:hover\:h-6:hover {
    height: 1.5rem;
  }

  .xl\:hover\:h-7:hover {
    height: 1.75rem;
  }

  .xl\:hover\:h-8:hover {
    height: 2rem;
  }

  .xl\:hover\:h-9:hover {
    height: 2.25rem;
  }

  .xl\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .xl\:hover\:h-11:hover {
    height: 2.75rem;
  }

  .xl\:hover\:h-12:hover {
    height: 3rem;
  }

  .xl\:hover\:h-13:hover {
    height: 3.25rem;
  }

  .xl\:hover\:h-14:hover {
    height: 3.5rem;
  }

  .xl\:hover\:h-15:hover {
    height: 3.75rem;
  }

  .xl\:hover\:h-16:hover {
    height: 4rem;
  }

  .xl\:hover\:h-17:hover {
    height: 4.25rem;
  }

  .xl\:hover\:h-18:hover {
    height: 4.5rem;
  }

  .xl\:hover\:h-19:hover {
    height: 4.75rem;
  }

  .xl\:hover\:h-20:hover {
    height: 5rem;
  }

  .xl\:hover\:h-24:hover {
    height: 6rem;
  }

  .xl\:hover\:h-32:hover {
    height: 8rem;
  }

  .xl\:hover\:h-40:hover {
    height: 10rem;
  }

  .xl\:hover\:h-48:hover {
    height: 12rem;
  }

  .xl\:hover\:h-56:hover {
    height: 14rem;
  }

  .xl\:hover\:h-64:hover {
    height: 16rem;
  }

  .xl\:hover\:h-75:hover {
    height: 18.75rem;
  }

  .xl\:hover\:h-auto:hover {
    height: auto;
  }

  .xl\:hover\:h-px:hover {
    height: 1px;
  }

  .xl\:hover\:h-full:hover {
    height: 100%;
  }

  .xl\:hover\:h-screen:hover {
    height: 100vh;
  }

  .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-9\! {
    height: 2.25rem !important;
  }

  .xl\:h-10\! {
    height: 2.5rem !important;
  }

  .xl\:h-11\! {
    height: 2.75rem !important;
  }

  .xl\:h-12\! {
    height: 3rem !important;
  }

  .xl\:h-13\! {
    height: 3.25rem !important;
  }

  .xl\:h-14\! {
    height: 3.5rem !important;
  }

  .xl\:h-15\! {
    height: 3.75rem !important;
  }

  .xl\:h-16\! {
    height: 4rem !important;
  }

  .xl\:h-17\! {
    height: 4.25rem !important;
  }

  .xl\:h-18\! {
    height: 4.5rem !important;
  }

  .xl\:h-19\! {
    height: 4.75rem !important;
  }

  .xl\:h-20\! {
    height: 5rem !important;
  }

  .xl\:h-24\! {
    height: 6rem !important;
  }

  .xl\:h-32\! {
    height: 8rem !important;
  }

  .xl\:h-40\! {
    height: 10rem !important;
  }

  .xl\:h-48\! {
    height: 12rem !important;
  }

  .xl\:h-56\! {
    height: 14rem !important;
  }

  .xl\:h-64\! {
    height: 16rem !important;
  }

  .xl\:h-75\! {
    height: 18.75rem !important;
  }

  .xl\:h-auto\! {
    height: auto !important;
  }

  .xl\:h-px\! {
    height: 1px !important;
  }

  .xl\:h-full\! {
    height: 100% !important;
  }

  .xl\:h-screen\! {
    height: 100vh !important;
  }

  .xl\:text-xs {
    font-size: 0.75rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:text-6xl {
    font-size: 4rem;
  }

  .xl\:text-2xs {
    font-size: 0.625rem;
  }

  .xl\:text-3xs {
    font-size: 0.5rem;
  }

  .xl\:even\:text-xs:nth-child(even) {
    font-size: 0.75rem;
  }

  .xl\:even\:text-sm:nth-child(even) {
    font-size: 0.875rem;
  }

  .xl\:even\:text-base:nth-child(even) {
    font-size: 1rem;
  }

  .xl\:even\:text-lg:nth-child(even) {
    font-size: 1.125rem;
  }

  .xl\:even\:text-xl:nth-child(even) {
    font-size: 1.25rem;
  }

  .xl\:even\:text-2xl:nth-child(even) {
    font-size: 1.5rem;
  }

  .xl\:even\:text-3xl:nth-child(even) {
    font-size: 1.875rem;
  }

  .xl\:even\:text-4xl:nth-child(even) {
    font-size: 2.25rem;
  }

  .xl\:even\:text-5xl:nth-child(even) {
    font-size: 3rem;
  }

  .xl\:even\:text-6xl:nth-child(even) {
    font-size: 4rem;
  }

  .xl\:even\:text-2xs:nth-child(even) {
    font-size: 0.625rem;
  }

  .xl\:even\:text-3xs:nth-child(even) {
    font-size: 0.5rem;
  }

  .xl\:odd\:text-xs:nth-child(odd) {
    font-size: 0.75rem;
  }

  .xl\:odd\:text-sm:nth-child(odd) {
    font-size: 0.875rem;
  }

  .xl\:odd\:text-base:nth-child(odd) {
    font-size: 1rem;
  }

  .xl\:odd\:text-lg:nth-child(odd) {
    font-size: 1.125rem;
  }

  .xl\:odd\:text-xl:nth-child(odd) {
    font-size: 1.25rem;
  }

  .xl\:odd\:text-2xl:nth-child(odd) {
    font-size: 1.5rem;
  }

  .xl\:odd\:text-3xl:nth-child(odd) {
    font-size: 1.875rem;
  }

  .xl\:odd\:text-4xl:nth-child(odd) {
    font-size: 2.25rem;
  }

  .xl\:odd\:text-5xl:nth-child(odd) {
    font-size: 3rem;
  }

  .xl\:odd\:text-6xl:nth-child(odd) {
    font-size: 4rem;
  }

  .xl\:odd\:text-2xs:nth-child(odd) {
    font-size: 0.625rem;
  }

  .xl\:odd\:text-3xs:nth-child(odd) {
    font-size: 0.5rem;
  }

  .xl\:children\:text-xs > * {
    font-size: 0.75rem;
  }

  .xl\:children\:text-sm > * {
    font-size: 0.875rem;
  }

  .xl\:children\:text-base > * {
    font-size: 1rem;
  }

  .xl\:children\:text-lg > * {
    font-size: 1.125rem;
  }

  .xl\:children\:text-xl > * {
    font-size: 1.25rem;
  }

  .xl\:children\:text-2xl > * {
    font-size: 1.5rem;
  }

  .xl\:children\:text-3xl > * {
    font-size: 1.875rem;
  }

  .xl\:children\:text-4xl > * {
    font-size: 2.25rem;
  }

  .xl\:children\:text-5xl > * {
    font-size: 3rem;
  }

  .xl\:children\:text-6xl > * {
    font-size: 4rem;
  }

  .xl\:children\:text-2xs > * {
    font-size: 0.625rem;
  }

  .xl\:children\:text-3xs > * {
    font-size: 0.5rem;
  }

  .xl\:first\:text-xs:first-child {
    font-size: 0.75rem;
  }

  .xl\:first\:text-sm:first-child {
    font-size: 0.875rem;
  }

  .xl\:first\:text-base:first-child {
    font-size: 1rem;
  }

  .xl\:first\:text-lg:first-child {
    font-size: 1.125rem;
  }

  .xl\:first\:text-xl:first-child {
    font-size: 1.25rem;
  }

  .xl\:first\:text-2xl:first-child {
    font-size: 1.5rem;
  }

  .xl\:first\:text-3xl:first-child {
    font-size: 1.875rem;
  }

  .xl\:first\:text-4xl:first-child {
    font-size: 2.25rem;
  }

  .xl\:first\:text-5xl:first-child {
    font-size: 3rem;
  }

  .xl\:first\:text-6xl:first-child {
    font-size: 4rem;
  }

  .xl\:first\:text-2xs:first-child {
    font-size: 0.625rem;
  }

  .xl\:first\:text-3xs:first-child {
    font-size: 0.5rem;
  }

  .xl\:last\:text-xs:last-child {
    font-size: 0.75rem;
  }

  .xl\:last\:text-sm:last-child {
    font-size: 0.875rem;
  }

  .xl\:last\:text-base:last-child {
    font-size: 1rem;
  }

  .xl\:last\:text-lg:last-child {
    font-size: 1.125rem;
  }

  .xl\:last\:text-xl:last-child {
    font-size: 1.25rem;
  }

  .xl\:last\:text-2xl:last-child {
    font-size: 1.5rem;
  }

  .xl\:last\:text-3xl:last-child {
    font-size: 1.875rem;
  }

  .xl\:last\:text-4xl:last-child {
    font-size: 2.25rem;
  }

  .xl\:last\:text-5xl:last-child {
    font-size: 3rem;
  }

  .xl\:last\:text-6xl:last-child {
    font-size: 4rem;
  }

  .xl\:last\:text-2xs:last-child {
    font-size: 0.625rem;
  }

  .xl\:last\:text-3xs:last-child {
    font-size: 0.5rem;
  }

  .xl\:hover\:text-xs:hover {
    font-size: 0.75rem;
  }

  .xl\:hover\:text-sm:hover {
    font-size: 0.875rem;
  }

  .xl\:hover\:text-base:hover {
    font-size: 1rem;
  }

  .xl\:hover\:text-lg:hover {
    font-size: 1.125rem;
  }

  .xl\:hover\:text-xl:hover {
    font-size: 1.25rem;
  }

  .xl\:hover\:text-2xl:hover {
    font-size: 1.5rem;
  }

  .xl\:hover\:text-3xl:hover {
    font-size: 1.875rem;
  }

  .xl\:hover\:text-4xl:hover {
    font-size: 2.25rem;
  }

  .xl\:hover\:text-5xl:hover {
    font-size: 3rem;
  }

  .xl\:hover\:text-6xl:hover {
    font-size: 4rem;
  }

  .xl\:hover\:text-2xs:hover {
    font-size: 0.625rem;
  }

  .xl\:hover\:text-3xs:hover {
    font-size: 0.5rem;
  }

  .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.5rem !important;
  }

  .xl\:text-3xl\! {
    font-size: 1.875rem !important;
  }

  .xl\:text-4xl\! {
    font-size: 2.25rem !important;
  }

  .xl\:text-5xl\! {
    font-size: 3rem !important;
  }

  .xl\:text-6xl\! {
    font-size: 4rem !important;
  }

  .xl\:text-2xs\! {
    font-size: 0.625rem !important;
  }

  .xl\:text-3xs\! {
    font-size: 0.5rem !important;
  }

  .xl\:leading-3 {
    line-height: .75rem;
  }

  .xl\:leading-4 {
    line-height: 1rem;
  }

  .xl\:leading-5 {
    line-height: 1.25rem;
  }

  .xl\:leading-6 {
    line-height: 1.5rem;
  }

  .xl\:leading-7 {
    line-height: 1.75rem;
  }

  .xl\:leading-8 {
    line-height: 2rem;
  }

  .xl\:leading-9 {
    line-height: 2.25rem;
  }

  .xl\:leading-10 {
    line-height: 2.5rem;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-snug {
    line-height: 1.375;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-relaxed {
    line-height: 1.625;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:even\:leading-3:nth-child(even) {
    line-height: .75rem;
  }

  .xl\:even\:leading-4:nth-child(even) {
    line-height: 1rem;
  }

  .xl\:even\:leading-5:nth-child(even) {
    line-height: 1.25rem;
  }

  .xl\:even\:leading-6:nth-child(even) {
    line-height: 1.5rem;
  }

  .xl\:even\:leading-7:nth-child(even) {
    line-height: 1.75rem;
  }

  .xl\:even\:leading-8:nth-child(even) {
    line-height: 2rem;
  }

  .xl\:even\:leading-9:nth-child(even) {
    line-height: 2.25rem;
  }

  .xl\:even\:leading-10:nth-child(even) {
    line-height: 2.5rem;
  }

  .xl\:even\:leading-none:nth-child(even) {
    line-height: 1;
  }

  .xl\:even\:leading-tight:nth-child(even) {
    line-height: 1.25;
  }

  .xl\:even\:leading-snug:nth-child(even) {
    line-height: 1.375;
  }

  .xl\:even\:leading-normal:nth-child(even) {
    line-height: 1.5;
  }

  .xl\:even\:leading-relaxed:nth-child(even) {
    line-height: 1.625;
  }

  .xl\:even\:leading-loose:nth-child(even) {
    line-height: 2;
  }

  .xl\:odd\:leading-3:nth-child(odd) {
    line-height: .75rem;
  }

  .xl\:odd\:leading-4:nth-child(odd) {
    line-height: 1rem;
  }

  .xl\:odd\:leading-5:nth-child(odd) {
    line-height: 1.25rem;
  }

  .xl\:odd\:leading-6:nth-child(odd) {
    line-height: 1.5rem;
  }

  .xl\:odd\:leading-7:nth-child(odd) {
    line-height: 1.75rem;
  }

  .xl\:odd\:leading-8:nth-child(odd) {
    line-height: 2rem;
  }

  .xl\:odd\:leading-9:nth-child(odd) {
    line-height: 2.25rem;
  }

  .xl\:odd\:leading-10:nth-child(odd) {
    line-height: 2.5rem;
  }

  .xl\:odd\:leading-none:nth-child(odd) {
    line-height: 1;
  }

  .xl\:odd\:leading-tight:nth-child(odd) {
    line-height: 1.25;
  }

  .xl\:odd\:leading-snug:nth-child(odd) {
    line-height: 1.375;
  }

  .xl\:odd\:leading-normal:nth-child(odd) {
    line-height: 1.5;
  }

  .xl\:odd\:leading-relaxed:nth-child(odd) {
    line-height: 1.625;
  }

  .xl\:odd\:leading-loose:nth-child(odd) {
    line-height: 2;
  }

  .xl\:children\:leading-3 > * {
    line-height: .75rem;
  }

  .xl\:children\:leading-4 > * {
    line-height: 1rem;
  }

  .xl\:children\:leading-5 > * {
    line-height: 1.25rem;
  }

  .xl\:children\:leading-6 > * {
    line-height: 1.5rem;
  }

  .xl\:children\:leading-7 > * {
    line-height: 1.75rem;
  }

  .xl\:children\:leading-8 > * {
    line-height: 2rem;
  }

  .xl\:children\:leading-9 > * {
    line-height: 2.25rem;
  }

  .xl\:children\:leading-10 > * {
    line-height: 2.5rem;
  }

  .xl\:children\:leading-none > * {
    line-height: 1;
  }

  .xl\:children\:leading-tight > * {
    line-height: 1.25;
  }

  .xl\:children\:leading-snug > * {
    line-height: 1.375;
  }

  .xl\:children\:leading-normal > * {
    line-height: 1.5;
  }

  .xl\:children\:leading-relaxed > * {
    line-height: 1.625;
  }

  .xl\:children\:leading-loose > * {
    line-height: 2;
  }

  .xl\:first\:leading-3:first-child {
    line-height: .75rem;
  }

  .xl\:first\:leading-4:first-child {
    line-height: 1rem;
  }

  .xl\:first\:leading-5:first-child {
    line-height: 1.25rem;
  }

  .xl\:first\:leading-6:first-child {
    line-height: 1.5rem;
  }

  .xl\:first\:leading-7:first-child {
    line-height: 1.75rem;
  }

  .xl\:first\:leading-8:first-child {
    line-height: 2rem;
  }

  .xl\:first\:leading-9:first-child {
    line-height: 2.25rem;
  }

  .xl\:first\:leading-10:first-child {
    line-height: 2.5rem;
  }

  .xl\:first\:leading-none:first-child {
    line-height: 1;
  }

  .xl\:first\:leading-tight:first-child {
    line-height: 1.25;
  }

  .xl\:first\:leading-snug:first-child {
    line-height: 1.375;
  }

  .xl\:first\:leading-normal:first-child {
    line-height: 1.5;
  }

  .xl\:first\:leading-relaxed:first-child {
    line-height: 1.625;
  }

  .xl\:first\:leading-loose:first-child {
    line-height: 2;
  }

  .xl\:last\:leading-3:last-child {
    line-height: .75rem;
  }

  .xl\:last\:leading-4:last-child {
    line-height: 1rem;
  }

  .xl\:last\:leading-5:last-child {
    line-height: 1.25rem;
  }

  .xl\:last\:leading-6:last-child {
    line-height: 1.5rem;
  }

  .xl\:last\:leading-7:last-child {
    line-height: 1.75rem;
  }

  .xl\:last\:leading-8:last-child {
    line-height: 2rem;
  }

  .xl\:last\:leading-9:last-child {
    line-height: 2.25rem;
  }

  .xl\:last\:leading-10:last-child {
    line-height: 2.5rem;
  }

  .xl\:last\:leading-none:last-child {
    line-height: 1;
  }

  .xl\:last\:leading-tight:last-child {
    line-height: 1.25;
  }

  .xl\:last\:leading-snug:last-child {
    line-height: 1.375;
  }

  .xl\:last\:leading-normal:last-child {
    line-height: 1.5;
  }

  .xl\:last\:leading-relaxed:last-child {
    line-height: 1.625;
  }

  .xl\:last\:leading-loose:last-child {
    line-height: 2;
  }

  .xl\:hover\:leading-3:hover {
    line-height: .75rem;
  }

  .xl\:hover\:leading-4:hover {
    line-height: 1rem;
  }

  .xl\:hover\:leading-5:hover {
    line-height: 1.25rem;
  }

  .xl\:hover\:leading-6:hover {
    line-height: 1.5rem;
  }

  .xl\:hover\:leading-7:hover {
    line-height: 1.75rem;
  }

  .xl\:hover\:leading-8:hover {
    line-height: 2rem;
  }

  .xl\:hover\:leading-9:hover {
    line-height: 2.25rem;
  }

  .xl\:hover\:leading-10:hover {
    line-height: 2.5rem;
  }

  .xl\:hover\:leading-none:hover {
    line-height: 1;
  }

  .xl\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .xl\:hover\:leading-snug:hover {
    line-height: 1.375;
  }

  .xl\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .xl\:hover\:leading-relaxed:hover {
    line-height: 1.625;
  }

  .xl\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .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;
  }

  .xl\:list-outside {
    list-style-position: outside;
  }

  .xl\:even\:list-inside:nth-child(even) {
    list-style-position: inside;
  }

  .xl\:even\:list-outside:nth-child(even) {
    list-style-position: outside;
  }

  .xl\:odd\:list-inside:nth-child(odd) {
    list-style-position: inside;
  }

  .xl\:odd\:list-outside:nth-child(odd) {
    list-style-position: outside;
  }

  .xl\:children\:list-inside > * {
    list-style-position: inside;
  }

  .xl\:children\:list-outside > * {
    list-style-position: outside;
  }

  .xl\:first\:list-inside:first-child {
    list-style-position: inside;
  }

  .xl\:first\:list-outside:first-child {
    list-style-position: outside;
  }

  .xl\:last\:list-inside:last-child {
    list-style-position: inside;
  }

  .xl\:last\:list-outside:last-child {
    list-style-position: outside;
  }

  .xl\:hover\:list-inside:hover {
    list-style-position: inside;
  }

  .xl\:hover\:list-outside:hover {
    list-style-position: outside;
  }

  .xl\:list-inside\! {
    list-style-position: inside !important;
  }

  .xl\:list-outside\! {
    list-style-position: outside !important;
  }

  .xl\:list-none {
    list-style-type: none;
  }

  .xl\:list-disc {
    list-style-type: disc;
  }

  .xl\:list-decimal {
    list-style-type: decimal;
  }

  .xl\:even\:list-none:nth-child(even) {
    list-style-type: none;
  }

  .xl\:even\:list-disc:nth-child(even) {
    list-style-type: disc;
  }

  .xl\:even\:list-decimal:nth-child(even) {
    list-style-type: decimal;
  }

  .xl\:odd\:list-none:nth-child(odd) {
    list-style-type: none;
  }

  .xl\:odd\:list-disc:nth-child(odd) {
    list-style-type: disc;
  }

  .xl\:odd\:list-decimal:nth-child(odd) {
    list-style-type: decimal;
  }

  .xl\:children\:list-none > * {
    list-style-type: none;
  }

  .xl\:children\:list-disc > * {
    list-style-type: disc;
  }

  .xl\:children\:list-decimal > * {
    list-style-type: decimal;
  }

  .xl\:first\:list-none:first-child {
    list-style-type: none;
  }

  .xl\:first\:list-disc:first-child {
    list-style-type: disc;
  }

  .xl\:first\:list-decimal:first-child {
    list-style-type: decimal;
  }

  .xl\:last\:list-none:last-child {
    list-style-type: none;
  }

  .xl\:last\:list-disc:last-child {
    list-style-type: disc;
  }

  .xl\:last\:list-decimal:last-child {
    list-style-type: decimal;
  }

  .xl\:hover\:list-none:hover {
    list-style-type: none;
  }

  .xl\:hover\:list-disc:hover {
    list-style-type: disc;
  }

  .xl\:hover\:list-decimal:hover {
    list-style-type: decimal;
  }

  .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;
  }

  .xl\:m-1 {
    margin: 0.25rem;
  }

  .xl\:m-2 {
    margin: 0.5rem;
  }

  .xl\:m-3 {
    margin: 0.75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-7 {
    margin: 1.75rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-9 {
    margin: 2.25rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-11 {
    margin: 2.75rem;
  }

  .xl\:m-12 {
    margin: 3rem;
  }

  .xl\:m-13 {
    margin: 3.25rem;
  }

  .xl\:m-14 {
    margin: 3.5rem;
  }

  .xl\:m-15 {
    margin: 3.75rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-17 {
    margin: 4.25rem;
  }

  .xl\:m-18 {
    margin: 4.5rem;
  }

  .xl\:m-19 {
    margin: 4.75rem;
  }

  .xl\:m-20 {
    margin: 5rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-32 {
    margin: 8rem;
  }

  .xl\:m-40 {
    margin: 10rem;
  }

  .xl\:m-48 {
    margin: 12rem;
  }

  .xl\:m-56 {
    margin: 14rem;
  }

  .xl\:m-64 {
    margin: 16rem;
  }

  .xl\:m-75 {
    margin: 18.75rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-5 {
    margin: -1.25rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-7 {
    margin: -1.75rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-9 {
    margin: -2.25rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-11 {
    margin: -2.75rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-13 {
    margin: -3.25rem;
  }

  .xl\:-m-14 {
    margin: -3.5rem;
  }

  .xl\:-m-15 {
    margin: -3.75rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-17 {
    margin: -4.25rem;
  }

  .xl\:-m-18 {
    margin: -4.5rem;
  }

  .xl\:-m-19 {
    margin: -4.75rem;
  }

  .xl\:-m-20 {
    margin: -5rem;
  }

  .xl\:-m-24 {
    margin: -6rem;
  }

  .xl\:-m-32 {
    margin: -8rem;
  }

  .xl\:-m-40 {
    margin: -10rem;
  }

  .xl\:-m-48 {
    margin: -12rem;
  }

  .xl\:-m-56 {
    margin: -14rem;
  }

  .xl\:-m-64 {
    margin: -16rem;
  }

  .xl\:-m-75 {
    margin: -18.75rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .xl\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-17 {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .xl\:mx-17 {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .xl\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xl\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xl\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xl\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:my-75 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .xl\:mx-75 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .xl\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-17 {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .xl\:-mx-17 {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .xl\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xl\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xl\:-my-19 {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .xl\:-mx-19 {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-my-75 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .xl\:-mx-75 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:mt-11 {
    margin-top: 2.75rem;
  }

  .xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .xl\:ml-11 {
    margin-left: 2.75rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:mt-13 {
    margin-top: 3.25rem;
  }

  .xl\:mr-13 {
    margin-right: 3.25rem;
  }

  .xl\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .xl\:ml-13 {
    margin-left: 3.25rem;
  }

  .xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .xl\:mt-15 {
    margin-top: 3.75rem;
  }

  .xl\:mr-15 {
    margin-right: 3.75rem;
  }

  .xl\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .xl\:ml-15 {
    margin-left: 3.75rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:mt-17 {
    margin-top: 4.25rem;
  }

  .xl\:mr-17 {
    margin-right: 4.25rem;
  }

  .xl\:mb-17 {
    margin-bottom: 4.25rem;
  }

  .xl\:ml-17 {
    margin-left: 4.25rem;
  }

  .xl\:mt-18 {
    margin-top: 4.5rem;
  }

  .xl\:mr-18 {
    margin-right: 4.5rem;
  }

  .xl\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .xl\:ml-18 {
    margin-left: 4.5rem;
  }

  .xl\:mt-19 {
    margin-top: 4.75rem;
  }

  .xl\:mr-19 {
    margin-right: 4.75rem;
  }

  .xl\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .xl\:ml-19 {
    margin-left: 4.75rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:mt-40 {
    margin-top: 10rem;
  }

  .xl\:mr-40 {
    margin-right: 10rem;
  }

  .xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .xl\:ml-40 {
    margin-left: 10rem;
  }

  .xl\:mt-48 {
    margin-top: 12rem;
  }

  .xl\:mr-48 {
    margin-right: 12rem;
  }

  .xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .xl\:ml-48 {
    margin-left: 12rem;
  }

  .xl\:mt-56 {
    margin-top: 14rem;
  }

  .xl\:mr-56 {
    margin-right: 14rem;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .xl\:ml-56 {
    margin-left: 14rem;
  }

  .xl\:mt-64 {
    margin-top: 16rem;
  }

  .xl\:mr-64 {
    margin-right: 16rem;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:ml-64 {
    margin-left: 16rem;
  }

  .xl\:mt-75 {
    margin-top: 18.75rem;
  }

  .xl\:mr-75 {
    margin-right: 18.75rem;
  }

  .xl\:mb-75 {
    margin-bottom: 18.75rem;
  }

  .xl\:ml-75 {
    margin-left: 18.75rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-7 {
    margin-top: -1.75rem;
  }

  .xl\:-mr-7 {
    margin-right: -1.75rem;
  }

  .xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .xl\:-ml-7 {
    margin-left: -1.75rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-mt-9 {
    margin-top: -2.25rem;
  }

  .xl\:-mr-9 {
    margin-right: -2.25rem;
  }

  .xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .xl\:-ml-9 {
    margin-left: -2.25rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-mt-11 {
    margin-top: -2.75rem;
  }

  .xl\:-mr-11 {
    margin-right: -2.75rem;
  }

  .xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .xl\:-ml-11 {
    margin-left: -2.75rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-mt-13 {
    margin-top: -3.25rem;
  }

  .xl\:-mr-13 {
    margin-right: -3.25rem;
  }

  .xl\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .xl\:-ml-13 {
    margin-left: -3.25rem;
  }

  .xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xl\:-mt-15 {
    margin-top: -3.75rem;
  }

  .xl\:-mr-15 {
    margin-right: -3.75rem;
  }

  .xl\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .xl\:-ml-15 {
    margin-left: -3.75rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-mt-17 {
    margin-top: -4.25rem;
  }

  .xl\:-mr-17 {
    margin-right: -4.25rem;
  }

  .xl\:-mb-17 {
    margin-bottom: -4.25rem;
  }

  .xl\:-ml-17 {
    margin-left: -4.25rem;
  }

  .xl\:-mt-18 {
    margin-top: -4.5rem;
  }

  .xl\:-mr-18 {
    margin-right: -4.5rem;
  }

  .xl\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .xl\:-ml-18 {
    margin-left: -4.5rem;
  }

  .xl\:-mt-19 {
    margin-top: -4.75rem;
  }

  .xl\:-mr-19 {
    margin-right: -4.75rem;
  }

  .xl\:-mb-19 {
    margin-bottom: -4.75rem;
  }

  .xl\:-ml-19 {
    margin-left: -4.75rem;
  }

  .xl\:-mt-20 {
    margin-top: -5rem;
  }

  .xl\:-mr-20 {
    margin-right: -5rem;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xl\:-ml-20 {
    margin-left: -5rem;
  }

  .xl\:-mt-24 {
    margin-top: -6rem;
  }

  .xl\:-mr-24 {
    margin-right: -6rem;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xl\:-ml-24 {
    margin-left: -6rem;
  }

  .xl\:-mt-32 {
    margin-top: -8rem;
  }

  .xl\:-mr-32 {
    margin-right: -8rem;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:-ml-32 {
    margin-left: -8rem;
  }

  .xl\:-mt-40 {
    margin-top: -10rem;
  }

  .xl\:-mr-40 {
    margin-right: -10rem;
  }

  .xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xl\:-ml-40 {
    margin-left: -10rem;
  }

  .xl\:-mt-48 {
    margin-top: -12rem;
  }

  .xl\:-mr-48 {
    margin-right: -12rem;
  }

  .xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xl\:-ml-48 {
    margin-left: -12rem;
  }

  .xl\:-mt-56 {
    margin-top: -14rem;
  }

  .xl\:-mr-56 {
    margin-right: -14rem;
  }

  .xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xl\:-ml-56 {
    margin-left: -14rem;
  }

  .xl\:-mt-64 {
    margin-top: -16rem;
  }

  .xl\:-mr-64 {
    margin-right: -16rem;
  }

  .xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xl\:-ml-64 {
    margin-left: -16rem;
  }

  .xl\:-mt-75 {
    margin-top: -18.75rem;
  }

  .xl\:-mr-75 {
    margin-right: -18.75rem;
  }

  .xl\:-mb-75 {
    margin-bottom: -18.75rem;
  }

  .xl\:-ml-75 {
    margin-left: -18.75rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:even\:m-0:nth-child(even) {
    margin: 0;
  }

  .xl\:even\:m-1:nth-child(even) {
    margin: 0.25rem;
  }

  .xl\:even\:m-2:nth-child(even) {
    margin: 0.5rem;
  }

  .xl\:even\:m-3:nth-child(even) {
    margin: 0.75rem;
  }

  .xl\:even\:m-4:nth-child(even) {
    margin: 1rem;
  }

  .xl\:even\:m-5:nth-child(even) {
    margin: 1.25rem;
  }

  .xl\:even\:m-6:nth-child(even) {
    margin: 1.5rem;
  }

  .xl\:even\:m-7:nth-child(even) {
    margin: 1.75rem;
  }

  .xl\:even\:m-8:nth-child(even) {
    margin: 2rem;
  }

  .xl\:even\:m-9:nth-child(even) {
    margin: 2.25rem;
  }

  .xl\:even\:m-10:nth-child(even) {
    margin: 2.5rem;
  }

  .xl\:even\:m-11:nth-child(even) {
    margin: 2.75rem;
  }

  .xl\:even\:m-12:nth-child(even) {
    margin: 3rem;
  }

  .xl\:even\:m-13:nth-child(even) {
    margin: 3.25rem;
  }

  .xl\:even\:m-14:nth-child(even) {
    margin: 3.5rem;
  }

  .xl\:even\:m-15:nth-child(even) {
    margin: 3.75rem;
  }

  .xl\:even\:m-16:nth-child(even) {
    margin: 4rem;
  }

  .xl\:even\:m-17:nth-child(even) {
    margin: 4.25rem;
  }

  .xl\:even\:m-18:nth-child(even) {
    margin: 4.5rem;
  }

  .xl\:even\:m-19:nth-child(even) {
    margin: 4.75rem;
  }

  .xl\:even\:m-20:nth-child(even) {
    margin: 5rem;
  }

  .xl\:even\:m-24:nth-child(even) {
    margin: 6rem;
  }

  .xl\:even\:m-32:nth-child(even) {
    margin: 8rem;
  }

  .xl\:even\:m-40:nth-child(even) {
    margin: 10rem;
  }

  .xl\:even\:m-48:nth-child(even) {
    margin: 12rem;
  }

  .xl\:even\:m-56:nth-child(even) {
    margin: 14rem;
  }

  .xl\:even\:m-64:nth-child(even) {
    margin: 16rem;
  }

  .xl\:even\:m-75:nth-child(even) {
    margin: 18.75rem;
  }

  .xl\:even\:m-auto:nth-child(even) {
    margin: auto;
  }

  .xl\:even\:m-px:nth-child(even) {
    margin: 1px;
  }

  .xl\:even\:-m-1:nth-child(even) {
    margin: -0.25rem;
  }

  .xl\:even\:-m-2:nth-child(even) {
    margin: -0.5rem;
  }

  .xl\:even\:-m-3:nth-child(even) {
    margin: -0.75rem;
  }

  .xl\:even\:-m-4:nth-child(even) {
    margin: -1rem;
  }

  .xl\:even\:-m-5:nth-child(even) {
    margin: -1.25rem;
  }

  .xl\:even\:-m-6:nth-child(even) {
    margin: -1.5rem;
  }

  .xl\:even\:-m-7:nth-child(even) {
    margin: -1.75rem;
  }

  .xl\:even\:-m-8:nth-child(even) {
    margin: -2rem;
  }

  .xl\:even\:-m-9:nth-child(even) {
    margin: -2.25rem;
  }

  .xl\:even\:-m-10:nth-child(even) {
    margin: -2.5rem;
  }

  .xl\:even\:-m-11:nth-child(even) {
    margin: -2.75rem;
  }

  .xl\:even\:-m-12:nth-child(even) {
    margin: -3rem;
  }

  .xl\:even\:-m-13:nth-child(even) {
    margin: -3.25rem;
  }

  .xl\:even\:-m-14:nth-child(even) {
    margin: -3.5rem;
  }

  .xl\:even\:-m-15:nth-child(even) {
    margin: -3.75rem;
  }

  .xl\:even\:-m-16:nth-child(even) {
    margin: -4rem;
  }

  .xl\:even\:-m-17:nth-child(even) {
    margin: -4.25rem;
  }

  .xl\:even\:-m-18:nth-child(even) {
    margin: -4.5rem;
  }

  .xl\:even\:-m-19:nth-child(even) {
    margin: -4.75rem;
  }

  .xl\:even\:-m-20:nth-child(even) {
    margin: -5rem;
  }

  .xl\:even\:-m-24:nth-child(even) {
    margin: -6rem;
  }

  .xl\:even\:-m-32:nth-child(even) {
    margin: -8rem;
  }

  .xl\:even\:-m-40:nth-child(even) {
    margin: -10rem;
  }

  .xl\:even\:-m-48:nth-child(even) {
    margin: -12rem;
  }

  .xl\:even\:-m-56:nth-child(even) {
    margin: -14rem;
  }

  .xl\:even\:-m-64:nth-child(even) {
    margin: -16rem;
  }

  .xl\:even\:-m-75:nth-child(even) {
    margin: -18.75rem;
  }

  .xl\:even\:-m-px:nth-child(even) {
    margin: -1px;
  }

  .xl\:even\:my-0:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:even\:mx-0:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:even\:my-1:nth-child(even) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:even\:mx-1:nth-child(even) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:even\:my-2:nth-child(even) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:even\:mx-2:nth-child(even) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:even\:my-3:nth-child(even) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:even\:mx-3:nth-child(even) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:even\:my-4:nth-child(even) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:even\:mx-4:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:even\:my-5:nth-child(even) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:even\:mx-5:nth-child(even) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:even\:my-6:nth-child(even) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:even\:mx-6:nth-child(even) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:even\:my-7:nth-child(even) {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:even\:mx-7:nth-child(even) {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:even\:my-8:nth-child(even) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:even\:mx-8:nth-child(even) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:even\:my-9:nth-child(even) {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:even\:mx-9:nth-child(even) {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:even\:my-10:nth-child(even) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:even\:mx-10:nth-child(even) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:even\:my-11:nth-child(even) {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:even\:mx-11:nth-child(even) {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:even\:my-12:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:even\:mx-12:nth-child(even) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:even\:my-13:nth-child(even) {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .xl\:even\:mx-13:nth-child(even) {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .xl\:even\:my-14:nth-child(even) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:even\:mx-14:nth-child(even) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:even\:my-15:nth-child(even) {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:even\:mx-15:nth-child(even) {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xl\:even\:my-16:nth-child(even) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:even\:mx-16:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:even\:my-17:nth-child(even) {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .xl\:even\:mx-17:nth-child(even) {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .xl\:even\:my-18:nth-child(even) {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xl\:even\:mx-18:nth-child(even) {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xl\:even\:my-19:nth-child(even) {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xl\:even\:mx-19:nth-child(even) {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xl\:even\:my-20:nth-child(even) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:even\:mx-20:nth-child(even) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:even\:my-24:nth-child(even) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:even\:mx-24:nth-child(even) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:even\:my-32:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:even\:mx-32:nth-child(even) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:even\:my-40:nth-child(even) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:even\:mx-40:nth-child(even) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:even\:my-48:nth-child(even) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:even\:mx-48:nth-child(even) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:even\:my-56:nth-child(even) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:even\:mx-56:nth-child(even) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:even\:my-64:nth-child(even) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:even\:mx-64:nth-child(even) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:even\:my-75:nth-child(even) {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .xl\:even\:mx-75:nth-child(even) {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .xl\:even\:my-auto:nth-child(even) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:even\:mx-auto:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:even\:my-px:nth-child(even) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:even\:mx-px:nth-child(even) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:even\:-my-1:nth-child(even) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:even\:-mx-1:nth-child(even) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:even\:-my-2:nth-child(even) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:even\:-mx-2:nth-child(even) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:even\:-my-3:nth-child(even) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:even\:-mx-3:nth-child(even) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:even\:-my-4:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:even\:-mx-4:nth-child(even) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:even\:-my-5:nth-child(even) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:even\:-mx-5:nth-child(even) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:even\:-my-6:nth-child(even) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:even\:-mx-6:nth-child(even) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:even\:-my-7:nth-child(even) {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:even\:-mx-7:nth-child(even) {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:even\:-my-8:nth-child(even) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:even\:-mx-8:nth-child(even) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:even\:-my-9:nth-child(even) {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:even\:-mx-9:nth-child(even) {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:even\:-my-10:nth-child(even) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:even\:-mx-10:nth-child(even) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:even\:-my-11:nth-child(even) {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:even\:-mx-11:nth-child(even) {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:even\:-my-12:nth-child(even) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:even\:-mx-12:nth-child(even) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:even\:-my-13:nth-child(even) {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .xl\:even\:-mx-13:nth-child(even) {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .xl\:even\:-my-14:nth-child(even) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:even\:-mx-14:nth-child(even) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:even\:-my-15:nth-child(even) {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:even\:-mx-15:nth-child(even) {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xl\:even\:-my-16:nth-child(even) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:even\:-mx-16:nth-child(even) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:even\:-my-17:nth-child(even) {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .xl\:even\:-mx-17:nth-child(even) {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .xl\:even\:-my-18:nth-child(even) {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xl\:even\:-mx-18:nth-child(even) {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xl\:even\:-my-19:nth-child(even) {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .xl\:even\:-mx-19:nth-child(even) {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .xl\:even\:-my-20:nth-child(even) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:even\:-mx-20:nth-child(even) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:even\:-my-24:nth-child(even) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:even\:-mx-24:nth-child(even) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:even\:-my-32:nth-child(even) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:even\:-mx-32:nth-child(even) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:even\:-my-40:nth-child(even) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:even\:-mx-40:nth-child(even) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:even\:-my-48:nth-child(even) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:even\:-mx-48:nth-child(even) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:even\:-my-56:nth-child(even) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:even\:-mx-56:nth-child(even) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:even\:-my-64:nth-child(even) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:even\:-mx-64:nth-child(even) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:even\:-my-75:nth-child(even) {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .xl\:even\:-mx-75:nth-child(even) {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .xl\:even\:-my-px:nth-child(even) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:even\:-mx-px:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:even\:mt-0:nth-child(even) {
    margin-top: 0;
  }

  .xl\:even\:mr-0:nth-child(even) {
    margin-right: 0;
  }

  .xl\:even\:mb-0:nth-child(even) {
    margin-bottom: 0;
  }

  .xl\:even\:ml-0:nth-child(even) {
    margin-left: 0;
  }

  .xl\:even\:mt-1:nth-child(even) {
    margin-top: 0.25rem;
  }

  .xl\:even\:mr-1:nth-child(even) {
    margin-right: 0.25rem;
  }

  .xl\:even\:mb-1:nth-child(even) {
    margin-bottom: 0.25rem;
  }

  .xl\:even\:ml-1:nth-child(even) {
    margin-left: 0.25rem;
  }

  .xl\:even\:mt-2:nth-child(even) {
    margin-top: 0.5rem;
  }

  .xl\:even\:mr-2:nth-child(even) {
    margin-right: 0.5rem;
  }

  .xl\:even\:mb-2:nth-child(even) {
    margin-bottom: 0.5rem;
  }

  .xl\:even\:ml-2:nth-child(even) {
    margin-left: 0.5rem;
  }

  .xl\:even\:mt-3:nth-child(even) {
    margin-top: 0.75rem;
  }

  .xl\:even\:mr-3:nth-child(even) {
    margin-right: 0.75rem;
  }

  .xl\:even\:mb-3:nth-child(even) {
    margin-bottom: 0.75rem;
  }

  .xl\:even\:ml-3:nth-child(even) {
    margin-left: 0.75rem;
  }

  .xl\:even\:mt-4:nth-child(even) {
    margin-top: 1rem;
  }

  .xl\:even\:mr-4:nth-child(even) {
    margin-right: 1rem;
  }

  .xl\:even\:mb-4:nth-child(even) {
    margin-bottom: 1rem;
  }

  .xl\:even\:ml-4:nth-child(even) {
    margin-left: 1rem;
  }

  .xl\:even\:mt-5:nth-child(even) {
    margin-top: 1.25rem;
  }

  .xl\:even\:mr-5:nth-child(even) {
    margin-right: 1.25rem;
  }

  .xl\:even\:mb-5:nth-child(even) {
    margin-bottom: 1.25rem;
  }

  .xl\:even\:ml-5:nth-child(even) {
    margin-left: 1.25rem;
  }

  .xl\:even\:mt-6:nth-child(even) {
    margin-top: 1.5rem;
  }

  .xl\:even\:mr-6:nth-child(even) {
    margin-right: 1.5rem;
  }

  .xl\:even\:mb-6:nth-child(even) {
    margin-bottom: 1.5rem;
  }

  .xl\:even\:ml-6:nth-child(even) {
    margin-left: 1.5rem;
  }

  .xl\:even\:mt-7:nth-child(even) {
    margin-top: 1.75rem;
  }

  .xl\:even\:mr-7:nth-child(even) {
    margin-right: 1.75rem;
  }

  .xl\:even\:mb-7:nth-child(even) {
    margin-bottom: 1.75rem;
  }

  .xl\:even\:ml-7:nth-child(even) {
    margin-left: 1.75rem;
  }

  .xl\:even\:mt-8:nth-child(even) {
    margin-top: 2rem;
  }

  .xl\:even\:mr-8:nth-child(even) {
    margin-right: 2rem;
  }

  .xl\:even\:mb-8:nth-child(even) {
    margin-bottom: 2rem;
  }

  .xl\:even\:ml-8:nth-child(even) {
    margin-left: 2rem;
  }

  .xl\:even\:mt-9:nth-child(even) {
    margin-top: 2.25rem;
  }

  .xl\:even\:mr-9:nth-child(even) {
    margin-right: 2.25rem;
  }

  .xl\:even\:mb-9:nth-child(even) {
    margin-bottom: 2.25rem;
  }

  .xl\:even\:ml-9:nth-child(even) {
    margin-left: 2.25rem;
  }

  .xl\:even\:mt-10:nth-child(even) {
    margin-top: 2.5rem;
  }

  .xl\:even\:mr-10:nth-child(even) {
    margin-right: 2.5rem;
  }

  .xl\:even\:mb-10:nth-child(even) {
    margin-bottom: 2.5rem;
  }

  .xl\:even\:ml-10:nth-child(even) {
    margin-left: 2.5rem;
  }

  .xl\:even\:mt-11:nth-child(even) {
    margin-top: 2.75rem;
  }

  .xl\:even\:mr-11:nth-child(even) {
    margin-right: 2.75rem;
  }

  .xl\:even\:mb-11:nth-child(even) {
    margin-bottom: 2.75rem;
  }

  .xl\:even\:ml-11:nth-child(even) {
    margin-left: 2.75rem;
  }

  .xl\:even\:mt-12:nth-child(even) {
    margin-top: 3rem;
  }

  .xl\:even\:mr-12:nth-child(even) {
    margin-right: 3rem;
  }

  .xl\:even\:mb-12:nth-child(even) {
    margin-bottom: 3rem;
  }

  .xl\:even\:ml-12:nth-child(even) {
    margin-left: 3rem;
  }

  .xl\:even\:mt-13:nth-child(even) {
    margin-top: 3.25rem;
  }

  .xl\:even\:mr-13:nth-child(even) {
    margin-right: 3.25rem;
  }

  .xl\:even\:mb-13:nth-child(even) {
    margin-bottom: 3.25rem;
  }

  .xl\:even\:ml-13:nth-child(even) {
    margin-left: 3.25rem;
  }

  .xl\:even\:mt-14:nth-child(even) {
    margin-top: 3.5rem;
  }

  .xl\:even\:mr-14:nth-child(even) {
    margin-right: 3.5rem;
  }

  .xl\:even\:mb-14:nth-child(even) {
    margin-bottom: 3.5rem;
  }

  .xl\:even\:ml-14:nth-child(even) {
    margin-left: 3.5rem;
  }

  .xl\:even\:mt-15:nth-child(even) {
    margin-top: 3.75rem;
  }

  .xl\:even\:mr-15:nth-child(even) {
    margin-right: 3.75rem;
  }

  .xl\:even\:mb-15:nth-child(even) {
    margin-bottom: 3.75rem;
  }

  .xl\:even\:ml-15:nth-child(even) {
    margin-left: 3.75rem;
  }

  .xl\:even\:mt-16:nth-child(even) {
    margin-top: 4rem;
  }

  .xl\:even\:mr-16:nth-child(even) {
    margin-right: 4rem;
  }

  .xl\:even\:mb-16:nth-child(even) {
    margin-bottom: 4rem;
  }

  .xl\:even\:ml-16:nth-child(even) {
    margin-left: 4rem;
  }

  .xl\:even\:mt-17:nth-child(even) {
    margin-top: 4.25rem;
  }

  .xl\:even\:mr-17:nth-child(even) {
    margin-right: 4.25rem;
  }

  .xl\:even\:mb-17:nth-child(even) {
    margin-bottom: 4.25rem;
  }

  .xl\:even\:ml-17:nth-child(even) {
    margin-left: 4.25rem;
  }

  .xl\:even\:mt-18:nth-child(even) {
    margin-top: 4.5rem;
  }

  .xl\:even\:mr-18:nth-child(even) {
    margin-right: 4.5rem;
  }

  .xl\:even\:mb-18:nth-child(even) {
    margin-bottom: 4.5rem;
  }

  .xl\:even\:ml-18:nth-child(even) {
    margin-left: 4.5rem;
  }

  .xl\:even\:mt-19:nth-child(even) {
    margin-top: 4.75rem;
  }

  .xl\:even\:mr-19:nth-child(even) {
    margin-right: 4.75rem;
  }

  .xl\:even\:mb-19:nth-child(even) {
    margin-bottom: 4.75rem;
  }

  .xl\:even\:ml-19:nth-child(even) {
    margin-left: 4.75rem;
  }

  .xl\:even\:mt-20:nth-child(even) {
    margin-top: 5rem;
  }

  .xl\:even\:mr-20:nth-child(even) {
    margin-right: 5rem;
  }

  .xl\:even\:mb-20:nth-child(even) {
    margin-bottom: 5rem;
  }

  .xl\:even\:ml-20:nth-child(even) {
    margin-left: 5rem;
  }

  .xl\:even\:mt-24:nth-child(even) {
    margin-top: 6rem;
  }

  .xl\:even\:mr-24:nth-child(even) {
    margin-right: 6rem;
  }

  .xl\:even\:mb-24:nth-child(even) {
    margin-bottom: 6rem;
  }

  .xl\:even\:ml-24:nth-child(even) {
    margin-left: 6rem;
  }

  .xl\:even\:mt-32:nth-child(even) {
    margin-top: 8rem;
  }

  .xl\:even\:mr-32:nth-child(even) {
    margin-right: 8rem;
  }

  .xl\:even\:mb-32:nth-child(even) {
    margin-bottom: 8rem;
  }

  .xl\:even\:ml-32:nth-child(even) {
    margin-left: 8rem;
  }

  .xl\:even\:mt-40:nth-child(even) {
    margin-top: 10rem;
  }

  .xl\:even\:mr-40:nth-child(even) {
    margin-right: 10rem;
  }

  .xl\:even\:mb-40:nth-child(even) {
    margin-bottom: 10rem;
  }

  .xl\:even\:ml-40:nth-child(even) {
    margin-left: 10rem;
  }

  .xl\:even\:mt-48:nth-child(even) {
    margin-top: 12rem;
  }

  .xl\:even\:mr-48:nth-child(even) {
    margin-right: 12rem;
  }

  .xl\:even\:mb-48:nth-child(even) {
    margin-bottom: 12rem;
  }

  .xl\:even\:ml-48:nth-child(even) {
    margin-left: 12rem;
  }

  .xl\:even\:mt-56:nth-child(even) {
    margin-top: 14rem;
  }

  .xl\:even\:mr-56:nth-child(even) {
    margin-right: 14rem;
  }

  .xl\:even\:mb-56:nth-child(even) {
    margin-bottom: 14rem;
  }

  .xl\:even\:ml-56:nth-child(even) {
    margin-left: 14rem;
  }

  .xl\:even\:mt-64:nth-child(even) {
    margin-top: 16rem;
  }

  .xl\:even\:mr-64:nth-child(even) {
    margin-right: 16rem;
  }

  .xl\:even\:mb-64:nth-child(even) {
    margin-bottom: 16rem;
  }

  .xl\:even\:ml-64:nth-child(even) {
    margin-left: 16rem;
  }

  .xl\:even\:mt-75:nth-child(even) {
    margin-top: 18.75rem;
  }

  .xl\:even\:mr-75:nth-child(even) {
    margin-right: 18.75rem;
  }

  .xl\:even\:mb-75:nth-child(even) {
    margin-bottom: 18.75rem;
  }

  .xl\:even\:ml-75:nth-child(even) {
    margin-left: 18.75rem;
  }

  .xl\:even\:mt-auto:nth-child(even) {
    margin-top: auto;
  }

  .xl\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .xl\:even\:mb-auto:nth-child(even) {
    margin-bottom: auto;
  }

  .xl\:even\:ml-auto:nth-child(even) {
    margin-left: auto;
  }

  .xl\:even\:mt-px:nth-child(even) {
    margin-top: 1px;
  }

  .xl\:even\:mr-px:nth-child(even) {
    margin-right: 1px;
  }

  .xl\:even\:mb-px:nth-child(even) {
    margin-bottom: 1px;
  }

  .xl\:even\:ml-px:nth-child(even) {
    margin-left: 1px;
  }

  .xl\:even\:-mt-1:nth-child(even) {
    margin-top: -0.25rem;
  }

  .xl\:even\:-mr-1:nth-child(even) {
    margin-right: -0.25rem;
  }

  .xl\:even\:-mb-1:nth-child(even) {
    margin-bottom: -0.25rem;
  }

  .xl\:even\:-ml-1:nth-child(even) {
    margin-left: -0.25rem;
  }

  .xl\:even\:-mt-2:nth-child(even) {
    margin-top: -0.5rem;
  }

  .xl\:even\:-mr-2:nth-child(even) {
    margin-right: -0.5rem;
  }

  .xl\:even\:-mb-2:nth-child(even) {
    margin-bottom: -0.5rem;
  }

  .xl\:even\:-ml-2:nth-child(even) {
    margin-left: -0.5rem;
  }

  .xl\:even\:-mt-3:nth-child(even) {
    margin-top: -0.75rem;
  }

  .xl\:even\:-mr-3:nth-child(even) {
    margin-right: -0.75rem;
  }

  .xl\:even\:-mb-3:nth-child(even) {
    margin-bottom: -0.75rem;
  }

  .xl\:even\:-ml-3:nth-child(even) {
    margin-left: -0.75rem;
  }

  .xl\:even\:-mt-4:nth-child(even) {
    margin-top: -1rem;
  }

  .xl\:even\:-mr-4:nth-child(even) {
    margin-right: -1rem;
  }

  .xl\:even\:-mb-4:nth-child(even) {
    margin-bottom: -1rem;
  }

  .xl\:even\:-ml-4:nth-child(even) {
    margin-left: -1rem;
  }

  .xl\:even\:-mt-5:nth-child(even) {
    margin-top: -1.25rem;
  }

  .xl\:even\:-mr-5:nth-child(even) {
    margin-right: -1.25rem;
  }

  .xl\:even\:-mb-5:nth-child(even) {
    margin-bottom: -1.25rem;
  }

  .xl\:even\:-ml-5:nth-child(even) {
    margin-left: -1.25rem;
  }

  .xl\:even\:-mt-6:nth-child(even) {
    margin-top: -1.5rem;
  }

  .xl\:even\:-mr-6:nth-child(even) {
    margin-right: -1.5rem;
  }

  .xl\:even\:-mb-6:nth-child(even) {
    margin-bottom: -1.5rem;
  }

  .xl\:even\:-ml-6:nth-child(even) {
    margin-left: -1.5rem;
  }

  .xl\:even\:-mt-7:nth-child(even) {
    margin-top: -1.75rem;
  }

  .xl\:even\:-mr-7:nth-child(even) {
    margin-right: -1.75rem;
  }

  .xl\:even\:-mb-7:nth-child(even) {
    margin-bottom: -1.75rem;
  }

  .xl\:even\:-ml-7:nth-child(even) {
    margin-left: -1.75rem;
  }

  .xl\:even\:-mt-8:nth-child(even) {
    margin-top: -2rem;
  }

  .xl\:even\:-mr-8:nth-child(even) {
    margin-right: -2rem;
  }

  .xl\:even\:-mb-8:nth-child(even) {
    margin-bottom: -2rem;
  }

  .xl\:even\:-ml-8:nth-child(even) {
    margin-left: -2rem;
  }

  .xl\:even\:-mt-9:nth-child(even) {
    margin-top: -2.25rem;
  }

  .xl\:even\:-mr-9:nth-child(even) {
    margin-right: -2.25rem;
  }

  .xl\:even\:-mb-9:nth-child(even) {
    margin-bottom: -2.25rem;
  }

  .xl\:even\:-ml-9:nth-child(even) {
    margin-left: -2.25rem;
  }

  .xl\:even\:-mt-10:nth-child(even) {
    margin-top: -2.5rem;
  }

  .xl\:even\:-mr-10:nth-child(even) {
    margin-right: -2.5rem;
  }

  .xl\:even\:-mb-10:nth-child(even) {
    margin-bottom: -2.5rem;
  }

  .xl\:even\:-ml-10:nth-child(even) {
    margin-left: -2.5rem;
  }

  .xl\:even\:-mt-11:nth-child(even) {
    margin-top: -2.75rem;
  }

  .xl\:even\:-mr-11:nth-child(even) {
    margin-right: -2.75rem;
  }

  .xl\:even\:-mb-11:nth-child(even) {
    margin-bottom: -2.75rem;
  }

  .xl\:even\:-ml-11:nth-child(even) {
    margin-left: -2.75rem;
  }

  .xl\:even\:-mt-12:nth-child(even) {
    margin-top: -3rem;
  }

  .xl\:even\:-mr-12:nth-child(even) {
    margin-right: -3rem;
  }

  .xl\:even\:-mb-12:nth-child(even) {
    margin-bottom: -3rem;
  }

  .xl\:even\:-ml-12:nth-child(even) {
    margin-left: -3rem;
  }

  .xl\:even\:-mt-13:nth-child(even) {
    margin-top: -3.25rem;
  }

  .xl\:even\:-mr-13:nth-child(even) {
    margin-right: -3.25rem;
  }

  .xl\:even\:-mb-13:nth-child(even) {
    margin-bottom: -3.25rem;
  }

  .xl\:even\:-ml-13:nth-child(even) {
    margin-left: -3.25rem;
  }

  .xl\:even\:-mt-14:nth-child(even) {
    margin-top: -3.5rem;
  }

  .xl\:even\:-mr-14:nth-child(even) {
    margin-right: -3.5rem;
  }

  .xl\:even\:-mb-14:nth-child(even) {
    margin-bottom: -3.5rem;
  }

  .xl\:even\:-ml-14:nth-child(even) {
    margin-left: -3.5rem;
  }

  .xl\:even\:-mt-15:nth-child(even) {
    margin-top: -3.75rem;
  }

  .xl\:even\:-mr-15:nth-child(even) {
    margin-right: -3.75rem;
  }

  .xl\:even\:-mb-15:nth-child(even) {
    margin-bottom: -3.75rem;
  }

  .xl\:even\:-ml-15:nth-child(even) {
    margin-left: -3.75rem;
  }

  .xl\:even\:-mt-16:nth-child(even) {
    margin-top: -4rem;
  }

  .xl\:even\:-mr-16:nth-child(even) {
    margin-right: -4rem;
  }

  .xl\:even\:-mb-16:nth-child(even) {
    margin-bottom: -4rem;
  }

  .xl\:even\:-ml-16:nth-child(even) {
    margin-left: -4rem;
  }

  .xl\:even\:-mt-17:nth-child(even) {
    margin-top: -4.25rem;
  }

  .xl\:even\:-mr-17:nth-child(even) {
    margin-right: -4.25rem;
  }

  .xl\:even\:-mb-17:nth-child(even) {
    margin-bottom: -4.25rem;
  }

  .xl\:even\:-ml-17:nth-child(even) {
    margin-left: -4.25rem;
  }

  .xl\:even\:-mt-18:nth-child(even) {
    margin-top: -4.5rem;
  }

  .xl\:even\:-mr-18:nth-child(even) {
    margin-right: -4.5rem;
  }

  .xl\:even\:-mb-18:nth-child(even) {
    margin-bottom: -4.5rem;
  }

  .xl\:even\:-ml-18:nth-child(even) {
    margin-left: -4.5rem;
  }

  .xl\:even\:-mt-19:nth-child(even) {
    margin-top: -4.75rem;
  }

  .xl\:even\:-mr-19:nth-child(even) {
    margin-right: -4.75rem;
  }

  .xl\:even\:-mb-19:nth-child(even) {
    margin-bottom: -4.75rem;
  }

  .xl\:even\:-ml-19:nth-child(even) {
    margin-left: -4.75rem;
  }

  .xl\:even\:-mt-20:nth-child(even) {
    margin-top: -5rem;
  }

  .xl\:even\:-mr-20:nth-child(even) {
    margin-right: -5rem;
  }

  .xl\:even\:-mb-20:nth-child(even) {
    margin-bottom: -5rem;
  }

  .xl\:even\:-ml-20:nth-child(even) {
    margin-left: -5rem;
  }

  .xl\:even\:-mt-24:nth-child(even) {
    margin-top: -6rem;
  }

  .xl\:even\:-mr-24:nth-child(even) {
    margin-right: -6rem;
  }

  .xl\:even\:-mb-24:nth-child(even) {
    margin-bottom: -6rem;
  }

  .xl\:even\:-ml-24:nth-child(even) {
    margin-left: -6rem;
  }

  .xl\:even\:-mt-32:nth-child(even) {
    margin-top: -8rem;
  }

  .xl\:even\:-mr-32:nth-child(even) {
    margin-right: -8rem;
  }

  .xl\:even\:-mb-32:nth-child(even) {
    margin-bottom: -8rem;
  }

  .xl\:even\:-ml-32:nth-child(even) {
    margin-left: -8rem;
  }

  .xl\:even\:-mt-40:nth-child(even) {
    margin-top: -10rem;
  }

  .xl\:even\:-mr-40:nth-child(even) {
    margin-right: -10rem;
  }

  .xl\:even\:-mb-40:nth-child(even) {
    margin-bottom: -10rem;
  }

  .xl\:even\:-ml-40:nth-child(even) {
    margin-left: -10rem;
  }

  .xl\:even\:-mt-48:nth-child(even) {
    margin-top: -12rem;
  }

  .xl\:even\:-mr-48:nth-child(even) {
    margin-right: -12rem;
  }

  .xl\:even\:-mb-48:nth-child(even) {
    margin-bottom: -12rem;
  }

  .xl\:even\:-ml-48:nth-child(even) {
    margin-left: -12rem;
  }

  .xl\:even\:-mt-56:nth-child(even) {
    margin-top: -14rem;
  }

  .xl\:even\:-mr-56:nth-child(even) {
    margin-right: -14rem;
  }

  .xl\:even\:-mb-56:nth-child(even) {
    margin-bottom: -14rem;
  }

  .xl\:even\:-ml-56:nth-child(even) {
    margin-left: -14rem;
  }

  .xl\:even\:-mt-64:nth-child(even) {
    margin-top: -16rem;
  }

  .xl\:even\:-mr-64:nth-child(even) {
    margin-right: -16rem;
  }

  .xl\:even\:-mb-64:nth-child(even) {
    margin-bottom: -16rem;
  }

  .xl\:even\:-ml-64:nth-child(even) {
    margin-left: -16rem;
  }

  .xl\:even\:-mt-75:nth-child(even) {
    margin-top: -18.75rem;
  }

  .xl\:even\:-mr-75:nth-child(even) {
    margin-right: -18.75rem;
  }

  .xl\:even\:-mb-75:nth-child(even) {
    margin-bottom: -18.75rem;
  }

  .xl\:even\:-ml-75:nth-child(even) {
    margin-left: -18.75rem;
  }

  .xl\:even\:-mt-px:nth-child(even) {
    margin-top: -1px;
  }

  .xl\:even\:-mr-px:nth-child(even) {
    margin-right: -1px;
  }

  .xl\:even\:-mb-px:nth-child(even) {
    margin-bottom: -1px;
  }

  .xl\:even\:-ml-px:nth-child(even) {
    margin-left: -1px;
  }

  .xl\:odd\:m-0:nth-child(odd) {
    margin: 0;
  }

  .xl\:odd\:m-1:nth-child(odd) {
    margin: 0.25rem;
  }

  .xl\:odd\:m-2:nth-child(odd) {
    margin: 0.5rem;
  }

  .xl\:odd\:m-3:nth-child(odd) {
    margin: 0.75rem;
  }

  .xl\:odd\:m-4:nth-child(odd) {
    margin: 1rem;
  }

  .xl\:odd\:m-5:nth-child(odd) {
    margin: 1.25rem;
  }

  .xl\:odd\:m-6:nth-child(odd) {
    margin: 1.5rem;
  }

  .xl\:odd\:m-7:nth-child(odd) {
    margin: 1.75rem;
  }

  .xl\:odd\:m-8:nth-child(odd) {
    margin: 2rem;
  }

  .xl\:odd\:m-9:nth-child(odd) {
    margin: 2.25rem;
  }

  .xl\:odd\:m-10:nth-child(odd) {
    margin: 2.5rem;
  }

  .xl\:odd\:m-11:nth-child(odd) {
    margin: 2.75rem;
  }

  .xl\:odd\:m-12:nth-child(odd) {
    margin: 3rem;
  }

  .xl\:odd\:m-13:nth-child(odd) {
    margin: 3.25rem;
  }

  .xl\:odd\:m-14:nth-child(odd) {
    margin: 3.5rem;
  }

  .xl\:odd\:m-15:nth-child(odd) {
    margin: 3.75rem;
  }

  .xl\:odd\:m-16:nth-child(odd) {
    margin: 4rem;
  }

  .xl\:odd\:m-17:nth-child(odd) {
    margin: 4.25rem;
  }

  .xl\:odd\:m-18:nth-child(odd) {
    margin: 4.5rem;
  }

  .xl\:odd\:m-19:nth-child(odd) {
    margin: 4.75rem;
  }

  .xl\:odd\:m-20:nth-child(odd) {
    margin: 5rem;
  }

  .xl\:odd\:m-24:nth-child(odd) {
    margin: 6rem;
  }

  .xl\:odd\:m-32:nth-child(odd) {
    margin: 8rem;
  }

  .xl\:odd\:m-40:nth-child(odd) {
    margin: 10rem;
  }

  .xl\:odd\:m-48:nth-child(odd) {
    margin: 12rem;
  }

  .xl\:odd\:m-56:nth-child(odd) {
    margin: 14rem;
  }

  .xl\:odd\:m-64:nth-child(odd) {
    margin: 16rem;
  }

  .xl\:odd\:m-75:nth-child(odd) {
    margin: 18.75rem;
  }

  .xl\:odd\:m-auto:nth-child(odd) {
    margin: auto;
  }

  .xl\:odd\:m-px:nth-child(odd) {
    margin: 1px;
  }

  .xl\:odd\:-m-1:nth-child(odd) {
    margin: -0.25rem;
  }

  .xl\:odd\:-m-2:nth-child(odd) {
    margin: -0.5rem;
  }

  .xl\:odd\:-m-3:nth-child(odd) {
    margin: -0.75rem;
  }

  .xl\:odd\:-m-4:nth-child(odd) {
    margin: -1rem;
  }

  .xl\:odd\:-m-5:nth-child(odd) {
    margin: -1.25rem;
  }

  .xl\:odd\:-m-6:nth-child(odd) {
    margin: -1.5rem;
  }

  .xl\:odd\:-m-7:nth-child(odd) {
    margin: -1.75rem;
  }

  .xl\:odd\:-m-8:nth-child(odd) {
    margin: -2rem;
  }

  .xl\:odd\:-m-9:nth-child(odd) {
    margin: -2.25rem;
  }

  .xl\:odd\:-m-10:nth-child(odd) {
    margin: -2.5rem;
  }

  .xl\:odd\:-m-11:nth-child(odd) {
    margin: -2.75rem;
  }

  .xl\:odd\:-m-12:nth-child(odd) {
    margin: -3rem;
  }

  .xl\:odd\:-m-13:nth-child(odd) {
    margin: -3.25rem;
  }

  .xl\:odd\:-m-14:nth-child(odd) {
    margin: -3.5rem;
  }

  .xl\:odd\:-m-15:nth-child(odd) {
    margin: -3.75rem;
  }

  .xl\:odd\:-m-16:nth-child(odd) {
    margin: -4rem;
  }

  .xl\:odd\:-m-17:nth-child(odd) {
    margin: -4.25rem;
  }

  .xl\:odd\:-m-18:nth-child(odd) {
    margin: -4.5rem;
  }

  .xl\:odd\:-m-19:nth-child(odd) {
    margin: -4.75rem;
  }

  .xl\:odd\:-m-20:nth-child(odd) {
    margin: -5rem;
  }

  .xl\:odd\:-m-24:nth-child(odd) {
    margin: -6rem;
  }

  .xl\:odd\:-m-32:nth-child(odd) {
    margin: -8rem;
  }

  .xl\:odd\:-m-40:nth-child(odd) {
    margin: -10rem;
  }

  .xl\:odd\:-m-48:nth-child(odd) {
    margin: -12rem;
  }

  .xl\:odd\:-m-56:nth-child(odd) {
    margin: -14rem;
  }

  .xl\:odd\:-m-64:nth-child(odd) {
    margin: -16rem;
  }

  .xl\:odd\:-m-75:nth-child(odd) {
    margin: -18.75rem;
  }

  .xl\:odd\:-m-px:nth-child(odd) {
    margin: -1px;
  }

  .xl\:odd\:my-0:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:odd\:mx-0:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:odd\:my-1:nth-child(odd) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:odd\:mx-1:nth-child(odd) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:odd\:my-2:nth-child(odd) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:odd\:mx-2:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:odd\:my-3:nth-child(odd) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:odd\:mx-3:nth-child(odd) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:odd\:my-4:nth-child(odd) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:odd\:mx-4:nth-child(odd) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:odd\:my-5:nth-child(odd) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:odd\:mx-5:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:odd\:my-6:nth-child(odd) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:odd\:mx-6:nth-child(odd) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:odd\:my-7:nth-child(odd) {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:odd\:mx-7:nth-child(odd) {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:odd\:my-8:nth-child(odd) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:odd\:mx-8:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:odd\:my-9:nth-child(odd) {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:odd\:mx-9:nth-child(odd) {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:odd\:my-10:nth-child(odd) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:odd\:mx-10:nth-child(odd) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:odd\:my-11:nth-child(odd) {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:odd\:mx-11:nth-child(odd) {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:odd\:my-12:nth-child(odd) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:odd\:mx-12:nth-child(odd) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:odd\:my-13:nth-child(odd) {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .xl\:odd\:mx-13:nth-child(odd) {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .xl\:odd\:my-14:nth-child(odd) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:odd\:mx-14:nth-child(odd) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:odd\:my-15:nth-child(odd) {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:odd\:mx-15:nth-child(odd) {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xl\:odd\:my-16:nth-child(odd) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:odd\:mx-16:nth-child(odd) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:odd\:my-17:nth-child(odd) {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .xl\:odd\:mx-17:nth-child(odd) {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .xl\:odd\:my-18:nth-child(odd) {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xl\:odd\:mx-18:nth-child(odd) {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xl\:odd\:my-19:nth-child(odd) {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xl\:odd\:mx-19:nth-child(odd) {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xl\:odd\:my-20:nth-child(odd) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:odd\:mx-20:nth-child(odd) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:odd\:my-24:nth-child(odd) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:odd\:mx-24:nth-child(odd) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:odd\:my-32:nth-child(odd) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:odd\:mx-32:nth-child(odd) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:odd\:my-40:nth-child(odd) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:odd\:mx-40:nth-child(odd) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:odd\:my-48:nth-child(odd) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:odd\:mx-48:nth-child(odd) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:odd\:my-56:nth-child(odd) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:odd\:mx-56:nth-child(odd) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:odd\:my-64:nth-child(odd) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:odd\:mx-64:nth-child(odd) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:odd\:my-75:nth-child(odd) {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .xl\:odd\:mx-75:nth-child(odd) {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .xl\:odd\:my-auto:nth-child(odd) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:odd\:mx-auto:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:odd\:my-px:nth-child(odd) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:odd\:mx-px:nth-child(odd) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:odd\:-my-1:nth-child(odd) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:odd\:-mx-1:nth-child(odd) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:odd\:-my-2:nth-child(odd) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:odd\:-mx-2:nth-child(odd) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:odd\:-my-3:nth-child(odd) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:odd\:-mx-3:nth-child(odd) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:odd\:-my-4:nth-child(odd) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:odd\:-mx-4:nth-child(odd) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:odd\:-my-5:nth-child(odd) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:odd\:-mx-5:nth-child(odd) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:odd\:-my-6:nth-child(odd) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:odd\:-mx-6:nth-child(odd) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:odd\:-my-7:nth-child(odd) {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:odd\:-mx-7:nth-child(odd) {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:odd\:-my-8:nth-child(odd) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:odd\:-mx-8:nth-child(odd) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:odd\:-my-9:nth-child(odd) {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:odd\:-mx-9:nth-child(odd) {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:odd\:-my-10:nth-child(odd) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:odd\:-mx-10:nth-child(odd) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:odd\:-my-11:nth-child(odd) {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:odd\:-mx-11:nth-child(odd) {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:odd\:-my-12:nth-child(odd) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:odd\:-mx-12:nth-child(odd) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:odd\:-my-13:nth-child(odd) {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .xl\:odd\:-mx-13:nth-child(odd) {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .xl\:odd\:-my-14:nth-child(odd) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:odd\:-mx-14:nth-child(odd) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:odd\:-my-15:nth-child(odd) {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:odd\:-mx-15:nth-child(odd) {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xl\:odd\:-my-16:nth-child(odd) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:odd\:-mx-16:nth-child(odd) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:odd\:-my-17:nth-child(odd) {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .xl\:odd\:-mx-17:nth-child(odd) {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .xl\:odd\:-my-18:nth-child(odd) {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xl\:odd\:-mx-18:nth-child(odd) {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xl\:odd\:-my-19:nth-child(odd) {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .xl\:odd\:-mx-19:nth-child(odd) {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .xl\:odd\:-my-20:nth-child(odd) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:odd\:-mx-20:nth-child(odd) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:odd\:-my-24:nth-child(odd) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:odd\:-mx-24:nth-child(odd) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:odd\:-my-32:nth-child(odd) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:odd\:-mx-32:nth-child(odd) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:odd\:-my-40:nth-child(odd) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:odd\:-mx-40:nth-child(odd) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:odd\:-my-48:nth-child(odd) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:odd\:-mx-48:nth-child(odd) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:odd\:-my-56:nth-child(odd) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:odd\:-mx-56:nth-child(odd) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:odd\:-my-64:nth-child(odd) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:odd\:-mx-64:nth-child(odd) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:odd\:-my-75:nth-child(odd) {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .xl\:odd\:-mx-75:nth-child(odd) {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .xl\:odd\:-my-px:nth-child(odd) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:odd\:-mx-px:nth-child(odd) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:odd\:mt-0:nth-child(odd) {
    margin-top: 0;
  }

  .xl\:odd\:mr-0:nth-child(odd) {
    margin-right: 0;
  }

  .xl\:odd\:mb-0:nth-child(odd) {
    margin-bottom: 0;
  }

  .xl\:odd\:ml-0:nth-child(odd) {
    margin-left: 0;
  }

  .xl\:odd\:mt-1:nth-child(odd) {
    margin-top: 0.25rem;
  }

  .xl\:odd\:mr-1:nth-child(odd) {
    margin-right: 0.25rem;
  }

  .xl\:odd\:mb-1:nth-child(odd) {
    margin-bottom: 0.25rem;
  }

  .xl\:odd\:ml-1:nth-child(odd) {
    margin-left: 0.25rem;
  }

  .xl\:odd\:mt-2:nth-child(odd) {
    margin-top: 0.5rem;
  }

  .xl\:odd\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .xl\:odd\:mb-2:nth-child(odd) {
    margin-bottom: 0.5rem;
  }

  .xl\:odd\:ml-2:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .xl\:odd\:mt-3:nth-child(odd) {
    margin-top: 0.75rem;
  }

  .xl\:odd\:mr-3:nth-child(odd) {
    margin-right: 0.75rem;
  }

  .xl\:odd\:mb-3:nth-child(odd) {
    margin-bottom: 0.75rem;
  }

  .xl\:odd\:ml-3:nth-child(odd) {
    margin-left: 0.75rem;
  }

  .xl\:odd\:mt-4:nth-child(odd) {
    margin-top: 1rem;
  }

  .xl\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }

  .xl\:odd\:mb-4:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .xl\:odd\:ml-4:nth-child(odd) {
    margin-left: 1rem;
  }

  .xl\:odd\:mt-5:nth-child(odd) {
    margin-top: 1.25rem;
  }

  .xl\:odd\:mr-5:nth-child(odd) {
    margin-right: 1.25rem;
  }

  .xl\:odd\:mb-5:nth-child(odd) {
    margin-bottom: 1.25rem;
  }

  .xl\:odd\:ml-5:nth-child(odd) {
    margin-left: 1.25rem;
  }

  .xl\:odd\:mt-6:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .xl\:odd\:mr-6:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .xl\:odd\:mb-6:nth-child(odd) {
    margin-bottom: 1.5rem;
  }

  .xl\:odd\:ml-6:nth-child(odd) {
    margin-left: 1.5rem;
  }

  .xl\:odd\:mt-7:nth-child(odd) {
    margin-top: 1.75rem;
  }

  .xl\:odd\:mr-7:nth-child(odd) {
    margin-right: 1.75rem;
  }

  .xl\:odd\:mb-7:nth-child(odd) {
    margin-bottom: 1.75rem;
  }

  .xl\:odd\:ml-7:nth-child(odd) {
    margin-left: 1.75rem;
  }

  .xl\:odd\:mt-8:nth-child(odd) {
    margin-top: 2rem;
  }

  .xl\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }

  .xl\:odd\:mb-8:nth-child(odd) {
    margin-bottom: 2rem;
  }

  .xl\:odd\:ml-8:nth-child(odd) {
    margin-left: 2rem;
  }

  .xl\:odd\:mt-9:nth-child(odd) {
    margin-top: 2.25rem;
  }

  .xl\:odd\:mr-9:nth-child(odd) {
    margin-right: 2.25rem;
  }

  .xl\:odd\:mb-9:nth-child(odd) {
    margin-bottom: 2.25rem;
  }

  .xl\:odd\:ml-9:nth-child(odd) {
    margin-left: 2.25rem;
  }

  .xl\:odd\:mt-10:nth-child(odd) {
    margin-top: 2.5rem;
  }

  .xl\:odd\:mr-10:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .xl\:odd\:mb-10:nth-child(odd) {
    margin-bottom: 2.5rem;
  }

  .xl\:odd\:ml-10:nth-child(odd) {
    margin-left: 2.5rem;
  }

  .xl\:odd\:mt-11:nth-child(odd) {
    margin-top: 2.75rem;
  }

  .xl\:odd\:mr-11:nth-child(odd) {
    margin-right: 2.75rem;
  }

  .xl\:odd\:mb-11:nth-child(odd) {
    margin-bottom: 2.75rem;
  }

  .xl\:odd\:ml-11:nth-child(odd) {
    margin-left: 2.75rem;
  }

  .xl\:odd\:mt-12:nth-child(odd) {
    margin-top: 3rem;
  }

  .xl\:odd\:mr-12:nth-child(odd) {
    margin-right: 3rem;
  }

  .xl\:odd\:mb-12:nth-child(odd) {
    margin-bottom: 3rem;
  }

  .xl\:odd\:ml-12:nth-child(odd) {
    margin-left: 3rem;
  }

  .xl\:odd\:mt-13:nth-child(odd) {
    margin-top: 3.25rem;
  }

  .xl\:odd\:mr-13:nth-child(odd) {
    margin-right: 3.25rem;
  }

  .xl\:odd\:mb-13:nth-child(odd) {
    margin-bottom: 3.25rem;
  }

  .xl\:odd\:ml-13:nth-child(odd) {
    margin-left: 3.25rem;
  }

  .xl\:odd\:mt-14:nth-child(odd) {
    margin-top: 3.5rem;
  }

  .xl\:odd\:mr-14:nth-child(odd) {
    margin-right: 3.5rem;
  }

  .xl\:odd\:mb-14:nth-child(odd) {
    margin-bottom: 3.5rem;
  }

  .xl\:odd\:ml-14:nth-child(odd) {
    margin-left: 3.5rem;
  }

  .xl\:odd\:mt-15:nth-child(odd) {
    margin-top: 3.75rem;
  }

  .xl\:odd\:mr-15:nth-child(odd) {
    margin-right: 3.75rem;
  }

  .xl\:odd\:mb-15:nth-child(odd) {
    margin-bottom: 3.75rem;
  }

  .xl\:odd\:ml-15:nth-child(odd) {
    margin-left: 3.75rem;
  }

  .xl\:odd\:mt-16:nth-child(odd) {
    margin-top: 4rem;
  }

  .xl\:odd\:mr-16:nth-child(odd) {
    margin-right: 4rem;
  }

  .xl\:odd\:mb-16:nth-child(odd) {
    margin-bottom: 4rem;
  }

  .xl\:odd\:ml-16:nth-child(odd) {
    margin-left: 4rem;
  }

  .xl\:odd\:mt-17:nth-child(odd) {
    margin-top: 4.25rem;
  }

  .xl\:odd\:mr-17:nth-child(odd) {
    margin-right: 4.25rem;
  }

  .xl\:odd\:mb-17:nth-child(odd) {
    margin-bottom: 4.25rem;
  }

  .xl\:odd\:ml-17:nth-child(odd) {
    margin-left: 4.25rem;
  }

  .xl\:odd\:mt-18:nth-child(odd) {
    margin-top: 4.5rem;
  }

  .xl\:odd\:mr-18:nth-child(odd) {
    margin-right: 4.5rem;
  }

  .xl\:odd\:mb-18:nth-child(odd) {
    margin-bottom: 4.5rem;
  }

  .xl\:odd\:ml-18:nth-child(odd) {
    margin-left: 4.5rem;
  }

  .xl\:odd\:mt-19:nth-child(odd) {
    margin-top: 4.75rem;
  }

  .xl\:odd\:mr-19:nth-child(odd) {
    margin-right: 4.75rem;
  }

  .xl\:odd\:mb-19:nth-child(odd) {
    margin-bottom: 4.75rem;
  }

  .xl\:odd\:ml-19:nth-child(odd) {
    margin-left: 4.75rem;
  }

  .xl\:odd\:mt-20:nth-child(odd) {
    margin-top: 5rem;
  }

  .xl\:odd\:mr-20:nth-child(odd) {
    margin-right: 5rem;
  }

  .xl\:odd\:mb-20:nth-child(odd) {
    margin-bottom: 5rem;
  }

  .xl\:odd\:ml-20:nth-child(odd) {
    margin-left: 5rem;
  }

  .xl\:odd\:mt-24:nth-child(odd) {
    margin-top: 6rem;
  }

  .xl\:odd\:mr-24:nth-child(odd) {
    margin-right: 6rem;
  }

  .xl\:odd\:mb-24:nth-child(odd) {
    margin-bottom: 6rem;
  }

  .xl\:odd\:ml-24:nth-child(odd) {
    margin-left: 6rem;
  }

  .xl\:odd\:mt-32:nth-child(odd) {
    margin-top: 8rem;
  }

  .xl\:odd\:mr-32:nth-child(odd) {
    margin-right: 8rem;
  }

  .xl\:odd\:mb-32:nth-child(odd) {
    margin-bottom: 8rem;
  }

  .xl\:odd\:ml-32:nth-child(odd) {
    margin-left: 8rem;
  }

  .xl\:odd\:mt-40:nth-child(odd) {
    margin-top: 10rem;
  }

  .xl\:odd\:mr-40:nth-child(odd) {
    margin-right: 10rem;
  }

  .xl\:odd\:mb-40:nth-child(odd) {
    margin-bottom: 10rem;
  }

  .xl\:odd\:ml-40:nth-child(odd) {
    margin-left: 10rem;
  }

  .xl\:odd\:mt-48:nth-child(odd) {
    margin-top: 12rem;
  }

  .xl\:odd\:mr-48:nth-child(odd) {
    margin-right: 12rem;
  }

  .xl\:odd\:mb-48:nth-child(odd) {
    margin-bottom: 12rem;
  }

  .xl\:odd\:ml-48:nth-child(odd) {
    margin-left: 12rem;
  }

  .xl\:odd\:mt-56:nth-child(odd) {
    margin-top: 14rem;
  }

  .xl\:odd\:mr-56:nth-child(odd) {
    margin-right: 14rem;
  }

  .xl\:odd\:mb-56:nth-child(odd) {
    margin-bottom: 14rem;
  }

  .xl\:odd\:ml-56:nth-child(odd) {
    margin-left: 14rem;
  }

  .xl\:odd\:mt-64:nth-child(odd) {
    margin-top: 16rem;
  }

  .xl\:odd\:mr-64:nth-child(odd) {
    margin-right: 16rem;
  }

  .xl\:odd\:mb-64:nth-child(odd) {
    margin-bottom: 16rem;
  }

  .xl\:odd\:ml-64:nth-child(odd) {
    margin-left: 16rem;
  }

  .xl\:odd\:mt-75:nth-child(odd) {
    margin-top: 18.75rem;
  }

  .xl\:odd\:mr-75:nth-child(odd) {
    margin-right: 18.75rem;
  }

  .xl\:odd\:mb-75:nth-child(odd) {
    margin-bottom: 18.75rem;
  }

  .xl\:odd\:ml-75:nth-child(odd) {
    margin-left: 18.75rem;
  }

  .xl\:odd\:mt-auto:nth-child(odd) {
    margin-top: auto;
  }

  .xl\:odd\:mr-auto:nth-child(odd) {
    margin-right: auto;
  }

  .xl\:odd\:mb-auto:nth-child(odd) {
    margin-bottom: auto;
  }

  .xl\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .xl\:odd\:mt-px:nth-child(odd) {
    margin-top: 1px;
  }

  .xl\:odd\:mr-px:nth-child(odd) {
    margin-right: 1px;
  }

  .xl\:odd\:mb-px:nth-child(odd) {
    margin-bottom: 1px;
  }

  .xl\:odd\:ml-px:nth-child(odd) {
    margin-left: 1px;
  }

  .xl\:odd\:-mt-1:nth-child(odd) {
    margin-top: -0.25rem;
  }

  .xl\:odd\:-mr-1:nth-child(odd) {
    margin-right: -0.25rem;
  }

  .xl\:odd\:-mb-1:nth-child(odd) {
    margin-bottom: -0.25rem;
  }

  .xl\:odd\:-ml-1:nth-child(odd) {
    margin-left: -0.25rem;
  }

  .xl\:odd\:-mt-2:nth-child(odd) {
    margin-top: -0.5rem;
  }

  .xl\:odd\:-mr-2:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .xl\:odd\:-mb-2:nth-child(odd) {
    margin-bottom: -0.5rem;
  }

  .xl\:odd\:-ml-2:nth-child(odd) {
    margin-left: -0.5rem;
  }

  .xl\:odd\:-mt-3:nth-child(odd) {
    margin-top: -0.75rem;
  }

  .xl\:odd\:-mr-3:nth-child(odd) {
    margin-right: -0.75rem;
  }

  .xl\:odd\:-mb-3:nth-child(odd) {
    margin-bottom: -0.75rem;
  }

  .xl\:odd\:-ml-3:nth-child(odd) {
    margin-left: -0.75rem;
  }

  .xl\:odd\:-mt-4:nth-child(odd) {
    margin-top: -1rem;
  }

  .xl\:odd\:-mr-4:nth-child(odd) {
    margin-right: -1rem;
  }

  .xl\:odd\:-mb-4:nth-child(odd) {
    margin-bottom: -1rem;
  }

  .xl\:odd\:-ml-4:nth-child(odd) {
    margin-left: -1rem;
  }

  .xl\:odd\:-mt-5:nth-child(odd) {
    margin-top: -1.25rem;
  }

  .xl\:odd\:-mr-5:nth-child(odd) {
    margin-right: -1.25rem;
  }

  .xl\:odd\:-mb-5:nth-child(odd) {
    margin-bottom: -1.25rem;
  }

  .xl\:odd\:-ml-5:nth-child(odd) {
    margin-left: -1.25rem;
  }

  .xl\:odd\:-mt-6:nth-child(odd) {
    margin-top: -1.5rem;
  }

  .xl\:odd\:-mr-6:nth-child(odd) {
    margin-right: -1.5rem;
  }

  .xl\:odd\:-mb-6:nth-child(odd) {
    margin-bottom: -1.5rem;
  }

  .xl\:odd\:-ml-6:nth-child(odd) {
    margin-left: -1.5rem;
  }

  .xl\:odd\:-mt-7:nth-child(odd) {
    margin-top: -1.75rem;
  }

  .xl\:odd\:-mr-7:nth-child(odd) {
    margin-right: -1.75rem;
  }

  .xl\:odd\:-mb-7:nth-child(odd) {
    margin-bottom: -1.75rem;
  }

  .xl\:odd\:-ml-7:nth-child(odd) {
    margin-left: -1.75rem;
  }

  .xl\:odd\:-mt-8:nth-child(odd) {
    margin-top: -2rem;
  }

  .xl\:odd\:-mr-8:nth-child(odd) {
    margin-right: -2rem;
  }

  .xl\:odd\:-mb-8:nth-child(odd) {
    margin-bottom: -2rem;
  }

  .xl\:odd\:-ml-8:nth-child(odd) {
    margin-left: -2rem;
  }

  .xl\:odd\:-mt-9:nth-child(odd) {
    margin-top: -2.25rem;
  }

  .xl\:odd\:-mr-9:nth-child(odd) {
    margin-right: -2.25rem;
  }

  .xl\:odd\:-mb-9:nth-child(odd) {
    margin-bottom: -2.25rem;
  }

  .xl\:odd\:-ml-9:nth-child(odd) {
    margin-left: -2.25rem;
  }

  .xl\:odd\:-mt-10:nth-child(odd) {
    margin-top: -2.5rem;
  }

  .xl\:odd\:-mr-10:nth-child(odd) {
    margin-right: -2.5rem;
  }

  .xl\:odd\:-mb-10:nth-child(odd) {
    margin-bottom: -2.5rem;
  }

  .xl\:odd\:-ml-10:nth-child(odd) {
    margin-left: -2.5rem;
  }

  .xl\:odd\:-mt-11:nth-child(odd) {
    margin-top: -2.75rem;
  }

  .xl\:odd\:-mr-11:nth-child(odd) {
    margin-right: -2.75rem;
  }

  .xl\:odd\:-mb-11:nth-child(odd) {
    margin-bottom: -2.75rem;
  }

  .xl\:odd\:-ml-11:nth-child(odd) {
    margin-left: -2.75rem;
  }

  .xl\:odd\:-mt-12:nth-child(odd) {
    margin-top: -3rem;
  }

  .xl\:odd\:-mr-12:nth-child(odd) {
    margin-right: -3rem;
  }

  .xl\:odd\:-mb-12:nth-child(odd) {
    margin-bottom: -3rem;
  }

  .xl\:odd\:-ml-12:nth-child(odd) {
    margin-left: -3rem;
  }

  .xl\:odd\:-mt-13:nth-child(odd) {
    margin-top: -3.25rem;
  }

  .xl\:odd\:-mr-13:nth-child(odd) {
    margin-right: -3.25rem;
  }

  .xl\:odd\:-mb-13:nth-child(odd) {
    margin-bottom: -3.25rem;
  }

  .xl\:odd\:-ml-13:nth-child(odd) {
    margin-left: -3.25rem;
  }

  .xl\:odd\:-mt-14:nth-child(odd) {
    margin-top: -3.5rem;
  }

  .xl\:odd\:-mr-14:nth-child(odd) {
    margin-right: -3.5rem;
  }

  .xl\:odd\:-mb-14:nth-child(odd) {
    margin-bottom: -3.5rem;
  }

  .xl\:odd\:-ml-14:nth-child(odd) {
    margin-left: -3.5rem;
  }

  .xl\:odd\:-mt-15:nth-child(odd) {
    margin-top: -3.75rem;
  }

  .xl\:odd\:-mr-15:nth-child(odd) {
    margin-right: -3.75rem;
  }

  .xl\:odd\:-mb-15:nth-child(odd) {
    margin-bottom: -3.75rem;
  }

  .xl\:odd\:-ml-15:nth-child(odd) {
    margin-left: -3.75rem;
  }

  .xl\:odd\:-mt-16:nth-child(odd) {
    margin-top: -4rem;
  }

  .xl\:odd\:-mr-16:nth-child(odd) {
    margin-right: -4rem;
  }

  .xl\:odd\:-mb-16:nth-child(odd) {
    margin-bottom: -4rem;
  }

  .xl\:odd\:-ml-16:nth-child(odd) {
    margin-left: -4rem;
  }

  .xl\:odd\:-mt-17:nth-child(odd) {
    margin-top: -4.25rem;
  }

  .xl\:odd\:-mr-17:nth-child(odd) {
    margin-right: -4.25rem;
  }

  .xl\:odd\:-mb-17:nth-child(odd) {
    margin-bottom: -4.25rem;
  }

  .xl\:odd\:-ml-17:nth-child(odd) {
    margin-left: -4.25rem;
  }

  .xl\:odd\:-mt-18:nth-child(odd) {
    margin-top: -4.5rem;
  }

  .xl\:odd\:-mr-18:nth-child(odd) {
    margin-right: -4.5rem;
  }

  .xl\:odd\:-mb-18:nth-child(odd) {
    margin-bottom: -4.5rem;
  }

  .xl\:odd\:-ml-18:nth-child(odd) {
    margin-left: -4.5rem;
  }

  .xl\:odd\:-mt-19:nth-child(odd) {
    margin-top: -4.75rem;
  }

  .xl\:odd\:-mr-19:nth-child(odd) {
    margin-right: -4.75rem;
  }

  .xl\:odd\:-mb-19:nth-child(odd) {
    margin-bottom: -4.75rem;
  }

  .xl\:odd\:-ml-19:nth-child(odd) {
    margin-left: -4.75rem;
  }

  .xl\:odd\:-mt-20:nth-child(odd) {
    margin-top: -5rem;
  }

  .xl\:odd\:-mr-20:nth-child(odd) {
    margin-right: -5rem;
  }

  .xl\:odd\:-mb-20:nth-child(odd) {
    margin-bottom: -5rem;
  }

  .xl\:odd\:-ml-20:nth-child(odd) {
    margin-left: -5rem;
  }

  .xl\:odd\:-mt-24:nth-child(odd) {
    margin-top: -6rem;
  }

  .xl\:odd\:-mr-24:nth-child(odd) {
    margin-right: -6rem;
  }

  .xl\:odd\:-mb-24:nth-child(odd) {
    margin-bottom: -6rem;
  }

  .xl\:odd\:-ml-24:nth-child(odd) {
    margin-left: -6rem;
  }

  .xl\:odd\:-mt-32:nth-child(odd) {
    margin-top: -8rem;
  }

  .xl\:odd\:-mr-32:nth-child(odd) {
    margin-right: -8rem;
  }

  .xl\:odd\:-mb-32:nth-child(odd) {
    margin-bottom: -8rem;
  }

  .xl\:odd\:-ml-32:nth-child(odd) {
    margin-left: -8rem;
  }

  .xl\:odd\:-mt-40:nth-child(odd) {
    margin-top: -10rem;
  }

  .xl\:odd\:-mr-40:nth-child(odd) {
    margin-right: -10rem;
  }

  .xl\:odd\:-mb-40:nth-child(odd) {
    margin-bottom: -10rem;
  }

  .xl\:odd\:-ml-40:nth-child(odd) {
    margin-left: -10rem;
  }

  .xl\:odd\:-mt-48:nth-child(odd) {
    margin-top: -12rem;
  }

  .xl\:odd\:-mr-48:nth-child(odd) {
    margin-right: -12rem;
  }

  .xl\:odd\:-mb-48:nth-child(odd) {
    margin-bottom: -12rem;
  }

  .xl\:odd\:-ml-48:nth-child(odd) {
    margin-left: -12rem;
  }

  .xl\:odd\:-mt-56:nth-child(odd) {
    margin-top: -14rem;
  }

  .xl\:odd\:-mr-56:nth-child(odd) {
    margin-right: -14rem;
  }

  .xl\:odd\:-mb-56:nth-child(odd) {
    margin-bottom: -14rem;
  }

  .xl\:odd\:-ml-56:nth-child(odd) {
    margin-left: -14rem;
  }

  .xl\:odd\:-mt-64:nth-child(odd) {
    margin-top: -16rem;
  }

  .xl\:odd\:-mr-64:nth-child(odd) {
    margin-right: -16rem;
  }

  .xl\:odd\:-mb-64:nth-child(odd) {
    margin-bottom: -16rem;
  }

  .xl\:odd\:-ml-64:nth-child(odd) {
    margin-left: -16rem;
  }

  .xl\:odd\:-mt-75:nth-child(odd) {
    margin-top: -18.75rem;
  }

  .xl\:odd\:-mr-75:nth-child(odd) {
    margin-right: -18.75rem;
  }

  .xl\:odd\:-mb-75:nth-child(odd) {
    margin-bottom: -18.75rem;
  }

  .xl\:odd\:-ml-75:nth-child(odd) {
    margin-left: -18.75rem;
  }

  .xl\:odd\:-mt-px:nth-child(odd) {
    margin-top: -1px;
  }

  .xl\:odd\:-mr-px:nth-child(odd) {
    margin-right: -1px;
  }

  .xl\:odd\:-mb-px:nth-child(odd) {
    margin-bottom: -1px;
  }

  .xl\:odd\:-ml-px:nth-child(odd) {
    margin-left: -1px;
  }

  .xl\:children\:m-0 > * {
    margin: 0;
  }

  .xl\:children\:m-1 > * {
    margin: 0.25rem;
  }

  .xl\:children\:m-2 > * {
    margin: 0.5rem;
  }

  .xl\:children\:m-3 > * {
    margin: 0.75rem;
  }

  .xl\:children\:m-4 > * {
    margin: 1rem;
  }

  .xl\:children\:m-5 > * {
    margin: 1.25rem;
  }

  .xl\:children\:m-6 > * {
    margin: 1.5rem;
  }

  .xl\:children\:m-7 > * {
    margin: 1.75rem;
  }

  .xl\:children\:m-8 > * {
    margin: 2rem;
  }

  .xl\:children\:m-9 > * {
    margin: 2.25rem;
  }

  .xl\:children\:m-10 > * {
    margin: 2.5rem;
  }

  .xl\:children\:m-11 > * {
    margin: 2.75rem;
  }

  .xl\:children\:m-12 > * {
    margin: 3rem;
  }

  .xl\:children\:m-13 > * {
    margin: 3.25rem;
  }

  .xl\:children\:m-14 > * {
    margin: 3.5rem;
  }

  .xl\:children\:m-15 > * {
    margin: 3.75rem;
  }

  .xl\:children\:m-16 > * {
    margin: 4rem;
  }

  .xl\:children\:m-17 > * {
    margin: 4.25rem;
  }

  .xl\:children\:m-18 > * {
    margin: 4.5rem;
  }

  .xl\:children\:m-19 > * {
    margin: 4.75rem;
  }

  .xl\:children\:m-20 > * {
    margin: 5rem;
  }

  .xl\:children\:m-24 > * {
    margin: 6rem;
  }

  .xl\:children\:m-32 > * {
    margin: 8rem;
  }

  .xl\:children\:m-40 > * {
    margin: 10rem;
  }

  .xl\:children\:m-48 > * {
    margin: 12rem;
  }

  .xl\:children\:m-56 > * {
    margin: 14rem;
  }

  .xl\:children\:m-64 > * {
    margin: 16rem;
  }

  .xl\:children\:m-75 > * {
    margin: 18.75rem;
  }

  .xl\:children\:m-auto > * {
    margin: auto;
  }

  .xl\:children\:m-px > * {
    margin: 1px;
  }

  .xl\:children\:-m-1 > * {
    margin: -0.25rem;
  }

  .xl\:children\:-m-2 > * {
    margin: -0.5rem;
  }

  .xl\:children\:-m-3 > * {
    margin: -0.75rem;
  }

  .xl\:children\:-m-4 > * {
    margin: -1rem;
  }

  .xl\:children\:-m-5 > * {
    margin: -1.25rem;
  }

  .xl\:children\:-m-6 > * {
    margin: -1.5rem;
  }

  .xl\:children\:-m-7 > * {
    margin: -1.75rem;
  }

  .xl\:children\:-m-8 > * {
    margin: -2rem;
  }

  .xl\:children\:-m-9 > * {
    margin: -2.25rem;
  }

  .xl\:children\:-m-10 > * {
    margin: -2.5rem;
  }

  .xl\:children\:-m-11 > * {
    margin: -2.75rem;
  }

  .xl\:children\:-m-12 > * {
    margin: -3rem;
  }

  .xl\:children\:-m-13 > * {
    margin: -3.25rem;
  }

  .xl\:children\:-m-14 > * {
    margin: -3.5rem;
  }

  .xl\:children\:-m-15 > * {
    margin: -3.75rem;
  }

  .xl\:children\:-m-16 > * {
    margin: -4rem;
  }

  .xl\:children\:-m-17 > * {
    margin: -4.25rem;
  }

  .xl\:children\:-m-18 > * {
    margin: -4.5rem;
  }

  .xl\:children\:-m-19 > * {
    margin: -4.75rem;
  }

  .xl\:children\:-m-20 > * {
    margin: -5rem;
  }

  .xl\:children\:-m-24 > * {
    margin: -6rem;
  }

  .xl\:children\:-m-32 > * {
    margin: -8rem;
  }

  .xl\:children\:-m-40 > * {
    margin: -10rem;
  }

  .xl\:children\:-m-48 > * {
    margin: -12rem;
  }

  .xl\:children\:-m-56 > * {
    margin: -14rem;
  }

  .xl\:children\:-m-64 > * {
    margin: -16rem;
  }

  .xl\:children\:-m-75 > * {
    margin: -18.75rem;
  }

  .xl\:children\:-m-px > * {
    margin: -1px;
  }

  .xl\:children\:my-0 > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:children\:mx-0 > * {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:children\:my-1 > * {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:children\:mx-1 > * {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:children\:my-2 > * {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:children\:mx-2 > * {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:children\:my-3 > * {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:children\:mx-3 > * {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:children\:my-4 > * {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:children\:mx-4 > * {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:children\:my-5 > * {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:children\:mx-5 > * {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:children\:my-6 > * {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:children\:mx-6 > * {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:children\:my-7 > * {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:children\:mx-7 > * {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:children\:my-8 > * {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:children\:mx-8 > * {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:children\:my-9 > * {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:children\:mx-9 > * {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:children\:my-10 > * {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:children\:mx-10 > * {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:children\:my-11 > * {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:children\:mx-11 > * {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:children\:my-12 > * {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:children\:mx-12 > * {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:children\:my-13 > * {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .xl\:children\:mx-13 > * {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .xl\:children\:my-14 > * {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:children\:mx-14 > * {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:children\:my-15 > * {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:children\:mx-15 > * {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xl\:children\:my-16 > * {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:children\:mx-16 > * {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:children\:my-17 > * {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .xl\:children\:mx-17 > * {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .xl\:children\:my-18 > * {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xl\:children\:mx-18 > * {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xl\:children\:my-19 > * {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xl\:children\:mx-19 > * {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xl\:children\:my-20 > * {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:children\:mx-20 > * {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:children\:my-24 > * {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:children\:mx-24 > * {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:children\:my-32 > * {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:children\:mx-32 > * {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:children\:my-40 > * {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:children\:mx-40 > * {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:children\:my-48 > * {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:children\:mx-48 > * {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:children\:my-56 > * {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:children\:mx-56 > * {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:children\:my-64 > * {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:children\:mx-64 > * {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:children\:my-75 > * {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .xl\:children\:mx-75 > * {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .xl\:children\:my-auto > * {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:children\:mx-auto > * {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:children\:my-px > * {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:children\:mx-px > * {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:children\:-my-1 > * {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:children\:-mx-1 > * {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:children\:-my-2 > * {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:children\:-mx-2 > * {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:children\:-my-3 > * {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:children\:-mx-3 > * {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:children\:-my-4 > * {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:children\:-mx-4 > * {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:children\:-my-5 > * {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:children\:-mx-5 > * {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:children\:-my-6 > * {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:children\:-mx-6 > * {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:children\:-my-7 > * {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:children\:-mx-7 > * {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:children\:-my-8 > * {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:children\:-mx-8 > * {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:children\:-my-9 > * {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:children\:-mx-9 > * {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:children\:-my-10 > * {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:children\:-mx-10 > * {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:children\:-my-11 > * {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:children\:-mx-11 > * {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:children\:-my-12 > * {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:children\:-mx-12 > * {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:children\:-my-13 > * {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .xl\:children\:-mx-13 > * {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .xl\:children\:-my-14 > * {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:children\:-mx-14 > * {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:children\:-my-15 > * {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:children\:-mx-15 > * {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xl\:children\:-my-16 > * {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:children\:-mx-16 > * {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:children\:-my-17 > * {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .xl\:children\:-mx-17 > * {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .xl\:children\:-my-18 > * {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xl\:children\:-mx-18 > * {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xl\:children\:-my-19 > * {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .xl\:children\:-mx-19 > * {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .xl\:children\:-my-20 > * {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:children\:-mx-20 > * {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:children\:-my-24 > * {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:children\:-mx-24 > * {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:children\:-my-32 > * {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:children\:-mx-32 > * {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:children\:-my-40 > * {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:children\:-mx-40 > * {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:children\:-my-48 > * {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:children\:-mx-48 > * {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:children\:-my-56 > * {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:children\:-mx-56 > * {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:children\:-my-64 > * {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:children\:-mx-64 > * {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:children\:-my-75 > * {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .xl\:children\:-mx-75 > * {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .xl\:children\:-my-px > * {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:children\:-mx-px > * {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:children\:mt-0 > * {
    margin-top: 0;
  }

  .xl\:children\:mr-0 > * {
    margin-right: 0;
  }

  .xl\:children\:mb-0 > * {
    margin-bottom: 0;
  }

  .xl\:children\:ml-0 > * {
    margin-left: 0;
  }

  .xl\:children\:mt-1 > * {
    margin-top: 0.25rem;
  }

  .xl\:children\:mr-1 > * {
    margin-right: 0.25rem;
  }

  .xl\:children\:mb-1 > * {
    margin-bottom: 0.25rem;
  }

  .xl\:children\:ml-1 > * {
    margin-left: 0.25rem;
  }

  .xl\:children\:mt-2 > * {
    margin-top: 0.5rem;
  }

  .xl\:children\:mr-2 > * {
    margin-right: 0.5rem;
  }

  .xl\:children\:mb-2 > * {
    margin-bottom: 0.5rem;
  }

  .xl\:children\:ml-2 > * {
    margin-left: 0.5rem;
  }

  .xl\:children\:mt-3 > * {
    margin-top: 0.75rem;
  }

  .xl\:children\:mr-3 > * {
    margin-right: 0.75rem;
  }

  .xl\:children\:mb-3 > * {
    margin-bottom: 0.75rem;
  }

  .xl\:children\:ml-3 > * {
    margin-left: 0.75rem;
  }

  .xl\:children\:mt-4 > * {
    margin-top: 1rem;
  }

  .xl\:children\:mr-4 > * {
    margin-right: 1rem;
  }

  .xl\:children\:mb-4 > * {
    margin-bottom: 1rem;
  }

  .xl\:children\:ml-4 > * {
    margin-left: 1rem;
  }

  .xl\:children\:mt-5 > * {
    margin-top: 1.25rem;
  }

  .xl\:children\:mr-5 > * {
    margin-right: 1.25rem;
  }

  .xl\:children\:mb-5 > * {
    margin-bottom: 1.25rem;
  }

  .xl\:children\:ml-5 > * {
    margin-left: 1.25rem;
  }

  .xl\:children\:mt-6 > * {
    margin-top: 1.5rem;
  }

  .xl\:children\:mr-6 > * {
    margin-right: 1.5rem;
  }

  .xl\:children\:mb-6 > * {
    margin-bottom: 1.5rem;
  }

  .xl\:children\:ml-6 > * {
    margin-left: 1.5rem;
  }

  .xl\:children\:mt-7 > * {
    margin-top: 1.75rem;
  }

  .xl\:children\:mr-7 > * {
    margin-right: 1.75rem;
  }

  .xl\:children\:mb-7 > * {
    margin-bottom: 1.75rem;
  }

  .xl\:children\:ml-7 > * {
    margin-left: 1.75rem;
  }

  .xl\:children\:mt-8 > * {
    margin-top: 2rem;
  }

  .xl\:children\:mr-8 > * {
    margin-right: 2rem;
  }

  .xl\:children\:mb-8 > * {
    margin-bottom: 2rem;
  }

  .xl\:children\:ml-8 > * {
    margin-left: 2rem;
  }

  .xl\:children\:mt-9 > * {
    margin-top: 2.25rem;
  }

  .xl\:children\:mr-9 > * {
    margin-right: 2.25rem;
  }

  .xl\:children\:mb-9 > * {
    margin-bottom: 2.25rem;
  }

  .xl\:children\:ml-9 > * {
    margin-left: 2.25rem;
  }

  .xl\:children\:mt-10 > * {
    margin-top: 2.5rem;
  }

  .xl\:children\:mr-10 > * {
    margin-right: 2.5rem;
  }

  .xl\:children\:mb-10 > * {
    margin-bottom: 2.5rem;
  }

  .xl\:children\:ml-10 > * {
    margin-left: 2.5rem;
  }

  .xl\:children\:mt-11 > * {
    margin-top: 2.75rem;
  }

  .xl\:children\:mr-11 > * {
    margin-right: 2.75rem;
  }

  .xl\:children\:mb-11 > * {
    margin-bottom: 2.75rem;
  }

  .xl\:children\:ml-11 > * {
    margin-left: 2.75rem;
  }

  .xl\:children\:mt-12 > * {
    margin-top: 3rem;
  }

  .xl\:children\:mr-12 > * {
    margin-right: 3rem;
  }

  .xl\:children\:mb-12 > * {
    margin-bottom: 3rem;
  }

  .xl\:children\:ml-12 > * {
    margin-left: 3rem;
  }

  .xl\:children\:mt-13 > * {
    margin-top: 3.25rem;
  }

  .xl\:children\:mr-13 > * {
    margin-right: 3.25rem;
  }

  .xl\:children\:mb-13 > * {
    margin-bottom: 3.25rem;
  }

  .xl\:children\:ml-13 > * {
    margin-left: 3.25rem;
  }

  .xl\:children\:mt-14 > * {
    margin-top: 3.5rem;
  }

  .xl\:children\:mr-14 > * {
    margin-right: 3.5rem;
  }

  .xl\:children\:mb-14 > * {
    margin-bottom: 3.5rem;
  }

  .xl\:children\:ml-14 > * {
    margin-left: 3.5rem;
  }

  .xl\:children\:mt-15 > * {
    margin-top: 3.75rem;
  }

  .xl\:children\:mr-15 > * {
    margin-right: 3.75rem;
  }

  .xl\:children\:mb-15 > * {
    margin-bottom: 3.75rem;
  }

  .xl\:children\:ml-15 > * {
    margin-left: 3.75rem;
  }

  .xl\:children\:mt-16 > * {
    margin-top: 4rem;
  }

  .xl\:children\:mr-16 > * {
    margin-right: 4rem;
  }

  .xl\:children\:mb-16 > * {
    margin-bottom: 4rem;
  }

  .xl\:children\:ml-16 > * {
    margin-left: 4rem;
  }

  .xl\:children\:mt-17 > * {
    margin-top: 4.25rem;
  }

  .xl\:children\:mr-17 > * {
    margin-right: 4.25rem;
  }

  .xl\:children\:mb-17 > * {
    margin-bottom: 4.25rem;
  }

  .xl\:children\:ml-17 > * {
    margin-left: 4.25rem;
  }

  .xl\:children\:mt-18 > * {
    margin-top: 4.5rem;
  }

  .xl\:children\:mr-18 > * {
    margin-right: 4.5rem;
  }

  .xl\:children\:mb-18 > * {
    margin-bottom: 4.5rem;
  }

  .xl\:children\:ml-18 > * {
    margin-left: 4.5rem;
  }

  .xl\:children\:mt-19 > * {
    margin-top: 4.75rem;
  }

  .xl\:children\:mr-19 > * {
    margin-right: 4.75rem;
  }

  .xl\:children\:mb-19 > * {
    margin-bottom: 4.75rem;
  }

  .xl\:children\:ml-19 > * {
    margin-left: 4.75rem;
  }

  .xl\:children\:mt-20 > * {
    margin-top: 5rem;
  }

  .xl\:children\:mr-20 > * {
    margin-right: 5rem;
  }

  .xl\:children\:mb-20 > * {
    margin-bottom: 5rem;
  }

  .xl\:children\:ml-20 > * {
    margin-left: 5rem;
  }

  .xl\:children\:mt-24 > * {
    margin-top: 6rem;
  }

  .xl\:children\:mr-24 > * {
    margin-right: 6rem;
  }

  .xl\:children\:mb-24 > * {
    margin-bottom: 6rem;
  }

  .xl\:children\:ml-24 > * {
    margin-left: 6rem;
  }

  .xl\:children\:mt-32 > * {
    margin-top: 8rem;
  }

  .xl\:children\:mr-32 > * {
    margin-right: 8rem;
  }

  .xl\:children\:mb-32 > * {
    margin-bottom: 8rem;
  }

  .xl\:children\:ml-32 > * {
    margin-left: 8rem;
  }

  .xl\:children\:mt-40 > * {
    margin-top: 10rem;
  }

  .xl\:children\:mr-40 > * {
    margin-right: 10rem;
  }

  .xl\:children\:mb-40 > * {
    margin-bottom: 10rem;
  }

  .xl\:children\:ml-40 > * {
    margin-left: 10rem;
  }

  .xl\:children\:mt-48 > * {
    margin-top: 12rem;
  }

  .xl\:children\:mr-48 > * {
    margin-right: 12rem;
  }

  .xl\:children\:mb-48 > * {
    margin-bottom: 12rem;
  }

  .xl\:children\:ml-48 > * {
    margin-left: 12rem;
  }

  .xl\:children\:mt-56 > * {
    margin-top: 14rem;
  }

  .xl\:children\:mr-56 > * {
    margin-right: 14rem;
  }

  .xl\:children\:mb-56 > * {
    margin-bottom: 14rem;
  }

  .xl\:children\:ml-56 > * {
    margin-left: 14rem;
  }

  .xl\:children\:mt-64 > * {
    margin-top: 16rem;
  }

  .xl\:children\:mr-64 > * {
    margin-right: 16rem;
  }

  .xl\:children\:mb-64 > * {
    margin-bottom: 16rem;
  }

  .xl\:children\:ml-64 > * {
    margin-left: 16rem;
  }

  .xl\:children\:mt-75 > * {
    margin-top: 18.75rem;
  }

  .xl\:children\:mr-75 > * {
    margin-right: 18.75rem;
  }

  .xl\:children\:mb-75 > * {
    margin-bottom: 18.75rem;
  }

  .xl\:children\:ml-75 > * {
    margin-left: 18.75rem;
  }

  .xl\:children\:mt-auto > * {
    margin-top: auto;
  }

  .xl\:children\:mr-auto > * {
    margin-right: auto;
  }

  .xl\:children\:mb-auto > * {
    margin-bottom: auto;
  }

  .xl\:children\:ml-auto > * {
    margin-left: auto;
  }

  .xl\:children\:mt-px > * {
    margin-top: 1px;
  }

  .xl\:children\:mr-px > * {
    margin-right: 1px;
  }

  .xl\:children\:mb-px > * {
    margin-bottom: 1px;
  }

  .xl\:children\:ml-px > * {
    margin-left: 1px;
  }

  .xl\:children\:-mt-1 > * {
    margin-top: -0.25rem;
  }

  .xl\:children\:-mr-1 > * {
    margin-right: -0.25rem;
  }

  .xl\:children\:-mb-1 > * {
    margin-bottom: -0.25rem;
  }

  .xl\:children\:-ml-1 > * {
    margin-left: -0.25rem;
  }

  .xl\:children\:-mt-2 > * {
    margin-top: -0.5rem;
  }

  .xl\:children\:-mr-2 > * {
    margin-right: -0.5rem;
  }

  .xl\:children\:-mb-2 > * {
    margin-bottom: -0.5rem;
  }

  .xl\:children\:-ml-2 > * {
    margin-left: -0.5rem;
  }

  .xl\:children\:-mt-3 > * {
    margin-top: -0.75rem;
  }

  .xl\:children\:-mr-3 > * {
    margin-right: -0.75rem;
  }

  .xl\:children\:-mb-3 > * {
    margin-bottom: -0.75rem;
  }

  .xl\:children\:-ml-3 > * {
    margin-left: -0.75rem;
  }

  .xl\:children\:-mt-4 > * {
    margin-top: -1rem;
  }

  .xl\:children\:-mr-4 > * {
    margin-right: -1rem;
  }

  .xl\:children\:-mb-4 > * {
    margin-bottom: -1rem;
  }

  .xl\:children\:-ml-4 > * {
    margin-left: -1rem;
  }

  .xl\:children\:-mt-5 > * {
    margin-top: -1.25rem;
  }

  .xl\:children\:-mr-5 > * {
    margin-right: -1.25rem;
  }

  .xl\:children\:-mb-5 > * {
    margin-bottom: -1.25rem;
  }

  .xl\:children\:-ml-5 > * {
    margin-left: -1.25rem;
  }

  .xl\:children\:-mt-6 > * {
    margin-top: -1.5rem;
  }

  .xl\:children\:-mr-6 > * {
    margin-right: -1.5rem;
  }

  .xl\:children\:-mb-6 > * {
    margin-bottom: -1.5rem;
  }

  .xl\:children\:-ml-6 > * {
    margin-left: -1.5rem;
  }

  .xl\:children\:-mt-7 > * {
    margin-top: -1.75rem;
  }

  .xl\:children\:-mr-7 > * {
    margin-right: -1.75rem;
  }

  .xl\:children\:-mb-7 > * {
    margin-bottom: -1.75rem;
  }

  .xl\:children\:-ml-7 > * {
    margin-left: -1.75rem;
  }

  .xl\:children\:-mt-8 > * {
    margin-top: -2rem;
  }

  .xl\:children\:-mr-8 > * {
    margin-right: -2rem;
  }

  .xl\:children\:-mb-8 > * {
    margin-bottom: -2rem;
  }

  .xl\:children\:-ml-8 > * {
    margin-left: -2rem;
  }

  .xl\:children\:-mt-9 > * {
    margin-top: -2.25rem;
  }

  .xl\:children\:-mr-9 > * {
    margin-right: -2.25rem;
  }

  .xl\:children\:-mb-9 > * {
    margin-bottom: -2.25rem;
  }

  .xl\:children\:-ml-9 > * {
    margin-left: -2.25rem;
  }

  .xl\:children\:-mt-10 > * {
    margin-top: -2.5rem;
  }

  .xl\:children\:-mr-10 > * {
    margin-right: -2.5rem;
  }

  .xl\:children\:-mb-10 > * {
    margin-bottom: -2.5rem;
  }

  .xl\:children\:-ml-10 > * {
    margin-left: -2.5rem;
  }

  .xl\:children\:-mt-11 > * {
    margin-top: -2.75rem;
  }

  .xl\:children\:-mr-11 > * {
    margin-right: -2.75rem;
  }

  .xl\:children\:-mb-11 > * {
    margin-bottom: -2.75rem;
  }

  .xl\:children\:-ml-11 > * {
    margin-left: -2.75rem;
  }

  .xl\:children\:-mt-12 > * {
    margin-top: -3rem;
  }

  .xl\:children\:-mr-12 > * {
    margin-right: -3rem;
  }

  .xl\:children\:-mb-12 > * {
    margin-bottom: -3rem;
  }

  .xl\:children\:-ml-12 > * {
    margin-left: -3rem;
  }

  .xl\:children\:-mt-13 > * {
    margin-top: -3.25rem;
  }

  .xl\:children\:-mr-13 > * {
    margin-right: -3.25rem;
  }

  .xl\:children\:-mb-13 > * {
    margin-bottom: -3.25rem;
  }

  .xl\:children\:-ml-13 > * {
    margin-left: -3.25rem;
  }

  .xl\:children\:-mt-14 > * {
    margin-top: -3.5rem;
  }

  .xl\:children\:-mr-14 > * {
    margin-right: -3.5rem;
  }

  .xl\:children\:-mb-14 > * {
    margin-bottom: -3.5rem;
  }

  .xl\:children\:-ml-14 > * {
    margin-left: -3.5rem;
  }

  .xl\:children\:-mt-15 > * {
    margin-top: -3.75rem;
  }

  .xl\:children\:-mr-15 > * {
    margin-right: -3.75rem;
  }

  .xl\:children\:-mb-15 > * {
    margin-bottom: -3.75rem;
  }

  .xl\:children\:-ml-15 > * {
    margin-left: -3.75rem;
  }

  .xl\:children\:-mt-16 > * {
    margin-top: -4rem;
  }

  .xl\:children\:-mr-16 > * {
    margin-right: -4rem;
  }

  .xl\:children\:-mb-16 > * {
    margin-bottom: -4rem;
  }

  .xl\:children\:-ml-16 > * {
    margin-left: -4rem;
  }

  .xl\:children\:-mt-17 > * {
    margin-top: -4.25rem;
  }

  .xl\:children\:-mr-17 > * {
    margin-right: -4.25rem;
  }

  .xl\:children\:-mb-17 > * {
    margin-bottom: -4.25rem;
  }

  .xl\:children\:-ml-17 > * {
    margin-left: -4.25rem;
  }

  .xl\:children\:-mt-18 > * {
    margin-top: -4.5rem;
  }

  .xl\:children\:-mr-18 > * {
    margin-right: -4.5rem;
  }

  .xl\:children\:-mb-18 > * {
    margin-bottom: -4.5rem;
  }

  .xl\:children\:-ml-18 > * {
    margin-left: -4.5rem;
  }

  .xl\:children\:-mt-19 > * {
    margin-top: -4.75rem;
  }

  .xl\:children\:-mr-19 > * {
    margin-right: -4.75rem;
  }

  .xl\:children\:-mb-19 > * {
    margin-bottom: -4.75rem;
  }

  .xl\:children\:-ml-19 > * {
    margin-left: -4.75rem;
  }

  .xl\:children\:-mt-20 > * {
    margin-top: -5rem;
  }

  .xl\:children\:-mr-20 > * {
    margin-right: -5rem;
  }

  .xl\:children\:-mb-20 > * {
    margin-bottom: -5rem;
  }

  .xl\:children\:-ml-20 > * {
    margin-left: -5rem;
  }

  .xl\:children\:-mt-24 > * {
    margin-top: -6rem;
  }

  .xl\:children\:-mr-24 > * {
    margin-right: -6rem;
  }

  .xl\:children\:-mb-24 > * {
    margin-bottom: -6rem;
  }

  .xl\:children\:-ml-24 > * {
    margin-left: -6rem;
  }

  .xl\:children\:-mt-32 > * {
    margin-top: -8rem;
  }

  .xl\:children\:-mr-32 > * {
    margin-right: -8rem;
  }

  .xl\:children\:-mb-32 > * {
    margin-bottom: -8rem;
  }

  .xl\:children\:-ml-32 > * {
    margin-left: -8rem;
  }

  .xl\:children\:-mt-40 > * {
    margin-top: -10rem;
  }

  .xl\:children\:-mr-40 > * {
    margin-right: -10rem;
  }

  .xl\:children\:-mb-40 > * {
    margin-bottom: -10rem;
  }

  .xl\:children\:-ml-40 > * {
    margin-left: -10rem;
  }

  .xl\:children\:-mt-48 > * {
    margin-top: -12rem;
  }

  .xl\:children\:-mr-48 > * {
    margin-right: -12rem;
  }

  .xl\:children\:-mb-48 > * {
    margin-bottom: -12rem;
  }

  .xl\:children\:-ml-48 > * {
    margin-left: -12rem;
  }

  .xl\:children\:-mt-56 > * {
    margin-top: -14rem;
  }

  .xl\:children\:-mr-56 > * {
    margin-right: -14rem;
  }

  .xl\:children\:-mb-56 > * {
    margin-bottom: -14rem;
  }

  .xl\:children\:-ml-56 > * {
    margin-left: -14rem;
  }

  .xl\:children\:-mt-64 > * {
    margin-top: -16rem;
  }

  .xl\:children\:-mr-64 > * {
    margin-right: -16rem;
  }

  .xl\:children\:-mb-64 > * {
    margin-bottom: -16rem;
  }

  .xl\:children\:-ml-64 > * {
    margin-left: -16rem;
  }

  .xl\:children\:-mt-75 > * {
    margin-top: -18.75rem;
  }

  .xl\:children\:-mr-75 > * {
    margin-right: -18.75rem;
  }

  .xl\:children\:-mb-75 > * {
    margin-bottom: -18.75rem;
  }

  .xl\:children\:-ml-75 > * {
    margin-left: -18.75rem;
  }

  .xl\:children\:-mt-px > * {
    margin-top: -1px;
  }

  .xl\:children\:-mr-px > * {
    margin-right: -1px;
  }

  .xl\:children\:-mb-px > * {
    margin-bottom: -1px;
  }

  .xl\:children\:-ml-px > * {
    margin-left: -1px;
  }

  .xl\:first\:m-0:first-child {
    margin: 0;
  }

  .xl\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .xl\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .xl\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .xl\:first\:m-4:first-child {
    margin: 1rem;
  }

  .xl\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .xl\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .xl\:first\:m-7:first-child {
    margin: 1.75rem;
  }

  .xl\:first\:m-8:first-child {
    margin: 2rem;
  }

  .xl\:first\:m-9:first-child {
    margin: 2.25rem;
  }

  .xl\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .xl\:first\:m-11:first-child {
    margin: 2.75rem;
  }

  .xl\:first\:m-12:first-child {
    margin: 3rem;
  }

  .xl\:first\:m-13:first-child {
    margin: 3.25rem;
  }

  .xl\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .xl\:first\:m-15:first-child {
    margin: 3.75rem;
  }

  .xl\:first\:m-16:first-child {
    margin: 4rem;
  }

  .xl\:first\:m-17:first-child {
    margin: 4.25rem;
  }

  .xl\:first\:m-18:first-child {
    margin: 4.5rem;
  }

  .xl\:first\:m-19:first-child {
    margin: 4.75rem;
  }

  .xl\:first\:m-20:first-child {
    margin: 5rem;
  }

  .xl\:first\:m-24:first-child {
    margin: 6rem;
  }

  .xl\:first\:m-32:first-child {
    margin: 8rem;
  }

  .xl\:first\:m-40:first-child {
    margin: 10rem;
  }

  .xl\:first\:m-48:first-child {
    margin: 12rem;
  }

  .xl\:first\:m-56:first-child {
    margin: 14rem;
  }

  .xl\:first\:m-64:first-child {
    margin: 16rem;
  }

  .xl\:first\:m-75:first-child {
    margin: 18.75rem;
  }

  .xl\:first\:m-auto:first-child {
    margin: auto;
  }

  .xl\:first\:m-px:first-child {
    margin: 1px;
  }

  .xl\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .xl\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .xl\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .xl\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .xl\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .xl\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .xl\:first\:-m-7:first-child {
    margin: -1.75rem;
  }

  .xl\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .xl\:first\:-m-9:first-child {
    margin: -2.25rem;
  }

  .xl\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .xl\:first\:-m-11:first-child {
    margin: -2.75rem;
  }

  .xl\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .xl\:first\:-m-13:first-child {
    margin: -3.25rem;
  }

  .xl\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .xl\:first\:-m-15:first-child {
    margin: -3.75rem;
  }

  .xl\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .xl\:first\:-m-17:first-child {
    margin: -4.25rem;
  }

  .xl\:first\:-m-18:first-child {
    margin: -4.5rem;
  }

  .xl\:first\:-m-19:first-child {
    margin: -4.75rem;
  }

  .xl\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .xl\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .xl\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .xl\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .xl\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .xl\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .xl\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .xl\:first\:-m-75:first-child {
    margin: -18.75rem;
  }

  .xl\:first\:-m-px:first-child {
    margin: -1px;
  }

  .xl\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:first\:my-7:first-child {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:first\:mx-7:first-child {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:first\:my-9:first-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:first\:mx-9:first-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:first\:my-11:first-child {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:first\:mx-11:first-child {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:first\:my-13:first-child {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .xl\:first\:mx-13:first-child {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .xl\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:first\:my-15:first-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:first\:mx-15:first-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xl\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:first\:my-17:first-child {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .xl\:first\:mx-17:first-child {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .xl\:first\:my-18:first-child {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xl\:first\:mx-18:first-child {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xl\:first\:my-19:first-child {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xl\:first\:mx-19:first-child {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xl\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:first\:my-75:first-child {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .xl\:first\:mx-75:first-child {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .xl\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:first\:-my-7:first-child {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:first\:-mx-7:first-child {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:first\:-my-9:first-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:first\:-mx-9:first-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:first\:-my-11:first-child {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:first\:-mx-11:first-child {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:first\:-my-13:first-child {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .xl\:first\:-mx-13:first-child {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .xl\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:first\:-my-15:first-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:first\:-mx-15:first-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xl\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:first\:-my-17:first-child {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .xl\:first\:-mx-17:first-child {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .xl\:first\:-my-18:first-child {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xl\:first\:-mx-18:first-child {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xl\:first\:-my-19:first-child {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .xl\:first\:-mx-19:first-child {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .xl\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:first\:-my-75:first-child {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .xl\:first\:-mx-75:first-child {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .xl\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .xl\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .xl\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .xl\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .xl\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .xl\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .xl\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .xl\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .xl\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .xl\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .xl\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .xl\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .xl\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .xl\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .xl\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .xl\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .xl\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .xl\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .xl\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .xl\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .xl\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .xl\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .xl\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .xl\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .xl\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .xl\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .xl\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .xl\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .xl\:first\:mt-7:first-child {
    margin-top: 1.75rem;
  }

  .xl\:first\:mr-7:first-child {
    margin-right: 1.75rem;
  }

  .xl\:first\:mb-7:first-child {
    margin-bottom: 1.75rem;
  }

  .xl\:first\:ml-7:first-child {
    margin-left: 1.75rem;
  }

  .xl\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .xl\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .xl\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .xl\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .xl\:first\:mt-9:first-child {
    margin-top: 2.25rem;
  }

  .xl\:first\:mr-9:first-child {
    margin-right: 2.25rem;
  }

  .xl\:first\:mb-9:first-child {
    margin-bottom: 2.25rem;
  }

  .xl\:first\:ml-9:first-child {
    margin-left: 2.25rem;
  }

  .xl\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .xl\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .xl\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .xl\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .xl\:first\:mt-11:first-child {
    margin-top: 2.75rem;
  }

  .xl\:first\:mr-11:first-child {
    margin-right: 2.75rem;
  }

  .xl\:first\:mb-11:first-child {
    margin-bottom: 2.75rem;
  }

  .xl\:first\:ml-11:first-child {
    margin-left: 2.75rem;
  }

  .xl\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .xl\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .xl\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .xl\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .xl\:first\:mt-13:first-child {
    margin-top: 3.25rem;
  }

  .xl\:first\:mr-13:first-child {
    margin-right: 3.25rem;
  }

  .xl\:first\:mb-13:first-child {
    margin-bottom: 3.25rem;
  }

  .xl\:first\:ml-13:first-child {
    margin-left: 3.25rem;
  }

  .xl\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .xl\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .xl\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .xl\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .xl\:first\:mt-15:first-child {
    margin-top: 3.75rem;
  }

  .xl\:first\:mr-15:first-child {
    margin-right: 3.75rem;
  }

  .xl\:first\:mb-15:first-child {
    margin-bottom: 3.75rem;
  }

  .xl\:first\:ml-15:first-child {
    margin-left: 3.75rem;
  }

  .xl\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .xl\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .xl\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .xl\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .xl\:first\:mt-17:first-child {
    margin-top: 4.25rem;
  }

  .xl\:first\:mr-17:first-child {
    margin-right: 4.25rem;
  }

  .xl\:first\:mb-17:first-child {
    margin-bottom: 4.25rem;
  }

  .xl\:first\:ml-17:first-child {
    margin-left: 4.25rem;
  }

  .xl\:first\:mt-18:first-child {
    margin-top: 4.5rem;
  }

  .xl\:first\:mr-18:first-child {
    margin-right: 4.5rem;
  }

  .xl\:first\:mb-18:first-child {
    margin-bottom: 4.5rem;
  }

  .xl\:first\:ml-18:first-child {
    margin-left: 4.5rem;
  }

  .xl\:first\:mt-19:first-child {
    margin-top: 4.75rem;
  }

  .xl\:first\:mr-19:first-child {
    margin-right: 4.75rem;
  }

  .xl\:first\:mb-19:first-child {
    margin-bottom: 4.75rem;
  }

  .xl\:first\:ml-19:first-child {
    margin-left: 4.75rem;
  }

  .xl\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .xl\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .xl\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .xl\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .xl\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .xl\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .xl\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .xl\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .xl\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .xl\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .xl\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .xl\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .xl\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .xl\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .xl\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .xl\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .xl\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .xl\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .xl\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .xl\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .xl\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .xl\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .xl\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .xl\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .xl\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .xl\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .xl\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .xl\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .xl\:first\:mt-75:first-child {
    margin-top: 18.75rem;
  }

  .xl\:first\:mr-75:first-child {
    margin-right: 18.75rem;
  }

  .xl\:first\:mb-75:first-child {
    margin-bottom: 18.75rem;
  }

  .xl\:first\:ml-75:first-child {
    margin-left: 18.75rem;
  }

  .xl\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .xl\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .xl\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .xl\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .xl\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .xl\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .xl\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .xl\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .xl\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .xl\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .xl\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .xl\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .xl\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .xl\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .xl\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .xl\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .xl\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .xl\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .xl\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .xl\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .xl\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .xl\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .xl\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .xl\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .xl\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .xl\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .xl\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .xl\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .xl\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .xl\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .xl\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .xl\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .xl\:first\:-mt-7:first-child {
    margin-top: -1.75rem;
  }

  .xl\:first\:-mr-7:first-child {
    margin-right: -1.75rem;
  }

  .xl\:first\:-mb-7:first-child {
    margin-bottom: -1.75rem;
  }

  .xl\:first\:-ml-7:first-child {
    margin-left: -1.75rem;
  }

  .xl\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .xl\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .xl\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .xl\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .xl\:first\:-mt-9:first-child {
    margin-top: -2.25rem;
  }

  .xl\:first\:-mr-9:first-child {
    margin-right: -2.25rem;
  }

  .xl\:first\:-mb-9:first-child {
    margin-bottom: -2.25rem;
  }

  .xl\:first\:-ml-9:first-child {
    margin-left: -2.25rem;
  }

  .xl\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .xl\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .xl\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .xl\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .xl\:first\:-mt-11:first-child {
    margin-top: -2.75rem;
  }

  .xl\:first\:-mr-11:first-child {
    margin-right: -2.75rem;
  }

  .xl\:first\:-mb-11:first-child {
    margin-bottom: -2.75rem;
  }

  .xl\:first\:-ml-11:first-child {
    margin-left: -2.75rem;
  }

  .xl\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .xl\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .xl\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .xl\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .xl\:first\:-mt-13:first-child {
    margin-top: -3.25rem;
  }

  .xl\:first\:-mr-13:first-child {
    margin-right: -3.25rem;
  }

  .xl\:first\:-mb-13:first-child {
    margin-bottom: -3.25rem;
  }

  .xl\:first\:-ml-13:first-child {
    margin-left: -3.25rem;
  }

  .xl\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .xl\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .xl\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .xl\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .xl\:first\:-mt-15:first-child {
    margin-top: -3.75rem;
  }

  .xl\:first\:-mr-15:first-child {
    margin-right: -3.75rem;
  }

  .xl\:first\:-mb-15:first-child {
    margin-bottom: -3.75rem;
  }

  .xl\:first\:-ml-15:first-child {
    margin-left: -3.75rem;
  }

  .xl\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .xl\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .xl\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .xl\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .xl\:first\:-mt-17:first-child {
    margin-top: -4.25rem;
  }

  .xl\:first\:-mr-17:first-child {
    margin-right: -4.25rem;
  }

  .xl\:first\:-mb-17:first-child {
    margin-bottom: -4.25rem;
  }

  .xl\:first\:-ml-17:first-child {
    margin-left: -4.25rem;
  }

  .xl\:first\:-mt-18:first-child {
    margin-top: -4.5rem;
  }

  .xl\:first\:-mr-18:first-child {
    margin-right: -4.5rem;
  }

  .xl\:first\:-mb-18:first-child {
    margin-bottom: -4.5rem;
  }

  .xl\:first\:-ml-18:first-child {
    margin-left: -4.5rem;
  }

  .xl\:first\:-mt-19:first-child {
    margin-top: -4.75rem;
  }

  .xl\:first\:-mr-19:first-child {
    margin-right: -4.75rem;
  }

  .xl\:first\:-mb-19:first-child {
    margin-bottom: -4.75rem;
  }

  .xl\:first\:-ml-19:first-child {
    margin-left: -4.75rem;
  }

  .xl\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .xl\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .xl\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .xl\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .xl\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .xl\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .xl\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .xl\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .xl\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .xl\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .xl\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .xl\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .xl\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .xl\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .xl\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .xl\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .xl\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .xl\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .xl\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .xl\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .xl\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .xl\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .xl\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .xl\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .xl\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .xl\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .xl\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .xl\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .xl\:first\:-mt-75:first-child {
    margin-top: -18.75rem;
  }

  .xl\:first\:-mr-75:first-child {
    margin-right: -18.75rem;
  }

  .xl\:first\:-mb-75:first-child {
    margin-bottom: -18.75rem;
  }

  .xl\:first\:-ml-75:first-child {
    margin-left: -18.75rem;
  }

  .xl\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .xl\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .xl\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .xl\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .xl\:last\:m-0:last-child {
    margin: 0;
  }

  .xl\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .xl\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .xl\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .xl\:last\:m-4:last-child {
    margin: 1rem;
  }

  .xl\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .xl\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .xl\:last\:m-7:last-child {
    margin: 1.75rem;
  }

  .xl\:last\:m-8:last-child {
    margin: 2rem;
  }

  .xl\:last\:m-9:last-child {
    margin: 2.25rem;
  }

  .xl\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .xl\:last\:m-11:last-child {
    margin: 2.75rem;
  }

  .xl\:last\:m-12:last-child {
    margin: 3rem;
  }

  .xl\:last\:m-13:last-child {
    margin: 3.25rem;
  }

  .xl\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .xl\:last\:m-15:last-child {
    margin: 3.75rem;
  }

  .xl\:last\:m-16:last-child {
    margin: 4rem;
  }

  .xl\:last\:m-17:last-child {
    margin: 4.25rem;
  }

  .xl\:last\:m-18:last-child {
    margin: 4.5rem;
  }

  .xl\:last\:m-19:last-child {
    margin: 4.75rem;
  }

  .xl\:last\:m-20:last-child {
    margin: 5rem;
  }

  .xl\:last\:m-24:last-child {
    margin: 6rem;
  }

  .xl\:last\:m-32:last-child {
    margin: 8rem;
  }

  .xl\:last\:m-40:last-child {
    margin: 10rem;
  }

  .xl\:last\:m-48:last-child {
    margin: 12rem;
  }

  .xl\:last\:m-56:last-child {
    margin: 14rem;
  }

  .xl\:last\:m-64:last-child {
    margin: 16rem;
  }

  .xl\:last\:m-75:last-child {
    margin: 18.75rem;
  }

  .xl\:last\:m-auto:last-child {
    margin: auto;
  }

  .xl\:last\:m-px:last-child {
    margin: 1px;
  }

  .xl\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .xl\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .xl\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .xl\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .xl\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .xl\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .xl\:last\:-m-7:last-child {
    margin: -1.75rem;
  }

  .xl\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .xl\:last\:-m-9:last-child {
    margin: -2.25rem;
  }

  .xl\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .xl\:last\:-m-11:last-child {
    margin: -2.75rem;
  }

  .xl\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .xl\:last\:-m-13:last-child {
    margin: -3.25rem;
  }

  .xl\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .xl\:last\:-m-15:last-child {
    margin: -3.75rem;
  }

  .xl\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .xl\:last\:-m-17:last-child {
    margin: -4.25rem;
  }

  .xl\:last\:-m-18:last-child {
    margin: -4.5rem;
  }

  .xl\:last\:-m-19:last-child {
    margin: -4.75rem;
  }

  .xl\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .xl\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .xl\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .xl\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .xl\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .xl\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .xl\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .xl\:last\:-m-75:last-child {
    margin: -18.75rem;
  }

  .xl\:last\:-m-px:last-child {
    margin: -1px;
  }

  .xl\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:last\:my-7:last-child {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:last\:mx-7:last-child {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:last\:my-9:last-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:last\:mx-9:last-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:last\:my-11:last-child {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:last\:mx-11:last-child {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:last\:my-13:last-child {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .xl\:last\:mx-13:last-child {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .xl\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:last\:my-15:last-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:last\:mx-15:last-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xl\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:last\:my-17:last-child {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .xl\:last\:mx-17:last-child {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .xl\:last\:my-18:last-child {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xl\:last\:mx-18:last-child {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xl\:last\:my-19:last-child {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xl\:last\:mx-19:last-child {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xl\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:last\:my-75:last-child {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .xl\:last\:mx-75:last-child {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .xl\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:last\:-my-7:last-child {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:last\:-mx-7:last-child {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:last\:-my-9:last-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:last\:-mx-9:last-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:last\:-my-11:last-child {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:last\:-mx-11:last-child {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:last\:-my-13:last-child {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .xl\:last\:-mx-13:last-child {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .xl\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:last\:-my-15:last-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:last\:-mx-15:last-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xl\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:last\:-my-17:last-child {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .xl\:last\:-mx-17:last-child {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .xl\:last\:-my-18:last-child {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xl\:last\:-mx-18:last-child {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xl\:last\:-my-19:last-child {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .xl\:last\:-mx-19:last-child {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .xl\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:last\:-my-75:last-child {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .xl\:last\:-mx-75:last-child {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .xl\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .xl\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .xl\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .xl\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .xl\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .xl\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .xl\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .xl\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .xl\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .xl\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .xl\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .xl\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .xl\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .xl\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .xl\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .xl\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .xl\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .xl\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .xl\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .xl\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .xl\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .xl\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .xl\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .xl\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .xl\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .xl\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .xl\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .xl\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .xl\:last\:mt-7:last-child {
    margin-top: 1.75rem;
  }

  .xl\:last\:mr-7:last-child {
    margin-right: 1.75rem;
  }

  .xl\:last\:mb-7:last-child {
    margin-bottom: 1.75rem;
  }

  .xl\:last\:ml-7:last-child {
    margin-left: 1.75rem;
  }

  .xl\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .xl\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .xl\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .xl\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .xl\:last\:mt-9:last-child {
    margin-top: 2.25rem;
  }

  .xl\:last\:mr-9:last-child {
    margin-right: 2.25rem;
  }

  .xl\:last\:mb-9:last-child {
    margin-bottom: 2.25rem;
  }

  .xl\:last\:ml-9:last-child {
    margin-left: 2.25rem;
  }

  .xl\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .xl\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .xl\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .xl\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .xl\:last\:mt-11:last-child {
    margin-top: 2.75rem;
  }

  .xl\:last\:mr-11:last-child {
    margin-right: 2.75rem;
  }

  .xl\:last\:mb-11:last-child {
    margin-bottom: 2.75rem;
  }

  .xl\:last\:ml-11:last-child {
    margin-left: 2.75rem;
  }

  .xl\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .xl\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .xl\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .xl\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .xl\:last\:mt-13:last-child {
    margin-top: 3.25rem;
  }

  .xl\:last\:mr-13:last-child {
    margin-right: 3.25rem;
  }

  .xl\:last\:mb-13:last-child {
    margin-bottom: 3.25rem;
  }

  .xl\:last\:ml-13:last-child {
    margin-left: 3.25rem;
  }

  .xl\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .xl\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .xl\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .xl\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .xl\:last\:mt-15:last-child {
    margin-top: 3.75rem;
  }

  .xl\:last\:mr-15:last-child {
    margin-right: 3.75rem;
  }

  .xl\:last\:mb-15:last-child {
    margin-bottom: 3.75rem;
  }

  .xl\:last\:ml-15:last-child {
    margin-left: 3.75rem;
  }

  .xl\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .xl\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .xl\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .xl\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .xl\:last\:mt-17:last-child {
    margin-top: 4.25rem;
  }

  .xl\:last\:mr-17:last-child {
    margin-right: 4.25rem;
  }

  .xl\:last\:mb-17:last-child {
    margin-bottom: 4.25rem;
  }

  .xl\:last\:ml-17:last-child {
    margin-left: 4.25rem;
  }

  .xl\:last\:mt-18:last-child {
    margin-top: 4.5rem;
  }

  .xl\:last\:mr-18:last-child {
    margin-right: 4.5rem;
  }

  .xl\:last\:mb-18:last-child {
    margin-bottom: 4.5rem;
  }

  .xl\:last\:ml-18:last-child {
    margin-left: 4.5rem;
  }

  .xl\:last\:mt-19:last-child {
    margin-top: 4.75rem;
  }

  .xl\:last\:mr-19:last-child {
    margin-right: 4.75rem;
  }

  .xl\:last\:mb-19:last-child {
    margin-bottom: 4.75rem;
  }

  .xl\:last\:ml-19:last-child {
    margin-left: 4.75rem;
  }

  .xl\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .xl\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .xl\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .xl\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .xl\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .xl\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .xl\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .xl\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .xl\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .xl\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .xl\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .xl\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .xl\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .xl\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .xl\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .xl\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .xl\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .xl\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .xl\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .xl\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .xl\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .xl\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .xl\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .xl\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .xl\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .xl\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .xl\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .xl\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .xl\:last\:mt-75:last-child {
    margin-top: 18.75rem;
  }

  .xl\:last\:mr-75:last-child {
    margin-right: 18.75rem;
  }

  .xl\:last\:mb-75:last-child {
    margin-bottom: 18.75rem;
  }

  .xl\:last\:ml-75:last-child {
    margin-left: 18.75rem;
  }

  .xl\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .xl\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .xl\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .xl\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .xl\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .xl\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .xl\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .xl\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .xl\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .xl\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .xl\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .xl\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .xl\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .xl\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .xl\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .xl\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .xl\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .xl\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .xl\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .xl\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .xl\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .xl\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .xl\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .xl\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .xl\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .xl\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .xl\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .xl\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .xl\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .xl\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .xl\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .xl\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .xl\:last\:-mt-7:last-child {
    margin-top: -1.75rem;
  }

  .xl\:last\:-mr-7:last-child {
    margin-right: -1.75rem;
  }

  .xl\:last\:-mb-7:last-child {
    margin-bottom: -1.75rem;
  }

  .xl\:last\:-ml-7:last-child {
    margin-left: -1.75rem;
  }

  .xl\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .xl\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .xl\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .xl\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .xl\:last\:-mt-9:last-child {
    margin-top: -2.25rem;
  }

  .xl\:last\:-mr-9:last-child {
    margin-right: -2.25rem;
  }

  .xl\:last\:-mb-9:last-child {
    margin-bottom: -2.25rem;
  }

  .xl\:last\:-ml-9:last-child {
    margin-left: -2.25rem;
  }

  .xl\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .xl\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .xl\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .xl\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .xl\:last\:-mt-11:last-child {
    margin-top: -2.75rem;
  }

  .xl\:last\:-mr-11:last-child {
    margin-right: -2.75rem;
  }

  .xl\:last\:-mb-11:last-child {
    margin-bottom: -2.75rem;
  }

  .xl\:last\:-ml-11:last-child {
    margin-left: -2.75rem;
  }

  .xl\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .xl\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .xl\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .xl\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .xl\:last\:-mt-13:last-child {
    margin-top: -3.25rem;
  }

  .xl\:last\:-mr-13:last-child {
    margin-right: -3.25rem;
  }

  .xl\:last\:-mb-13:last-child {
    margin-bottom: -3.25rem;
  }

  .xl\:last\:-ml-13:last-child {
    margin-left: -3.25rem;
  }

  .xl\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .xl\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .xl\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .xl\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .xl\:last\:-mt-15:last-child {
    margin-top: -3.75rem;
  }

  .xl\:last\:-mr-15:last-child {
    margin-right: -3.75rem;
  }

  .xl\:last\:-mb-15:last-child {
    margin-bottom: -3.75rem;
  }

  .xl\:last\:-ml-15:last-child {
    margin-left: -3.75rem;
  }

  .xl\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .xl\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .xl\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .xl\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .xl\:last\:-mt-17:last-child {
    margin-top: -4.25rem;
  }

  .xl\:last\:-mr-17:last-child {
    margin-right: -4.25rem;
  }

  .xl\:last\:-mb-17:last-child {
    margin-bottom: -4.25rem;
  }

  .xl\:last\:-ml-17:last-child {
    margin-left: -4.25rem;
  }

  .xl\:last\:-mt-18:last-child {
    margin-top: -4.5rem;
  }

  .xl\:last\:-mr-18:last-child {
    margin-right: -4.5rem;
  }

  .xl\:last\:-mb-18:last-child {
    margin-bottom: -4.5rem;
  }

  .xl\:last\:-ml-18:last-child {
    margin-left: -4.5rem;
  }

  .xl\:last\:-mt-19:last-child {
    margin-top: -4.75rem;
  }

  .xl\:last\:-mr-19:last-child {
    margin-right: -4.75rem;
  }

  .xl\:last\:-mb-19:last-child {
    margin-bottom: -4.75rem;
  }

  .xl\:last\:-ml-19:last-child {
    margin-left: -4.75rem;
  }

  .xl\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .xl\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .xl\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .xl\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .xl\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .xl\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .xl\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .xl\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .xl\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .xl\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .xl\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .xl\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .xl\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .xl\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .xl\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .xl\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .xl\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .xl\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .xl\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .xl\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .xl\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .xl\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .xl\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .xl\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .xl\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .xl\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .xl\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .xl\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .xl\:last\:-mt-75:last-child {
    margin-top: -18.75rem;
  }

  .xl\:last\:-mr-75:last-child {
    margin-right: -18.75rem;
  }

  .xl\:last\:-mb-75:last-child {
    margin-bottom: -18.75rem;
  }

  .xl\:last\:-ml-75:last-child {
    margin-left: -18.75rem;
  }

  .xl\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .xl\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .xl\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .xl\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .xl\:hover\:m-0:hover {
    margin: 0;
  }

  .xl\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .xl\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .xl\:hover\:m-3:hover {
    margin: 0.75rem;
  }

  .xl\:hover\:m-4:hover {
    margin: 1rem;
  }

  .xl\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .xl\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .xl\:hover\:m-7:hover {
    margin: 1.75rem;
  }

  .xl\:hover\:m-8:hover {
    margin: 2rem;
  }

  .xl\:hover\:m-9:hover {
    margin: 2.25rem;
  }

  .xl\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .xl\:hover\:m-11:hover {
    margin: 2.75rem;
  }

  .xl\:hover\:m-12:hover {
    margin: 3rem;
  }

  .xl\:hover\:m-13:hover {
    margin: 3.25rem;
  }

  .xl\:hover\:m-14:hover {
    margin: 3.5rem;
  }

  .xl\:hover\:m-15:hover {
    margin: 3.75rem;
  }

  .xl\:hover\:m-16:hover {
    margin: 4rem;
  }

  .xl\:hover\:m-17:hover {
    margin: 4.25rem;
  }

  .xl\:hover\:m-18:hover {
    margin: 4.5rem;
  }

  .xl\:hover\:m-19:hover {
    margin: 4.75rem;
  }

  .xl\:hover\:m-20:hover {
    margin: 5rem;
  }

  .xl\:hover\:m-24:hover {
    margin: 6rem;
  }

  .xl\:hover\:m-32:hover {
    margin: 8rem;
  }

  .xl\:hover\:m-40:hover {
    margin: 10rem;
  }

  .xl\:hover\:m-48:hover {
    margin: 12rem;
  }

  .xl\:hover\:m-56:hover {
    margin: 14rem;
  }

  .xl\:hover\:m-64:hover {
    margin: 16rem;
  }

  .xl\:hover\:m-75:hover {
    margin: 18.75rem;
  }

  .xl\:hover\:m-auto:hover {
    margin: auto;
  }

  .xl\:hover\:m-px:hover {
    margin: 1px;
  }

  .xl\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .xl\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .xl\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .xl\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .xl\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .xl\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .xl\:hover\:-m-7:hover {
    margin: -1.75rem;
  }

  .xl\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .xl\:hover\:-m-9:hover {
    margin: -2.25rem;
  }

  .xl\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .xl\:hover\:-m-11:hover {
    margin: -2.75rem;
  }

  .xl\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .xl\:hover\:-m-13:hover {
    margin: -3.25rem;
  }

  .xl\:hover\:-m-14:hover {
    margin: -3.5rem;
  }

  .xl\:hover\:-m-15:hover {
    margin: -3.75rem;
  }

  .xl\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .xl\:hover\:-m-17:hover {
    margin: -4.25rem;
  }

  .xl\:hover\:-m-18:hover {
    margin: -4.5rem;
  }

  .xl\:hover\:-m-19:hover {
    margin: -4.75rem;
  }

  .xl\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .xl\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .xl\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .xl\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .xl\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .xl\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .xl\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .xl\:hover\:-m-75:hover {
    margin: -18.75rem;
  }

  .xl\:hover\:-m-px:hover {
    margin: -1px;
  }

  .xl\:hover\:my-0:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:hover\:mx-0:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:hover\:my-3:hover {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:hover\:mx-3:hover {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:hover\:my-7:hover {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:hover\:mx-7:hover {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:hover\:my-9:hover {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:hover\:mx-9:hover {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:hover\:my-11:hover {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:hover\:mx-11:hover {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:hover\:my-13:hover {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .xl\:hover\:mx-13:hover {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .xl\:hover\:my-14:hover {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:hover\:mx-14:hover {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:hover\:my-15:hover {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:hover\:mx-15:hover {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xl\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:hover\:my-17:hover {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .xl\:hover\:mx-17:hover {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .xl\:hover\:my-18:hover {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xl\:hover\:mx-18:hover {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xl\:hover\:my-19:hover {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xl\:hover\:mx-19:hover {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xl\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:hover\:my-75:hover {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .xl\:hover\:mx-75:hover {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .xl\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:hover\:-my-7:hover {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:hover\:-mx-7:hover {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:hover\:-my-9:hover {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:hover\:-mx-9:hover {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:hover\:-my-11:hover {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:hover\:-mx-11:hover {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:hover\:-my-13:hover {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .xl\:hover\:-mx-13:hover {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .xl\:hover\:-my-14:hover {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:hover\:-mx-14:hover {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:hover\:-my-15:hover {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:hover\:-mx-15:hover {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xl\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:hover\:-my-17:hover {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .xl\:hover\:-mx-17:hover {
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .xl\:hover\:-my-18:hover {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xl\:hover\:-mx-18:hover {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xl\:hover\:-my-19:hover {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .xl\:hover\:-mx-19:hover {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .xl\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:hover\:-my-75:hover {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .xl\:hover\:-mx-75:hover {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .xl\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:hover\:mt-0:hover {
    margin-top: 0;
  }

  .xl\:hover\:mr-0:hover {
    margin-right: 0;
  }

  .xl\:hover\:mb-0:hover {
    margin-bottom: 0;
  }

  .xl\:hover\:ml-0:hover {
    margin-left: 0;
  }

  .xl\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .xl\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .xl\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .xl\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .xl\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .xl\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .xl\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .xl\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .xl\:hover\:mt-3:hover {
    margin-top: 0.75rem;
  }

  .xl\:hover\:mr-3:hover {
    margin-right: 0.75rem;
  }

  .xl\:hover\:mb-3:hover {
    margin-bottom: 0.75rem;
  }

  .xl\:hover\:ml-3:hover {
    margin-left: 0.75rem;
  }

  .xl\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .xl\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .xl\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .xl\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .xl\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .xl\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .xl\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .xl\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .xl\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .xl\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .xl\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .xl\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .xl\:hover\:mt-7:hover {
    margin-top: 1.75rem;
  }

  .xl\:hover\:mr-7:hover {
    margin-right: 1.75rem;
  }

  .xl\:hover\:mb-7:hover {
    margin-bottom: 1.75rem;
  }

  .xl\:hover\:ml-7:hover {
    margin-left: 1.75rem;
  }

  .xl\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .xl\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .xl\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .xl\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .xl\:hover\:mt-9:hover {
    margin-top: 2.25rem;
  }

  .xl\:hover\:mr-9:hover {
    margin-right: 2.25rem;
  }

  .xl\:hover\:mb-9:hover {
    margin-bottom: 2.25rem;
  }

  .xl\:hover\:ml-9:hover {
    margin-left: 2.25rem;
  }

  .xl\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .xl\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .xl\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .xl\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .xl\:hover\:mt-11:hover {
    margin-top: 2.75rem;
  }

  .xl\:hover\:mr-11:hover {
    margin-right: 2.75rem;
  }

  .xl\:hover\:mb-11:hover {
    margin-bottom: 2.75rem;
  }

  .xl\:hover\:ml-11:hover {
    margin-left: 2.75rem;
  }

  .xl\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .xl\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .xl\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .xl\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .xl\:hover\:mt-13:hover {
    margin-top: 3.25rem;
  }

  .xl\:hover\:mr-13:hover {
    margin-right: 3.25rem;
  }

  .xl\:hover\:mb-13:hover {
    margin-bottom: 3.25rem;
  }

  .xl\:hover\:ml-13:hover {
    margin-left: 3.25rem;
  }

  .xl\:hover\:mt-14:hover {
    margin-top: 3.5rem;
  }

  .xl\:hover\:mr-14:hover {
    margin-right: 3.5rem;
  }

  .xl\:hover\:mb-14:hover {
    margin-bottom: 3.5rem;
  }

  .xl\:hover\:ml-14:hover {
    margin-left: 3.5rem;
  }

  .xl\:hover\:mt-15:hover {
    margin-top: 3.75rem;
  }

  .xl\:hover\:mr-15:hover {
    margin-right: 3.75rem;
  }

  .xl\:hover\:mb-15:hover {
    margin-bottom: 3.75rem;
  }

  .xl\:hover\:ml-15:hover {
    margin-left: 3.75rem;
  }

  .xl\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .xl\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .xl\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .xl\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .xl\:hover\:mt-17:hover {
    margin-top: 4.25rem;
  }

  .xl\:hover\:mr-17:hover {
    margin-right: 4.25rem;
  }

  .xl\:hover\:mb-17:hover {
    margin-bottom: 4.25rem;
  }

  .xl\:hover\:ml-17:hover {
    margin-left: 4.25rem;
  }

  .xl\:hover\:mt-18:hover {
    margin-top: 4.5rem;
  }

  .xl\:hover\:mr-18:hover {
    margin-right: 4.5rem;
  }

  .xl\:hover\:mb-18:hover {
    margin-bottom: 4.5rem;
  }

  .xl\:hover\:ml-18:hover {
    margin-left: 4.5rem;
  }

  .xl\:hover\:mt-19:hover {
    margin-top: 4.75rem;
  }

  .xl\:hover\:mr-19:hover {
    margin-right: 4.75rem;
  }

  .xl\:hover\:mb-19:hover {
    margin-bottom: 4.75rem;
  }

  .xl\:hover\:ml-19:hover {
    margin-left: 4.75rem;
  }

  .xl\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .xl\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .xl\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .xl\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .xl\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .xl\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .xl\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .xl\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .xl\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .xl\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .xl\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .xl\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .xl\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .xl\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .xl\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .xl\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .xl\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .xl\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .xl\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .xl\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .xl\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .xl\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .xl\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .xl\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .xl\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .xl\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .xl\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .xl\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .xl\:hover\:mt-75:hover {
    margin-top: 18.75rem;
  }

  .xl\:hover\:mr-75:hover {
    margin-right: 18.75rem;
  }

  .xl\:hover\:mb-75:hover {
    margin-bottom: 18.75rem;
  }

  .xl\:hover\:ml-75:hover {
    margin-left: 18.75rem;
  }

  .xl\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .xl\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .xl\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .xl\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .xl\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .xl\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .xl\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .xl\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .xl\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .xl\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .xl\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .xl\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .xl\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .xl\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .xl\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .xl\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .xl\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .xl\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .xl\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .xl\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .xl\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .xl\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .xl\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .xl\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .xl\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .xl\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .xl\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .xl\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .xl\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .xl\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .xl\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .xl\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .xl\:hover\:-mt-7:hover {
    margin-top: -1.75rem;
  }

  .xl\:hover\:-mr-7:hover {
    margin-right: -1.75rem;
  }

  .xl\:hover\:-mb-7:hover {
    margin-bottom: -1.75rem;
  }

  .xl\:hover\:-ml-7:hover {
    margin-left: -1.75rem;
  }

  .xl\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .xl\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .xl\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .xl\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .xl\:hover\:-mt-9:hover {
    margin-top: -2.25rem;
  }

  .xl\:hover\:-mr-9:hover {
    margin-right: -2.25rem;
  }

  .xl\:hover\:-mb-9:hover {
    margin-bottom: -2.25rem;
  }

  .xl\:hover\:-ml-9:hover {
    margin-left: -2.25rem;
  }

  .xl\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .xl\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .xl\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .xl\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .xl\:hover\:-mt-11:hover {
    margin-top: -2.75rem;
  }

  .xl\:hover\:-mr-11:hover {
    margin-right: -2.75rem;
  }

  .xl\:hover\:-mb-11:hover {
    margin-bottom: -2.75rem;
  }

  .xl\:hover\:-ml-11:hover {
    margin-left: -2.75rem;
  }

  .xl\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .xl\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .xl\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .xl\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .xl\:hover\:-mt-13:hover {
    margin-top: -3.25rem;
  }

  .xl\:hover\:-mr-13:hover {
    margin-right: -3.25rem;
  }

  .xl\:hover\:-mb-13:hover {
    margin-bottom: -3.25rem;
  }

  .xl\:hover\:-ml-13:hover {
    margin-left: -3.25rem;
  }

  .xl\:hover\:-mt-14:hover {
    margin-top: -3.5rem;
  }

  .xl\:hover\:-mr-14:hover {
    margin-right: -3.5rem;
  }

  .xl\:hover\:-mb-14:hover {
    margin-bottom: -3.5rem;
  }

  .xl\:hover\:-ml-14:hover {
    margin-left: -3.5rem;
  }

  .xl\:hover\:-mt-15:hover {
    margin-top: -3.75rem;
  }

  .xl\:hover\:-mr-15:hover {
    margin-right: -3.75rem;
  }

  .xl\:hover\:-mb-15:hover {
    margin-bottom: -3.75rem;
  }

  .xl\:hover\:-ml-15:hover {
    margin-left: -3.75rem;
  }

  .xl\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .xl\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .xl\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .xl\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .xl\:hover\:-mt-17:hover {
    margin-top: -4.25rem;
  }

  .xl\:hover\:-mr-17:hover {
    margin-right: -4.25rem;
  }

  .xl\:hover\:-mb-17:hover {
    margin-bottom: -4.25rem;
  }

  .xl\:hover\:-ml-17:hover {
    margin-left: -4.25rem;
  }

  .xl\:hover\:-mt-18:hover {
    margin-top: -4.5rem;
  }

  .xl\:hover\:-mr-18:hover {
    margin-right: -4.5rem;
  }

  .xl\:hover\:-mb-18:hover {
    margin-bottom: -4.5rem;
  }

  .xl\:hover\:-ml-18:hover {
    margin-left: -4.5rem;
  }

  .xl\:hover\:-mt-19:hover {
    margin-top: -4.75rem;
  }

  .xl\:hover\:-mr-19:hover {
    margin-right: -4.75rem;
  }

  .xl\:hover\:-mb-19:hover {
    margin-bottom: -4.75rem;
  }

  .xl\:hover\:-ml-19:hover {
    margin-left: -4.75rem;
  }

  .xl\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .xl\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .xl\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .xl\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .xl\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .xl\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .xl\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .xl\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .xl\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .xl\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .xl\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .xl\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .xl\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .xl\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .xl\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .xl\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .xl\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .xl\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .xl\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .xl\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .xl\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .xl\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .xl\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .xl\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .xl\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .xl\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .xl\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .xl\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .xl\:hover\:-mt-75:hover {
    margin-top: -18.75rem;
  }

  .xl\:hover\:-mr-75:hover {
    margin-right: -18.75rem;
  }

  .xl\:hover\:-mb-75:hover {
    margin-bottom: -18.75rem;
  }

  .xl\:hover\:-ml-75:hover {
    margin-left: -18.75rem;
  }

  .xl\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .xl\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .xl\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .xl\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .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-9\! {
    margin: 2.25rem !important;
  }

  .xl\:m-10\! {
    margin: 2.5rem !important;
  }

  .xl\:m-11\! {
    margin: 2.75rem !important;
  }

  .xl\:m-12\! {
    margin: 3rem !important;
  }

  .xl\:m-13\! {
    margin: 3.25rem !important;
  }

  .xl\:m-14\! {
    margin: 3.5rem !important;
  }

  .xl\:m-15\! {
    margin: 3.75rem !important;
  }

  .xl\:m-16\! {
    margin: 4rem !important;
  }

  .xl\:m-17\! {
    margin: 4.25rem !important;
  }

  .xl\:m-18\! {
    margin: 4.5rem !important;
  }

  .xl\:m-19\! {
    margin: 4.75rem !important;
  }

  .xl\:m-20\! {
    margin: 5rem !important;
  }

  .xl\:m-24\! {
    margin: 6rem !important;
  }

  .xl\:m-32\! {
    margin: 8rem !important;
  }

  .xl\:m-40\! {
    margin: 10rem !important;
  }

  .xl\:m-48\! {
    margin: 12rem !important;
  }

  .xl\:m-56\! {
    margin: 14rem !important;
  }

  .xl\:m-64\! {
    margin: 16rem !important;
  }

  .xl\:m-75\! {
    margin: 18.75rem !important;
  }

  .xl\:m-auto\! {
    margin: auto !important;
  }

  .xl\:m-px\! {
    margin: 1px !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-9\! {
    margin: -2.25rem !important;
  }

  .xl\:-m-10\! {
    margin: -2.5rem !important;
  }

  .xl\:-m-11\! {
    margin: -2.75rem !important;
  }

  .xl\:-m-12\! {
    margin: -3rem !important;
  }

  .xl\:-m-13\! {
    margin: -3.25rem !important;
  }

  .xl\:-m-14\! {
    margin: -3.5rem !important;
  }

  .xl\:-m-15\! {
    margin: -3.75rem !important;
  }

  .xl\:-m-16\! {
    margin: -4rem !important;
  }

  .xl\:-m-17\! {
    margin: -4.25rem !important;
  }

  .xl\:-m-18\! {
    margin: -4.5rem !important;
  }

  .xl\:-m-19\! {
    margin: -4.75rem !important;
  }

  .xl\:-m-20\! {
    margin: -5rem !important;
  }

  .xl\:-m-24\! {
    margin: -6rem !important;
  }

  .xl\:-m-32\! {
    margin: -8rem !important;
  }

  .xl\:-m-40\! {
    margin: -10rem !important;
  }

  .xl\:-m-48\! {
    margin: -12rem !important;
  }

  .xl\:-m-56\! {
    margin: -14rem !important;
  }

  .xl\:-m-64\! {
    margin: -16rem !important;
  }

  .xl\:-m-75\! {
    margin: -18.75rem !important;
  }

  .xl\:-m-px\! {
    margin: -1px !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-9\! {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .xl\:mx-9\! {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !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-11\! {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .xl\:mx-11\! {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !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-13\! {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .xl\:mx-13\! {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }

  .xl\:my-14\! {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .xl\:mx-14\! {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .xl\:my-15\! {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .xl\:mx-15\! {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !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-17\! {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }

  .xl\:mx-17\! {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important;
  }

  .xl\:my-18\! {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .xl\:mx-18\! {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .xl\:my-19\! {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .xl\:mx-19\! {
    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-24\! {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:mx-24\! {
    margin-left: 6rem !important;
    margin-right: 6rem !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-48\! {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\:mx-48\! {
    margin-left: 12rem !important;
    margin-right: 12rem !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-64\! {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:mx-64\! {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:my-75\! {
    margin-top: 18.75rem !important;
    margin-bottom: 18.75rem !important;
  }

  .xl\:mx-75\! {
    margin-left: 18.75rem !important;
    margin-right: 18.75rem !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-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-9\! {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .xl\:-mx-9\! {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !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-11\! {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .xl\:-mx-11\! {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !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-13\! {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }

  .xl\:-mx-13\! {
    margin-left: -3.25rem !important;
    margin-right: -3.25rem !important;
  }

  .xl\:-my-14\! {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .xl\:-mx-14\! {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .xl\:-my-15\! {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .xl\:-mx-15\! {
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !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-17\! {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }

  .xl\:-mx-17\! {
    margin-left: -4.25rem !important;
    margin-right: -4.25rem !important;
  }

  .xl\:-my-18\! {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .xl\:-mx-18\! {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }

  .xl\:-my-19\! {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }

  .xl\:-mx-19\! {
    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-24\! {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:-mx-24\! {
    margin-left: -6rem !important;
    margin-right: -6rem !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-48\! {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xl\:-mx-48\! {
    margin-left: -12rem !important;
    margin-right: -12rem !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-64\! {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xl\:-mx-64\! {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xl\:-my-75\! {
    margin-top: -18.75rem !important;
    margin-bottom: -18.75rem !important;
  }

  .xl\:-mx-75\! {
    margin-left: -18.75rem !important;
    margin-right: -18.75rem !important;
  }

  .xl\:-my-px\! {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:-mx-px\! {
    margin-left: -1px !important;
    margin-right: -1px !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-9\! {
    margin-top: 2.25rem !important;
  }

  .xl\:mr-9\! {
    margin-right: 2.25rem !important;
  }

  .xl\:mb-9\! {
    margin-bottom: 2.25rem !important;
  }

  .xl\:ml-9\! {
    margin-left: 2.25rem !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-11\! {
    margin-top: 2.75rem !important;
  }

  .xl\:mr-11\! {
    margin-right: 2.75rem !important;
  }

  .xl\:mb-11\! {
    margin-bottom: 2.75rem !important;
  }

  .xl\:ml-11\! {
    margin-left: 2.75rem !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-13\! {
    margin-top: 3.25rem !important;
  }

  .xl\:mr-13\! {
    margin-right: 3.25rem !important;
  }

  .xl\:mb-13\! {
    margin-bottom: 3.25rem !important;
  }

  .xl\:ml-13\! {
    margin-left: 3.25rem !important;
  }

  .xl\:mt-14\! {
    margin-top: 3.5rem !important;
  }

  .xl\:mr-14\! {
    margin-right: 3.5rem !important;
  }

  .xl\:mb-14\! {
    margin-bottom: 3.5rem !important;
  }

  .xl\:ml-14\! {
    margin-left: 3.5rem !important;
  }

  .xl\:mt-15\! {
    margin-top: 3.75rem !important;
  }

  .xl\:mr-15\! {
    margin-right: 3.75rem !important;
  }

  .xl\:mb-15\! {
    margin-bottom: 3.75rem !important;
  }

  .xl\:ml-15\! {
    margin-left: 3.75rem !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-17\! {
    margin-top: 4.25rem !important;
  }

  .xl\:mr-17\! {
    margin-right: 4.25rem !important;
  }

  .xl\:mb-17\! {
    margin-bottom: 4.25rem !important;
  }

  .xl\:ml-17\! {
    margin-left: 4.25rem !important;
  }

  .xl\:mt-18\! {
    margin-top: 4.5rem !important;
  }

  .xl\:mr-18\! {
    margin-right: 4.5rem !important;
  }

  .xl\:mb-18\! {
    margin-bottom: 4.5rem !important;
  }

  .xl\:ml-18\! {
    margin-left: 4.5rem !important;
  }

  .xl\:mt-19\! {
    margin-top: 4.75rem !important;
  }

  .xl\:mr-19\! {
    margin-right: 4.75rem !important;
  }

  .xl\:mb-19\! {
    margin-bottom: 4.75rem !important;
  }

  .xl\:ml-19\! {
    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-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-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-48\! {
    margin-top: 12rem !important;
  }

  .xl\:mr-48\! {
    margin-right: 12rem !important;
  }

  .xl\:mb-48\! {
    margin-bottom: 12rem !important;
  }

  .xl\:ml-48\! {
    margin-left: 12rem !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-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-75\! {
    margin-top: 18.75rem !important;
  }

  .xl\:mr-75\! {
    margin-right: 18.75rem !important;
  }

  .xl\:mb-75\! {
    margin-bottom: 18.75rem !important;
  }

  .xl\:ml-75\! {
    margin-left: 18.75rem !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-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-9\! {
    margin-top: -2.25rem !important;
  }

  .xl\:-mr-9\! {
    margin-right: -2.25rem !important;
  }

  .xl\:-mb-9\! {
    margin-bottom: -2.25rem !important;
  }

  .xl\:-ml-9\! {
    margin-left: -2.25rem !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-11\! {
    margin-top: -2.75rem !important;
  }

  .xl\:-mr-11\! {
    margin-right: -2.75rem !important;
  }

  .xl\:-mb-11\! {
    margin-bottom: -2.75rem !important;
  }

  .xl\:-ml-11\! {
    margin-left: -2.75rem !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-13\! {
    margin-top: -3.25rem !important;
  }

  .xl\:-mr-13\! {
    margin-right: -3.25rem !important;
  }

  .xl\:-mb-13\! {
    margin-bottom: -3.25rem !important;
  }

  .xl\:-ml-13\! {
    margin-left: -3.25rem !important;
  }

  .xl\:-mt-14\! {
    margin-top: -3.5rem !important;
  }

  .xl\:-mr-14\! {
    margin-right: -3.5rem !important;
  }

  .xl\:-mb-14\! {
    margin-bottom: -3.5rem !important;
  }

  .xl\:-ml-14\! {
    margin-left: -3.5rem !important;
  }

  .xl\:-mt-15\! {
    margin-top: -3.75rem !important;
  }

  .xl\:-mr-15\! {
    margin-right: -3.75rem !important;
  }

  .xl\:-mb-15\! {
    margin-bottom: -3.75rem !important;
  }

  .xl\:-ml-15\! {
    margin-left: -3.75rem !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-17\! {
    margin-top: -4.25rem !important;
  }

  .xl\:-mr-17\! {
    margin-right: -4.25rem !important;
  }

  .xl\:-mb-17\! {
    margin-bottom: -4.25rem !important;
  }

  .xl\:-ml-17\! {
    margin-left: -4.25rem !important;
  }

  .xl\:-mt-18\! {
    margin-top: -4.5rem !important;
  }

  .xl\:-mr-18\! {
    margin-right: -4.5rem !important;
  }

  .xl\:-mb-18\! {
    margin-bottom: -4.5rem !important;
  }

  .xl\:-ml-18\! {
    margin-left: -4.5rem !important;
  }

  .xl\:-mt-19\! {
    margin-top: -4.75rem !important;
  }

  .xl\:-mr-19\! {
    margin-right: -4.75rem !important;
  }

  .xl\:-mb-19\! {
    margin-bottom: -4.75rem !important;
  }

  .xl\:-ml-19\! {
    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-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-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-48\! {
    margin-top: -12rem !important;
  }

  .xl\:-mr-48\! {
    margin-right: -12rem !important;
  }

  .xl\:-mb-48\! {
    margin-bottom: -12rem !important;
  }

  .xl\:-ml-48\! {
    margin-left: -12rem !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-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-75\! {
    margin-top: -18.75rem !important;
  }

  .xl\:-mr-75\! {
    margin-right: -18.75rem !important;
  }

  .xl\:-mb-75\! {
    margin-bottom: -18.75rem !important;
  }

  .xl\:-ml-75\! {
    margin-left: -18.75rem !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\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:even\:max-h-full:nth-child(even) {
    max-height: 100%;
  }

  .xl\:even\:max-h-screen:nth-child(even) {
    max-height: 100vh;
  }

  .xl\:odd\:max-h-full:nth-child(odd) {
    max-height: 100%;
  }

  .xl\:odd\:max-h-screen:nth-child(odd) {
    max-height: 100vh;
  }

  .xl\:children\:max-h-full > * {
    max-height: 100%;
  }

  .xl\:children\:max-h-screen > * {
    max-height: 100vh;
  }

  .xl\:first\:max-h-full:first-child {
    max-height: 100%;
  }

  .xl\:first\:max-h-screen:first-child {
    max-height: 100vh;
  }

  .xl\:last\:max-h-full:last-child {
    max-height: 100%;
  }

  .xl\:last\:max-h-screen:last-child {
    max-height: 100vh;
  }

  .xl\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .xl\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .xl\:max-h-full\! {
    max-height: 100% !important;
  }

  .xl\:max-h-screen\! {
    max-height: 100vh !important;
  }

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 24rem;
  }

  .xl\:max-w-md {
    max-width: 28rem;
  }

  .xl\:max-w-lg {
    max-width: 32rem;
  }

  .xl\:max-w-xl {
    max-width: 36rem;
  }

  .xl\:max-w-2xl {
    max-width: 42rem;
  }

  .xl\:max-w-3xl {
    max-width: 48rem;
  }

  .xl\:max-w-4xl {
    max-width: 56rem;
  }

  .xl\:max-w-5xl {
    max-width: 64rem;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:max-w-screen-sm {
    max-width: 640px;
  }

  .xl\:max-w-screen-md {
    max-width: 768px;
  }

  .xl\:max-w-screen-lg {
    max-width: 1024px;
  }

  .xl\:max-w-screen-xl {
    max-width: 1280px;
  }

  .xl\:max-w-1\/2 {
    max-width: 50%;
  }

  .xl\:max-w-1\/3 {
    max-width: 33.333333%;
  }

  .xl\:max-w-1\/4 {
    max-width: 25%;
  }

  .xl\:max-w-1\/5 {
    max-width: 20%;
  }

  .xl\:max-w-1\/12 {
    max-width: 8.333333%;
  }

  .xl\:even\:max-w-none:nth-child(even) {
    max-width: none;
  }

  .xl\:even\:max-w-xs:nth-child(even) {
    max-width: 20rem;
  }

  .xl\:even\:max-w-sm:nth-child(even) {
    max-width: 24rem;
  }

  .xl\:even\:max-w-md:nth-child(even) {
    max-width: 28rem;
  }

  .xl\:even\:max-w-lg:nth-child(even) {
    max-width: 32rem;
  }

  .xl\:even\:max-w-xl:nth-child(even) {
    max-width: 36rem;
  }

  .xl\:even\:max-w-2xl:nth-child(even) {
    max-width: 42rem;
  }

  .xl\:even\:max-w-3xl:nth-child(even) {
    max-width: 48rem;
  }

  .xl\:even\:max-w-4xl:nth-child(even) {
    max-width: 56rem;
  }

  .xl\:even\:max-w-5xl:nth-child(even) {
    max-width: 64rem;
  }

  .xl\:even\:max-w-6xl:nth-child(even) {
    max-width: 72rem;
  }

  .xl\:even\:max-w-full:nth-child(even) {
    max-width: 100%;
  }

  .xl\:even\:max-w-screen-sm:nth-child(even) {
    max-width: 640px;
  }

  .xl\:even\:max-w-screen-md:nth-child(even) {
    max-width: 768px;
  }

  .xl\:even\:max-w-screen-lg:nth-child(even) {
    max-width: 1024px;
  }

  .xl\:even\:max-w-screen-xl:nth-child(even) {
    max-width: 1280px;
  }

  .xl\:even\:max-w-1\/2:nth-child(even) {
    max-width: 50%;
  }

  .xl\:even\:max-w-1\/3:nth-child(even) {
    max-width: 33.333333%;
  }

  .xl\:even\:max-w-1\/4:nth-child(even) {
    max-width: 25%;
  }

  .xl\:even\:max-w-1\/5:nth-child(even) {
    max-width: 20%;
  }

  .xl\:even\:max-w-1\/12:nth-child(even) {
    max-width: 8.333333%;
  }

  .xl\:odd\:max-w-none:nth-child(odd) {
    max-width: none;
  }

  .xl\:odd\:max-w-xs:nth-child(odd) {
    max-width: 20rem;
  }

  .xl\:odd\:max-w-sm:nth-child(odd) {
    max-width: 24rem;
  }

  .xl\:odd\:max-w-md:nth-child(odd) {
    max-width: 28rem;
  }

  .xl\:odd\:max-w-lg:nth-child(odd) {
    max-width: 32rem;
  }

  .xl\:odd\:max-w-xl:nth-child(odd) {
    max-width: 36rem;
  }

  .xl\:odd\:max-w-2xl:nth-child(odd) {
    max-width: 42rem;
  }

  .xl\:odd\:max-w-3xl:nth-child(odd) {
    max-width: 48rem;
  }

  .xl\:odd\:max-w-4xl:nth-child(odd) {
    max-width: 56rem;
  }

  .xl\:odd\:max-w-5xl:nth-child(odd) {
    max-width: 64rem;
  }

  .xl\:odd\:max-w-6xl:nth-child(odd) {
    max-width: 72rem;
  }

  .xl\:odd\:max-w-full:nth-child(odd) {
    max-width: 100%;
  }

  .xl\:odd\:max-w-screen-sm:nth-child(odd) {
    max-width: 640px;
  }

  .xl\:odd\:max-w-screen-md:nth-child(odd) {
    max-width: 768px;
  }

  .xl\:odd\:max-w-screen-lg:nth-child(odd) {
    max-width: 1024px;
  }

  .xl\:odd\:max-w-screen-xl:nth-child(odd) {
    max-width: 1280px;
  }

  .xl\:odd\:max-w-1\/2:nth-child(odd) {
    max-width: 50%;
  }

  .xl\:odd\:max-w-1\/3:nth-child(odd) {
    max-width: 33.333333%;
  }

  .xl\:odd\:max-w-1\/4:nth-child(odd) {
    max-width: 25%;
  }

  .xl\:odd\:max-w-1\/5:nth-child(odd) {
    max-width: 20%;
  }

  .xl\:odd\:max-w-1\/12:nth-child(odd) {
    max-width: 8.333333%;
  }

  .xl\:children\:max-w-none > * {
    max-width: none;
  }

  .xl\:children\:max-w-xs > * {
    max-width: 20rem;
  }

  .xl\:children\:max-w-sm > * {
    max-width: 24rem;
  }

  .xl\:children\:max-w-md > * {
    max-width: 28rem;
  }

  .xl\:children\:max-w-lg > * {
    max-width: 32rem;
  }

  .xl\:children\:max-w-xl > * {
    max-width: 36rem;
  }

  .xl\:children\:max-w-2xl > * {
    max-width: 42rem;
  }

  .xl\:children\:max-w-3xl > * {
    max-width: 48rem;
  }

  .xl\:children\:max-w-4xl > * {
    max-width: 56rem;
  }

  .xl\:children\:max-w-5xl > * {
    max-width: 64rem;
  }

  .xl\:children\:max-w-6xl > * {
    max-width: 72rem;
  }

  .xl\:children\:max-w-full > * {
    max-width: 100%;
  }

  .xl\:children\:max-w-screen-sm > * {
    max-width: 640px;
  }

  .xl\:children\:max-w-screen-md > * {
    max-width: 768px;
  }

  .xl\:children\:max-w-screen-lg > * {
    max-width: 1024px;
  }

  .xl\:children\:max-w-screen-xl > * {
    max-width: 1280px;
  }

  .xl\:children\:max-w-1\/2 > * {
    max-width: 50%;
  }

  .xl\:children\:max-w-1\/3 > * {
    max-width: 33.333333%;
  }

  .xl\:children\:max-w-1\/4 > * {
    max-width: 25%;
  }

  .xl\:children\:max-w-1\/5 > * {
    max-width: 20%;
  }

  .xl\:children\:max-w-1\/12 > * {
    max-width: 8.333333%;
  }

  .xl\:first\:max-w-none:first-child {
    max-width: none;
  }

  .xl\:first\:max-w-xs:first-child {
    max-width: 20rem;
  }

  .xl\:first\:max-w-sm:first-child {
    max-width: 24rem;
  }

  .xl\:first\:max-w-md:first-child {
    max-width: 28rem;
  }

  .xl\:first\:max-w-lg:first-child {
    max-width: 32rem;
  }

  .xl\:first\:max-w-xl:first-child {
    max-width: 36rem;
  }

  .xl\:first\:max-w-2xl:first-child {
    max-width: 42rem;
  }

  .xl\:first\:max-w-3xl:first-child {
    max-width: 48rem;
  }

  .xl\:first\:max-w-4xl:first-child {
    max-width: 56rem;
  }

  .xl\:first\:max-w-5xl:first-child {
    max-width: 64rem;
  }

  .xl\:first\:max-w-6xl:first-child {
    max-width: 72rem;
  }

  .xl\:first\:max-w-full:first-child {
    max-width: 100%;
  }

  .xl\:first\:max-w-screen-sm:first-child {
    max-width: 640px;
  }

  .xl\:first\:max-w-screen-md:first-child {
    max-width: 768px;
  }

  .xl\:first\:max-w-screen-lg:first-child {
    max-width: 1024px;
  }

  .xl\:first\:max-w-screen-xl:first-child {
    max-width: 1280px;
  }

  .xl\:first\:max-w-1\/2:first-child {
    max-width: 50%;
  }

  .xl\:first\:max-w-1\/3:first-child {
    max-width: 33.333333%;
  }

  .xl\:first\:max-w-1\/4:first-child {
    max-width: 25%;
  }

  .xl\:first\:max-w-1\/5:first-child {
    max-width: 20%;
  }

  .xl\:first\:max-w-1\/12:first-child {
    max-width: 8.333333%;
  }

  .xl\:last\:max-w-none:last-child {
    max-width: none;
  }

  .xl\:last\:max-w-xs:last-child {
    max-width: 20rem;
  }

  .xl\:last\:max-w-sm:last-child {
    max-width: 24rem;
  }

  .xl\:last\:max-w-md:last-child {
    max-width: 28rem;
  }

  .xl\:last\:max-w-lg:last-child {
    max-width: 32rem;
  }

  .xl\:last\:max-w-xl:last-child {
    max-width: 36rem;
  }

  .xl\:last\:max-w-2xl:last-child {
    max-width: 42rem;
  }

  .xl\:last\:max-w-3xl:last-child {
    max-width: 48rem;
  }

  .xl\:last\:max-w-4xl:last-child {
    max-width: 56rem;
  }

  .xl\:last\:max-w-5xl:last-child {
    max-width: 64rem;
  }

  .xl\:last\:max-w-6xl:last-child {
    max-width: 72rem;
  }

  .xl\:last\:max-w-full:last-child {
    max-width: 100%;
  }

  .xl\:last\:max-w-screen-sm:last-child {
    max-width: 640px;
  }

  .xl\:last\:max-w-screen-md:last-child {
    max-width: 768px;
  }

  .xl\:last\:max-w-screen-lg:last-child {
    max-width: 1024px;
  }

  .xl\:last\:max-w-screen-xl:last-child {
    max-width: 1280px;
  }

  .xl\:last\:max-w-1\/2:last-child {
    max-width: 50%;
  }

  .xl\:last\:max-w-1\/3:last-child {
    max-width: 33.333333%;
  }

  .xl\:last\:max-w-1\/4:last-child {
    max-width: 25%;
  }

  .xl\:last\:max-w-1\/5:last-child {
    max-width: 20%;
  }

  .xl\:last\:max-w-1\/12:last-child {
    max-width: 8.333333%;
  }

  .xl\:hover\:max-w-none:hover {
    max-width: none;
  }

  .xl\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .xl\:hover\:max-w-sm:hover {
    max-width: 24rem;
  }

  .xl\:hover\:max-w-md:hover {
    max-width: 28rem;
  }

  .xl\:hover\:max-w-lg:hover {
    max-width: 32rem;
  }

  .xl\:hover\:max-w-xl:hover {
    max-width: 36rem;
  }

  .xl\:hover\:max-w-2xl:hover {
    max-width: 42rem;
  }

  .xl\:hover\:max-w-3xl:hover {
    max-width: 48rem;
  }

  .xl\:hover\:max-w-4xl:hover {
    max-width: 56rem;
  }

  .xl\:hover\:max-w-5xl:hover {
    max-width: 64rem;
  }

  .xl\:hover\:max-w-6xl:hover {
    max-width: 72rem;
  }

  .xl\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .xl\:hover\:max-w-screen-sm:hover {
    max-width: 640px;
  }

  .xl\:hover\:max-w-screen-md:hover {
    max-width: 768px;
  }

  .xl\:hover\:max-w-screen-lg:hover {
    max-width: 1024px;
  }

  .xl\:hover\:max-w-screen-xl:hover {
    max-width: 1280px;
  }

  .xl\:hover\:max-w-1\/2:hover {
    max-width: 50%;
  }

  .xl\:hover\:max-w-1\/3:hover {
    max-width: 33.333333%;
  }

  .xl\:hover\:max-w-1\/4:hover {
    max-width: 25%;
  }

  .xl\:hover\:max-w-1\/5:hover {
    max-width: 20%;
  }

  .xl\:hover\:max-w-1\/12:hover {
    max-width: 8.333333%;
  }

  .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: 640px !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-1\/2\! {
    max-width: 50% !important;
  }

  .xl\:max-w-1\/3\! {
    max-width: 33.333333% !important;
  }

  .xl\:max-w-1\/4\! {
    max-width: 25% !important;
  }

  .xl\:max-w-1\/5\! {
    max-width: 20% !important;
  }

  .xl\:max-w-1\/12\! {
    max-width: 8.333333% !important;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:even\:min-h-0:nth-child(even) {
    min-height: 0;
  }

  .xl\:even\:min-h-full:nth-child(even) {
    min-height: 100%;
  }

  .xl\:even\:min-h-screen:nth-child(even) {
    min-height: 100vh;
  }

  .xl\:odd\:min-h-0:nth-child(odd) {
    min-height: 0;
  }

  .xl\:odd\:min-h-full:nth-child(odd) {
    min-height: 100%;
  }

  .xl\:odd\:min-h-screen:nth-child(odd) {
    min-height: 100vh;
  }

  .xl\:children\:min-h-0 > * {
    min-height: 0;
  }

  .xl\:children\:min-h-full > * {
    min-height: 100%;
  }

  .xl\:children\:min-h-screen > * {
    min-height: 100vh;
  }

  .xl\:first\:min-h-0:first-child {
    min-height: 0;
  }

  .xl\:first\:min-h-full:first-child {
    min-height: 100%;
  }

  .xl\:first\:min-h-screen:first-child {
    min-height: 100vh;
  }

  .xl\:last\:min-h-0:last-child {
    min-height: 0;
  }

  .xl\:last\:min-h-full:last-child {
    min-height: 100%;
  }

  .xl\:last\:min-h-screen:last-child {
    min-height: 100vh;
  }

  .xl\:hover\:min-h-0:hover {
    min-height: 0;
  }

  .xl\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .xl\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .xl\:min-h-0\! {
    min-height: 0 !important;
  }

  .xl\:min-h-full\! {
    min-height: 100% !important;
  }

  .xl\:min-h-screen\! {
    min-height: 100vh !important;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:even\:min-w-0:nth-child(even) {
    min-width: 0;
  }

  .xl\:even\:min-w-full:nth-child(even) {
    min-width: 100%;
  }

  .xl\:odd\:min-w-0:nth-child(odd) {
    min-width: 0;
  }

  .xl\:odd\:min-w-full:nth-child(odd) {
    min-width: 100%;
  }

  .xl\:children\:min-w-0 > * {
    min-width: 0;
  }

  .xl\:children\:min-w-full > * {
    min-width: 100%;
  }

  .xl\:first\:min-w-0:first-child {
    min-width: 0;
  }

  .xl\:first\:min-w-full:first-child {
    min-width: 100%;
  }

  .xl\:last\:min-w-0:last-child {
    min-width: 0;
  }

  .xl\:last\:min-w-full:last-child {
    min-width: 100%;
  }

  .xl\:hover\:min-w-0:hover {
    min-width: 0;
  }

  .xl\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .xl\:min-w-0\! {
    min-width: 0 !important;
  }

  .xl\:min-w-full\! {
    min-width: 100% !important;
  }

  .xl\:object-contain {
    object-fit: contain;
  }

  .xl\:object-cover {
    object-fit: cover;
  }

  .xl\:object-fill {
    object-fit: fill;
  }

  .xl\:object-none {
    object-fit: none;
  }

  .xl\:object-scale-down {
    object-fit: scale-down;
  }

  .xl\:even\:object-contain:nth-child(even) {
    object-fit: contain;
  }

  .xl\:even\:object-cover:nth-child(even) {
    object-fit: cover;
  }

  .xl\:even\:object-fill:nth-child(even) {
    object-fit: fill;
  }

  .xl\:even\:object-none:nth-child(even) {
    object-fit: none;
  }

  .xl\:even\:object-scale-down:nth-child(even) {
    object-fit: scale-down;
  }

  .xl\:odd\:object-contain:nth-child(odd) {
    object-fit: contain;
  }

  .xl\:odd\:object-cover:nth-child(odd) {
    object-fit: cover;
  }

  .xl\:odd\:object-fill:nth-child(odd) {
    object-fit: fill;
  }

  .xl\:odd\:object-none:nth-child(odd) {
    object-fit: none;
  }

  .xl\:odd\:object-scale-down:nth-child(odd) {
    object-fit: scale-down;
  }

  .xl\:children\:object-contain > * {
    object-fit: contain;
  }

  .xl\:children\:object-cover > * {
    object-fit: cover;
  }

  .xl\:children\:object-fill > * {
    object-fit: fill;
  }

  .xl\:children\:object-none > * {
    object-fit: none;
  }

  .xl\:children\:object-scale-down > * {
    object-fit: scale-down;
  }

  .xl\:first\:object-contain:first-child {
    object-fit: contain;
  }

  .xl\:first\:object-cover:first-child {
    object-fit: cover;
  }

  .xl\:first\:object-fill:first-child {
    object-fit: fill;
  }

  .xl\:first\:object-none:first-child {
    object-fit: none;
  }

  .xl\:first\:object-scale-down:first-child {
    object-fit: scale-down;
  }

  .xl\:last\:object-contain:last-child {
    object-fit: contain;
  }

  .xl\:last\:object-cover:last-child {
    object-fit: cover;
  }

  .xl\:last\:object-fill:last-child {
    object-fit: fill;
  }

  .xl\:last\:object-none:last-child {
    object-fit: none;
  }

  .xl\:last\:object-scale-down:last-child {
    object-fit: scale-down;
  }

  .xl\:hover\:object-contain:hover {
    object-fit: contain;
  }

  .xl\:hover\:object-cover:hover {
    object-fit: cover;
  }

  .xl\:hover\:object-fill:hover {
    object-fit: fill;
  }

  .xl\:hover\:object-none:hover {
    object-fit: none;
  }

  .xl\:hover\:object-scale-down:hover {
    object-fit: scale-down;
  }

  .xl\:object-contain\! {
    object-fit: contain !important;
  }

  .xl\:object-cover\! {
    object-fit: cover !important;
  }

  .xl\:object-fill\! {
    object-fit: fill !important;
  }

  .xl\:object-none\! {
    object-fit: none !important;
  }

  .xl\:object-scale-down\! {
    object-fit: scale-down !important;
  }

  .xl\:object-bottom {
    object-position: bottom;
  }

  .xl\:object-center {
    object-position: center;
  }

  .xl\:object-left {
    object-position: left;
  }

  .xl\:object-left-bottom {
    object-position: left bottom;
  }

  .xl\:object-left-top {
    object-position: left top;
  }

  .xl\:object-right {
    object-position: right;
  }

  .xl\:object-right-bottom {
    object-position: right bottom;
  }

  .xl\:object-right-top {
    object-position: right top;
  }

  .xl\:object-top {
    object-position: top;
  }

  .xl\:even\:object-bottom:nth-child(even) {
    object-position: bottom;
  }

  .xl\:even\:object-center:nth-child(even) {
    object-position: center;
  }

  .xl\:even\:object-left:nth-child(even) {
    object-position: left;
  }

  .xl\:even\:object-left-bottom:nth-child(even) {
    object-position: left bottom;
  }

  .xl\:even\:object-left-top:nth-child(even) {
    object-position: left top;
  }

  .xl\:even\:object-right:nth-child(even) {
    object-position: right;
  }

  .xl\:even\:object-right-bottom:nth-child(even) {
    object-position: right bottom;
  }

  .xl\:even\:object-right-top:nth-child(even) {
    object-position: right top;
  }

  .xl\:even\:object-top:nth-child(even) {
    object-position: top;
  }

  .xl\:odd\:object-bottom:nth-child(odd) {
    object-position: bottom;
  }

  .xl\:odd\:object-center:nth-child(odd) {
    object-position: center;
  }

  .xl\:odd\:object-left:nth-child(odd) {
    object-position: left;
  }

  .xl\:odd\:object-left-bottom:nth-child(odd) {
    object-position: left bottom;
  }

  .xl\:odd\:object-left-top:nth-child(odd) {
    object-position: left top;
  }

  .xl\:odd\:object-right:nth-child(odd) {
    object-position: right;
  }

  .xl\:odd\:object-right-bottom:nth-child(odd) {
    object-position: right bottom;
  }

  .xl\:odd\:object-right-top:nth-child(odd) {
    object-position: right top;
  }

  .xl\:odd\:object-top:nth-child(odd) {
    object-position: top;
  }

  .xl\:children\:object-bottom > * {
    object-position: bottom;
  }

  .xl\:children\:object-center > * {
    object-position: center;
  }

  .xl\:children\:object-left > * {
    object-position: left;
  }

  .xl\:children\:object-left-bottom > * {
    object-position: left bottom;
  }

  .xl\:children\:object-left-top > * {
    object-position: left top;
  }

  .xl\:children\:object-right > * {
    object-position: right;
  }

  .xl\:children\:object-right-bottom > * {
    object-position: right bottom;
  }

  .xl\:children\:object-right-top > * {
    object-position: right top;
  }

  .xl\:children\:object-top > * {
    object-position: top;
  }

  .xl\:first\:object-bottom:first-child {
    object-position: bottom;
  }

  .xl\:first\:object-center:first-child {
    object-position: center;
  }

  .xl\:first\:object-left:first-child {
    object-position: left;
  }

  .xl\:first\:object-left-bottom:first-child {
    object-position: left bottom;
  }

  .xl\:first\:object-left-top:first-child {
    object-position: left top;
  }

  .xl\:first\:object-right:first-child {
    object-position: right;
  }

  .xl\:first\:object-right-bottom:first-child {
    object-position: right bottom;
  }

  .xl\:first\:object-right-top:first-child {
    object-position: right top;
  }

  .xl\:first\:object-top:first-child {
    object-position: top;
  }

  .xl\:last\:object-bottom:last-child {
    object-position: bottom;
  }

  .xl\:last\:object-center:last-child {
    object-position: center;
  }

  .xl\:last\:object-left:last-child {
    object-position: left;
  }

  .xl\:last\:object-left-bottom:last-child {
    object-position: left bottom;
  }

  .xl\:last\:object-left-top:last-child {
    object-position: left top;
  }

  .xl\:last\:object-right:last-child {
    object-position: right;
  }

  .xl\:last\:object-right-bottom:last-child {
    object-position: right bottom;
  }

  .xl\:last\:object-right-top:last-child {
    object-position: right top;
  }

  .xl\:last\:object-top:last-child {
    object-position: top;
  }

  .xl\:hover\:object-bottom:hover {
    object-position: bottom;
  }

  .xl\:hover\:object-center:hover {
    object-position: center;
  }

  .xl\:hover\:object-left:hover {
    object-position: left;
  }

  .xl\:hover\:object-left-bottom:hover {
    object-position: left bottom;
  }

  .xl\:hover\:object-left-top:hover {
    object-position: left top;
  }

  .xl\:hover\:object-right:hover {
    object-position: right;
  }

  .xl\:hover\:object-right-bottom:hover {
    object-position: right bottom;
  }

  .xl\:hover\:object-right-top:hover {
    object-position: right top;
  }

  .xl\:hover\:object-top:hover {
    object-position: top;
  }

  .xl\:object-bottom\! {
    object-position: bottom !important;
  }

  .xl\:object-center\! {
    object-position: center !important;
  }

  .xl\:object-left\! {
    object-position: left !important;
  }

  .xl\:object-left-bottom\! {
    object-position: left bottom !important;
  }

  .xl\:object-left-top\! {
    object-position: left top !important;
  }

  .xl\:object-right\! {
    object-position: right !important;
  }

  .xl\:object-right-bottom\! {
    object-position: right bottom !important;
  }

  .xl\:object-right-top\! {
    object-position: right top !important;
  }

  .xl\:object-top\! {
    object-position: top !important;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-25 {
    opacity: 0.25;
  }

  .xl\:opacity-50 {
    opacity: 0.5;
  }

  .xl\:opacity-75 {
    opacity: 0.75;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:even\:opacity-0:nth-child(even) {
    opacity: 0;
  }

  .xl\:even\:opacity-25:nth-child(even) {
    opacity: 0.25;
  }

  .xl\:even\:opacity-50:nth-child(even) {
    opacity: 0.5;
  }

  .xl\:even\:opacity-75:nth-child(even) {
    opacity: 0.75;
  }

  .xl\:even\:opacity-100:nth-child(even) {
    opacity: 1;
  }

  .xl\:odd\:opacity-0:nth-child(odd) {
    opacity: 0;
  }

  .xl\:odd\:opacity-25:nth-child(odd) {
    opacity: 0.25;
  }

  .xl\:odd\:opacity-50:nth-child(odd) {
    opacity: 0.5;
  }

  .xl\:odd\:opacity-75:nth-child(odd) {
    opacity: 0.75;
  }

  .xl\:odd\:opacity-100:nth-child(odd) {
    opacity: 1;
  }

  .xl\:children\:opacity-0 > * {
    opacity: 0;
  }

  .xl\:children\:opacity-25 > * {
    opacity: 0.25;
  }

  .xl\:children\:opacity-50 > * {
    opacity: 0.5;
  }

  .xl\:children\:opacity-75 > * {
    opacity: 0.75;
  }

  .xl\:children\:opacity-100 > * {
    opacity: 1;
  }

  .xl\:first\:opacity-0:first-child {
    opacity: 0;
  }

  .xl\:first\:opacity-25:first-child {
    opacity: 0.25;
  }

  .xl\:first\:opacity-50:first-child {
    opacity: 0.5;
  }

  .xl\:first\:opacity-75:first-child {
    opacity: 0.75;
  }

  .xl\:first\:opacity-100:first-child {
    opacity: 1;
  }

  .xl\:last\:opacity-0:last-child {
    opacity: 0;
  }

  .xl\:last\:opacity-25:last-child {
    opacity: 0.25;
  }

  .xl\:last\:opacity-50:last-child {
    opacity: 0.5;
  }

  .xl\:last\:opacity-75:last-child {
    opacity: 0.75;
  }

  .xl\:last\:opacity-100:last-child {
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xl\:opacity-0\! {
    opacity: 0 !important;
  }

  .xl\:opacity-25\! {
    opacity: 0.25 !important;
  }

  .xl\:opacity-50\! {
    opacity: 0.5 !important;
  }

  .xl\:opacity-75\! {
    opacity: 0.75 !important;
  }

  .xl\:opacity-100\! {
    opacity: 1 !important;
  }

  .xl\:outline-none {
    outline: 0;
  }

  .xl\:even\:outline-none:nth-child(even) {
    outline: 0;
  }

  .xl\:odd\:outline-none:nth-child(odd) {
    outline: 0;
  }

  .xl\:children\:outline-none > * {
    outline: 0;
  }

  .xl\:first\:outline-none:first-child {
    outline: 0;
  }

  .xl\:last\:outline-none:last-child {
    outline: 0;
  }

  .xl\:hover\:outline-none:hover {
    outline: 0;
  }

  .xl\:outline-none\! {
    outline: 0 !important;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:even\:overflow-auto:nth-child(even) {
    overflow: auto;
  }

  .xl\:even\:overflow-hidden:nth-child(even) {
    overflow: hidden;
  }

  .xl\:even\:overflow-visible:nth-child(even) {
    overflow: visible;
  }

  .xl\:even\:overflow-scroll:nth-child(even) {
    overflow: scroll;
  }

  .xl\:even\:overflow-x-auto:nth-child(even) {
    overflow-x: auto;
  }

  .xl\:even\:overflow-y-auto:nth-child(even) {
    overflow-y: auto;
  }

  .xl\:even\:overflow-x-hidden:nth-child(even) {
    overflow-x: hidden;
  }

  .xl\:even\:overflow-y-hidden:nth-child(even) {
    overflow-y: hidden;
  }

  .xl\:even\:overflow-x-visible:nth-child(even) {
    overflow-x: visible;
  }

  .xl\:even\:overflow-y-visible:nth-child(even) {
    overflow-y: visible;
  }

  .xl\:even\:overflow-x-scroll:nth-child(even) {
    overflow-x: scroll;
  }

  .xl\:even\:overflow-y-scroll:nth-child(even) {
    overflow-y: scroll;
  }

  .xl\:even\:scrolling-touch:nth-child(even) {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:even\:scrolling-auto:nth-child(even) {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:odd\:overflow-auto:nth-child(odd) {
    overflow: auto;
  }

  .xl\:odd\:overflow-hidden:nth-child(odd) {
    overflow: hidden;
  }

  .xl\:odd\:overflow-visible:nth-child(odd) {
    overflow: visible;
  }

  .xl\:odd\:overflow-scroll:nth-child(odd) {
    overflow: scroll;
  }

  .xl\:odd\:overflow-x-auto:nth-child(odd) {
    overflow-x: auto;
  }

  .xl\:odd\:overflow-y-auto:nth-child(odd) {
    overflow-y: auto;
  }

  .xl\:odd\:overflow-x-hidden:nth-child(odd) {
    overflow-x: hidden;
  }

  .xl\:odd\:overflow-y-hidden:nth-child(odd) {
    overflow-y: hidden;
  }

  .xl\:odd\:overflow-x-visible:nth-child(odd) {
    overflow-x: visible;
  }

  .xl\:odd\:overflow-y-visible:nth-child(odd) {
    overflow-y: visible;
  }

  .xl\:odd\:overflow-x-scroll:nth-child(odd) {
    overflow-x: scroll;
  }

  .xl\:odd\:overflow-y-scroll:nth-child(odd) {
    overflow-y: scroll;
  }

  .xl\:odd\:scrolling-touch:nth-child(odd) {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:odd\:scrolling-auto:nth-child(odd) {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:children\:overflow-auto > * {
    overflow: auto;
  }

  .xl\:children\:overflow-hidden > * {
    overflow: hidden;
  }

  .xl\:children\:overflow-visible > * {
    overflow: visible;
  }

  .xl\:children\:overflow-scroll > * {
    overflow: scroll;
  }

  .xl\:children\:overflow-x-auto > * {
    overflow-x: auto;
  }

  .xl\:children\:overflow-y-auto > * {
    overflow-y: auto;
  }

  .xl\:children\:overflow-x-hidden > * {
    overflow-x: hidden;
  }

  .xl\:children\:overflow-y-hidden > * {
    overflow-y: hidden;
  }

  .xl\:children\:overflow-x-visible > * {
    overflow-x: visible;
  }

  .xl\:children\:overflow-y-visible > * {
    overflow-y: visible;
  }

  .xl\:children\:overflow-x-scroll > * {
    overflow-x: scroll;
  }

  .xl\:children\:overflow-y-scroll > * {
    overflow-y: scroll;
  }

  .xl\:children\:scrolling-touch > * {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:children\:scrolling-auto > * {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:first\:overflow-auto:first-child {
    overflow: auto;
  }

  .xl\:first\:overflow-hidden:first-child {
    overflow: hidden;
  }

  .xl\:first\:overflow-visible:first-child {
    overflow: visible;
  }

  .xl\:first\:overflow-scroll:first-child {
    overflow: scroll;
  }

  .xl\:first\:overflow-x-auto:first-child {
    overflow-x: auto;
  }

  .xl\:first\:overflow-y-auto:first-child {
    overflow-y: auto;
  }

  .xl\:first\:overflow-x-hidden:first-child {
    overflow-x: hidden;
  }

  .xl\:first\:overflow-y-hidden:first-child {
    overflow-y: hidden;
  }

  .xl\:first\:overflow-x-visible:first-child {
    overflow-x: visible;
  }

  .xl\:first\:overflow-y-visible:first-child {
    overflow-y: visible;
  }

  .xl\:first\:overflow-x-scroll:first-child {
    overflow-x: scroll;
  }

  .xl\:first\:overflow-y-scroll:first-child {
    overflow-y: scroll;
  }

  .xl\:first\:scrolling-touch:first-child {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:first\:scrolling-auto:first-child {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:last\:overflow-auto:last-child {
    overflow: auto;
  }

  .xl\:last\:overflow-hidden:last-child {
    overflow: hidden;
  }

  .xl\:last\:overflow-visible:last-child {
    overflow: visible;
  }

  .xl\:last\:overflow-scroll:last-child {
    overflow: scroll;
  }

  .xl\:last\:overflow-x-auto:last-child {
    overflow-x: auto;
  }

  .xl\:last\:overflow-y-auto:last-child {
    overflow-y: auto;
  }

  .xl\:last\:overflow-x-hidden:last-child {
    overflow-x: hidden;
  }

  .xl\:last\:overflow-y-hidden:last-child {
    overflow-y: hidden;
  }

  .xl\:last\:overflow-x-visible:last-child {
    overflow-x: visible;
  }

  .xl\:last\:overflow-y-visible:last-child {
    overflow-y: visible;
  }

  .xl\:last\:overflow-x-scroll:last-child {
    overflow-x: scroll;
  }

  .xl\:last\:overflow-y-scroll:last-child {
    overflow-y: scroll;
  }

  .xl\:last\:scrolling-touch:last-child {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:last\:scrolling-auto:last-child {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .xl\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .xl\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .xl\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .xl\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .xl\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .xl\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .xl\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .xl\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .xl\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .xl\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .xl\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .xl\:hover\:scrolling-touch:hover {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:hover\:scrolling-auto:hover {
    -webkit-overflow-scrolling: auto;
  }

  .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\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-7 {
    padding: 1.75rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-9 {
    padding: 2.25rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-11 {
    padding: 2.75rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-13 {
    padding: 3.25rem;
  }

  .xl\:p-14 {
    padding: 3.5rem;
  }

  .xl\:p-15 {
    padding: 3.75rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-17 {
    padding: 4.25rem;
  }

  .xl\:p-18 {
    padding: 4.5rem;
  }

  .xl\:p-19 {
    padding: 4.75rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:p-40 {
    padding: 10rem;
  }

  .xl\:p-48 {
    padding: 12rem;
  }

  .xl\:p-56 {
    padding: 14rem;
  }

  .xl\:p-64 {
    padding: 16rem;
  }

  .xl\:p-75 {
    padding: 18.75rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .xl\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-17 {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .xl\:px-17 {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .xl\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xl\:py-19 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .xl\:px-19 {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:py-75 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .xl\:px-75 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .xl\:pr-11 {
    padding-right: 2.75rem;
  }

  .xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pt-13 {
    padding-top: 3.25rem;
  }

  .xl\:pr-13 {
    padding-right: 3.25rem;
  }

  .xl\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .xl\:pl-13 {
    padding-left: 3.25rem;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pt-15 {
    padding-top: 3.75rem;
  }

  .xl\:pr-15 {
    padding-right: 3.75rem;
  }

  .xl\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .xl\:pl-15 {
    padding-left: 3.75rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pt-17 {
    padding-top: 4.25rem;
  }

  .xl\:pr-17 {
    padding-right: 4.25rem;
  }

  .xl\:pb-17 {
    padding-bottom: 4.25rem;
  }

  .xl\:pl-17 {
    padding-left: 4.25rem;
  }

  .xl\:pt-18 {
    padding-top: 4.5rem;
  }

  .xl\:pr-18 {
    padding-right: 4.5rem;
  }

  .xl\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .xl\:pl-18 {
    padding-left: 4.5rem;
  }

  .xl\:pt-19 {
    padding-top: 4.75rem;
  }

  .xl\:pr-19 {
    padding-right: 4.75rem;
  }

  .xl\:pb-19 {
    padding-bottom: 4.75rem;
  }

  .xl\:pl-19 {
    padding-left: 4.75rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:pr-40 {
    padding-right: 10rem;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:pl-40 {
    padding-left: 10rem;
  }

  .xl\:pt-48 {
    padding-top: 12rem;
  }

  .xl\:pr-48 {
    padding-right: 12rem;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:pl-48 {
    padding-left: 12rem;
  }

  .xl\:pt-56 {
    padding-top: 14rem;
  }

  .xl\:pr-56 {
    padding-right: 14rem;
  }

  .xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .xl\:pl-56 {
    padding-left: 14rem;
  }

  .xl\:pt-64 {
    padding-top: 16rem;
  }

  .xl\:pr-64 {
    padding-right: 16rem;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:pl-64 {
    padding-left: 16rem;
  }

  .xl\:pt-75 {
    padding-top: 18.75rem;
  }

  .xl\:pr-75 {
    padding-right: 18.75rem;
  }

  .xl\:pb-75 {
    padding-bottom: 18.75rem;
  }

  .xl\:pl-75 {
    padding-left: 18.75rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:even\:p-0:nth-child(even) {
    padding: 0;
  }

  .xl\:even\:p-1:nth-child(even) {
    padding: 0.25rem;
  }

  .xl\:even\:p-2:nth-child(even) {
    padding: 0.5rem;
  }

  .xl\:even\:p-3:nth-child(even) {
    padding: 0.75rem;
  }

  .xl\:even\:p-4:nth-child(even) {
    padding: 1rem;
  }

  .xl\:even\:p-5:nth-child(even) {
    padding: 1.25rem;
  }

  .xl\:even\:p-6:nth-child(even) {
    padding: 1.5rem;
  }

  .xl\:even\:p-7:nth-child(even) {
    padding: 1.75rem;
  }

  .xl\:even\:p-8:nth-child(even) {
    padding: 2rem;
  }

  .xl\:even\:p-9:nth-child(even) {
    padding: 2.25rem;
  }

  .xl\:even\:p-10:nth-child(even) {
    padding: 2.5rem;
  }

  .xl\:even\:p-11:nth-child(even) {
    padding: 2.75rem;
  }

  .xl\:even\:p-12:nth-child(even) {
    padding: 3rem;
  }

  .xl\:even\:p-13:nth-child(even) {
    padding: 3.25rem;
  }

  .xl\:even\:p-14:nth-child(even) {
    padding: 3.5rem;
  }

  .xl\:even\:p-15:nth-child(even) {
    padding: 3.75rem;
  }

  .xl\:even\:p-16:nth-child(even) {
    padding: 4rem;
  }

  .xl\:even\:p-17:nth-child(even) {
    padding: 4.25rem;
  }

  .xl\:even\:p-18:nth-child(even) {
    padding: 4.5rem;
  }

  .xl\:even\:p-19:nth-child(even) {
    padding: 4.75rem;
  }

  .xl\:even\:p-20:nth-child(even) {
    padding: 5rem;
  }

  .xl\:even\:p-24:nth-child(even) {
    padding: 6rem;
  }

  .xl\:even\:p-32:nth-child(even) {
    padding: 8rem;
  }

  .xl\:even\:p-40:nth-child(even) {
    padding: 10rem;
  }

  .xl\:even\:p-48:nth-child(even) {
    padding: 12rem;
  }

  .xl\:even\:p-56:nth-child(even) {
    padding: 14rem;
  }

  .xl\:even\:p-64:nth-child(even) {
    padding: 16rem;
  }

  .xl\:even\:p-75:nth-child(even) {
    padding: 18.75rem;
  }

  .xl\:even\:p-px:nth-child(even) {
    padding: 1px;
  }

  .xl\:even\:py-0:nth-child(even) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:even\:px-0:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:even\:py-1:nth-child(even) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:even\:px-1:nth-child(even) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:even\:py-2:nth-child(even) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:even\:px-2:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:even\:py-3:nth-child(even) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:even\:px-3:nth-child(even) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:even\:py-4:nth-child(even) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:even\:px-4:nth-child(even) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:even\:py-5:nth-child(even) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:even\:px-5:nth-child(even) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:even\:py-6:nth-child(even) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:even\:px-6:nth-child(even) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:even\:py-7:nth-child(even) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:even\:px-7:nth-child(even) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:even\:py-8:nth-child(even) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:even\:px-8:nth-child(even) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:even\:py-9:nth-child(even) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:even\:px-9:nth-child(even) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:even\:py-10:nth-child(even) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:even\:px-10:nth-child(even) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:even\:py-11:nth-child(even) {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:even\:px-11:nth-child(even) {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:even\:py-12:nth-child(even) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:even\:px-12:nth-child(even) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:even\:py-13:nth-child(even) {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .xl\:even\:px-13:nth-child(even) {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .xl\:even\:py-14:nth-child(even) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:even\:px-14:nth-child(even) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:even\:py-15:nth-child(even) {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:even\:px-15:nth-child(even) {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:even\:py-16:nth-child(even) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:even\:px-16:nth-child(even) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:even\:py-17:nth-child(even) {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .xl\:even\:px-17:nth-child(even) {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .xl\:even\:py-18:nth-child(even) {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:even\:px-18:nth-child(even) {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xl\:even\:py-19:nth-child(even) {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .xl\:even\:px-19:nth-child(even) {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .xl\:even\:py-20:nth-child(even) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:even\:px-20:nth-child(even) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:even\:py-24:nth-child(even) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:even\:px-24:nth-child(even) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:even\:py-32:nth-child(even) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:even\:px-32:nth-child(even) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:even\:py-40:nth-child(even) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:even\:px-40:nth-child(even) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:even\:py-48:nth-child(even) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:even\:px-48:nth-child(even) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:even\:py-56:nth-child(even) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:even\:px-56:nth-child(even) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:even\:py-64:nth-child(even) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:even\:px-64:nth-child(even) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:even\:py-75:nth-child(even) {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .xl\:even\:px-75:nth-child(even) {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .xl\:even\:py-px:nth-child(even) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:even\:px-px:nth-child(even) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:even\:pt-0:nth-child(even) {
    padding-top: 0;
  }

  .xl\:even\:pr-0:nth-child(even) {
    padding-right: 0;
  }

  .xl\:even\:pb-0:nth-child(even) {
    padding-bottom: 0;
  }

  .xl\:even\:pl-0:nth-child(even) {
    padding-left: 0;
  }

  .xl\:even\:pt-1:nth-child(even) {
    padding-top: 0.25rem;
  }

  .xl\:even\:pr-1:nth-child(even) {
    padding-right: 0.25rem;
  }

  .xl\:even\:pb-1:nth-child(even) {
    padding-bottom: 0.25rem;
  }

  .xl\:even\:pl-1:nth-child(even) {
    padding-left: 0.25rem;
  }

  .xl\:even\:pt-2:nth-child(even) {
    padding-top: 0.5rem;
  }

  .xl\:even\:pr-2:nth-child(even) {
    padding-right: 0.5rem;
  }

  .xl\:even\:pb-2:nth-child(even) {
    padding-bottom: 0.5rem;
  }

  .xl\:even\:pl-2:nth-child(even) {
    padding-left: 0.5rem;
  }

  .xl\:even\:pt-3:nth-child(even) {
    padding-top: 0.75rem;
  }

  .xl\:even\:pr-3:nth-child(even) {
    padding-right: 0.75rem;
  }

  .xl\:even\:pb-3:nth-child(even) {
    padding-bottom: 0.75rem;
  }

  .xl\:even\:pl-3:nth-child(even) {
    padding-left: 0.75rem;
  }

  .xl\:even\:pt-4:nth-child(even) {
    padding-top: 1rem;
  }

  .xl\:even\:pr-4:nth-child(even) {
    padding-right: 1rem;
  }

  .xl\:even\:pb-4:nth-child(even) {
    padding-bottom: 1rem;
  }

  .xl\:even\:pl-4:nth-child(even) {
    padding-left: 1rem;
  }

  .xl\:even\:pt-5:nth-child(even) {
    padding-top: 1.25rem;
  }

  .xl\:even\:pr-5:nth-child(even) {
    padding-right: 1.25rem;
  }

  .xl\:even\:pb-5:nth-child(even) {
    padding-bottom: 1.25rem;
  }

  .xl\:even\:pl-5:nth-child(even) {
    padding-left: 1.25rem;
  }

  .xl\:even\:pt-6:nth-child(even) {
    padding-top: 1.5rem;
  }

  .xl\:even\:pr-6:nth-child(even) {
    padding-right: 1.5rem;
  }

  .xl\:even\:pb-6:nth-child(even) {
    padding-bottom: 1.5rem;
  }

  .xl\:even\:pl-6:nth-child(even) {
    padding-left: 1.5rem;
  }

  .xl\:even\:pt-7:nth-child(even) {
    padding-top: 1.75rem;
  }

  .xl\:even\:pr-7:nth-child(even) {
    padding-right: 1.75rem;
  }

  .xl\:even\:pb-7:nth-child(even) {
    padding-bottom: 1.75rem;
  }

  .xl\:even\:pl-7:nth-child(even) {
    padding-left: 1.75rem;
  }

  .xl\:even\:pt-8:nth-child(even) {
    padding-top: 2rem;
  }

  .xl\:even\:pr-8:nth-child(even) {
    padding-right: 2rem;
  }

  .xl\:even\:pb-8:nth-child(even) {
    padding-bottom: 2rem;
  }

  .xl\:even\:pl-8:nth-child(even) {
    padding-left: 2rem;
  }

  .xl\:even\:pt-9:nth-child(even) {
    padding-top: 2.25rem;
  }

  .xl\:even\:pr-9:nth-child(even) {
    padding-right: 2.25rem;
  }

  .xl\:even\:pb-9:nth-child(even) {
    padding-bottom: 2.25rem;
  }

  .xl\:even\:pl-9:nth-child(even) {
    padding-left: 2.25rem;
  }

  .xl\:even\:pt-10:nth-child(even) {
    padding-top: 2.5rem;
  }

  .xl\:even\:pr-10:nth-child(even) {
    padding-right: 2.5rem;
  }

  .xl\:even\:pb-10:nth-child(even) {
    padding-bottom: 2.5rem;
  }

  .xl\:even\:pl-10:nth-child(even) {
    padding-left: 2.5rem;
  }

  .xl\:even\:pt-11:nth-child(even) {
    padding-top: 2.75rem;
  }

  .xl\:even\:pr-11:nth-child(even) {
    padding-right: 2.75rem;
  }

  .xl\:even\:pb-11:nth-child(even) {
    padding-bottom: 2.75rem;
  }

  .xl\:even\:pl-11:nth-child(even) {
    padding-left: 2.75rem;
  }

  .xl\:even\:pt-12:nth-child(even) {
    padding-top: 3rem;
  }

  .xl\:even\:pr-12:nth-child(even) {
    padding-right: 3rem;
  }

  .xl\:even\:pb-12:nth-child(even) {
    padding-bottom: 3rem;
  }

  .xl\:even\:pl-12:nth-child(even) {
    padding-left: 3rem;
  }

  .xl\:even\:pt-13:nth-child(even) {
    padding-top: 3.25rem;
  }

  .xl\:even\:pr-13:nth-child(even) {
    padding-right: 3.25rem;
  }

  .xl\:even\:pb-13:nth-child(even) {
    padding-bottom: 3.25rem;
  }

  .xl\:even\:pl-13:nth-child(even) {
    padding-left: 3.25rem;
  }

  .xl\:even\:pt-14:nth-child(even) {
    padding-top: 3.5rem;
  }

  .xl\:even\:pr-14:nth-child(even) {
    padding-right: 3.5rem;
  }

  .xl\:even\:pb-14:nth-child(even) {
    padding-bottom: 3.5rem;
  }

  .xl\:even\:pl-14:nth-child(even) {
    padding-left: 3.5rem;
  }

  .xl\:even\:pt-15:nth-child(even) {
    padding-top: 3.75rem;
  }

  .xl\:even\:pr-15:nth-child(even) {
    padding-right: 3.75rem;
  }

  .xl\:even\:pb-15:nth-child(even) {
    padding-bottom: 3.75rem;
  }

  .xl\:even\:pl-15:nth-child(even) {
    padding-left: 3.75rem;
  }

  .xl\:even\:pt-16:nth-child(even) {
    padding-top: 4rem;
  }

  .xl\:even\:pr-16:nth-child(even) {
    padding-right: 4rem;
  }

  .xl\:even\:pb-16:nth-child(even) {
    padding-bottom: 4rem;
  }

  .xl\:even\:pl-16:nth-child(even) {
    padding-left: 4rem;
  }

  .xl\:even\:pt-17:nth-child(even) {
    padding-top: 4.25rem;
  }

  .xl\:even\:pr-17:nth-child(even) {
    padding-right: 4.25rem;
  }

  .xl\:even\:pb-17:nth-child(even) {
    padding-bottom: 4.25rem;
  }

  .xl\:even\:pl-17:nth-child(even) {
    padding-left: 4.25rem;
  }

  .xl\:even\:pt-18:nth-child(even) {
    padding-top: 4.5rem;
  }

  .xl\:even\:pr-18:nth-child(even) {
    padding-right: 4.5rem;
  }

  .xl\:even\:pb-18:nth-child(even) {
    padding-bottom: 4.5rem;
  }

  .xl\:even\:pl-18:nth-child(even) {
    padding-left: 4.5rem;
  }

  .xl\:even\:pt-19:nth-child(even) {
    padding-top: 4.75rem;
  }

  .xl\:even\:pr-19:nth-child(even) {
    padding-right: 4.75rem;
  }

  .xl\:even\:pb-19:nth-child(even) {
    padding-bottom: 4.75rem;
  }

  .xl\:even\:pl-19:nth-child(even) {
    padding-left: 4.75rem;
  }

  .xl\:even\:pt-20:nth-child(even) {
    padding-top: 5rem;
  }

  .xl\:even\:pr-20:nth-child(even) {
    padding-right: 5rem;
  }

  .xl\:even\:pb-20:nth-child(even) {
    padding-bottom: 5rem;
  }

  .xl\:even\:pl-20:nth-child(even) {
    padding-left: 5rem;
  }

  .xl\:even\:pt-24:nth-child(even) {
    padding-top: 6rem;
  }

  .xl\:even\:pr-24:nth-child(even) {
    padding-right: 6rem;
  }

  .xl\:even\:pb-24:nth-child(even) {
    padding-bottom: 6rem;
  }

  .xl\:even\:pl-24:nth-child(even) {
    padding-left: 6rem;
  }

  .xl\:even\:pt-32:nth-child(even) {
    padding-top: 8rem;
  }

  .xl\:even\:pr-32:nth-child(even) {
    padding-right: 8rem;
  }

  .xl\:even\:pb-32:nth-child(even) {
    padding-bottom: 8rem;
  }

  .xl\:even\:pl-32:nth-child(even) {
    padding-left: 8rem;
  }

  .xl\:even\:pt-40:nth-child(even) {
    padding-top: 10rem;
  }

  .xl\:even\:pr-40:nth-child(even) {
    padding-right: 10rem;
  }

  .xl\:even\:pb-40:nth-child(even) {
    padding-bottom: 10rem;
  }

  .xl\:even\:pl-40:nth-child(even) {
    padding-left: 10rem;
  }

  .xl\:even\:pt-48:nth-child(even) {
    padding-top: 12rem;
  }

  .xl\:even\:pr-48:nth-child(even) {
    padding-right: 12rem;
  }

  .xl\:even\:pb-48:nth-child(even) {
    padding-bottom: 12rem;
  }

  .xl\:even\:pl-48:nth-child(even) {
    padding-left: 12rem;
  }

  .xl\:even\:pt-56:nth-child(even) {
    padding-top: 14rem;
  }

  .xl\:even\:pr-56:nth-child(even) {
    padding-right: 14rem;
  }

  .xl\:even\:pb-56:nth-child(even) {
    padding-bottom: 14rem;
  }

  .xl\:even\:pl-56:nth-child(even) {
    padding-left: 14rem;
  }

  .xl\:even\:pt-64:nth-child(even) {
    padding-top: 16rem;
  }

  .xl\:even\:pr-64:nth-child(even) {
    padding-right: 16rem;
  }

  .xl\:even\:pb-64:nth-child(even) {
    padding-bottom: 16rem;
  }

  .xl\:even\:pl-64:nth-child(even) {
    padding-left: 16rem;
  }

  .xl\:even\:pt-75:nth-child(even) {
    padding-top: 18.75rem;
  }

  .xl\:even\:pr-75:nth-child(even) {
    padding-right: 18.75rem;
  }

  .xl\:even\:pb-75:nth-child(even) {
    padding-bottom: 18.75rem;
  }

  .xl\:even\:pl-75:nth-child(even) {
    padding-left: 18.75rem;
  }

  .xl\:even\:pt-px:nth-child(even) {
    padding-top: 1px;
  }

  .xl\:even\:pr-px:nth-child(even) {
    padding-right: 1px;
  }

  .xl\:even\:pb-px:nth-child(even) {
    padding-bottom: 1px;
  }

  .xl\:even\:pl-px:nth-child(even) {
    padding-left: 1px;
  }

  .xl\:odd\:p-0:nth-child(odd) {
    padding: 0;
  }

  .xl\:odd\:p-1:nth-child(odd) {
    padding: 0.25rem;
  }

  .xl\:odd\:p-2:nth-child(odd) {
    padding: 0.5rem;
  }

  .xl\:odd\:p-3:nth-child(odd) {
    padding: 0.75rem;
  }

  .xl\:odd\:p-4:nth-child(odd) {
    padding: 1rem;
  }

  .xl\:odd\:p-5:nth-child(odd) {
    padding: 1.25rem;
  }

  .xl\:odd\:p-6:nth-child(odd) {
    padding: 1.5rem;
  }

  .xl\:odd\:p-7:nth-child(odd) {
    padding: 1.75rem;
  }

  .xl\:odd\:p-8:nth-child(odd) {
    padding: 2rem;
  }

  .xl\:odd\:p-9:nth-child(odd) {
    padding: 2.25rem;
  }

  .xl\:odd\:p-10:nth-child(odd) {
    padding: 2.5rem;
  }

  .xl\:odd\:p-11:nth-child(odd) {
    padding: 2.75rem;
  }

  .xl\:odd\:p-12:nth-child(odd) {
    padding: 3rem;
  }

  .xl\:odd\:p-13:nth-child(odd) {
    padding: 3.25rem;
  }

  .xl\:odd\:p-14:nth-child(odd) {
    padding: 3.5rem;
  }

  .xl\:odd\:p-15:nth-child(odd) {
    padding: 3.75rem;
  }

  .xl\:odd\:p-16:nth-child(odd) {
    padding: 4rem;
  }

  .xl\:odd\:p-17:nth-child(odd) {
    padding: 4.25rem;
  }

  .xl\:odd\:p-18:nth-child(odd) {
    padding: 4.5rem;
  }

  .xl\:odd\:p-19:nth-child(odd) {
    padding: 4.75rem;
  }

  .xl\:odd\:p-20:nth-child(odd) {
    padding: 5rem;
  }

  .xl\:odd\:p-24:nth-child(odd) {
    padding: 6rem;
  }

  .xl\:odd\:p-32:nth-child(odd) {
    padding: 8rem;
  }

  .xl\:odd\:p-40:nth-child(odd) {
    padding: 10rem;
  }

  .xl\:odd\:p-48:nth-child(odd) {
    padding: 12rem;
  }

  .xl\:odd\:p-56:nth-child(odd) {
    padding: 14rem;
  }

  .xl\:odd\:p-64:nth-child(odd) {
    padding: 16rem;
  }

  .xl\:odd\:p-75:nth-child(odd) {
    padding: 18.75rem;
  }

  .xl\:odd\:p-px:nth-child(odd) {
    padding: 1px;
  }

  .xl\:odd\:py-0:nth-child(odd) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:odd\:px-0:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:odd\:py-1:nth-child(odd) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:odd\:px-1:nth-child(odd) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:odd\:py-2:nth-child(odd) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:odd\:px-2:nth-child(odd) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:odd\:py-3:nth-child(odd) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:odd\:px-3:nth-child(odd) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:odd\:py-4:nth-child(odd) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:odd\:px-4:nth-child(odd) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:odd\:py-5:nth-child(odd) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:odd\:px-5:nth-child(odd) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:odd\:py-6:nth-child(odd) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:odd\:px-6:nth-child(odd) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:odd\:py-7:nth-child(odd) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:odd\:px-7:nth-child(odd) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:odd\:py-8:nth-child(odd) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:odd\:px-8:nth-child(odd) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:odd\:py-9:nth-child(odd) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:odd\:px-9:nth-child(odd) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:odd\:py-10:nth-child(odd) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:odd\:px-10:nth-child(odd) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:odd\:py-11:nth-child(odd) {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:odd\:px-11:nth-child(odd) {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:odd\:py-12:nth-child(odd) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:odd\:px-12:nth-child(odd) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:odd\:py-13:nth-child(odd) {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .xl\:odd\:px-13:nth-child(odd) {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .xl\:odd\:py-14:nth-child(odd) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:odd\:px-14:nth-child(odd) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:odd\:py-15:nth-child(odd) {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:odd\:px-15:nth-child(odd) {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:odd\:py-16:nth-child(odd) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:odd\:px-16:nth-child(odd) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:odd\:py-17:nth-child(odd) {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .xl\:odd\:px-17:nth-child(odd) {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .xl\:odd\:py-18:nth-child(odd) {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:odd\:px-18:nth-child(odd) {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xl\:odd\:py-19:nth-child(odd) {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .xl\:odd\:px-19:nth-child(odd) {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .xl\:odd\:py-20:nth-child(odd) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:odd\:px-20:nth-child(odd) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:odd\:py-24:nth-child(odd) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:odd\:px-24:nth-child(odd) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:odd\:py-32:nth-child(odd) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:odd\:px-32:nth-child(odd) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:odd\:py-40:nth-child(odd) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:odd\:px-40:nth-child(odd) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:odd\:py-48:nth-child(odd) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:odd\:px-48:nth-child(odd) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:odd\:py-56:nth-child(odd) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:odd\:px-56:nth-child(odd) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:odd\:py-64:nth-child(odd) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:odd\:px-64:nth-child(odd) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:odd\:py-75:nth-child(odd) {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .xl\:odd\:px-75:nth-child(odd) {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .xl\:odd\:py-px:nth-child(odd) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:odd\:px-px:nth-child(odd) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:odd\:pt-0:nth-child(odd) {
    padding-top: 0;
  }

  .xl\:odd\:pr-0:nth-child(odd) {
    padding-right: 0;
  }

  .xl\:odd\:pb-0:nth-child(odd) {
    padding-bottom: 0;
  }

  .xl\:odd\:pl-0:nth-child(odd) {
    padding-left: 0;
  }

  .xl\:odd\:pt-1:nth-child(odd) {
    padding-top: 0.25rem;
  }

  .xl\:odd\:pr-1:nth-child(odd) {
    padding-right: 0.25rem;
  }

  .xl\:odd\:pb-1:nth-child(odd) {
    padding-bottom: 0.25rem;
  }

  .xl\:odd\:pl-1:nth-child(odd) {
    padding-left: 0.25rem;
  }

  .xl\:odd\:pt-2:nth-child(odd) {
    padding-top: 0.5rem;
  }

  .xl\:odd\:pr-2:nth-child(odd) {
    padding-right: 0.5rem;
  }

  .xl\:odd\:pb-2:nth-child(odd) {
    padding-bottom: 0.5rem;
  }

  .xl\:odd\:pl-2:nth-child(odd) {
    padding-left: 0.5rem;
  }

  .xl\:odd\:pt-3:nth-child(odd) {
    padding-top: 0.75rem;
  }

  .xl\:odd\:pr-3:nth-child(odd) {
    padding-right: 0.75rem;
  }

  .xl\:odd\:pb-3:nth-child(odd) {
    padding-bottom: 0.75rem;
  }

  .xl\:odd\:pl-3:nth-child(odd) {
    padding-left: 0.75rem;
  }

  .xl\:odd\:pt-4:nth-child(odd) {
    padding-top: 1rem;
  }

  .xl\:odd\:pr-4:nth-child(odd) {
    padding-right: 1rem;
  }

  .xl\:odd\:pb-4:nth-child(odd) {
    padding-bottom: 1rem;
  }

  .xl\:odd\:pl-4:nth-child(odd) {
    padding-left: 1rem;
  }

  .xl\:odd\:pt-5:nth-child(odd) {
    padding-top: 1.25rem;
  }

  .xl\:odd\:pr-5:nth-child(odd) {
    padding-right: 1.25rem;
  }

  .xl\:odd\:pb-5:nth-child(odd) {
    padding-bottom: 1.25rem;
  }

  .xl\:odd\:pl-5:nth-child(odd) {
    padding-left: 1.25rem;
  }

  .xl\:odd\:pt-6:nth-child(odd) {
    padding-top: 1.5rem;
  }

  .xl\:odd\:pr-6:nth-child(odd) {
    padding-right: 1.5rem;
  }

  .xl\:odd\:pb-6:nth-child(odd) {
    padding-bottom: 1.5rem;
  }

  .xl\:odd\:pl-6:nth-child(odd) {
    padding-left: 1.5rem;
  }

  .xl\:odd\:pt-7:nth-child(odd) {
    padding-top: 1.75rem;
  }

  .xl\:odd\:pr-7:nth-child(odd) {
    padding-right: 1.75rem;
  }

  .xl\:odd\:pb-7:nth-child(odd) {
    padding-bottom: 1.75rem;
  }

  .xl\:odd\:pl-7:nth-child(odd) {
    padding-left: 1.75rem;
  }

  .xl\:odd\:pt-8:nth-child(odd) {
    padding-top: 2rem;
  }

  .xl\:odd\:pr-8:nth-child(odd) {
    padding-right: 2rem;
  }

  .xl\:odd\:pb-8:nth-child(odd) {
    padding-bottom: 2rem;
  }

  .xl\:odd\:pl-8:nth-child(odd) {
    padding-left: 2rem;
  }

  .xl\:odd\:pt-9:nth-child(odd) {
    padding-top: 2.25rem;
  }

  .xl\:odd\:pr-9:nth-child(odd) {
    padding-right: 2.25rem;
  }

  .xl\:odd\:pb-9:nth-child(odd) {
    padding-bottom: 2.25rem;
  }

  .xl\:odd\:pl-9:nth-child(odd) {
    padding-left: 2.25rem;
  }

  .xl\:odd\:pt-10:nth-child(odd) {
    padding-top: 2.5rem;
  }

  .xl\:odd\:pr-10:nth-child(odd) {
    padding-right: 2.5rem;
  }

  .xl\:odd\:pb-10:nth-child(odd) {
    padding-bottom: 2.5rem;
  }

  .xl\:odd\:pl-10:nth-child(odd) {
    padding-left: 2.5rem;
  }

  .xl\:odd\:pt-11:nth-child(odd) {
    padding-top: 2.75rem;
  }

  .xl\:odd\:pr-11:nth-child(odd) {
    padding-right: 2.75rem;
  }

  .xl\:odd\:pb-11:nth-child(odd) {
    padding-bottom: 2.75rem;
  }

  .xl\:odd\:pl-11:nth-child(odd) {
    padding-left: 2.75rem;
  }

  .xl\:odd\:pt-12:nth-child(odd) {
    padding-top: 3rem;
  }

  .xl\:odd\:pr-12:nth-child(odd) {
    padding-right: 3rem;
  }

  .xl\:odd\:pb-12:nth-child(odd) {
    padding-bottom: 3rem;
  }

  .xl\:odd\:pl-12:nth-child(odd) {
    padding-left: 3rem;
  }

  .xl\:odd\:pt-13:nth-child(odd) {
    padding-top: 3.25rem;
  }

  .xl\:odd\:pr-13:nth-child(odd) {
    padding-right: 3.25rem;
  }

  .xl\:odd\:pb-13:nth-child(odd) {
    padding-bottom: 3.25rem;
  }

  .xl\:odd\:pl-13:nth-child(odd) {
    padding-left: 3.25rem;
  }

  .xl\:odd\:pt-14:nth-child(odd) {
    padding-top: 3.5rem;
  }

  .xl\:odd\:pr-14:nth-child(odd) {
    padding-right: 3.5rem;
  }

  .xl\:odd\:pb-14:nth-child(odd) {
    padding-bottom: 3.5rem;
  }

  .xl\:odd\:pl-14:nth-child(odd) {
    padding-left: 3.5rem;
  }

  .xl\:odd\:pt-15:nth-child(odd) {
    padding-top: 3.75rem;
  }

  .xl\:odd\:pr-15:nth-child(odd) {
    padding-right: 3.75rem;
  }

  .xl\:odd\:pb-15:nth-child(odd) {
    padding-bottom: 3.75rem;
  }

  .xl\:odd\:pl-15:nth-child(odd) {
    padding-left: 3.75rem;
  }

  .xl\:odd\:pt-16:nth-child(odd) {
    padding-top: 4rem;
  }

  .xl\:odd\:pr-16:nth-child(odd) {
    padding-right: 4rem;
  }

  .xl\:odd\:pb-16:nth-child(odd) {
    padding-bottom: 4rem;
  }

  .xl\:odd\:pl-16:nth-child(odd) {
    padding-left: 4rem;
  }

  .xl\:odd\:pt-17:nth-child(odd) {
    padding-top: 4.25rem;
  }

  .xl\:odd\:pr-17:nth-child(odd) {
    padding-right: 4.25rem;
  }

  .xl\:odd\:pb-17:nth-child(odd) {
    padding-bottom: 4.25rem;
  }

  .xl\:odd\:pl-17:nth-child(odd) {
    padding-left: 4.25rem;
  }

  .xl\:odd\:pt-18:nth-child(odd) {
    padding-top: 4.5rem;
  }

  .xl\:odd\:pr-18:nth-child(odd) {
    padding-right: 4.5rem;
  }

  .xl\:odd\:pb-18:nth-child(odd) {
    padding-bottom: 4.5rem;
  }

  .xl\:odd\:pl-18:nth-child(odd) {
    padding-left: 4.5rem;
  }

  .xl\:odd\:pt-19:nth-child(odd) {
    padding-top: 4.75rem;
  }

  .xl\:odd\:pr-19:nth-child(odd) {
    padding-right: 4.75rem;
  }

  .xl\:odd\:pb-19:nth-child(odd) {
    padding-bottom: 4.75rem;
  }

  .xl\:odd\:pl-19:nth-child(odd) {
    padding-left: 4.75rem;
  }

  .xl\:odd\:pt-20:nth-child(odd) {
    padding-top: 5rem;
  }

  .xl\:odd\:pr-20:nth-child(odd) {
    padding-right: 5rem;
  }

  .xl\:odd\:pb-20:nth-child(odd) {
    padding-bottom: 5rem;
  }

  .xl\:odd\:pl-20:nth-child(odd) {
    padding-left: 5rem;
  }

  .xl\:odd\:pt-24:nth-child(odd) {
    padding-top: 6rem;
  }

  .xl\:odd\:pr-24:nth-child(odd) {
    padding-right: 6rem;
  }

  .xl\:odd\:pb-24:nth-child(odd) {
    padding-bottom: 6rem;
  }

  .xl\:odd\:pl-24:nth-child(odd) {
    padding-left: 6rem;
  }

  .xl\:odd\:pt-32:nth-child(odd) {
    padding-top: 8rem;
  }

  .xl\:odd\:pr-32:nth-child(odd) {
    padding-right: 8rem;
  }

  .xl\:odd\:pb-32:nth-child(odd) {
    padding-bottom: 8rem;
  }

  .xl\:odd\:pl-32:nth-child(odd) {
    padding-left: 8rem;
  }

  .xl\:odd\:pt-40:nth-child(odd) {
    padding-top: 10rem;
  }

  .xl\:odd\:pr-40:nth-child(odd) {
    padding-right: 10rem;
  }

  .xl\:odd\:pb-40:nth-child(odd) {
    padding-bottom: 10rem;
  }

  .xl\:odd\:pl-40:nth-child(odd) {
    padding-left: 10rem;
  }

  .xl\:odd\:pt-48:nth-child(odd) {
    padding-top: 12rem;
  }

  .xl\:odd\:pr-48:nth-child(odd) {
    padding-right: 12rem;
  }

  .xl\:odd\:pb-48:nth-child(odd) {
    padding-bottom: 12rem;
  }

  .xl\:odd\:pl-48:nth-child(odd) {
    padding-left: 12rem;
  }

  .xl\:odd\:pt-56:nth-child(odd) {
    padding-top: 14rem;
  }

  .xl\:odd\:pr-56:nth-child(odd) {
    padding-right: 14rem;
  }

  .xl\:odd\:pb-56:nth-child(odd) {
    padding-bottom: 14rem;
  }

  .xl\:odd\:pl-56:nth-child(odd) {
    padding-left: 14rem;
  }

  .xl\:odd\:pt-64:nth-child(odd) {
    padding-top: 16rem;
  }

  .xl\:odd\:pr-64:nth-child(odd) {
    padding-right: 16rem;
  }

  .xl\:odd\:pb-64:nth-child(odd) {
    padding-bottom: 16rem;
  }

  .xl\:odd\:pl-64:nth-child(odd) {
    padding-left: 16rem;
  }

  .xl\:odd\:pt-75:nth-child(odd) {
    padding-top: 18.75rem;
  }

  .xl\:odd\:pr-75:nth-child(odd) {
    padding-right: 18.75rem;
  }

  .xl\:odd\:pb-75:nth-child(odd) {
    padding-bottom: 18.75rem;
  }

  .xl\:odd\:pl-75:nth-child(odd) {
    padding-left: 18.75rem;
  }

  .xl\:odd\:pt-px:nth-child(odd) {
    padding-top: 1px;
  }

  .xl\:odd\:pr-px:nth-child(odd) {
    padding-right: 1px;
  }

  .xl\:odd\:pb-px:nth-child(odd) {
    padding-bottom: 1px;
  }

  .xl\:odd\:pl-px:nth-child(odd) {
    padding-left: 1px;
  }

  .xl\:children\:p-0 > * {
    padding: 0;
  }

  .xl\:children\:p-1 > * {
    padding: 0.25rem;
  }

  .xl\:children\:p-2 > * {
    padding: 0.5rem;
  }

  .xl\:children\:p-3 > * {
    padding: 0.75rem;
  }

  .xl\:children\:p-4 > * {
    padding: 1rem;
  }

  .xl\:children\:p-5 > * {
    padding: 1.25rem;
  }

  .xl\:children\:p-6 > * {
    padding: 1.5rem;
  }

  .xl\:children\:p-7 > * {
    padding: 1.75rem;
  }

  .xl\:children\:p-8 > * {
    padding: 2rem;
  }

  .xl\:children\:p-9 > * {
    padding: 2.25rem;
  }

  .xl\:children\:p-10 > * {
    padding: 2.5rem;
  }

  .xl\:children\:p-11 > * {
    padding: 2.75rem;
  }

  .xl\:children\:p-12 > * {
    padding: 3rem;
  }

  .xl\:children\:p-13 > * {
    padding: 3.25rem;
  }

  .xl\:children\:p-14 > * {
    padding: 3.5rem;
  }

  .xl\:children\:p-15 > * {
    padding: 3.75rem;
  }

  .xl\:children\:p-16 > * {
    padding: 4rem;
  }

  .xl\:children\:p-17 > * {
    padding: 4.25rem;
  }

  .xl\:children\:p-18 > * {
    padding: 4.5rem;
  }

  .xl\:children\:p-19 > * {
    padding: 4.75rem;
  }

  .xl\:children\:p-20 > * {
    padding: 5rem;
  }

  .xl\:children\:p-24 > * {
    padding: 6rem;
  }

  .xl\:children\:p-32 > * {
    padding: 8rem;
  }

  .xl\:children\:p-40 > * {
    padding: 10rem;
  }

  .xl\:children\:p-48 > * {
    padding: 12rem;
  }

  .xl\:children\:p-56 > * {
    padding: 14rem;
  }

  .xl\:children\:p-64 > * {
    padding: 16rem;
  }

  .xl\:children\:p-75 > * {
    padding: 18.75rem;
  }

  .xl\:children\:p-px > * {
    padding: 1px;
  }

  .xl\:children\:py-0 > * {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:children\:px-0 > * {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:children\:py-1 > * {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:children\:px-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:children\:py-2 > * {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:children\:px-2 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:children\:py-3 > * {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:children\:px-3 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:children\:py-4 > * {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:children\:px-4 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:children\:py-5 > * {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:children\:px-5 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:children\:py-6 > * {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:children\:px-6 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:children\:py-7 > * {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:children\:px-7 > * {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:children\:py-8 > * {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:children\:px-8 > * {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:children\:py-9 > * {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:children\:px-9 > * {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:children\:py-10 > * {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:children\:px-10 > * {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:children\:py-11 > * {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:children\:px-11 > * {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:children\:py-12 > * {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:children\:px-12 > * {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:children\:py-13 > * {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .xl\:children\:px-13 > * {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .xl\:children\:py-14 > * {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:children\:px-14 > * {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:children\:py-15 > * {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:children\:px-15 > * {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:children\:py-16 > * {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:children\:px-16 > * {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:children\:py-17 > * {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .xl\:children\:px-17 > * {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .xl\:children\:py-18 > * {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:children\:px-18 > * {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xl\:children\:py-19 > * {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .xl\:children\:px-19 > * {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .xl\:children\:py-20 > * {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:children\:px-20 > * {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:children\:py-24 > * {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:children\:px-24 > * {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:children\:py-32 > * {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:children\:px-32 > * {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:children\:py-40 > * {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:children\:px-40 > * {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:children\:py-48 > * {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:children\:px-48 > * {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:children\:py-56 > * {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:children\:px-56 > * {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:children\:py-64 > * {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:children\:px-64 > * {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:children\:py-75 > * {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .xl\:children\:px-75 > * {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .xl\:children\:py-px > * {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:children\:px-px > * {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:children\:pt-0 > * {
    padding-top: 0;
  }

  .xl\:children\:pr-0 > * {
    padding-right: 0;
  }

  .xl\:children\:pb-0 > * {
    padding-bottom: 0;
  }

  .xl\:children\:pl-0 > * {
    padding-left: 0;
  }

  .xl\:children\:pt-1 > * {
    padding-top: 0.25rem;
  }

  .xl\:children\:pr-1 > * {
    padding-right: 0.25rem;
  }

  .xl\:children\:pb-1 > * {
    padding-bottom: 0.25rem;
  }

  .xl\:children\:pl-1 > * {
    padding-left: 0.25rem;
  }

  .xl\:children\:pt-2 > * {
    padding-top: 0.5rem;
  }

  .xl\:children\:pr-2 > * {
    padding-right: 0.5rem;
  }

  .xl\:children\:pb-2 > * {
    padding-bottom: 0.5rem;
  }

  .xl\:children\:pl-2 > * {
    padding-left: 0.5rem;
  }

  .xl\:children\:pt-3 > * {
    padding-top: 0.75rem;
  }

  .xl\:children\:pr-3 > * {
    padding-right: 0.75rem;
  }

  .xl\:children\:pb-3 > * {
    padding-bottom: 0.75rem;
  }

  .xl\:children\:pl-3 > * {
    padding-left: 0.75rem;
  }

  .xl\:children\:pt-4 > * {
    padding-top: 1rem;
  }

  .xl\:children\:pr-4 > * {
    padding-right: 1rem;
  }

  .xl\:children\:pb-4 > * {
    padding-bottom: 1rem;
  }

  .xl\:children\:pl-4 > * {
    padding-left: 1rem;
  }

  .xl\:children\:pt-5 > * {
    padding-top: 1.25rem;
  }

  .xl\:children\:pr-5 > * {
    padding-right: 1.25rem;
  }

  .xl\:children\:pb-5 > * {
    padding-bottom: 1.25rem;
  }

  .xl\:children\:pl-5 > * {
    padding-left: 1.25rem;
  }

  .xl\:children\:pt-6 > * {
    padding-top: 1.5rem;
  }

  .xl\:children\:pr-6 > * {
    padding-right: 1.5rem;
  }

  .xl\:children\:pb-6 > * {
    padding-bottom: 1.5rem;
  }

  .xl\:children\:pl-6 > * {
    padding-left: 1.5rem;
  }

  .xl\:children\:pt-7 > * {
    padding-top: 1.75rem;
  }

  .xl\:children\:pr-7 > * {
    padding-right: 1.75rem;
  }

  .xl\:children\:pb-7 > * {
    padding-bottom: 1.75rem;
  }

  .xl\:children\:pl-7 > * {
    padding-left: 1.75rem;
  }

  .xl\:children\:pt-8 > * {
    padding-top: 2rem;
  }

  .xl\:children\:pr-8 > * {
    padding-right: 2rem;
  }

  .xl\:children\:pb-8 > * {
    padding-bottom: 2rem;
  }

  .xl\:children\:pl-8 > * {
    padding-left: 2rem;
  }

  .xl\:children\:pt-9 > * {
    padding-top: 2.25rem;
  }

  .xl\:children\:pr-9 > * {
    padding-right: 2.25rem;
  }

  .xl\:children\:pb-9 > * {
    padding-bottom: 2.25rem;
  }

  .xl\:children\:pl-9 > * {
    padding-left: 2.25rem;
  }

  .xl\:children\:pt-10 > * {
    padding-top: 2.5rem;
  }

  .xl\:children\:pr-10 > * {
    padding-right: 2.5rem;
  }

  .xl\:children\:pb-10 > * {
    padding-bottom: 2.5rem;
  }

  .xl\:children\:pl-10 > * {
    padding-left: 2.5rem;
  }

  .xl\:children\:pt-11 > * {
    padding-top: 2.75rem;
  }

  .xl\:children\:pr-11 > * {
    padding-right: 2.75rem;
  }

  .xl\:children\:pb-11 > * {
    padding-bottom: 2.75rem;
  }

  .xl\:children\:pl-11 > * {
    padding-left: 2.75rem;
  }

  .xl\:children\:pt-12 > * {
    padding-top: 3rem;
  }

  .xl\:children\:pr-12 > * {
    padding-right: 3rem;
  }

  .xl\:children\:pb-12 > * {
    padding-bottom: 3rem;
  }

  .xl\:children\:pl-12 > * {
    padding-left: 3rem;
  }

  .xl\:children\:pt-13 > * {
    padding-top: 3.25rem;
  }

  .xl\:children\:pr-13 > * {
    padding-right: 3.25rem;
  }

  .xl\:children\:pb-13 > * {
    padding-bottom: 3.25rem;
  }

  .xl\:children\:pl-13 > * {
    padding-left: 3.25rem;
  }

  .xl\:children\:pt-14 > * {
    padding-top: 3.5rem;
  }

  .xl\:children\:pr-14 > * {
    padding-right: 3.5rem;
  }

  .xl\:children\:pb-14 > * {
    padding-bottom: 3.5rem;
  }

  .xl\:children\:pl-14 > * {
    padding-left: 3.5rem;
  }

  .xl\:children\:pt-15 > * {
    padding-top: 3.75rem;
  }

  .xl\:children\:pr-15 > * {
    padding-right: 3.75rem;
  }

  .xl\:children\:pb-15 > * {
    padding-bottom: 3.75rem;
  }

  .xl\:children\:pl-15 > * {
    padding-left: 3.75rem;
  }

  .xl\:children\:pt-16 > * {
    padding-top: 4rem;
  }

  .xl\:children\:pr-16 > * {
    padding-right: 4rem;
  }

  .xl\:children\:pb-16 > * {
    padding-bottom: 4rem;
  }

  .xl\:children\:pl-16 > * {
    padding-left: 4rem;
  }

  .xl\:children\:pt-17 > * {
    padding-top: 4.25rem;
  }

  .xl\:children\:pr-17 > * {
    padding-right: 4.25rem;
  }

  .xl\:children\:pb-17 > * {
    padding-bottom: 4.25rem;
  }

  .xl\:children\:pl-17 > * {
    padding-left: 4.25rem;
  }

  .xl\:children\:pt-18 > * {
    padding-top: 4.5rem;
  }

  .xl\:children\:pr-18 > * {
    padding-right: 4.5rem;
  }

  .xl\:children\:pb-18 > * {
    padding-bottom: 4.5rem;
  }

  .xl\:children\:pl-18 > * {
    padding-left: 4.5rem;
  }

  .xl\:children\:pt-19 > * {
    padding-top: 4.75rem;
  }

  .xl\:children\:pr-19 > * {
    padding-right: 4.75rem;
  }

  .xl\:children\:pb-19 > * {
    padding-bottom: 4.75rem;
  }

  .xl\:children\:pl-19 > * {
    padding-left: 4.75rem;
  }

  .xl\:children\:pt-20 > * {
    padding-top: 5rem;
  }

  .xl\:children\:pr-20 > * {
    padding-right: 5rem;
  }

  .xl\:children\:pb-20 > * {
    padding-bottom: 5rem;
  }

  .xl\:children\:pl-20 > * {
    padding-left: 5rem;
  }

  .xl\:children\:pt-24 > * {
    padding-top: 6rem;
  }

  .xl\:children\:pr-24 > * {
    padding-right: 6rem;
  }

  .xl\:children\:pb-24 > * {
    padding-bottom: 6rem;
  }

  .xl\:children\:pl-24 > * {
    padding-left: 6rem;
  }

  .xl\:children\:pt-32 > * {
    padding-top: 8rem;
  }

  .xl\:children\:pr-32 > * {
    padding-right: 8rem;
  }

  .xl\:children\:pb-32 > * {
    padding-bottom: 8rem;
  }

  .xl\:children\:pl-32 > * {
    padding-left: 8rem;
  }

  .xl\:children\:pt-40 > * {
    padding-top: 10rem;
  }

  .xl\:children\:pr-40 > * {
    padding-right: 10rem;
  }

  .xl\:children\:pb-40 > * {
    padding-bottom: 10rem;
  }

  .xl\:children\:pl-40 > * {
    padding-left: 10rem;
  }

  .xl\:children\:pt-48 > * {
    padding-top: 12rem;
  }

  .xl\:children\:pr-48 > * {
    padding-right: 12rem;
  }

  .xl\:children\:pb-48 > * {
    padding-bottom: 12rem;
  }

  .xl\:children\:pl-48 > * {
    padding-left: 12rem;
  }

  .xl\:children\:pt-56 > * {
    padding-top: 14rem;
  }

  .xl\:children\:pr-56 > * {
    padding-right: 14rem;
  }

  .xl\:children\:pb-56 > * {
    padding-bottom: 14rem;
  }

  .xl\:children\:pl-56 > * {
    padding-left: 14rem;
  }

  .xl\:children\:pt-64 > * {
    padding-top: 16rem;
  }

  .xl\:children\:pr-64 > * {
    padding-right: 16rem;
  }

  .xl\:children\:pb-64 > * {
    padding-bottom: 16rem;
  }

  .xl\:children\:pl-64 > * {
    padding-left: 16rem;
  }

  .xl\:children\:pt-75 > * {
    padding-top: 18.75rem;
  }

  .xl\:children\:pr-75 > * {
    padding-right: 18.75rem;
  }

  .xl\:children\:pb-75 > * {
    padding-bottom: 18.75rem;
  }

  .xl\:children\:pl-75 > * {
    padding-left: 18.75rem;
  }

  .xl\:children\:pt-px > * {
    padding-top: 1px;
  }

  .xl\:children\:pr-px > * {
    padding-right: 1px;
  }

  .xl\:children\:pb-px > * {
    padding-bottom: 1px;
  }

  .xl\:children\:pl-px > * {
    padding-left: 1px;
  }

  .xl\:first\:p-0:first-child {
    padding: 0;
  }

  .xl\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .xl\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .xl\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .xl\:first\:p-4:first-child {
    padding: 1rem;
  }

  .xl\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .xl\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .xl\:first\:p-7:first-child {
    padding: 1.75rem;
  }

  .xl\:first\:p-8:first-child {
    padding: 2rem;
  }

  .xl\:first\:p-9:first-child {
    padding: 2.25rem;
  }

  .xl\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .xl\:first\:p-11:first-child {
    padding: 2.75rem;
  }

  .xl\:first\:p-12:first-child {
    padding: 3rem;
  }

  .xl\:first\:p-13:first-child {
    padding: 3.25rem;
  }

  .xl\:first\:p-14:first-child {
    padding: 3.5rem;
  }

  .xl\:first\:p-15:first-child {
    padding: 3.75rem;
  }

  .xl\:first\:p-16:first-child {
    padding: 4rem;
  }

  .xl\:first\:p-17:first-child {
    padding: 4.25rem;
  }

  .xl\:first\:p-18:first-child {
    padding: 4.5rem;
  }

  .xl\:first\:p-19:first-child {
    padding: 4.75rem;
  }

  .xl\:first\:p-20:first-child {
    padding: 5rem;
  }

  .xl\:first\:p-24:first-child {
    padding: 6rem;
  }

  .xl\:first\:p-32:first-child {
    padding: 8rem;
  }

  .xl\:first\:p-40:first-child {
    padding: 10rem;
  }

  .xl\:first\:p-48:first-child {
    padding: 12rem;
  }

  .xl\:first\:p-56:first-child {
    padding: 14rem;
  }

  .xl\:first\:p-64:first-child {
    padding: 16rem;
  }

  .xl\:first\:p-75:first-child {
    padding: 18.75rem;
  }

  .xl\:first\:p-px:first-child {
    padding: 1px;
  }

  .xl\:first\:py-0:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:first\:px-0:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:first\:py-7:first-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:first\:px-7:first-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:first\:py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:first\:px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:first\:py-11:first-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:first\:px-11:first-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:first\:py-13:first-child {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .xl\:first\:px-13:first-child {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .xl\:first\:py-14:first-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:first\:px-14:first-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:first\:py-15:first-child {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:first\:px-15:first-child {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:first\:py-17:first-child {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .xl\:first\:px-17:first-child {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .xl\:first\:py-18:first-child {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:first\:px-18:first-child {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xl\:first\:py-19:first-child {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .xl\:first\:px-19:first-child {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .xl\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:first\:py-75:first-child {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .xl\:first\:px-75:first-child {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .xl\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:first\:pt-0:first-child {
    padding-top: 0;
  }

  .xl\:first\:pr-0:first-child {
    padding-right: 0;
  }

  .xl\:first\:pb-0:first-child {
    padding-bottom: 0;
  }

  .xl\:first\:pl-0:first-child {
    padding-left: 0;
  }

  .xl\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .xl\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .xl\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .xl\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .xl\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .xl\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .xl\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .xl\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .xl\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .xl\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .xl\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .xl\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .xl\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .xl\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .xl\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .xl\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .xl\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .xl\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .xl\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .xl\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .xl\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .xl\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .xl\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .xl\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .xl\:first\:pt-7:first-child {
    padding-top: 1.75rem;
  }

  .xl\:first\:pr-7:first-child {
    padding-right: 1.75rem;
  }

  .xl\:first\:pb-7:first-child {
    padding-bottom: 1.75rem;
  }

  .xl\:first\:pl-7:first-child {
    padding-left: 1.75rem;
  }

  .xl\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .xl\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .xl\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .xl\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .xl\:first\:pt-9:first-child {
    padding-top: 2.25rem;
  }

  .xl\:first\:pr-9:first-child {
    padding-right: 2.25rem;
  }

  .xl\:first\:pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .xl\:first\:pl-9:first-child {
    padding-left: 2.25rem;
  }

  .xl\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .xl\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .xl\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .xl\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .xl\:first\:pt-11:first-child {
    padding-top: 2.75rem;
  }

  .xl\:first\:pr-11:first-child {
    padding-right: 2.75rem;
  }

  .xl\:first\:pb-11:first-child {
    padding-bottom: 2.75rem;
  }

  .xl\:first\:pl-11:first-child {
    padding-left: 2.75rem;
  }

  .xl\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .xl\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .xl\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .xl\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .xl\:first\:pt-13:first-child {
    padding-top: 3.25rem;
  }

  .xl\:first\:pr-13:first-child {
    padding-right: 3.25rem;
  }

  .xl\:first\:pb-13:first-child {
    padding-bottom: 3.25rem;
  }

  .xl\:first\:pl-13:first-child {
    padding-left: 3.25rem;
  }

  .xl\:first\:pt-14:first-child {
    padding-top: 3.5rem;
  }

  .xl\:first\:pr-14:first-child {
    padding-right: 3.5rem;
  }

  .xl\:first\:pb-14:first-child {
    padding-bottom: 3.5rem;
  }

  .xl\:first\:pl-14:first-child {
    padding-left: 3.5rem;
  }

  .xl\:first\:pt-15:first-child {
    padding-top: 3.75rem;
  }

  .xl\:first\:pr-15:first-child {
    padding-right: 3.75rem;
  }

  .xl\:first\:pb-15:first-child {
    padding-bottom: 3.75rem;
  }

  .xl\:first\:pl-15:first-child {
    padding-left: 3.75rem;
  }

  .xl\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .xl\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .xl\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .xl\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .xl\:first\:pt-17:first-child {
    padding-top: 4.25rem;
  }

  .xl\:first\:pr-17:first-child {
    padding-right: 4.25rem;
  }

  .xl\:first\:pb-17:first-child {
    padding-bottom: 4.25rem;
  }

  .xl\:first\:pl-17:first-child {
    padding-left: 4.25rem;
  }

  .xl\:first\:pt-18:first-child {
    padding-top: 4.5rem;
  }

  .xl\:first\:pr-18:first-child {
    padding-right: 4.5rem;
  }

  .xl\:first\:pb-18:first-child {
    padding-bottom: 4.5rem;
  }

  .xl\:first\:pl-18:first-child {
    padding-left: 4.5rem;
  }

  .xl\:first\:pt-19:first-child {
    padding-top: 4.75rem;
  }

  .xl\:first\:pr-19:first-child {
    padding-right: 4.75rem;
  }

  .xl\:first\:pb-19:first-child {
    padding-bottom: 4.75rem;
  }

  .xl\:first\:pl-19:first-child {
    padding-left: 4.75rem;
  }

  .xl\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .xl\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .xl\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .xl\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .xl\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .xl\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .xl\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .xl\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .xl\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .xl\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .xl\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .xl\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .xl\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .xl\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .xl\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .xl\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .xl\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .xl\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .xl\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .xl\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .xl\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .xl\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .xl\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .xl\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .xl\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .xl\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .xl\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .xl\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .xl\:first\:pt-75:first-child {
    padding-top: 18.75rem;
  }

  .xl\:first\:pr-75:first-child {
    padding-right: 18.75rem;
  }

  .xl\:first\:pb-75:first-child {
    padding-bottom: 18.75rem;
  }

  .xl\:first\:pl-75:first-child {
    padding-left: 18.75rem;
  }

  .xl\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .xl\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .xl\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .xl\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .xl\:last\:p-0:last-child {
    padding: 0;
  }

  .xl\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .xl\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .xl\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .xl\:last\:p-4:last-child {
    padding: 1rem;
  }

  .xl\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .xl\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .xl\:last\:p-7:last-child {
    padding: 1.75rem;
  }

  .xl\:last\:p-8:last-child {
    padding: 2rem;
  }

  .xl\:last\:p-9:last-child {
    padding: 2.25rem;
  }

  .xl\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .xl\:last\:p-11:last-child {
    padding: 2.75rem;
  }

  .xl\:last\:p-12:last-child {
    padding: 3rem;
  }

  .xl\:last\:p-13:last-child {
    padding: 3.25rem;
  }

  .xl\:last\:p-14:last-child {
    padding: 3.5rem;
  }

  .xl\:last\:p-15:last-child {
    padding: 3.75rem;
  }

  .xl\:last\:p-16:last-child {
    padding: 4rem;
  }

  .xl\:last\:p-17:last-child {
    padding: 4.25rem;
  }

  .xl\:last\:p-18:last-child {
    padding: 4.5rem;
  }

  .xl\:last\:p-19:last-child {
    padding: 4.75rem;
  }

  .xl\:last\:p-20:last-child {
    padding: 5rem;
  }

  .xl\:last\:p-24:last-child {
    padding: 6rem;
  }

  .xl\:last\:p-32:last-child {
    padding: 8rem;
  }

  .xl\:last\:p-40:last-child {
    padding: 10rem;
  }

  .xl\:last\:p-48:last-child {
    padding: 12rem;
  }

  .xl\:last\:p-56:last-child {
    padding: 14rem;
  }

  .xl\:last\:p-64:last-child {
    padding: 16rem;
  }

  .xl\:last\:p-75:last-child {
    padding: 18.75rem;
  }

  .xl\:last\:p-px:last-child {
    padding: 1px;
  }

  .xl\:last\:py-0:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:last\:px-0:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:last\:py-7:last-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:last\:px-7:last-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:last\:py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:last\:px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:last\:py-11:last-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:last\:px-11:last-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:last\:py-13:last-child {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .xl\:last\:px-13:last-child {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .xl\:last\:py-14:last-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:last\:px-14:last-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:last\:py-15:last-child {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:last\:px-15:last-child {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:last\:py-17:last-child {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .xl\:last\:px-17:last-child {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .xl\:last\:py-18:last-child {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:last\:px-18:last-child {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xl\:last\:py-19:last-child {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .xl\:last\:px-19:last-child {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .xl\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:last\:py-75:last-child {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .xl\:last\:px-75:last-child {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .xl\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:last\:pt-0:last-child {
    padding-top: 0;
  }

  .xl\:last\:pr-0:last-child {
    padding-right: 0;
  }

  .xl\:last\:pb-0:last-child {
    padding-bottom: 0;
  }

  .xl\:last\:pl-0:last-child {
    padding-left: 0;
  }

  .xl\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .xl\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .xl\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .xl\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .xl\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .xl\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .xl\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .xl\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .xl\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .xl\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .xl\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .xl\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .xl\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .xl\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .xl\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .xl\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .xl\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .xl\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .xl\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .xl\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .xl\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .xl\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .xl\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .xl\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .xl\:last\:pt-7:last-child {
    padding-top: 1.75rem;
  }

  .xl\:last\:pr-7:last-child {
    padding-right: 1.75rem;
  }

  .xl\:last\:pb-7:last-child {
    padding-bottom: 1.75rem;
  }

  .xl\:last\:pl-7:last-child {
    padding-left: 1.75rem;
  }

  .xl\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .xl\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .xl\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .xl\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .xl\:last\:pt-9:last-child {
    padding-top: 2.25rem;
  }

  .xl\:last\:pr-9:last-child {
    padding-right: 2.25rem;
  }

  .xl\:last\:pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .xl\:last\:pl-9:last-child {
    padding-left: 2.25rem;
  }

  .xl\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .xl\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .xl\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .xl\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .xl\:last\:pt-11:last-child {
    padding-top: 2.75rem;
  }

  .xl\:last\:pr-11:last-child {
    padding-right: 2.75rem;
  }

  .xl\:last\:pb-11:last-child {
    padding-bottom: 2.75rem;
  }

  .xl\:last\:pl-11:last-child {
    padding-left: 2.75rem;
  }

  .xl\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .xl\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .xl\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .xl\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .xl\:last\:pt-13:last-child {
    padding-top: 3.25rem;
  }

  .xl\:last\:pr-13:last-child {
    padding-right: 3.25rem;
  }

  .xl\:last\:pb-13:last-child {
    padding-bottom: 3.25rem;
  }

  .xl\:last\:pl-13:last-child {
    padding-left: 3.25rem;
  }

  .xl\:last\:pt-14:last-child {
    padding-top: 3.5rem;
  }

  .xl\:last\:pr-14:last-child {
    padding-right: 3.5rem;
  }

  .xl\:last\:pb-14:last-child {
    padding-bottom: 3.5rem;
  }

  .xl\:last\:pl-14:last-child {
    padding-left: 3.5rem;
  }

  .xl\:last\:pt-15:last-child {
    padding-top: 3.75rem;
  }

  .xl\:last\:pr-15:last-child {
    padding-right: 3.75rem;
  }

  .xl\:last\:pb-15:last-child {
    padding-bottom: 3.75rem;
  }

  .xl\:last\:pl-15:last-child {
    padding-left: 3.75rem;
  }

  .xl\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .xl\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .xl\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .xl\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .xl\:last\:pt-17:last-child {
    padding-top: 4.25rem;
  }

  .xl\:last\:pr-17:last-child {
    padding-right: 4.25rem;
  }

  .xl\:last\:pb-17:last-child {
    padding-bottom: 4.25rem;
  }

  .xl\:last\:pl-17:last-child {
    padding-left: 4.25rem;
  }

  .xl\:last\:pt-18:last-child {
    padding-top: 4.5rem;
  }

  .xl\:last\:pr-18:last-child {
    padding-right: 4.5rem;
  }

  .xl\:last\:pb-18:last-child {
    padding-bottom: 4.5rem;
  }

  .xl\:last\:pl-18:last-child {
    padding-left: 4.5rem;
  }

  .xl\:last\:pt-19:last-child {
    padding-top: 4.75rem;
  }

  .xl\:last\:pr-19:last-child {
    padding-right: 4.75rem;
  }

  .xl\:last\:pb-19:last-child {
    padding-bottom: 4.75rem;
  }

  .xl\:last\:pl-19:last-child {
    padding-left: 4.75rem;
  }

  .xl\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .xl\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .xl\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .xl\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .xl\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .xl\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .xl\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .xl\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .xl\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .xl\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .xl\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .xl\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .xl\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .xl\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .xl\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .xl\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .xl\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .xl\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .xl\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .xl\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .xl\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .xl\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .xl\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .xl\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .xl\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .xl\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .xl\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .xl\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .xl\:last\:pt-75:last-child {
    padding-top: 18.75rem;
  }

  .xl\:last\:pr-75:last-child {
    padding-right: 18.75rem;
  }

  .xl\:last\:pb-75:last-child {
    padding-bottom: 18.75rem;
  }

  .xl\:last\:pl-75:last-child {
    padding-left: 18.75rem;
  }

  .xl\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .xl\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .xl\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .xl\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .xl\:hover\:p-0:hover {
    padding: 0;
  }

  .xl\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .xl\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .xl\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .xl\:hover\:p-4:hover {
    padding: 1rem;
  }

  .xl\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .xl\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .xl\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .xl\:hover\:p-8:hover {
    padding: 2rem;
  }

  .xl\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .xl\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .xl\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .xl\:hover\:p-12:hover {
    padding: 3rem;
  }

  .xl\:hover\:p-13:hover {
    padding: 3.25rem;
  }

  .xl\:hover\:p-14:hover {
    padding: 3.5rem;
  }

  .xl\:hover\:p-15:hover {
    padding: 3.75rem;
  }

  .xl\:hover\:p-16:hover {
    padding: 4rem;
  }

  .xl\:hover\:p-17:hover {
    padding: 4.25rem;
  }

  .xl\:hover\:p-18:hover {
    padding: 4.5rem;
  }

  .xl\:hover\:p-19:hover {
    padding: 4.75rem;
  }

  .xl\:hover\:p-20:hover {
    padding: 5rem;
  }

  .xl\:hover\:p-24:hover {
    padding: 6rem;
  }

  .xl\:hover\:p-32:hover {
    padding: 8rem;
  }

  .xl\:hover\:p-40:hover {
    padding: 10rem;
  }

  .xl\:hover\:p-48:hover {
    padding: 12rem;
  }

  .xl\:hover\:p-56:hover {
    padding: 14rem;
  }

  .xl\:hover\:p-64:hover {
    padding: 16rem;
  }

  .xl\:hover\:p-75:hover {
    padding: 18.75rem;
  }

  .xl\:hover\:p-px:hover {
    padding: 1px;
  }

  .xl\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:hover\:py-13:hover {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .xl\:hover\:px-13:hover {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .xl\:hover\:py-14:hover {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:hover\:px-14:hover {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:hover\:py-15:hover {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:hover\:px-15:hover {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:hover\:py-17:hover {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .xl\:hover\:px-17:hover {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .xl\:hover\:py-18:hover {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:hover\:px-18:hover {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xl\:hover\:py-19:hover {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .xl\:hover\:px-19:hover {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .xl\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:hover\:py-75:hover {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .xl\:hover\:px-75:hover {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .xl\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .xl\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .xl\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .xl\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .xl\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .xl\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .xl\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .xl\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .xl\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .xl\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .xl\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .xl\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .xl\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .xl\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .xl\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .xl\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .xl\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .xl\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .xl\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .xl\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .xl\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .xl\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .xl\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .xl\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .xl\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .xl\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .xl\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .xl\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .xl\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .xl\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .xl\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .xl\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .xl\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .xl\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .xl\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .xl\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .xl\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .xl\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .xl\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .xl\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .xl\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .xl\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .xl\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .xl\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .xl\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .xl\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .xl\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .xl\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .xl\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .xl\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .xl\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .xl\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .xl\:hover\:pt-13:hover {
    padding-top: 3.25rem;
  }

  .xl\:hover\:pr-13:hover {
    padding-right: 3.25rem;
  }

  .xl\:hover\:pb-13:hover {
    padding-bottom: 3.25rem;
  }

  .xl\:hover\:pl-13:hover {
    padding-left: 3.25rem;
  }

  .xl\:hover\:pt-14:hover {
    padding-top: 3.5rem;
  }

  .xl\:hover\:pr-14:hover {
    padding-right: 3.5rem;
  }

  .xl\:hover\:pb-14:hover {
    padding-bottom: 3.5rem;
  }

  .xl\:hover\:pl-14:hover {
    padding-left: 3.5rem;
  }

  .xl\:hover\:pt-15:hover {
    padding-top: 3.75rem;
  }

  .xl\:hover\:pr-15:hover {
    padding-right: 3.75rem;
  }

  .xl\:hover\:pb-15:hover {
    padding-bottom: 3.75rem;
  }

  .xl\:hover\:pl-15:hover {
    padding-left: 3.75rem;
  }

  .xl\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .xl\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .xl\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .xl\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .xl\:hover\:pt-17:hover {
    padding-top: 4.25rem;
  }

  .xl\:hover\:pr-17:hover {
    padding-right: 4.25rem;
  }

  .xl\:hover\:pb-17:hover {
    padding-bottom: 4.25rem;
  }

  .xl\:hover\:pl-17:hover {
    padding-left: 4.25rem;
  }

  .xl\:hover\:pt-18:hover {
    padding-top: 4.5rem;
  }

  .xl\:hover\:pr-18:hover {
    padding-right: 4.5rem;
  }

  .xl\:hover\:pb-18:hover {
    padding-bottom: 4.5rem;
  }

  .xl\:hover\:pl-18:hover {
    padding-left: 4.5rem;
  }

  .xl\:hover\:pt-19:hover {
    padding-top: 4.75rem;
  }

  .xl\:hover\:pr-19:hover {
    padding-right: 4.75rem;
  }

  .xl\:hover\:pb-19:hover {
    padding-bottom: 4.75rem;
  }

  .xl\:hover\:pl-19:hover {
    padding-left: 4.75rem;
  }

  .xl\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .xl\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .xl\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .xl\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .xl\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .xl\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .xl\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .xl\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .xl\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .xl\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .xl\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .xl\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .xl\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .xl\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .xl\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .xl\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .xl\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .xl\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .xl\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .xl\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .xl\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .xl\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .xl\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .xl\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .xl\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .xl\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .xl\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .xl\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .xl\:hover\:pt-75:hover {
    padding-top: 18.75rem;
  }

  .xl\:hover\:pr-75:hover {
    padding-right: 18.75rem;
  }

  .xl\:hover\:pb-75:hover {
    padding-bottom: 18.75rem;
  }

  .xl\:hover\:pl-75:hover {
    padding-left: 18.75rem;
  }

  .xl\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .xl\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .xl\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .xl\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .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-9\! {
    padding: 2.25rem !important;
  }

  .xl\:p-10\! {
    padding: 2.5rem !important;
  }

  .xl\:p-11\! {
    padding: 2.75rem !important;
  }

  .xl\:p-12\! {
    padding: 3rem !important;
  }

  .xl\:p-13\! {
    padding: 3.25rem !important;
  }

  .xl\:p-14\! {
    padding: 3.5rem !important;
  }

  .xl\:p-15\! {
    padding: 3.75rem !important;
  }

  .xl\:p-16\! {
    padding: 4rem !important;
  }

  .xl\:p-17\! {
    padding: 4.25rem !important;
  }

  .xl\:p-18\! {
    padding: 4.5rem !important;
  }

  .xl\:p-19\! {
    padding: 4.75rem !important;
  }

  .xl\:p-20\! {
    padding: 5rem !important;
  }

  .xl\:p-24\! {
    padding: 6rem !important;
  }

  .xl\:p-32\! {
    padding: 8rem !important;
  }

  .xl\:p-40\! {
    padding: 10rem !important;
  }

  .xl\:p-48\! {
    padding: 12rem !important;
  }

  .xl\:p-56\! {
    padding: 14rem !important;
  }

  .xl\:p-64\! {
    padding: 16rem !important;
  }

  .xl\:p-75\! {
    padding: 18.75rem !important;
  }

  .xl\:p-px\! {
    padding: 1px !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-9\! {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .xl\:px-9\! {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !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-11\! {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .xl\:px-11\! {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !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-13\! {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .xl\:px-13\! {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }

  .xl\:py-14\! {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .xl\:px-14\! {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .xl\:py-15\! {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .xl\:px-15\! {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !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-17\! {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }

  .xl\:px-17\! {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
  }

  .xl\:py-18\! {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .xl\:px-18\! {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .xl\:py-19\! {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .xl\:px-19\! {
    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-24\! {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:px-24\! {
    padding-left: 6rem !important;
    padding-right: 6rem !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-48\! {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl\:px-48\! {
    padding-left: 12rem !important;
    padding-right: 12rem !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-64\! {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\:px-64\! {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:py-75\! {
    padding-top: 18.75rem !important;
    padding-bottom: 18.75rem !important;
  }

  .xl\:px-75\! {
    padding-left: 18.75rem !important;
    padding-right: 18.75rem !important;
  }

  .xl\:py-px\! {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:px-px\! {
    padding-left: 1px !important;
    padding-right: 1px !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-9\! {
    padding-top: 2.25rem !important;
  }

  .xl\:pr-9\! {
    padding-right: 2.25rem !important;
  }

  .xl\:pb-9\! {
    padding-bottom: 2.25rem !important;
  }

  .xl\:pl-9\! {
    padding-left: 2.25rem !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-11\! {
    padding-top: 2.75rem !important;
  }

  .xl\:pr-11\! {
    padding-right: 2.75rem !important;
  }

  .xl\:pb-11\! {
    padding-bottom: 2.75rem !important;
  }

  .xl\:pl-11\! {
    padding-left: 2.75rem !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-13\! {
    padding-top: 3.25rem !important;
  }

  .xl\:pr-13\! {
    padding-right: 3.25rem !important;
  }

  .xl\:pb-13\! {
    padding-bottom: 3.25rem !important;
  }

  .xl\:pl-13\! {
    padding-left: 3.25rem !important;
  }

  .xl\:pt-14\! {
    padding-top: 3.5rem !important;
  }

  .xl\:pr-14\! {
    padding-right: 3.5rem !important;
  }

  .xl\:pb-14\! {
    padding-bottom: 3.5rem !important;
  }

  .xl\:pl-14\! {
    padding-left: 3.5rem !important;
  }

  .xl\:pt-15\! {
    padding-top: 3.75rem !important;
  }

  .xl\:pr-15\! {
    padding-right: 3.75rem !important;
  }

  .xl\:pb-15\! {
    padding-bottom: 3.75rem !important;
  }

  .xl\:pl-15\! {
    padding-left: 3.75rem !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-17\! {
    padding-top: 4.25rem !important;
  }

  .xl\:pr-17\! {
    padding-right: 4.25rem !important;
  }

  .xl\:pb-17\! {
    padding-bottom: 4.25rem !important;
  }

  .xl\:pl-17\! {
    padding-left: 4.25rem !important;
  }

  .xl\:pt-18\! {
    padding-top: 4.5rem !important;
  }

  .xl\:pr-18\! {
    padding-right: 4.5rem !important;
  }

  .xl\:pb-18\! {
    padding-bottom: 4.5rem !important;
  }

  .xl\:pl-18\! {
    padding-left: 4.5rem !important;
  }

  .xl\:pt-19\! {
    padding-top: 4.75rem !important;
  }

  .xl\:pr-19\! {
    padding-right: 4.75rem !important;
  }

  .xl\:pb-19\! {
    padding-bottom: 4.75rem !important;
  }

  .xl\:pl-19\! {
    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-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-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-48\! {
    padding-top: 12rem !important;
  }

  .xl\:pr-48\! {
    padding-right: 12rem !important;
  }

  .xl\:pb-48\! {
    padding-bottom: 12rem !important;
  }

  .xl\:pl-48\! {
    padding-left: 12rem !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-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-75\! {
    padding-top: 18.75rem !important;
  }

  .xl\:pr-75\! {
    padding-right: 18.75rem !important;
  }

  .xl\:pb-75\! {
    padding-bottom: 18.75rem !important;
  }

  .xl\:pl-75\! {
    padding-left: 18.75rem !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\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xl\:placeholder-current::placeholder {
    color: currentColor;
  }

  .xl\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-450::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-550::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-300::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-400::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-500::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-600::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-700::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-800::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-900::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-100::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-200::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-300::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-400::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-500::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-600::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-700::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-800::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-900::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-200::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-300::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-400::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-500::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-600::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-700::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-800::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-900::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-dark-blue::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .xl\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .xl\:placeholder-pale-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .xl\:placeholder-success::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .xl\:placeholder-error::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-transparent:nth-child(even)::placeholder {
    color: transparent;
  }

  .xl\:even\:placeholder-current:nth-child(even)::placeholder {
    color: currentColor;
  }

  .xl\:even\:placeholder-black:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-white:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-450:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-550:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-gray:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-red-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-red-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-red-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-red-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-red-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-red-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-red-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-red-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-red-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-green-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-green-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-green-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-green-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-green-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-green-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-green-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-green-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-green-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-200:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-300:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-400:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-500:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-600:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-700:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-800:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-900:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-dark-blue:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-light-blue:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-pale-yellow:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-success:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .xl\:even\:placeholder-error:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-transparent:nth-child(odd)::placeholder {
    color: transparent;
  }

  .xl\:odd\:placeholder-current:nth-child(odd)::placeholder {
    color: currentColor;
  }

  .xl\:odd\:placeholder-black:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-white:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-450:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-550:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-200:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-300:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-400:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-500:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-600:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-700:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-800:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-900:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-dark-blue:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-light-blue:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-pale-yellow:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-success:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .xl\:odd\:placeholder-error:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-transparent > *::placeholder {
    color: transparent;
  }

  .xl\:children\:placeholder-current > *::placeholder {
    color: currentColor;
  }

  .xl\:children\:placeholder-black > *::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-white > *::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-gray-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-gray-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-gray-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-gray-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-gray-450 > *::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-gray-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-gray-550 > *::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-gray-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-gray-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-gray-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-gray-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-gray > *::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-red-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-red-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-red-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-red-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-red-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-red-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-red-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-red-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-red-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-orange-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-orange-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-orange-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-orange-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-orange-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-orange-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-orange-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-orange-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-orange-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-yellow-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-yellow-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-yellow-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-yellow-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-yellow-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-yellow-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-yellow-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-yellow-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-yellow-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-green-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-green-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-green-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-green-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-green-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-green-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-green-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-green-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-green-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-teal-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-teal-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-teal-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-teal-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-teal-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-teal-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-teal-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-teal-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-teal-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-blue-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-blue-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-blue-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-blue-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-blue-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-blue-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-blue-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-blue-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-blue-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-indigo-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-indigo-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-indigo-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-indigo-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-indigo-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-indigo-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-indigo-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-indigo-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-indigo-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-purple-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-purple-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-purple-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-purple-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-purple-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-purple-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-purple-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-purple-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-purple-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-pink-100 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-pink-200 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-pink-300 > *::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-pink-400 > *::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-pink-500 > *::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-pink-600 > *::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-pink-700 > *::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-pink-800 > *::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-pink-900 > *::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-dark-blue > *::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-light-blue > *::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-pale-yellow > *::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-success > *::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .xl\:children\:placeholder-error > *::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-transparent:first-child::placeholder {
    color: transparent;
  }

  .xl\:first\:placeholder-current:first-child::placeholder {
    color: currentColor;
  }

  .xl\:first\:placeholder-black:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-white:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-450:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-550:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-gray:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-red-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-red-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-red-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-red-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-red-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-red-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-red-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-red-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-red-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-green-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-green-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-green-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-green-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-green-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-green-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-green-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-green-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-green-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-dark-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-light-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-pale-yellow:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-success:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .xl\:first\:placeholder-error:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-transparent:last-child::placeholder {
    color: transparent;
  }

  .xl\:last\:placeholder-current:last-child::placeholder {
    color: currentColor;
  }

  .xl\:last\:placeholder-black:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-white:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-450:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-550:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-gray:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-red-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-red-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-red-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-red-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-red-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-red-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-red-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-red-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-red-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-green-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-green-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-green-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-green-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-green-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-green-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-green-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-green-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-green-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-dark-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-light-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-pale-yellow:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-success:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .xl\:last\:placeholder-error:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-transparent:hover::placeholder {
    color: transparent;
  }

  .xl\:hover\:placeholder-current:hover::placeholder {
    color: currentColor;
  }

  .xl\:hover\:placeholder-black:hover::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-white:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-450:hover::placeholder {
    --placeholder-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-550:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray:hover::placeholder {
    --placeholder-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-dark-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-light-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-pale-yellow:hover::placeholder {
    --placeholder-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-success:hover::placeholder {
    --placeholder-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--placeholder-opacity));
  }

  .xl\:hover\:placeholder-error:hover::placeholder {
    --placeholder-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--placeholder-opacity));
  }

  .xl\:placeholder-transparent::placeholder\! {
    color: transparent !important;
  }

  .xl\:placeholder-current::placeholder\! {
    color: currentColor !important;
  }

  .xl\:placeholder-black::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-200::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #f0f2f7 !important;
    color: rgba(240, 242, 247, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #e3e8f0 !important;
    color: rgba(227, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-450::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #B0B5CC !important;
    color: rgba(176, 181, 204, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-500::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #B9BED1 !important;
    color: rgba(185, 190, 209, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-550::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #9597a6 !important;
    color: rgba(149, 151, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-600::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #707070 !important;
    color: rgba(112, 112, 112, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #454545 !important;
    color: rgba(69, 69, 69, 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-gray::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #454545 !important;
    color: rgba(69, 69, 69, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, 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::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, 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-dark-blue::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #000142 !important;
    color: rgba(0, 1, 66, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-light-blue::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #3B55E6 !important;
    color: rgba(59, 85, 230, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pale-yellow::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #FBAF4E !important;
    color: rgba(251, 175, 78, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-success::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #007E62 !important;
    color: rgba(0, 126, 98, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-error::placeholder\! {
    --placeholder-opacity: 1 !important;
    color: #F60139 !important;
    color: rgba(246, 1, 57, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .xl\:even\:placeholder-opacity-0:nth-child(even)::placeholder {
    --placeholder-opacity: 0;
  }

  .xl\:even\:placeholder-opacity-25:nth-child(even)::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xl\:even\:placeholder-opacity-50:nth-child(even)::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xl\:even\:placeholder-opacity-75:nth-child(even)::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xl\:even\:placeholder-opacity-100:nth-child(even)::placeholder {
    --placeholder-opacity: 1;
  }

  .xl\:odd\:placeholder-opacity-0:nth-child(odd)::placeholder {
    --placeholder-opacity: 0;
  }

  .xl\:odd\:placeholder-opacity-25:nth-child(odd)::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xl\:odd\:placeholder-opacity-50:nth-child(odd)::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xl\:odd\:placeholder-opacity-75:nth-child(odd)::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xl\:odd\:placeholder-opacity-100:nth-child(odd)::placeholder {
    --placeholder-opacity: 1;
  }

  .xl\:children\:placeholder-opacity-0 > *::placeholder {
    --placeholder-opacity: 0;
  }

  .xl\:children\:placeholder-opacity-25 > *::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xl\:children\:placeholder-opacity-50 > *::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xl\:children\:placeholder-opacity-75 > *::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xl\:children\:placeholder-opacity-100 > *::placeholder {
    --placeholder-opacity: 1;
  }

  .xl\:first\:placeholder-opacity-0:first-child::placeholder {
    --placeholder-opacity: 0;
  }

  .xl\:first\:placeholder-opacity-25:first-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xl\:first\:placeholder-opacity-50:first-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xl\:first\:placeholder-opacity-75:first-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xl\:first\:placeholder-opacity-100:first-child::placeholder {
    --placeholder-opacity: 1;
  }

  .xl\:last\:placeholder-opacity-0:last-child::placeholder {
    --placeholder-opacity: 0;
  }

  .xl\:last\:placeholder-opacity-25:last-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xl\:last\:placeholder-opacity-50:last-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xl\:last\:placeholder-opacity-75:last-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xl\:last\:placeholder-opacity-100:last-child::placeholder {
    --placeholder-opacity: 1;
  }

  .xl\:hover\:placeholder-opacity-0:hover::placeholder {
    --placeholder-opacity: 0;
  }

  .xl\:hover\:placeholder-opacity-25:hover::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xl\:hover\:placeholder-opacity-50:hover::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xl\:hover\:placeholder-opacity-75:hover::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xl\:hover\:placeholder-opacity-100:hover::placeholder {
    --placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-0::placeholder\! {
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-25::placeholder\! {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-50::placeholder\! {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-75::placeholder\! {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-100::placeholder\! {
    --placeholder-opacity: 1 !important;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:even\:pointer-events-none:nth-child(even) {
    pointer-events: none;
  }

  .xl\:even\:pointer-events-auto:nth-child(even) {
    pointer-events: auto;
  }

  .xl\:odd\:pointer-events-none:nth-child(odd) {
    pointer-events: none;
  }

  .xl\:odd\:pointer-events-auto:nth-child(odd) {
    pointer-events: auto;
  }

  .xl\:children\:pointer-events-none > * {
    pointer-events: none;
  }

  .xl\:children\:pointer-events-auto > * {
    pointer-events: auto;
  }

  .xl\:first\:pointer-events-none:first-child {
    pointer-events: none;
  }

  .xl\:first\:pointer-events-auto:first-child {
    pointer-events: auto;
  }

  .xl\:last\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .xl\:last\:pointer-events-auto:last-child {
    pointer-events: auto;
  }

  .xl\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .xl\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .xl\:pointer-events-none\! {
    pointer-events: none !important;
  }

  .xl\:pointer-events-auto\! {
    pointer-events: auto !important;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: sticky;
  }

  .xl\:even\:static:nth-child(even) {
    position: static;
  }

  .xl\:even\:fixed:nth-child(even) {
    position: fixed;
  }

  .xl\:even\:absolute:nth-child(even) {
    position: absolute;
  }

  .xl\:even\:relative:nth-child(even) {
    position: relative;
  }

  .xl\:even\:sticky:nth-child(even) {
    position: sticky;
  }

  .xl\:odd\:static:nth-child(odd) {
    position: static;
  }

  .xl\:odd\:fixed:nth-child(odd) {
    position: fixed;
  }

  .xl\:odd\:absolute:nth-child(odd) {
    position: absolute;
  }

  .xl\:odd\:relative:nth-child(odd) {
    position: relative;
  }

  .xl\:odd\:sticky:nth-child(odd) {
    position: sticky;
  }

  .xl\:children\:static > * {
    position: static;
  }

  .xl\:children\:fixed > * {
    position: fixed;
  }

  .xl\:children\:absolute > * {
    position: absolute;
  }

  .xl\:children\:relative > * {
    position: relative;
  }

  .xl\:children\:sticky > * {
    position: sticky;
  }

  .xl\:first\:static:first-child {
    position: static;
  }

  .xl\:first\:fixed:first-child {
    position: fixed;
  }

  .xl\:first\:absolute:first-child {
    position: absolute;
  }

  .xl\:first\:relative:first-child {
    position: relative;
  }

  .xl\:first\:sticky:first-child {
    position: sticky;
  }

  .xl\:last\:static:last-child {
    position: static;
  }

  .xl\:last\:fixed:last-child {
    position: fixed;
  }

  .xl\:last\:absolute:last-child {
    position: absolute;
  }

  .xl\:last\:relative:last-child {
    position: relative;
  }

  .xl\:last\:sticky:last-child {
    position: sticky;
  }

  .xl\:hover\:static:hover {
    position: static;
  }

  .xl\:hover\:fixed:hover {
    position: fixed;
  }

  .xl\:hover\:absolute:hover {
    position: absolute;
  }

  .xl\:hover\:relative:hover {
    position: relative;
  }

  .xl\:hover\:sticky:hover {
    position: sticky;
  }

  .xl\:static\! {
    position: static !important;
  }

  .xl\:fixed\! {
    position: fixed !important;
  }

  .xl\:absolute\! {
    position: absolute !important;
  }

  .xl\:relative\! {
    position: relative !important;
  }

  .xl\:sticky\! {
    position: sticky !important;
  }

  .xl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xl\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xl\:top-0 {
    top: 0;
  }

  .xl\:right-0 {
    right: 0;
  }

  .xl\:bottom-0 {
    bottom: 0;
  }

  .xl\:left-0 {
    left: 0;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:bottom-auto {
    bottom: auto;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:even\:inset-0:nth-child(even) {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:even\:inset-auto:nth-child(even) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:even\:inset-y-0:nth-child(even) {
    top: 0;
    bottom: 0;
  }

  .xl\:even\:inset-x-0:nth-child(even) {
    right: 0;
    left: 0;
  }

  .xl\:even\:inset-y-auto:nth-child(even) {
    top: auto;
    bottom: auto;
  }

  .xl\:even\:inset-x-auto:nth-child(even) {
    right: auto;
    left: auto;
  }

  .xl\:even\:top-0:nth-child(even) {
    top: 0;
  }

  .xl\:even\:right-0:nth-child(even) {
    right: 0;
  }

  .xl\:even\:bottom-0:nth-child(even) {
    bottom: 0;
  }

  .xl\:even\:left-0:nth-child(even) {
    left: 0;
  }

  .xl\:even\:top-auto:nth-child(even) {
    top: auto;
  }

  .xl\:even\:right-auto:nth-child(even) {
    right: auto;
  }

  .xl\:even\:bottom-auto:nth-child(even) {
    bottom: auto;
  }

  .xl\:even\:left-auto:nth-child(even) {
    left: auto;
  }

  .xl\:odd\:inset-0:nth-child(odd) {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:odd\:inset-auto:nth-child(odd) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:odd\:inset-y-0:nth-child(odd) {
    top: 0;
    bottom: 0;
  }

  .xl\:odd\:inset-x-0:nth-child(odd) {
    right: 0;
    left: 0;
  }

  .xl\:odd\:inset-y-auto:nth-child(odd) {
    top: auto;
    bottom: auto;
  }

  .xl\:odd\:inset-x-auto:nth-child(odd) {
    right: auto;
    left: auto;
  }

  .xl\:odd\:top-0:nth-child(odd) {
    top: 0;
  }

  .xl\:odd\:right-0:nth-child(odd) {
    right: 0;
  }

  .xl\:odd\:bottom-0:nth-child(odd) {
    bottom: 0;
  }

  .xl\:odd\:left-0:nth-child(odd) {
    left: 0;
  }

  .xl\:odd\:top-auto:nth-child(odd) {
    top: auto;
  }

  .xl\:odd\:right-auto:nth-child(odd) {
    right: auto;
  }

  .xl\:odd\:bottom-auto:nth-child(odd) {
    bottom: auto;
  }

  .xl\:odd\:left-auto:nth-child(odd) {
    left: auto;
  }

  .xl\:children\:inset-0 > * {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:children\:inset-auto > * {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:children\:inset-y-0 > * {
    top: 0;
    bottom: 0;
  }

  .xl\:children\:inset-x-0 > * {
    right: 0;
    left: 0;
  }

  .xl\:children\:inset-y-auto > * {
    top: auto;
    bottom: auto;
  }

  .xl\:children\:inset-x-auto > * {
    right: auto;
    left: auto;
  }

  .xl\:children\:top-0 > * {
    top: 0;
  }

  .xl\:children\:right-0 > * {
    right: 0;
  }

  .xl\:children\:bottom-0 > * {
    bottom: 0;
  }

  .xl\:children\:left-0 > * {
    left: 0;
  }

  .xl\:children\:top-auto > * {
    top: auto;
  }

  .xl\:children\:right-auto > * {
    right: auto;
  }

  .xl\:children\:bottom-auto > * {
    bottom: auto;
  }

  .xl\:children\:left-auto > * {
    left: auto;
  }

  .xl\:first\:inset-0:first-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:first\:inset-auto:first-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:first\:inset-y-0:first-child {
    top: 0;
    bottom: 0;
  }

  .xl\:first\:inset-x-0:first-child {
    right: 0;
    left: 0;
  }

  .xl\:first\:inset-y-auto:first-child {
    top: auto;
    bottom: auto;
  }

  .xl\:first\:inset-x-auto:first-child {
    right: auto;
    left: auto;
  }

  .xl\:first\:top-0:first-child {
    top: 0;
  }

  .xl\:first\:right-0:first-child {
    right: 0;
  }

  .xl\:first\:bottom-0:first-child {
    bottom: 0;
  }

  .xl\:first\:left-0:first-child {
    left: 0;
  }

  .xl\:first\:top-auto:first-child {
    top: auto;
  }

  .xl\:first\:right-auto:first-child {
    right: auto;
  }

  .xl\:first\:bottom-auto:first-child {
    bottom: auto;
  }

  .xl\:first\:left-auto:first-child {
    left: auto;
  }

  .xl\:last\:inset-0:last-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:last\:inset-auto:last-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:last\:inset-y-0:last-child {
    top: 0;
    bottom: 0;
  }

  .xl\:last\:inset-x-0:last-child {
    right: 0;
    left: 0;
  }

  .xl\:last\:inset-y-auto:last-child {
    top: auto;
    bottom: auto;
  }

  .xl\:last\:inset-x-auto:last-child {
    right: auto;
    left: auto;
  }

  .xl\:last\:top-0:last-child {
    top: 0;
  }

  .xl\:last\:right-0:last-child {
    right: 0;
  }

  .xl\:last\:bottom-0:last-child {
    bottom: 0;
  }

  .xl\:last\:left-0:last-child {
    left: 0;
  }

  .xl\:last\:top-auto:last-child {
    top: auto;
  }

  .xl\:last\:right-auto:last-child {
    right: auto;
  }

  .xl\:last\:bottom-auto:last-child {
    bottom: auto;
  }

  .xl\:last\:left-auto:last-child {
    left: auto;
  }

  .xl\:hover\:inset-0:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:hover\:inset-auto:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:hover\:inset-y-0:hover {
    top: 0;
    bottom: 0;
  }

  .xl\:hover\:inset-x-0:hover {
    right: 0;
    left: 0;
  }

  .xl\:hover\:inset-y-auto:hover {
    top: auto;
    bottom: auto;
  }

  .xl\:hover\:inset-x-auto:hover {
    right: auto;
    left: auto;
  }

  .xl\:hover\:top-0:hover {
    top: 0;
  }

  .xl\:hover\:right-0:hover {
    right: 0;
  }

  .xl\:hover\:bottom-0:hover {
    bottom: 0;
  }

  .xl\:hover\:left-0:hover {
    left: 0;
  }

  .xl\:hover\:top-auto:hover {
    top: auto;
  }

  .xl\:hover\:right-auto:hover {
    right: auto;
  }

  .xl\:hover\:bottom-auto:hover {
    bottom: auto;
  }

  .xl\:hover\:left-auto:hover {
    left: auto;
  }

  .xl\:inset-0\! {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xl\:inset-auto\! {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:inset-y-0\! {
    top: 0 !important;
    bottom: 0 !important;
  }

  .xl\:inset-x-0\! {
    right: 0 !important;
    left: 0 !important;
  }

  .xl\:inset-y-auto\! {
    top: auto !important;
    bottom: auto !important;
  }

  .xl\:inset-x-auto\! {
    right: auto !important;
    left: auto !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-auto\! {
    top: auto !important;
  }

  .xl\:right-auto\! {
    right: auto !important;
  }

  .xl\:bottom-auto\! {
    bottom: auto !important;
  }

  .xl\:left-auto\! {
    left: auto !important;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:even\:resize-none:nth-child(even) {
    resize: none;
  }

  .xl\:even\:resize-y:nth-child(even) {
    resize: vertical;
  }

  .xl\:even\:resize-x:nth-child(even) {
    resize: horizontal;
  }

  .xl\:even\:resize:nth-child(even) {
    resize: both;
  }

  .xl\:odd\:resize-none:nth-child(odd) {
    resize: none;
  }

  .xl\:odd\:resize-y:nth-child(odd) {
    resize: vertical;
  }

  .xl\:odd\:resize-x:nth-child(odd) {
    resize: horizontal;
  }

  .xl\:odd\:resize:nth-child(odd) {
    resize: both;
  }

  .xl\:children\:resize-none > * {
    resize: none;
  }

  .xl\:children\:resize-y > * {
    resize: vertical;
  }

  .xl\:children\:resize-x > * {
    resize: horizontal;
  }

  .xl\:children\:resize > * {
    resize: both;
  }

  .xl\:first\:resize-none:first-child {
    resize: none;
  }

  .xl\:first\:resize-y:first-child {
    resize: vertical;
  }

  .xl\:first\:resize-x:first-child {
    resize: horizontal;
  }

  .xl\:first\:resize:first-child {
    resize: both;
  }

  .xl\:last\:resize-none:last-child {
    resize: none;
  }

  .xl\:last\:resize-y:last-child {
    resize: vertical;
  }

  .xl\:last\:resize-x:last-child {
    resize: horizontal;
  }

  .xl\:last\:resize:last-child {
    resize: both;
  }

  .xl\:hover\:resize-none:hover {
    resize: none;
  }

  .xl\:hover\:resize-y:hover {
    resize: vertical;
  }

  .xl\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .xl\:hover\:resize:hover {
    resize: both;
  }

  .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 {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:shadow-none {
    box-shadow: none;
  }

  .xl\:even\:shadow-xs:nth-child(even) {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:even\:shadow-sm:nth-child(even) {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:even\:shadow:nth-child(even) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:even\:shadow-md:nth-child(even) {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:even\:shadow-lg:nth-child(even) {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:even\:shadow-xl:nth-child(even) {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:even\:shadow-2xl:nth-child(even) {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:even\:shadow-inner:nth-child(even) {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:even\:shadow-outline:nth-child(even) {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:even\:shadow-none:nth-child(even) {
    box-shadow: none;
  }

  .xl\:odd\:shadow-xs:nth-child(odd) {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:odd\:shadow-sm:nth-child(odd) {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:odd\:shadow:nth-child(odd) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:odd\:shadow-md:nth-child(odd) {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:odd\:shadow-lg:nth-child(odd) {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:odd\:shadow-xl:nth-child(odd) {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:odd\:shadow-2xl:nth-child(odd) {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:odd\:shadow-inner:nth-child(odd) {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:odd\:shadow-outline:nth-child(odd) {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:odd\:shadow-none:nth-child(odd) {
    box-shadow: none;
  }

  .xl\:children\:shadow-xs > * {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:children\:shadow-sm > * {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:children\:shadow > * {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:children\:shadow-md > * {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:children\:shadow-lg > * {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:children\:shadow-xl > * {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:children\:shadow-2xl > * {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:children\:shadow-inner > * {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:children\:shadow-outline > * {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:children\:shadow-none > * {
    box-shadow: none;
  }

  .xl\:first\:shadow-xs:first-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:first\:shadow-sm:first-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:first\:shadow:first-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:first\:shadow-md:first-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:first\:shadow-lg:first-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:first\:shadow-xl:first-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:first\:shadow-2xl:first-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:first\:shadow-inner:first-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:first\:shadow-outline:first-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:first\:shadow-none:first-child {
    box-shadow: none;
  }

  .xl\:last\:shadow-xs:last-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:last\:shadow-sm:last-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:last\:shadow:last-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:last\:shadow-md:last-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:last\:shadow-lg:last-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:last\:shadow-xl:last-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:last\:shadow-2xl:last-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:last\:shadow-inner:last-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:last\:shadow-outline:last-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:last\:shadow-none:last-child {
    box-shadow: none;
  }

  .xl\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .xl\:shadow-xs\! {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:shadow-sm\! {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:shadow\! {
    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\! {
    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\! {
    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\! {
    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\! {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:shadow-inner\! {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:shadow-outline\! {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:shadow-none\! {
    box-shadow: none !important;
  }

  .xl\:fill-current {
    fill: currentColor;
  }

  .xl\:even\:fill-current:nth-child(even) {
    fill: currentColor;
  }

  .xl\:odd\:fill-current:nth-child(odd) {
    fill: currentColor;
  }

  .xl\:children\:fill-current > * {
    fill: currentColor;
  }

  .xl\:first\:fill-current:first-child {
    fill: currentColor;
  }

  .xl\:last\:fill-current:last-child {
    fill: currentColor;
  }

  .xl\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .xl\:fill-current\! {
    fill: currentColor !important;
  }

  .xl\:stroke-current {
    stroke: currentColor;
  }

  .xl\:even\:stroke-current:nth-child(even) {
    stroke: currentColor;
  }

  .xl\:odd\:stroke-current:nth-child(odd) {
    stroke: currentColor;
  }

  .xl\:children\:stroke-current > * {
    stroke: currentColor;
  }

  .xl\:first\:stroke-current:first-child {
    stroke: currentColor;
  }

  .xl\:last\:stroke-current:last-child {
    stroke: currentColor;
  }

  .xl\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .xl\:stroke-current\! {
    stroke: currentColor !important;
  }

  .xl\:stroke-0 {
    stroke-width: 0;
  }

  .xl\:stroke-1 {
    stroke-width: 1;
  }

  .xl\:stroke-2 {
    stroke-width: 2;
  }

  .xl\:even\:stroke-0:nth-child(even) {
    stroke-width: 0;
  }

  .xl\:even\:stroke-1:nth-child(even) {
    stroke-width: 1;
  }

  .xl\:even\:stroke-2:nth-child(even) {
    stroke-width: 2;
  }

  .xl\:odd\:stroke-0:nth-child(odd) {
    stroke-width: 0;
  }

  .xl\:odd\:stroke-1:nth-child(odd) {
    stroke-width: 1;
  }

  .xl\:odd\:stroke-2:nth-child(odd) {
    stroke-width: 2;
  }

  .xl\:children\:stroke-0 > * {
    stroke-width: 0;
  }

  .xl\:children\:stroke-1 > * {
    stroke-width: 1;
  }

  .xl\:children\:stroke-2 > * {
    stroke-width: 2;
  }

  .xl\:first\:stroke-0:first-child {
    stroke-width: 0;
  }

  .xl\:first\:stroke-1:first-child {
    stroke-width: 1;
  }

  .xl\:first\:stroke-2:first-child {
    stroke-width: 2;
  }

  .xl\:last\:stroke-0:last-child {
    stroke-width: 0;
  }

  .xl\:last\:stroke-1:last-child {
    stroke-width: 1;
  }

  .xl\:last\:stroke-2:last-child {
    stroke-width: 2;
  }

  .xl\:hover\:stroke-0:hover {
    stroke-width: 0;
  }

  .xl\:hover\:stroke-1:hover {
    stroke-width: 1;
  }

  .xl\:hover\:stroke-2:hover {
    stroke-width: 2;
  }

  .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;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .xl\:even\:table-auto:nth-child(even) {
    table-layout: auto;
  }

  .xl\:even\:table-fixed:nth-child(even) {
    table-layout: fixed;
  }

  .xl\:odd\:table-auto:nth-child(odd) {
    table-layout: auto;
  }

  .xl\:odd\:table-fixed:nth-child(odd) {
    table-layout: fixed;
  }

  .xl\:children\:table-auto > * {
    table-layout: auto;
  }

  .xl\:children\:table-fixed > * {
    table-layout: fixed;
  }

  .xl\:first\:table-auto:first-child {
    table-layout: auto;
  }

  .xl\:first\:table-fixed:first-child {
    table-layout: fixed;
  }

  .xl\:last\:table-auto:last-child {
    table-layout: auto;
  }

  .xl\:last\:table-fixed:last-child {
    table-layout: fixed;
  }

  .xl\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .xl\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .xl\:table-auto\! {
    table-layout: auto !important;
  }

  .xl\:table-fixed\! {
    table-layout: fixed !important;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:even\:text-left:nth-child(even) {
    text-align: left;
  }

  .xl\:even\:text-center:nth-child(even) {
    text-align: center;
  }

  .xl\:even\:text-right:nth-child(even) {
    text-align: right;
  }

  .xl\:even\:text-justify:nth-child(even) {
    text-align: justify;
  }

  .xl\:odd\:text-left:nth-child(odd) {
    text-align: left;
  }

  .xl\:odd\:text-center:nth-child(odd) {
    text-align: center;
  }

  .xl\:odd\:text-right:nth-child(odd) {
    text-align: right;
  }

  .xl\:odd\:text-justify:nth-child(odd) {
    text-align: justify;
  }

  .xl\:children\:text-left > * {
    text-align: left;
  }

  .xl\:children\:text-center > * {
    text-align: center;
  }

  .xl\:children\:text-right > * {
    text-align: right;
  }

  .xl\:children\:text-justify > * {
    text-align: justify;
  }

  .xl\:first\:text-left:first-child {
    text-align: left;
  }

  .xl\:first\:text-center:first-child {
    text-align: center;
  }

  .xl\:first\:text-right:first-child {
    text-align: right;
  }

  .xl\:first\:text-justify:first-child {
    text-align: justify;
  }

  .xl\:last\:text-left:last-child {
    text-align: left;
  }

  .xl\:last\:text-center:last-child {
    text-align: center;
  }

  .xl\:last\:text-right:last-child {
    text-align: right;
  }

  .xl\:last\:text-justify:last-child {
    text-align: justify;
  }

  .xl\:hover\:text-left:hover {
    text-align: left;
  }

  .xl\:hover\:text-center:hover {
    text-align: center;
  }

  .xl\:hover\:text-right:hover {
    text-align: right;
  }

  .xl\:hover\:text-justify:hover {
    text-align: justify;
  }

  .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;
  }

  .xl\:text-current {
    color: currentColor;
  }

  .xl\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:text-gray-200 {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .xl\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xl\:text-gray-400 {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .xl\:text-gray-450 {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .xl\:text-gray-500 {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .xl\:text-gray-550 {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .xl\:text-gray-600 {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .xl\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xl\:text-gray-800 {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .xl\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xl\:text-gray {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .xl\:text-red-100 {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .xl\:text-red-200 {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .xl\:text-red-300 {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .xl\:text-red-400 {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .xl\:text-red-500 {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .xl\:text-red-600 {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .xl\:text-red-700 {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .xl\:text-red-800 {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .xl\:text-red-900 {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .xl\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .xl\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .xl\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .xl\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .xl\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .xl\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .xl\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .xl\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .xl\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .xl\:text-yellow-100 {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xl\:text-yellow-200 {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xl\:text-yellow-300 {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xl\:text-yellow-400 {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xl\:text-yellow-500 {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xl\:text-yellow-600 {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xl\:text-yellow-700 {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xl\:text-yellow-800 {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xl\:text-yellow-900 {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xl\:text-green-100 {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .xl\:text-green-200 {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .xl\:text-green-300 {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .xl\:text-green-400 {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .xl\:text-green-500 {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .xl\:text-green-600 {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .xl\:text-green-700 {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .xl\:text-green-800 {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .xl\:text-green-900 {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .xl\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xl\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xl\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xl\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xl\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xl\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xl\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xl\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xl\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xl\:text-blue-100 {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .xl\:text-blue-200 {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .xl\:text-blue-300 {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .xl\:text-blue-400 {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .xl\:text-blue-500 {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .xl\:text-blue-600 {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .xl\:text-blue-700 {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .xl\:text-blue-800 {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .xl\:text-blue-900 {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .xl\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xl\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xl\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xl\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xl\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xl\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xl\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xl\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xl\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xl\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .xl\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .xl\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .xl\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .xl\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .xl\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .xl\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .xl\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .xl\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .xl\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xl\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xl\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xl\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xl\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xl\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xl\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xl\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xl\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xl\:text-dark-blue {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .xl\:text-light-blue {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .xl\:text-pale-yellow {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .xl\:text-success {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .xl\:text-error {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .xl\:even\:text-transparent:nth-child(even) {
    color: transparent;
  }

  .xl\:even\:text-current:nth-child(even) {
    color: currentColor;
  }

  .xl\:even\:text-black:nth-child(even) {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:even\:text-white:nth-child(even) {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:even\:text-gray-100:nth-child(even) {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:even\:text-gray-200:nth-child(even) {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .xl\:even\:text-gray-300:nth-child(even) {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xl\:even\:text-gray-400:nth-child(even) {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .xl\:even\:text-gray-450:nth-child(even) {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .xl\:even\:text-gray-500:nth-child(even) {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .xl\:even\:text-gray-550:nth-child(even) {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .xl\:even\:text-gray-600:nth-child(even) {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .xl\:even\:text-gray-700:nth-child(even) {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xl\:even\:text-gray-800:nth-child(even) {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .xl\:even\:text-gray-900:nth-child(even) {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xl\:even\:text-gray:nth-child(even) {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .xl\:even\:text-red-100:nth-child(even) {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .xl\:even\:text-red-200:nth-child(even) {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .xl\:even\:text-red-300:nth-child(even) {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .xl\:even\:text-red-400:nth-child(even) {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .xl\:even\:text-red-500:nth-child(even) {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .xl\:even\:text-red-600:nth-child(even) {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .xl\:even\:text-red-700:nth-child(even) {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .xl\:even\:text-red-800:nth-child(even) {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .xl\:even\:text-red-900:nth-child(even) {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .xl\:even\:text-orange-100:nth-child(even) {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .xl\:even\:text-orange-200:nth-child(even) {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .xl\:even\:text-orange-300:nth-child(even) {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .xl\:even\:text-orange-400:nth-child(even) {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .xl\:even\:text-orange-500:nth-child(even) {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .xl\:even\:text-orange-600:nth-child(even) {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .xl\:even\:text-orange-700:nth-child(even) {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .xl\:even\:text-orange-800:nth-child(even) {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .xl\:even\:text-orange-900:nth-child(even) {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .xl\:even\:text-yellow-100:nth-child(even) {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xl\:even\:text-yellow-200:nth-child(even) {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xl\:even\:text-yellow-300:nth-child(even) {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xl\:even\:text-yellow-400:nth-child(even) {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xl\:even\:text-yellow-500:nth-child(even) {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xl\:even\:text-yellow-600:nth-child(even) {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xl\:even\:text-yellow-700:nth-child(even) {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xl\:even\:text-yellow-800:nth-child(even) {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xl\:even\:text-yellow-900:nth-child(even) {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xl\:even\:text-green-100:nth-child(even) {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .xl\:even\:text-green-200:nth-child(even) {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .xl\:even\:text-green-300:nth-child(even) {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .xl\:even\:text-green-400:nth-child(even) {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .xl\:even\:text-green-500:nth-child(even) {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .xl\:even\:text-green-600:nth-child(even) {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .xl\:even\:text-green-700:nth-child(even) {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .xl\:even\:text-green-800:nth-child(even) {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .xl\:even\:text-green-900:nth-child(even) {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .xl\:even\:text-teal-100:nth-child(even) {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xl\:even\:text-teal-200:nth-child(even) {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xl\:even\:text-teal-300:nth-child(even) {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xl\:even\:text-teal-400:nth-child(even) {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xl\:even\:text-teal-500:nth-child(even) {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xl\:even\:text-teal-600:nth-child(even) {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xl\:even\:text-teal-700:nth-child(even) {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xl\:even\:text-teal-800:nth-child(even) {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xl\:even\:text-teal-900:nth-child(even) {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xl\:even\:text-blue-100:nth-child(even) {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .xl\:even\:text-blue-200:nth-child(even) {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .xl\:even\:text-blue-300:nth-child(even) {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .xl\:even\:text-blue-400:nth-child(even) {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .xl\:even\:text-blue-500:nth-child(even) {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .xl\:even\:text-blue-600:nth-child(even) {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .xl\:even\:text-blue-700:nth-child(even) {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .xl\:even\:text-blue-800:nth-child(even) {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .xl\:even\:text-blue-900:nth-child(even) {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .xl\:even\:text-indigo-100:nth-child(even) {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xl\:even\:text-indigo-200:nth-child(even) {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xl\:even\:text-indigo-300:nth-child(even) {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xl\:even\:text-indigo-400:nth-child(even) {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xl\:even\:text-indigo-500:nth-child(even) {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xl\:even\:text-indigo-600:nth-child(even) {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xl\:even\:text-indigo-700:nth-child(even) {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xl\:even\:text-indigo-800:nth-child(even) {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xl\:even\:text-indigo-900:nth-child(even) {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xl\:even\:text-purple-100:nth-child(even) {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .xl\:even\:text-purple-200:nth-child(even) {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .xl\:even\:text-purple-300:nth-child(even) {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .xl\:even\:text-purple-400:nth-child(even) {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .xl\:even\:text-purple-500:nth-child(even) {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .xl\:even\:text-purple-600:nth-child(even) {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .xl\:even\:text-purple-700:nth-child(even) {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .xl\:even\:text-purple-800:nth-child(even) {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .xl\:even\:text-purple-900:nth-child(even) {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .xl\:even\:text-pink-100:nth-child(even) {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xl\:even\:text-pink-200:nth-child(even) {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xl\:even\:text-pink-300:nth-child(even) {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xl\:even\:text-pink-400:nth-child(even) {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xl\:even\:text-pink-500:nth-child(even) {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xl\:even\:text-pink-600:nth-child(even) {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xl\:even\:text-pink-700:nth-child(even) {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xl\:even\:text-pink-800:nth-child(even) {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xl\:even\:text-pink-900:nth-child(even) {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xl\:even\:text-dark-blue:nth-child(even) {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .xl\:even\:text-light-blue:nth-child(even) {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .xl\:even\:text-pale-yellow:nth-child(even) {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .xl\:even\:text-success:nth-child(even) {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .xl\:even\:text-error:nth-child(even) {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .xl\:odd\:text-transparent:nth-child(odd) {
    color: transparent;
  }

  .xl\:odd\:text-current:nth-child(odd) {
    color: currentColor;
  }

  .xl\:odd\:text-black:nth-child(odd) {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:odd\:text-white:nth-child(odd) {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:odd\:text-gray-100:nth-child(odd) {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:odd\:text-gray-200:nth-child(odd) {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .xl\:odd\:text-gray-300:nth-child(odd) {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xl\:odd\:text-gray-400:nth-child(odd) {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .xl\:odd\:text-gray-450:nth-child(odd) {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .xl\:odd\:text-gray-500:nth-child(odd) {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .xl\:odd\:text-gray-550:nth-child(odd) {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .xl\:odd\:text-gray-600:nth-child(odd) {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .xl\:odd\:text-gray-700:nth-child(odd) {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xl\:odd\:text-gray-800:nth-child(odd) {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .xl\:odd\:text-gray-900:nth-child(odd) {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xl\:odd\:text-gray:nth-child(odd) {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .xl\:odd\:text-red-100:nth-child(odd) {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .xl\:odd\:text-red-200:nth-child(odd) {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .xl\:odd\:text-red-300:nth-child(odd) {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .xl\:odd\:text-red-400:nth-child(odd) {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .xl\:odd\:text-red-500:nth-child(odd) {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .xl\:odd\:text-red-600:nth-child(odd) {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .xl\:odd\:text-red-700:nth-child(odd) {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .xl\:odd\:text-red-800:nth-child(odd) {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .xl\:odd\:text-red-900:nth-child(odd) {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .xl\:odd\:text-orange-100:nth-child(odd) {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .xl\:odd\:text-orange-200:nth-child(odd) {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .xl\:odd\:text-orange-300:nth-child(odd) {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .xl\:odd\:text-orange-400:nth-child(odd) {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .xl\:odd\:text-orange-500:nth-child(odd) {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .xl\:odd\:text-orange-600:nth-child(odd) {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .xl\:odd\:text-orange-700:nth-child(odd) {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .xl\:odd\:text-orange-800:nth-child(odd) {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .xl\:odd\:text-orange-900:nth-child(odd) {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .xl\:odd\:text-yellow-100:nth-child(odd) {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xl\:odd\:text-yellow-200:nth-child(odd) {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xl\:odd\:text-yellow-300:nth-child(odd) {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xl\:odd\:text-yellow-400:nth-child(odd) {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xl\:odd\:text-yellow-500:nth-child(odd) {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xl\:odd\:text-yellow-600:nth-child(odd) {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xl\:odd\:text-yellow-700:nth-child(odd) {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xl\:odd\:text-yellow-800:nth-child(odd) {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xl\:odd\:text-yellow-900:nth-child(odd) {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xl\:odd\:text-green-100:nth-child(odd) {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .xl\:odd\:text-green-200:nth-child(odd) {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .xl\:odd\:text-green-300:nth-child(odd) {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .xl\:odd\:text-green-400:nth-child(odd) {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .xl\:odd\:text-green-500:nth-child(odd) {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .xl\:odd\:text-green-600:nth-child(odd) {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .xl\:odd\:text-green-700:nth-child(odd) {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .xl\:odd\:text-green-800:nth-child(odd) {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .xl\:odd\:text-green-900:nth-child(odd) {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .xl\:odd\:text-teal-100:nth-child(odd) {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xl\:odd\:text-teal-200:nth-child(odd) {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xl\:odd\:text-teal-300:nth-child(odd) {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xl\:odd\:text-teal-400:nth-child(odd) {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xl\:odd\:text-teal-500:nth-child(odd) {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xl\:odd\:text-teal-600:nth-child(odd) {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xl\:odd\:text-teal-700:nth-child(odd) {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xl\:odd\:text-teal-800:nth-child(odd) {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xl\:odd\:text-teal-900:nth-child(odd) {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xl\:odd\:text-blue-100:nth-child(odd) {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .xl\:odd\:text-blue-200:nth-child(odd) {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .xl\:odd\:text-blue-300:nth-child(odd) {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .xl\:odd\:text-blue-400:nth-child(odd) {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .xl\:odd\:text-blue-500:nth-child(odd) {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .xl\:odd\:text-blue-600:nth-child(odd) {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .xl\:odd\:text-blue-700:nth-child(odd) {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .xl\:odd\:text-blue-800:nth-child(odd) {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .xl\:odd\:text-blue-900:nth-child(odd) {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .xl\:odd\:text-indigo-100:nth-child(odd) {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xl\:odd\:text-indigo-200:nth-child(odd) {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xl\:odd\:text-indigo-300:nth-child(odd) {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xl\:odd\:text-indigo-400:nth-child(odd) {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xl\:odd\:text-indigo-500:nth-child(odd) {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xl\:odd\:text-indigo-600:nth-child(odd) {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xl\:odd\:text-indigo-700:nth-child(odd) {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xl\:odd\:text-indigo-800:nth-child(odd) {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xl\:odd\:text-indigo-900:nth-child(odd) {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xl\:odd\:text-purple-100:nth-child(odd) {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .xl\:odd\:text-purple-200:nth-child(odd) {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .xl\:odd\:text-purple-300:nth-child(odd) {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .xl\:odd\:text-purple-400:nth-child(odd) {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .xl\:odd\:text-purple-500:nth-child(odd) {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .xl\:odd\:text-purple-600:nth-child(odd) {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .xl\:odd\:text-purple-700:nth-child(odd) {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .xl\:odd\:text-purple-800:nth-child(odd) {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .xl\:odd\:text-purple-900:nth-child(odd) {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .xl\:odd\:text-pink-100:nth-child(odd) {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xl\:odd\:text-pink-200:nth-child(odd) {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xl\:odd\:text-pink-300:nth-child(odd) {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xl\:odd\:text-pink-400:nth-child(odd) {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xl\:odd\:text-pink-500:nth-child(odd) {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xl\:odd\:text-pink-600:nth-child(odd) {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xl\:odd\:text-pink-700:nth-child(odd) {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xl\:odd\:text-pink-800:nth-child(odd) {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xl\:odd\:text-pink-900:nth-child(odd) {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xl\:odd\:text-dark-blue:nth-child(odd) {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .xl\:odd\:text-light-blue:nth-child(odd) {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .xl\:odd\:text-pale-yellow:nth-child(odd) {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .xl\:odd\:text-success:nth-child(odd) {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .xl\:odd\:text-error:nth-child(odd) {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .xl\:children\:text-transparent > * {
    color: transparent;
  }

  .xl\:children\:text-current > * {
    color: currentColor;
  }

  .xl\:children\:text-black > * {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:children\:text-white > * {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:children\:text-gray-100 > * {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:children\:text-gray-200 > * {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .xl\:children\:text-gray-300 > * {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xl\:children\:text-gray-400 > * {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .xl\:children\:text-gray-450 > * {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .xl\:children\:text-gray-500 > * {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .xl\:children\:text-gray-550 > * {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .xl\:children\:text-gray-600 > * {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .xl\:children\:text-gray-700 > * {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xl\:children\:text-gray-800 > * {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .xl\:children\:text-gray-900 > * {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xl\:children\:text-gray > * {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .xl\:children\:text-red-100 > * {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .xl\:children\:text-red-200 > * {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .xl\:children\:text-red-300 > * {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .xl\:children\:text-red-400 > * {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .xl\:children\:text-red-500 > * {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .xl\:children\:text-red-600 > * {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .xl\:children\:text-red-700 > * {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .xl\:children\:text-red-800 > * {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .xl\:children\:text-red-900 > * {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .xl\:children\:text-orange-100 > * {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .xl\:children\:text-orange-200 > * {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .xl\:children\:text-orange-300 > * {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .xl\:children\:text-orange-400 > * {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .xl\:children\:text-orange-500 > * {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .xl\:children\:text-orange-600 > * {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .xl\:children\:text-orange-700 > * {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .xl\:children\:text-orange-800 > * {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .xl\:children\:text-orange-900 > * {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .xl\:children\:text-yellow-100 > * {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xl\:children\:text-yellow-200 > * {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xl\:children\:text-yellow-300 > * {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xl\:children\:text-yellow-400 > * {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xl\:children\:text-yellow-500 > * {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xl\:children\:text-yellow-600 > * {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xl\:children\:text-yellow-700 > * {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xl\:children\:text-yellow-800 > * {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xl\:children\:text-yellow-900 > * {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xl\:children\:text-green-100 > * {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .xl\:children\:text-green-200 > * {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .xl\:children\:text-green-300 > * {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .xl\:children\:text-green-400 > * {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .xl\:children\:text-green-500 > * {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .xl\:children\:text-green-600 > * {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .xl\:children\:text-green-700 > * {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .xl\:children\:text-green-800 > * {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .xl\:children\:text-green-900 > * {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .xl\:children\:text-teal-100 > * {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xl\:children\:text-teal-200 > * {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xl\:children\:text-teal-300 > * {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xl\:children\:text-teal-400 > * {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xl\:children\:text-teal-500 > * {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xl\:children\:text-teal-600 > * {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xl\:children\:text-teal-700 > * {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xl\:children\:text-teal-800 > * {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xl\:children\:text-teal-900 > * {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xl\:children\:text-blue-100 > * {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .xl\:children\:text-blue-200 > * {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .xl\:children\:text-blue-300 > * {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .xl\:children\:text-blue-400 > * {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .xl\:children\:text-blue-500 > * {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .xl\:children\:text-blue-600 > * {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .xl\:children\:text-blue-700 > * {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .xl\:children\:text-blue-800 > * {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .xl\:children\:text-blue-900 > * {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .xl\:children\:text-indigo-100 > * {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xl\:children\:text-indigo-200 > * {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xl\:children\:text-indigo-300 > * {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xl\:children\:text-indigo-400 > * {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xl\:children\:text-indigo-500 > * {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xl\:children\:text-indigo-600 > * {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xl\:children\:text-indigo-700 > * {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xl\:children\:text-indigo-800 > * {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xl\:children\:text-indigo-900 > * {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xl\:children\:text-purple-100 > * {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .xl\:children\:text-purple-200 > * {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .xl\:children\:text-purple-300 > * {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .xl\:children\:text-purple-400 > * {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .xl\:children\:text-purple-500 > * {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .xl\:children\:text-purple-600 > * {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .xl\:children\:text-purple-700 > * {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .xl\:children\:text-purple-800 > * {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .xl\:children\:text-purple-900 > * {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .xl\:children\:text-pink-100 > * {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xl\:children\:text-pink-200 > * {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xl\:children\:text-pink-300 > * {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xl\:children\:text-pink-400 > * {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xl\:children\:text-pink-500 > * {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xl\:children\:text-pink-600 > * {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xl\:children\:text-pink-700 > * {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xl\:children\:text-pink-800 > * {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xl\:children\:text-pink-900 > * {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xl\:children\:text-dark-blue > * {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .xl\:children\:text-light-blue > * {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .xl\:children\:text-pale-yellow > * {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .xl\:children\:text-success > * {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .xl\:children\:text-error > * {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .xl\:first\:text-transparent:first-child {
    color: transparent;
  }

  .xl\:first\:text-current:first-child {
    color: currentColor;
  }

  .xl\:first\:text-black:first-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:first\:text-white:first-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:first\:text-gray-100:first-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:first\:text-gray-200:first-child {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .xl\:first\:text-gray-300:first-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xl\:first\:text-gray-400:first-child {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .xl\:first\:text-gray-450:first-child {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .xl\:first\:text-gray-500:first-child {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .xl\:first\:text-gray-550:first-child {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .xl\:first\:text-gray-600:first-child {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .xl\:first\:text-gray-700:first-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xl\:first\:text-gray-800:first-child {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .xl\:first\:text-gray-900:first-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xl\:first\:text-gray:first-child {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .xl\:first\:text-red-100:first-child {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .xl\:first\:text-red-200:first-child {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .xl\:first\:text-red-300:first-child {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .xl\:first\:text-red-400:first-child {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .xl\:first\:text-red-500:first-child {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .xl\:first\:text-red-600:first-child {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .xl\:first\:text-red-700:first-child {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .xl\:first\:text-red-800:first-child {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .xl\:first\:text-red-900:first-child {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .xl\:first\:text-orange-100:first-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .xl\:first\:text-orange-200:first-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .xl\:first\:text-orange-300:first-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .xl\:first\:text-orange-400:first-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .xl\:first\:text-orange-500:first-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .xl\:first\:text-orange-600:first-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .xl\:first\:text-orange-700:first-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .xl\:first\:text-orange-800:first-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .xl\:first\:text-orange-900:first-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .xl\:first\:text-yellow-100:first-child {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xl\:first\:text-yellow-200:first-child {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xl\:first\:text-yellow-300:first-child {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xl\:first\:text-yellow-400:first-child {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xl\:first\:text-yellow-500:first-child {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xl\:first\:text-yellow-600:first-child {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xl\:first\:text-yellow-700:first-child {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xl\:first\:text-yellow-800:first-child {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xl\:first\:text-yellow-900:first-child {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xl\:first\:text-green-100:first-child {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .xl\:first\:text-green-200:first-child {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .xl\:first\:text-green-300:first-child {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .xl\:first\:text-green-400:first-child {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .xl\:first\:text-green-500:first-child {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .xl\:first\:text-green-600:first-child {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .xl\:first\:text-green-700:first-child {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .xl\:first\:text-green-800:first-child {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .xl\:first\:text-green-900:first-child {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .xl\:first\:text-teal-100:first-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xl\:first\:text-teal-200:first-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xl\:first\:text-teal-300:first-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xl\:first\:text-teal-400:first-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xl\:first\:text-teal-500:first-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xl\:first\:text-teal-600:first-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xl\:first\:text-teal-700:first-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xl\:first\:text-teal-800:first-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xl\:first\:text-teal-900:first-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xl\:first\:text-blue-100:first-child {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .xl\:first\:text-blue-200:first-child {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .xl\:first\:text-blue-300:first-child {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .xl\:first\:text-blue-400:first-child {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .xl\:first\:text-blue-500:first-child {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .xl\:first\:text-blue-600:first-child {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .xl\:first\:text-blue-700:first-child {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .xl\:first\:text-blue-800:first-child {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .xl\:first\:text-blue-900:first-child {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .xl\:first\:text-indigo-100:first-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xl\:first\:text-indigo-200:first-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xl\:first\:text-indigo-300:first-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xl\:first\:text-indigo-400:first-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xl\:first\:text-indigo-500:first-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xl\:first\:text-indigo-600:first-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xl\:first\:text-indigo-700:first-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xl\:first\:text-indigo-800:first-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xl\:first\:text-indigo-900:first-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xl\:first\:text-purple-100:first-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .xl\:first\:text-purple-200:first-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .xl\:first\:text-purple-300:first-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .xl\:first\:text-purple-400:first-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .xl\:first\:text-purple-500:first-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .xl\:first\:text-purple-600:first-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .xl\:first\:text-purple-700:first-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .xl\:first\:text-purple-800:first-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .xl\:first\:text-purple-900:first-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .xl\:first\:text-pink-100:first-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xl\:first\:text-pink-200:first-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xl\:first\:text-pink-300:first-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xl\:first\:text-pink-400:first-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xl\:first\:text-pink-500:first-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xl\:first\:text-pink-600:first-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xl\:first\:text-pink-700:first-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xl\:first\:text-pink-800:first-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xl\:first\:text-pink-900:first-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xl\:first\:text-dark-blue:first-child {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .xl\:first\:text-light-blue:first-child {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .xl\:first\:text-pale-yellow:first-child {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .xl\:first\:text-success:first-child {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .xl\:first\:text-error:first-child {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .xl\:last\:text-transparent:last-child {
    color: transparent;
  }

  .xl\:last\:text-current:last-child {
    color: currentColor;
  }

  .xl\:last\:text-black:last-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:last\:text-white:last-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:last\:text-gray-100:last-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:last\:text-gray-200:last-child {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .xl\:last\:text-gray-300:last-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xl\:last\:text-gray-400:last-child {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .xl\:last\:text-gray-450:last-child {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .xl\:last\:text-gray-500:last-child {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .xl\:last\:text-gray-550:last-child {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .xl\:last\:text-gray-600:last-child {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .xl\:last\:text-gray-700:last-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xl\:last\:text-gray-800:last-child {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .xl\:last\:text-gray-900:last-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xl\:last\:text-gray:last-child {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .xl\:last\:text-red-100:last-child {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .xl\:last\:text-red-200:last-child {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .xl\:last\:text-red-300:last-child {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .xl\:last\:text-red-400:last-child {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .xl\:last\:text-red-500:last-child {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .xl\:last\:text-red-600:last-child {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .xl\:last\:text-red-700:last-child {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .xl\:last\:text-red-800:last-child {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .xl\:last\:text-red-900:last-child {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .xl\:last\:text-orange-100:last-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .xl\:last\:text-orange-200:last-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .xl\:last\:text-orange-300:last-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .xl\:last\:text-orange-400:last-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .xl\:last\:text-orange-500:last-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .xl\:last\:text-orange-600:last-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .xl\:last\:text-orange-700:last-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .xl\:last\:text-orange-800:last-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .xl\:last\:text-orange-900:last-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .xl\:last\:text-yellow-100:last-child {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xl\:last\:text-yellow-200:last-child {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xl\:last\:text-yellow-300:last-child {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xl\:last\:text-yellow-400:last-child {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xl\:last\:text-yellow-500:last-child {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xl\:last\:text-yellow-600:last-child {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xl\:last\:text-yellow-700:last-child {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xl\:last\:text-yellow-800:last-child {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xl\:last\:text-yellow-900:last-child {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xl\:last\:text-green-100:last-child {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .xl\:last\:text-green-200:last-child {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .xl\:last\:text-green-300:last-child {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .xl\:last\:text-green-400:last-child {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .xl\:last\:text-green-500:last-child {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .xl\:last\:text-green-600:last-child {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .xl\:last\:text-green-700:last-child {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .xl\:last\:text-green-800:last-child {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .xl\:last\:text-green-900:last-child {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .xl\:last\:text-teal-100:last-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xl\:last\:text-teal-200:last-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xl\:last\:text-teal-300:last-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xl\:last\:text-teal-400:last-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xl\:last\:text-teal-500:last-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xl\:last\:text-teal-600:last-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xl\:last\:text-teal-700:last-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xl\:last\:text-teal-800:last-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xl\:last\:text-teal-900:last-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xl\:last\:text-blue-100:last-child {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .xl\:last\:text-blue-200:last-child {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .xl\:last\:text-blue-300:last-child {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .xl\:last\:text-blue-400:last-child {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .xl\:last\:text-blue-500:last-child {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .xl\:last\:text-blue-600:last-child {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .xl\:last\:text-blue-700:last-child {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .xl\:last\:text-blue-800:last-child {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .xl\:last\:text-blue-900:last-child {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .xl\:last\:text-indigo-100:last-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xl\:last\:text-indigo-200:last-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xl\:last\:text-indigo-300:last-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xl\:last\:text-indigo-400:last-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xl\:last\:text-indigo-500:last-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xl\:last\:text-indigo-600:last-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xl\:last\:text-indigo-700:last-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xl\:last\:text-indigo-800:last-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xl\:last\:text-indigo-900:last-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xl\:last\:text-purple-100:last-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .xl\:last\:text-purple-200:last-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .xl\:last\:text-purple-300:last-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .xl\:last\:text-purple-400:last-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .xl\:last\:text-purple-500:last-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .xl\:last\:text-purple-600:last-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .xl\:last\:text-purple-700:last-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .xl\:last\:text-purple-800:last-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .xl\:last\:text-purple-900:last-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .xl\:last\:text-pink-100:last-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xl\:last\:text-pink-200:last-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xl\:last\:text-pink-300:last-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xl\:last\:text-pink-400:last-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xl\:last\:text-pink-500:last-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xl\:last\:text-pink-600:last-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xl\:last\:text-pink-700:last-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xl\:last\:text-pink-800:last-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xl\:last\:text-pink-900:last-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xl\:last\:text-dark-blue:last-child {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .xl\:last\:text-light-blue:last-child {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .xl\:last\:text-pale-yellow:last-child {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .xl\:last\:text-success:last-child {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .xl\:last\:text-error:last-child {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-current:hover {
    color: currentColor;
  }

  .xl\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #f0f2f7;
    color: rgba(240, 242, 247, var(--text-opacity));
  }

  .xl\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xl\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #e3e8f0;
    color: rgba(227, 232, 240, var(--text-opacity));
  }

  .xl\:hover\:text-gray-450:hover {
    --text-opacity: 1;
    color: #B0B5CC;
    color: rgba(176, 181, 204, var(--text-opacity));
  }

  .xl\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #B9BED1;
    color: rgba(185, 190, 209, var(--text-opacity));
  }

  .xl\:hover\:text-gray-550:hover {
    --text-opacity: 1;
    color: #9597a6;
    color: rgba(149, 151, 166, var(--text-opacity));
  }

  .xl\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .xl\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xl\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .xl\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xl\:hover\:text-gray:hover {
    --text-opacity: 1;
    color: #454545;
    color: rgba(69, 69, 69, var(--text-opacity));
  }

  .xl\:hover\:text-red-100:hover {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .xl\:hover\:text-red-200:hover {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .xl\:hover\:text-red-300:hover {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .xl\:hover\:text-red-400:hover {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .xl\:hover\:text-red-500:hover {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .xl\:hover\:text-red-600:hover {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .xl\:hover\:text-red-700:hover {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .xl\:hover\:text-red-800:hover {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .xl\:hover\:text-red-900:hover {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .xl\:hover\:text-orange-100:hover {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .xl\:hover\:text-orange-200:hover {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .xl\:hover\:text-orange-300:hover {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .xl\:hover\:text-orange-400:hover {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .xl\:hover\:text-orange-500:hover {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .xl\:hover\:text-orange-600:hover {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .xl\:hover\:text-orange-700:hover {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .xl\:hover\:text-orange-800:hover {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .xl\:hover\:text-orange-900:hover {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-100:hover {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-200:hover {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-300:hover {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-400:hover {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-500:hover {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-600:hover {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-700:hover {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-800:hover {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-900:hover {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xl\:hover\:text-green-100:hover {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .xl\:hover\:text-green-200:hover {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .xl\:hover\:text-green-300:hover {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .xl\:hover\:text-green-400:hover {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .xl\:hover\:text-green-500:hover {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .xl\:hover\:text-green-600:hover {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .xl\:hover\:text-green-700:hover {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .xl\:hover\:text-green-800:hover {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .xl\:hover\:text-green-900:hover {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .xl\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xl\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xl\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xl\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xl\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xl\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xl\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xl\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xl\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xl\:hover\:text-blue-100:hover {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .xl\:hover\:text-blue-200:hover {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .xl\:hover\:text-blue-300:hover {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .xl\:hover\:text-blue-400:hover {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .xl\:hover\:text-blue-500:hover {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .xl\:hover\:text-blue-600:hover {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .xl\:hover\:text-blue-700:hover {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .xl\:hover\:text-blue-800:hover {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .xl\:hover\:text-blue-900:hover {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xl\:hover\:text-purple-100:hover {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .xl\:hover\:text-purple-200:hover {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .xl\:hover\:text-purple-300:hover {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .xl\:hover\:text-purple-400:hover {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .xl\:hover\:text-purple-500:hover {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .xl\:hover\:text-purple-600:hover {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .xl\:hover\:text-purple-700:hover {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .xl\:hover\:text-purple-800:hover {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .xl\:hover\:text-purple-900:hover {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .xl\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xl\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xl\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xl\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xl\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xl\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xl\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xl\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xl\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xl\:hover\:text-dark-blue:hover {
    --text-opacity: 1;
    color: #000142;
    color: rgba(0, 1, 66, var(--text-opacity));
  }

  .xl\:hover\:text-light-blue:hover {
    --text-opacity: 1;
    color: #3B55E6;
    color: rgba(59, 85, 230, var(--text-opacity));
  }

  .xl\:hover\:text-pale-yellow:hover {
    --text-opacity: 1;
    color: #FBAF4E;
    color: rgba(251, 175, 78, var(--text-opacity));
  }

  .xl\:hover\:text-success:hover {
    --text-opacity: 1;
    color: #007E62;
    color: rgba(0, 126, 98, var(--text-opacity));
  }

  .xl\:hover\:text-error:hover {
    --text-opacity: 1;
    color: #F60139;
    color: rgba(246, 1, 57, var(--text-opacity));
  }

  .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: #f0f2f7 !important;
    color: rgba(240, 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: #e3e8f0 !important;
    color: rgba(227, 232, 240, var(--text-opacity)) !important;
  }

  .xl\:text-gray-450\! {
    --text-opacity: 1 !important;
    color: #B0B5CC !important;
    color: rgba(176, 181, 204, var(--text-opacity)) !important;
  }

  .xl\:text-gray-500\! {
    --text-opacity: 1 !important;
    color: #B9BED1 !important;
    color: rgba(185, 190, 209, var(--text-opacity)) !important;
  }

  .xl\:text-gray-550\! {
    --text-opacity: 1 !important;
    color: #9597a6 !important;
    color: rgba(149, 151, 166, var(--text-opacity)) !important;
  }

  .xl\:text-gray-600\! {
    --text-opacity: 1 !important;
    color: #707070 !important;
    color: rgba(112, 112, 112, 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: #454545 !important;
    color: rgba(69, 69, 69, 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-gray\! {
    --text-opacity: 1 !important;
    color: #454545 !important;
    color: rgba(69, 69, 69, 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-dark-blue\! {
    --text-opacity: 1 !important;
    color: #000142 !important;
    color: rgba(0, 1, 66, var(--text-opacity)) !important;
  }

  .xl\:text-light-blue\! {
    --text-opacity: 1 !important;
    color: #3B55E6 !important;
    color: rgba(59, 85, 230, var(--text-opacity)) !important;
  }

  .xl\:text-pale-yellow\! {
    --text-opacity: 1 !important;
    color: #FBAF4E !important;
    color: rgba(251, 175, 78, var(--text-opacity)) !important;
  }

  .xl\:text-success\! {
    --text-opacity: 1 !important;
    color: #007E62 !important;
    color: rgba(0, 126, 98, var(--text-opacity)) !important;
  }

  .xl\:text-error\! {
    --text-opacity: 1 !important;
    color: #F60139 !important;
    color: rgba(246, 1, 57, var(--text-opacity)) !important;
  }

  .xl\:text-opacity-0 {
    --text-opacity: 0;
  }

  .xl\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .xl\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .xl\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .xl\:text-opacity-100 {
    --text-opacity: 1;
  }

  .xl\:even\:text-opacity-0:nth-child(even) {
    --text-opacity: 0;
  }

  .xl\:even\:text-opacity-25:nth-child(even) {
    --text-opacity: 0.25;
  }

  .xl\:even\:text-opacity-50:nth-child(even) {
    --text-opacity: 0.5;
  }

  .xl\:even\:text-opacity-75:nth-child(even) {
    --text-opacity: 0.75;
  }

  .xl\:even\:text-opacity-100:nth-child(even) {
    --text-opacity: 1;
  }

  .xl\:odd\:text-opacity-0:nth-child(odd) {
    --text-opacity: 0;
  }

  .xl\:odd\:text-opacity-25:nth-child(odd) {
    --text-opacity: 0.25;
  }

  .xl\:odd\:text-opacity-50:nth-child(odd) {
    --text-opacity: 0.5;
  }

  .xl\:odd\:text-opacity-75:nth-child(odd) {
    --text-opacity: 0.75;
  }

  .xl\:odd\:text-opacity-100:nth-child(odd) {
    --text-opacity: 1;
  }

  .xl\:children\:text-opacity-0 > * {
    --text-opacity: 0;
  }

  .xl\:children\:text-opacity-25 > * {
    --text-opacity: 0.25;
  }

  .xl\:children\:text-opacity-50 > * {
    --text-opacity: 0.5;
  }

  .xl\:children\:text-opacity-75 > * {
    --text-opacity: 0.75;
  }

  .xl\:children\:text-opacity-100 > * {
    --text-opacity: 1;
  }

  .xl\:first\:text-opacity-0:first-child {
    --text-opacity: 0;
  }

  .xl\:first\:text-opacity-25:first-child {
    --text-opacity: 0.25;
  }

  .xl\:first\:text-opacity-50:first-child {
    --text-opacity: 0.5;
  }

  .xl\:first\:text-opacity-75:first-child {
    --text-opacity: 0.75;
  }

  .xl\:first\:text-opacity-100:first-child {
    --text-opacity: 1;
  }

  .xl\:last\:text-opacity-0:last-child {
    --text-opacity: 0;
  }

  .xl\:last\:text-opacity-25:last-child {
    --text-opacity: 0.25;
  }

  .xl\:last\:text-opacity-50:last-child {
    --text-opacity: 0.5;
  }

  .xl\:last\:text-opacity-75:last-child {
    --text-opacity: 0.75;
  }

  .xl\:last\:text-opacity-100:last-child {
    --text-opacity: 1;
  }

  .xl\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .xl\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .xl\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .xl\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .xl\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .xl\:text-opacity-0\! {
    --text-opacity: 0 !important;
  }

  .xl\:text-opacity-25\! {
    --text-opacity: 0.25 !important;
  }

  .xl\:text-opacity-50\! {
    --text-opacity: 0.5 !important;
  }

  .xl\:text-opacity-75\! {
    --text-opacity: 0.75 !important;
  }

  .xl\:text-opacity-100\! {
    --text-opacity: 1 !important;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:not-italic {
    font-style: normal;
  }

  .xl\:even\:italic:nth-child(even) {
    font-style: italic;
  }

  .xl\:even\:not-italic:nth-child(even) {
    font-style: normal;
  }

  .xl\:odd\:italic:nth-child(odd) {
    font-style: italic;
  }

  .xl\:odd\:not-italic:nth-child(odd) {
    font-style: normal;
  }

  .xl\:children\:italic > * {
    font-style: italic;
  }

  .xl\:children\:not-italic > * {
    font-style: normal;
  }

  .xl\:first\:italic:first-child {
    font-style: italic;
  }

  .xl\:first\:not-italic:first-child {
    font-style: normal;
  }

  .xl\:last\:italic:last-child {
    font-style: italic;
  }

  .xl\:last\:not-italic:last-child {
    font-style: normal;
  }

  .xl\:hover\:italic:hover {
    font-style: italic;
  }

  .xl\:hover\:not-italic:hover {
    font-style: normal;
  }

  .xl\:italic\! {
    font-style: italic !important;
  }

  .xl\:not-italic\! {
    font-style: normal !important;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:even\:uppercase:nth-child(even) {
    text-transform: uppercase;
  }

  .xl\:even\:lowercase:nth-child(even) {
    text-transform: lowercase;
  }

  .xl\:even\:capitalize:nth-child(even) {
    text-transform: capitalize;
  }

  .xl\:even\:normal-case:nth-child(even) {
    text-transform: none;
  }

  .xl\:odd\:uppercase:nth-child(odd) {
    text-transform: uppercase;
  }

  .xl\:odd\:lowercase:nth-child(odd) {
    text-transform: lowercase;
  }

  .xl\:odd\:capitalize:nth-child(odd) {
    text-transform: capitalize;
  }

  .xl\:odd\:normal-case:nth-child(odd) {
    text-transform: none;
  }

  .xl\:children\:uppercase > * {
    text-transform: uppercase;
  }

  .xl\:children\:lowercase > * {
    text-transform: lowercase;
  }

  .xl\:children\:capitalize > * {
    text-transform: capitalize;
  }

  .xl\:children\:normal-case > * {
    text-transform: none;
  }

  .xl\:first\:uppercase:first-child {
    text-transform: uppercase;
  }

  .xl\:first\:lowercase:first-child {
    text-transform: lowercase;
  }

  .xl\:first\:capitalize:first-child {
    text-transform: capitalize;
  }

  .xl\:first\:normal-case:first-child {
    text-transform: none;
  }

  .xl\:last\:uppercase:last-child {
    text-transform: uppercase;
  }

  .xl\:last\:lowercase:last-child {
    text-transform: lowercase;
  }

  .xl\:last\:capitalize:last-child {
    text-transform: capitalize;
  }

  .xl\:last\:normal-case:last-child {
    text-transform: none;
  }

  .xl\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xl\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xl\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xl\:hover\:normal-case:hover {
    text-transform: none;
  }

  .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;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .xl\:even\:underline:nth-child(even) {
    text-decoration: underline;
  }

  .xl\:even\:line-through:nth-child(even) {
    text-decoration: line-through;
  }

  .xl\:even\:no-underline:nth-child(even) {
    text-decoration: none;
  }

  .xl\:odd\:underline:nth-child(odd) {
    text-decoration: underline;
  }

  .xl\:odd\:line-through:nth-child(odd) {
    text-decoration: line-through;
  }

  .xl\:odd\:no-underline:nth-child(odd) {
    text-decoration: none;
  }

  .xl\:children\:underline > * {
    text-decoration: underline;
  }

  .xl\:children\:line-through > * {
    text-decoration: line-through;
  }

  .xl\:children\:no-underline > * {
    text-decoration: none;
  }

  .xl\:first\:underline:first-child {
    text-decoration: underline;
  }

  .xl\:first\:line-through:first-child {
    text-decoration: line-through;
  }

  .xl\:first\:no-underline:first-child {
    text-decoration: none;
  }

  .xl\:last\:underline:last-child {
    text-decoration: underline;
  }

  .xl\:last\:line-through:last-child {
    text-decoration: line-through;
  }

  .xl\:last\:no-underline:last-child {
    text-decoration: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:underline\! {
    text-decoration: underline !important;
  }

  .xl\:line-through\! {
    text-decoration: line-through !important;
  }

  .xl\:no-underline\! {
    text-decoration: none !important;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:even\:antialiased:nth-child(even) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:even\:subpixel-antialiased:nth-child(even) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:odd\:antialiased:nth-child(odd) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:odd\:subpixel-antialiased:nth-child(odd) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:children\:antialiased > * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:children\:subpixel-antialiased > * {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:first\:antialiased:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:first\:subpixel-antialiased:first-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:last\:antialiased:last-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:last\:subpixel-antialiased:last-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .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\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xl\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xl\:even\:tracking-tighter:nth-child(even) {
    letter-spacing: -0.05em;
  }

  .xl\:even\:tracking-tight:nth-child(even) {
    letter-spacing: -0.025em;
  }

  .xl\:even\:tracking-normal:nth-child(even) {
    letter-spacing: 0;
  }

  .xl\:even\:tracking-wide:nth-child(even) {
    letter-spacing: 0.025em;
  }

  .xl\:even\:tracking-wider:nth-child(even) {
    letter-spacing: 0.05em;
  }

  .xl\:even\:tracking-widest:nth-child(even) {
    letter-spacing: 0.1em;
  }

  .xl\:odd\:tracking-tighter:nth-child(odd) {
    letter-spacing: -0.05em;
  }

  .xl\:odd\:tracking-tight:nth-child(odd) {
    letter-spacing: -0.025em;
  }

  .xl\:odd\:tracking-normal:nth-child(odd) {
    letter-spacing: 0;
  }

  .xl\:odd\:tracking-wide:nth-child(odd) {
    letter-spacing: 0.025em;
  }

  .xl\:odd\:tracking-wider:nth-child(odd) {
    letter-spacing: 0.05em;
  }

  .xl\:odd\:tracking-widest:nth-child(odd) {
    letter-spacing: 0.1em;
  }

  .xl\:children\:tracking-tighter > * {
    letter-spacing: -0.05em;
  }

  .xl\:children\:tracking-tight > * {
    letter-spacing: -0.025em;
  }

  .xl\:children\:tracking-normal > * {
    letter-spacing: 0;
  }

  .xl\:children\:tracking-wide > * {
    letter-spacing: 0.025em;
  }

  .xl\:children\:tracking-wider > * {
    letter-spacing: 0.05em;
  }

  .xl\:children\:tracking-widest > * {
    letter-spacing: 0.1em;
  }

  .xl\:first\:tracking-tighter:first-child {
    letter-spacing: -0.05em;
  }

  .xl\:first\:tracking-tight:first-child {
    letter-spacing: -0.025em;
  }

  .xl\:first\:tracking-normal:first-child {
    letter-spacing: 0;
  }

  .xl\:first\:tracking-wide:first-child {
    letter-spacing: 0.025em;
  }

  .xl\:first\:tracking-wider:first-child {
    letter-spacing: 0.05em;
  }

  .xl\:first\:tracking-widest:first-child {
    letter-spacing: 0.1em;
  }

  .xl\:last\:tracking-tighter:last-child {
    letter-spacing: -0.05em;
  }

  .xl\:last\:tracking-tight:last-child {
    letter-spacing: -0.025em;
  }

  .xl\:last\:tracking-normal:last-child {
    letter-spacing: 0;
  }

  .xl\:last\:tracking-wide:last-child {
    letter-spacing: 0.025em;
  }

  .xl\:last\:tracking-wider:last-child {
    letter-spacing: 0.05em;
  }

  .xl\:last\:tracking-widest:last-child {
    letter-spacing: 0.1em;
  }

  .xl\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em;
  }

  .xl\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em;
  }

  .xl\:hover\:tracking-normal:hover {
    letter-spacing: 0;
  }

  .xl\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em;
  }

  .xl\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
  }

  .xl\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }

  .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\:select-none {
    user-select: none;
  }

  .xl\:select-text {
    user-select: text;
  }

  .xl\:select-all {
    user-select: all;
  }

  .xl\:select-auto {
    user-select: auto;
  }

  .xl\:even\:select-none:nth-child(even) {
    user-select: none;
  }

  .xl\:even\:select-text:nth-child(even) {
    user-select: text;
  }

  .xl\:even\:select-all:nth-child(even) {
    user-select: all;
  }

  .xl\:even\:select-auto:nth-child(even) {
    user-select: auto;
  }

  .xl\:odd\:select-none:nth-child(odd) {
    user-select: none;
  }

  .xl\:odd\:select-text:nth-child(odd) {
    user-select: text;
  }

  .xl\:odd\:select-all:nth-child(odd) {
    user-select: all;
  }

  .xl\:odd\:select-auto:nth-child(odd) {
    user-select: auto;
  }

  .xl\:children\:select-none > * {
    user-select: none;
  }

  .xl\:children\:select-text > * {
    user-select: text;
  }

  .xl\:children\:select-all > * {
    user-select: all;
  }

  .xl\:children\:select-auto > * {
    user-select: auto;
  }

  .xl\:first\:select-none:first-child {
    user-select: none;
  }

  .xl\:first\:select-text:first-child {
    user-select: text;
  }

  .xl\:first\:select-all:first-child {
    user-select: all;
  }

  .xl\:first\:select-auto:first-child {
    user-select: auto;
  }

  .xl\:last\:select-none:last-child {
    user-select: none;
  }

  .xl\:last\:select-text:last-child {
    user-select: text;
  }

  .xl\:last\:select-all:last-child {
    user-select: all;
  }

  .xl\:last\:select-auto:last-child {
    user-select: auto;
  }

  .xl\:hover\:select-none:hover {
    user-select: none;
  }

  .xl\:hover\:select-text:hover {
    user-select: text;
  }

  .xl\:hover\:select-all:hover {
    user-select: all;
  }

  .xl\:hover\:select-auto:hover {
    user-select: auto;
  }

  .xl\:select-none\! {
    user-select: none !important;
  }

  .xl\:select-text\! {
    user-select: text !important;
  }

  .xl\:select-all\! {
    user-select: all !important;
  }

  .xl\:select-auto\! {
    user-select: auto !important;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:even\:align-baseline:nth-child(even) {
    vertical-align: baseline;
  }

  .xl\:even\:align-top:nth-child(even) {
    vertical-align: top;
  }

  .xl\:even\:align-middle:nth-child(even) {
    vertical-align: middle;
  }

  .xl\:even\:align-bottom:nth-child(even) {
    vertical-align: bottom;
  }

  .xl\:even\:align-text-top:nth-child(even) {
    vertical-align: text-top;
  }

  .xl\:even\:align-text-bottom:nth-child(even) {
    vertical-align: text-bottom;
  }

  .xl\:odd\:align-baseline:nth-child(odd) {
    vertical-align: baseline;
  }

  .xl\:odd\:align-top:nth-child(odd) {
    vertical-align: top;
  }

  .xl\:odd\:align-middle:nth-child(odd) {
    vertical-align: middle;
  }

  .xl\:odd\:align-bottom:nth-child(odd) {
    vertical-align: bottom;
  }

  .xl\:odd\:align-text-top:nth-child(odd) {
    vertical-align: text-top;
  }

  .xl\:odd\:align-text-bottom:nth-child(odd) {
    vertical-align: text-bottom;
  }

  .xl\:children\:align-baseline > * {
    vertical-align: baseline;
  }

  .xl\:children\:align-top > * {
    vertical-align: top;
  }

  .xl\:children\:align-middle > * {
    vertical-align: middle;
  }

  .xl\:children\:align-bottom > * {
    vertical-align: bottom;
  }

  .xl\:children\:align-text-top > * {
    vertical-align: text-top;
  }

  .xl\:children\:align-text-bottom > * {
    vertical-align: text-bottom;
  }

  .xl\:first\:align-baseline:first-child {
    vertical-align: baseline;
  }

  .xl\:first\:align-top:first-child {
    vertical-align: top;
  }

  .xl\:first\:align-middle:first-child {
    vertical-align: middle;
  }

  .xl\:first\:align-bottom:first-child {
    vertical-align: bottom;
  }

  .xl\:first\:align-text-top:first-child {
    vertical-align: text-top;
  }

  .xl\:first\:align-text-bottom:first-child {
    vertical-align: text-bottom;
  }

  .xl\:last\:align-baseline:last-child {
    vertical-align: baseline;
  }

  .xl\:last\:align-top:last-child {
    vertical-align: top;
  }

  .xl\:last\:align-middle:last-child {
    vertical-align: middle;
  }

  .xl\:last\:align-bottom:last-child {
    vertical-align: bottom;
  }

  .xl\:last\:align-text-top:last-child {
    vertical-align: text-top;
  }

  .xl\:last\:align-text-bottom:last-child {
    vertical-align: text-bottom;
  }

  .xl\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .xl\:hover\:align-top:hover {
    vertical-align: top;
  }

  .xl\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .xl\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .xl\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .xl\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .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;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:even\:visible:nth-child(even) {
    visibility: visible;
  }

  .xl\:even\:invisible:nth-child(even) {
    visibility: hidden;
  }

  .xl\:odd\:visible:nth-child(odd) {
    visibility: visible;
  }

  .xl\:odd\:invisible:nth-child(odd) {
    visibility: hidden;
  }

  .xl\:children\:visible > * {
    visibility: visible;
  }

  .xl\:children\:invisible > * {
    visibility: hidden;
  }

  .xl\:first\:visible:first-child {
    visibility: visible;
  }

  .xl\:first\:invisible:first-child {
    visibility: hidden;
  }

  .xl\:last\:visible:last-child {
    visibility: visible;
  }

  .xl\:last\:invisible:last-child {
    visibility: hidden;
  }

  .xl\:hover\:visible:hover {
    visibility: visible;
  }

  .xl\:hover\:invisible:hover {
    visibility: hidden;
  }

  .xl\:visible\! {
    visibility: visible !important;
  }

  .xl\:invisible\! {
    visibility: hidden !important;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:even\:whitespace-normal:nth-child(even) {
    white-space: normal;
  }

  .xl\:even\:whitespace-no-wrap:nth-child(even) {
    white-space: nowrap;
  }

  .xl\:even\:whitespace-pre:nth-child(even) {
    white-space: pre;
  }

  .xl\:even\:whitespace-pre-line:nth-child(even) {
    white-space: pre-line;
  }

  .xl\:even\:whitespace-pre-wrap:nth-child(even) {
    white-space: pre-wrap;
  }

  .xl\:odd\:whitespace-normal:nth-child(odd) {
    white-space: normal;
  }

  .xl\:odd\:whitespace-no-wrap:nth-child(odd) {
    white-space: nowrap;
  }

  .xl\:odd\:whitespace-pre:nth-child(odd) {
    white-space: pre;
  }

  .xl\:odd\:whitespace-pre-line:nth-child(odd) {
    white-space: pre-line;
  }

  .xl\:odd\:whitespace-pre-wrap:nth-child(odd) {
    white-space: pre-wrap;
  }

  .xl\:children\:whitespace-normal > * {
    white-space: normal;
  }

  .xl\:children\:whitespace-no-wrap > * {
    white-space: nowrap;
  }

  .xl\:children\:whitespace-pre > * {
    white-space: pre;
  }

  .xl\:children\:whitespace-pre-line > * {
    white-space: pre-line;
  }

  .xl\:children\:whitespace-pre-wrap > * {
    white-space: pre-wrap;
  }

  .xl\:first\:whitespace-normal:first-child {
    white-space: normal;
  }

  .xl\:first\:whitespace-no-wrap:first-child {
    white-space: nowrap;
  }

  .xl\:first\:whitespace-pre:first-child {
    white-space: pre;
  }

  .xl\:first\:whitespace-pre-line:first-child {
    white-space: pre-line;
  }

  .xl\:first\:whitespace-pre-wrap:first-child {
    white-space: pre-wrap;
  }

  .xl\:last\:whitespace-normal:last-child {
    white-space: normal;
  }

  .xl\:last\:whitespace-no-wrap:last-child {
    white-space: nowrap;
  }

  .xl\:last\:whitespace-pre:last-child {
    white-space: pre;
  }

  .xl\:last\:whitespace-pre-line:last-child {
    white-space: pre-line;
  }

  .xl\:last\:whitespace-pre-wrap:last-child {
    white-space: pre-wrap;
  }

  .xl\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .xl\:hover\:whitespace-no-wrap:hover {
    white-space: nowrap;
  }

  .xl\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .xl\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .xl\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .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 {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words {
    overflow-wrap: break-word;
  }

  .xl\:break-all {
    word-break: break-all;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:even\:break-normal:nth-child(even) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:even\:break-words:nth-child(even) {
    overflow-wrap: break-word;
  }

  .xl\:even\:break-all:nth-child(even) {
    word-break: break-all;
  }

  .xl\:even\:truncate:nth-child(even) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:odd\:break-normal:nth-child(odd) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:odd\:break-words:nth-child(odd) {
    overflow-wrap: break-word;
  }

  .xl\:odd\:break-all:nth-child(odd) {
    word-break: break-all;
  }

  .xl\:odd\:truncate:nth-child(odd) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:children\:break-normal > * {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:children\:break-words > * {
    overflow-wrap: break-word;
  }

  .xl\:children\:break-all > * {
    word-break: break-all;
  }

  .xl\:children\:truncate > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:first\:break-normal:first-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:first\:break-words:first-child {
    overflow-wrap: break-word;
  }

  .xl\:first\:break-all:first-child {
    word-break: break-all;
  }

  .xl\:first\:truncate:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:last\:break-normal:last-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:last\:break-words:last-child {
    overflow-wrap: break-word;
  }

  .xl\:last\:break-all:last-child {
    word-break: break-all;
  }

  .xl\:last\:truncate:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:hover\:break-normal:hover {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:hover\:break-words:hover {
    overflow-wrap: break-word;
  }

  .xl\:hover\:break-all:hover {
    word-break: break-all;
  }

  .xl\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:break-normal\! {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:break-words\! {
    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;
  }

  .xl\:w-1 {
    width: 0.25rem;
  }

  .xl\:w-2 {
    width: 0.5rem;
  }

  .xl\:w-3 {
    width: 0.75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-7 {
    width: 1.75rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-9 {
    width: 2.25rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-11 {
    width: 2.75rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-13 {
    width: 3.25rem;
  }

  .xl\:w-14 {
    width: 3.5rem;
  }

  .xl\:w-15 {
    width: 3.75rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-17 {
    width: 4.25rem;
  }

  .xl\:w-18 {
    width: 4.5rem;
  }

  .xl\:w-19 {
    width: 4.75rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-75 {
    width: 18.75rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/4 {
    width: 50%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-2\/6 {
    width: 33.333333%;
  }

  .xl\:w-3\/6 {
    width: 50%;
  }

  .xl\:w-4\/6 {
    width: 66.666667%;
  }

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

  .xl\:w-1\/12 {
    width: 8.333333%;
  }

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:even\:w-0:nth-child(even) {
    width: 0;
  }

  .xl\:even\:w-1:nth-child(even) {
    width: 0.25rem;
  }

  .xl\:even\:w-2:nth-child(even) {
    width: 0.5rem;
  }

  .xl\:even\:w-3:nth-child(even) {
    width: 0.75rem;
  }

  .xl\:even\:w-4:nth-child(even) {
    width: 1rem;
  }

  .xl\:even\:w-5:nth-child(even) {
    width: 1.25rem;
  }

  .xl\:even\:w-6:nth-child(even) {
    width: 1.5rem;
  }

  .xl\:even\:w-7:nth-child(even) {
    width: 1.75rem;
  }

  .xl\:even\:w-8:nth-child(even) {
    width: 2rem;
  }

  .xl\:even\:w-9:nth-child(even) {
    width: 2.25rem;
  }

  .xl\:even\:w-10:nth-child(even) {
    width: 2.5rem;
  }

  .xl\:even\:w-11:nth-child(even) {
    width: 2.75rem;
  }

  .xl\:even\:w-12:nth-child(even) {
    width: 3rem;
  }

  .xl\:even\:w-13:nth-child(even) {
    width: 3.25rem;
  }

  .xl\:even\:w-14:nth-child(even) {
    width: 3.5rem;
  }

  .xl\:even\:w-15:nth-child(even) {
    width: 3.75rem;
  }

  .xl\:even\:w-16:nth-child(even) {
    width: 4rem;
  }

  .xl\:even\:w-17:nth-child(even) {
    width: 4.25rem;
  }

  .xl\:even\:w-18:nth-child(even) {
    width: 4.5rem;
  }

  .xl\:even\:w-19:nth-child(even) {
    width: 4.75rem;
  }

  .xl\:even\:w-20:nth-child(even) {
    width: 5rem;
  }

  .xl\:even\:w-24:nth-child(even) {
    width: 6rem;
  }

  .xl\:even\:w-32:nth-child(even) {
    width: 8rem;
  }

  .xl\:even\:w-40:nth-child(even) {
    width: 10rem;
  }

  .xl\:even\:w-48:nth-child(even) {
    width: 12rem;
  }

  .xl\:even\:w-56:nth-child(even) {
    width: 14rem;
  }

  .xl\:even\:w-64:nth-child(even) {
    width: 16rem;
  }

  .xl\:even\:w-75:nth-child(even) {
    width: 18.75rem;
  }

  .xl\:even\:w-auto:nth-child(even) {
    width: auto;
  }

  .xl\:even\:w-px:nth-child(even) {
    width: 1px;
  }

  .xl\:even\:w-1\/2:nth-child(even) {
    width: 50%;
  }

  .xl\:even\:w-1\/3:nth-child(even) {
    width: 33.333333%;
  }

  .xl\:even\:w-2\/3:nth-child(even) {
    width: 66.666667%;
  }

  .xl\:even\:w-1\/4:nth-child(even) {
    width: 25%;
  }

  .xl\:even\:w-2\/4:nth-child(even) {
    width: 50%;
  }

  .xl\:even\:w-3\/4:nth-child(even) {
    width: 75%;
  }

  .xl\:even\:w-1\/5:nth-child(even) {
    width: 20%;
  }

  .xl\:even\:w-2\/5:nth-child(even) {
    width: 40%;
  }

  .xl\:even\:w-3\/5:nth-child(even) {
    width: 60%;
  }

  .xl\:even\:w-4\/5:nth-child(even) {
    width: 80%;
  }

  .xl\:even\:w-1\/6:nth-child(even) {
    width: 16.666667%;
  }

  .xl\:even\:w-2\/6:nth-child(even) {
    width: 33.333333%;
  }

  .xl\:even\:w-3\/6:nth-child(even) {
    width: 50%;
  }

  .xl\:even\:w-4\/6:nth-child(even) {
    width: 66.666667%;
  }

  .xl\:even\:w-5\/6:nth-child(even) {
    width: 83.333333%;
  }

  .xl\:even\:w-1\/12:nth-child(even) {
    width: 8.333333%;
  }

  .xl\:even\:w-2\/12:nth-child(even) {
    width: 16.666667%;
  }

  .xl\:even\:w-3\/12:nth-child(even) {
    width: 25%;
  }

  .xl\:even\:w-4\/12:nth-child(even) {
    width: 33.333333%;
  }

  .xl\:even\:w-5\/12:nth-child(even) {
    width: 41.666667%;
  }

  .xl\:even\:w-6\/12:nth-child(even) {
    width: 50%;
  }

  .xl\:even\:w-7\/12:nth-child(even) {
    width: 58.333333%;
  }

  .xl\:even\:w-8\/12:nth-child(even) {
    width: 66.666667%;
  }

  .xl\:even\:w-9\/12:nth-child(even) {
    width: 75%;
  }

  .xl\:even\:w-10\/12:nth-child(even) {
    width: 83.333333%;
  }

  .xl\:even\:w-11\/12:nth-child(even) {
    width: 91.666667%;
  }

  .xl\:even\:w-full:nth-child(even) {
    width: 100%;
  }

  .xl\:even\:w-screen:nth-child(even) {
    width: 100vw;
  }

  .xl\:odd\:w-0:nth-child(odd) {
    width: 0;
  }

  .xl\:odd\:w-1:nth-child(odd) {
    width: 0.25rem;
  }

  .xl\:odd\:w-2:nth-child(odd) {
    width: 0.5rem;
  }

  .xl\:odd\:w-3:nth-child(odd) {
    width: 0.75rem;
  }

  .xl\:odd\:w-4:nth-child(odd) {
    width: 1rem;
  }

  .xl\:odd\:w-5:nth-child(odd) {
    width: 1.25rem;
  }

  .xl\:odd\:w-6:nth-child(odd) {
    width: 1.5rem;
  }

  .xl\:odd\:w-7:nth-child(odd) {
    width: 1.75rem;
  }

  .xl\:odd\:w-8:nth-child(odd) {
    width: 2rem;
  }

  .xl\:odd\:w-9:nth-child(odd) {
    width: 2.25rem;
  }

  .xl\:odd\:w-10:nth-child(odd) {
    width: 2.5rem;
  }

  .xl\:odd\:w-11:nth-child(odd) {
    width: 2.75rem;
  }

  .xl\:odd\:w-12:nth-child(odd) {
    width: 3rem;
  }

  .xl\:odd\:w-13:nth-child(odd) {
    width: 3.25rem;
  }

  .xl\:odd\:w-14:nth-child(odd) {
    width: 3.5rem;
  }

  .xl\:odd\:w-15:nth-child(odd) {
    width: 3.75rem;
  }

  .xl\:odd\:w-16:nth-child(odd) {
    width: 4rem;
  }

  .xl\:odd\:w-17:nth-child(odd) {
    width: 4.25rem;
  }

  .xl\:odd\:w-18:nth-child(odd) {
    width: 4.5rem;
  }

  .xl\:odd\:w-19:nth-child(odd) {
    width: 4.75rem;
  }

  .xl\:odd\:w-20:nth-child(odd) {
    width: 5rem;
  }

  .xl\:odd\:w-24:nth-child(odd) {
    width: 6rem;
  }

  .xl\:odd\:w-32:nth-child(odd) {
    width: 8rem;
  }

  .xl\:odd\:w-40:nth-child(odd) {
    width: 10rem;
  }

  .xl\:odd\:w-48:nth-child(odd) {
    width: 12rem;
  }

  .xl\:odd\:w-56:nth-child(odd) {
    width: 14rem;
  }

  .xl\:odd\:w-64:nth-child(odd) {
    width: 16rem;
  }

  .xl\:odd\:w-75:nth-child(odd) {
    width: 18.75rem;
  }

  .xl\:odd\:w-auto:nth-child(odd) {
    width: auto;
  }

  .xl\:odd\:w-px:nth-child(odd) {
    width: 1px;
  }

  .xl\:odd\:w-1\/2:nth-child(odd) {
    width: 50%;
  }

  .xl\:odd\:w-1\/3:nth-child(odd) {
    width: 33.333333%;
  }

  .xl\:odd\:w-2\/3:nth-child(odd) {
    width: 66.666667%;
  }

  .xl\:odd\:w-1\/4:nth-child(odd) {
    width: 25%;
  }

  .xl\:odd\:w-2\/4:nth-child(odd) {
    width: 50%;
  }

  .xl\:odd\:w-3\/4:nth-child(odd) {
    width: 75%;
  }

  .xl\:odd\:w-1\/5:nth-child(odd) {
    width: 20%;
  }

  .xl\:odd\:w-2\/5:nth-child(odd) {
    width: 40%;
  }

  .xl\:odd\:w-3\/5:nth-child(odd) {
    width: 60%;
  }

  .xl\:odd\:w-4\/5:nth-child(odd) {
    width: 80%;
  }

  .xl\:odd\:w-1\/6:nth-child(odd) {
    width: 16.666667%;
  }

  .xl\:odd\:w-2\/6:nth-child(odd) {
    width: 33.333333%;
  }

  .xl\:odd\:w-3\/6:nth-child(odd) {
    width: 50%;
  }

  .xl\:odd\:w-4\/6:nth-child(odd) {
    width: 66.666667%;
  }

  .xl\:odd\:w-5\/6:nth-child(odd) {
    width: 83.333333%;
  }

  .xl\:odd\:w-1\/12:nth-child(odd) {
    width: 8.333333%;
  }

  .xl\:odd\:w-2\/12:nth-child(odd) {
    width: 16.666667%;
  }

  .xl\:odd\:w-3\/12:nth-child(odd) {
    width: 25%;
  }

  .xl\:odd\:w-4\/12:nth-child(odd) {
    width: 33.333333%;
  }

  .xl\:odd\:w-5\/12:nth-child(odd) {
    width: 41.666667%;
  }

  .xl\:odd\:w-6\/12:nth-child(odd) {
    width: 50%;
  }

  .xl\:odd\:w-7\/12:nth-child(odd) {
    width: 58.333333%;
  }

  .xl\:odd\:w-8\/12:nth-child(odd) {
    width: 66.666667%;
  }

  .xl\:odd\:w-9\/12:nth-child(odd) {
    width: 75%;
  }

  .xl\:odd\:w-10\/12:nth-child(odd) {
    width: 83.333333%;
  }

  .xl\:odd\:w-11\/12:nth-child(odd) {
    width: 91.666667%;
  }

  .xl\:odd\:w-full:nth-child(odd) {
    width: 100%;
  }

  .xl\:odd\:w-screen:nth-child(odd) {
    width: 100vw;
  }

  .xl\:children\:w-0 > * {
    width: 0;
  }

  .xl\:children\:w-1 > * {
    width: 0.25rem;
  }

  .xl\:children\:w-2 > * {
    width: 0.5rem;
  }

  .xl\:children\:w-3 > * {
    width: 0.75rem;
  }

  .xl\:children\:w-4 > * {
    width: 1rem;
  }

  .xl\:children\:w-5 > * {
    width: 1.25rem;
  }

  .xl\:children\:w-6 > * {
    width: 1.5rem;
  }

  .xl\:children\:w-7 > * {
    width: 1.75rem;
  }

  .xl\:children\:w-8 > * {
    width: 2rem;
  }

  .xl\:children\:w-9 > * {
    width: 2.25rem;
  }

  .xl\:children\:w-10 > * {
    width: 2.5rem;
  }

  .xl\:children\:w-11 > * {
    width: 2.75rem;
  }

  .xl\:children\:w-12 > * {
    width: 3rem;
  }

  .xl\:children\:w-13 > * {
    width: 3.25rem;
  }

  .xl\:children\:w-14 > * {
    width: 3.5rem;
  }

  .xl\:children\:w-15 > * {
    width: 3.75rem;
  }

  .xl\:children\:w-16 > * {
    width: 4rem;
  }

  .xl\:children\:w-17 > * {
    width: 4.25rem;
  }

  .xl\:children\:w-18 > * {
    width: 4.5rem;
  }

  .xl\:children\:w-19 > * {
    width: 4.75rem;
  }

  .xl\:children\:w-20 > * {
    width: 5rem;
  }

  .xl\:children\:w-24 > * {
    width: 6rem;
  }

  .xl\:children\:w-32 > * {
    width: 8rem;
  }

  .xl\:children\:w-40 > * {
    width: 10rem;
  }

  .xl\:children\:w-48 > * {
    width: 12rem;
  }

  .xl\:children\:w-56 > * {
    width: 14rem;
  }

  .xl\:children\:w-64 > * {
    width: 16rem;
  }

  .xl\:children\:w-75 > * {
    width: 18.75rem;
  }

  .xl\:children\:w-auto > * {
    width: auto;
  }

  .xl\:children\:w-px > * {
    width: 1px;
  }

  .xl\:children\:w-1\/2 > * {
    width: 50%;
  }

  .xl\:children\:w-1\/3 > * {
    width: 33.333333%;
  }

  .xl\:children\:w-2\/3 > * {
    width: 66.666667%;
  }

  .xl\:children\:w-1\/4 > * {
    width: 25%;
  }

  .xl\:children\:w-2\/4 > * {
    width: 50%;
  }

  .xl\:children\:w-3\/4 > * {
    width: 75%;
  }

  .xl\:children\:w-1\/5 > * {
    width: 20%;
  }

  .xl\:children\:w-2\/5 > * {
    width: 40%;
  }

  .xl\:children\:w-3\/5 > * {
    width: 60%;
  }

  .xl\:children\:w-4\/5 > * {
    width: 80%;
  }

  .xl\:children\:w-1\/6 > * {
    width: 16.666667%;
  }

  .xl\:children\:w-2\/6 > * {
    width: 33.333333%;
  }

  .xl\:children\:w-3\/6 > * {
    width: 50%;
  }

  .xl\:children\:w-4\/6 > * {
    width: 66.666667%;
  }

  .xl\:children\:w-5\/6 > * {
    width: 83.333333%;
  }

  .xl\:children\:w-1\/12 > * {
    width: 8.333333%;
  }

  .xl\:children\:w-2\/12 > * {
    width: 16.666667%;
  }

  .xl\:children\:w-3\/12 > * {
    width: 25%;
  }

  .xl\:children\:w-4\/12 > * {
    width: 33.333333%;
  }

  .xl\:children\:w-5\/12 > * {
    width: 41.666667%;
  }

  .xl\:children\:w-6\/12 > * {
    width: 50%;
  }

  .xl\:children\:w-7\/12 > * {
    width: 58.333333%;
  }

  .xl\:children\:w-8\/12 > * {
    width: 66.666667%;
  }

  .xl\:children\:w-9\/12 > * {
    width: 75%;
  }

  .xl\:children\:w-10\/12 > * {
    width: 83.333333%;
  }

  .xl\:children\:w-11\/12 > * {
    width: 91.666667%;
  }

  .xl\:children\:w-full > * {
    width: 100%;
  }

  .xl\:children\:w-screen > * {
    width: 100vw;
  }

  .xl\:first\:w-0:first-child {
    width: 0;
  }

  .xl\:first\:w-1:first-child {
    width: 0.25rem;
  }

  .xl\:first\:w-2:first-child {
    width: 0.5rem;
  }

  .xl\:first\:w-3:first-child {
    width: 0.75rem;
  }

  .xl\:first\:w-4:first-child {
    width: 1rem;
  }

  .xl\:first\:w-5:first-child {
    width: 1.25rem;
  }

  .xl\:first\:w-6:first-child {
    width: 1.5rem;
  }

  .xl\:first\:w-7:first-child {
    width: 1.75rem;
  }

  .xl\:first\:w-8:first-child {
    width: 2rem;
  }

  .xl\:first\:w-9:first-child {
    width: 2.25rem;
  }

  .xl\:first\:w-10:first-child {
    width: 2.5rem;
  }

  .xl\:first\:w-11:first-child {
    width: 2.75rem;
  }

  .xl\:first\:w-12:first-child {
    width: 3rem;
  }

  .xl\:first\:w-13:first-child {
    width: 3.25rem;
  }

  .xl\:first\:w-14:first-child {
    width: 3.5rem;
  }

  .xl\:first\:w-15:first-child {
    width: 3.75rem;
  }

  .xl\:first\:w-16:first-child {
    width: 4rem;
  }

  .xl\:first\:w-17:first-child {
    width: 4.25rem;
  }

  .xl\:first\:w-18:first-child {
    width: 4.5rem;
  }

  .xl\:first\:w-19:first-child {
    width: 4.75rem;
  }

  .xl\:first\:w-20:first-child {
    width: 5rem;
  }

  .xl\:first\:w-24:first-child {
    width: 6rem;
  }

  .xl\:first\:w-32:first-child {
    width: 8rem;
  }

  .xl\:first\:w-40:first-child {
    width: 10rem;
  }

  .xl\:first\:w-48:first-child {
    width: 12rem;
  }

  .xl\:first\:w-56:first-child {
    width: 14rem;
  }

  .xl\:first\:w-64:first-child {
    width: 16rem;
  }

  .xl\:first\:w-75:first-child {
    width: 18.75rem;
  }

  .xl\:first\:w-auto:first-child {
    width: auto;
  }

  .xl\:first\:w-px:first-child {
    width: 1px;
  }

  .xl\:first\:w-1\/2:first-child {
    width: 50%;
  }

  .xl\:first\:w-1\/3:first-child {
    width: 33.333333%;
  }

  .xl\:first\:w-2\/3:first-child {
    width: 66.666667%;
  }

  .xl\:first\:w-1\/4:first-child {
    width: 25%;
  }

  .xl\:first\:w-2\/4:first-child {
    width: 50%;
  }

  .xl\:first\:w-3\/4:first-child {
    width: 75%;
  }

  .xl\:first\:w-1\/5:first-child {
    width: 20%;
  }

  .xl\:first\:w-2\/5:first-child {
    width: 40%;
  }

  .xl\:first\:w-3\/5:first-child {
    width: 60%;
  }

  .xl\:first\:w-4\/5:first-child {
    width: 80%;
  }

  .xl\:first\:w-1\/6:first-child {
    width: 16.666667%;
  }

  .xl\:first\:w-2\/6:first-child {
    width: 33.333333%;
  }

  .xl\:first\:w-3\/6:first-child {
    width: 50%;
  }

  .xl\:first\:w-4\/6:first-child {
    width: 66.666667%;
  }

  .xl\:first\:w-5\/6:first-child {
    width: 83.333333%;
  }

  .xl\:first\:w-1\/12:first-child {
    width: 8.333333%;
  }

  .xl\:first\:w-2\/12:first-child {
    width: 16.666667%;
  }

  .xl\:first\:w-3\/12:first-child {
    width: 25%;
  }

  .xl\:first\:w-4\/12:first-child {
    width: 33.333333%;
  }

  .xl\:first\:w-5\/12:first-child {
    width: 41.666667%;
  }

  .xl\:first\:w-6\/12:first-child {
    width: 50%;
  }

  .xl\:first\:w-7\/12:first-child {
    width: 58.333333%;
  }

  .xl\:first\:w-8\/12:first-child {
    width: 66.666667%;
  }

  .xl\:first\:w-9\/12:first-child {
    width: 75%;
  }

  .xl\:first\:w-10\/12:first-child {
    width: 83.333333%;
  }

  .xl\:first\:w-11\/12:first-child {
    width: 91.666667%;
  }

  .xl\:first\:w-full:first-child {
    width: 100%;
  }

  .xl\:first\:w-screen:first-child {
    width: 100vw;
  }

  .xl\:last\:w-0:last-child {
    width: 0;
  }

  .xl\:last\:w-1:last-child {
    width: 0.25rem;
  }

  .xl\:last\:w-2:last-child {
    width: 0.5rem;
  }

  .xl\:last\:w-3:last-child {
    width: 0.75rem;
  }

  .xl\:last\:w-4:last-child {
    width: 1rem;
  }

  .xl\:last\:w-5:last-child {
    width: 1.25rem;
  }

  .xl\:last\:w-6:last-child {
    width: 1.5rem;
  }

  .xl\:last\:w-7:last-child {
    width: 1.75rem;
  }

  .xl\:last\:w-8:last-child {
    width: 2rem;
  }

  .xl\:last\:w-9:last-child {
    width: 2.25rem;
  }

  .xl\:last\:w-10:last-child {
    width: 2.5rem;
  }

  .xl\:last\:w-11:last-child {
    width: 2.75rem;
  }

  .xl\:last\:w-12:last-child {
    width: 3rem;
  }

  .xl\:last\:w-13:last-child {
    width: 3.25rem;
  }

  .xl\:last\:w-14:last-child {
    width: 3.5rem;
  }

  .xl\:last\:w-15:last-child {
    width: 3.75rem;
  }

  .xl\:last\:w-16:last-child {
    width: 4rem;
  }

  .xl\:last\:w-17:last-child {
    width: 4.25rem;
  }

  .xl\:last\:w-18:last-child {
    width: 4.5rem;
  }

  .xl\:last\:w-19:last-child {
    width: 4.75rem;
  }

  .xl\:last\:w-20:last-child {
    width: 5rem;
  }

  .xl\:last\:w-24:last-child {
    width: 6rem;
  }

  .xl\:last\:w-32:last-child {
    width: 8rem;
  }

  .xl\:last\:w-40:last-child {
    width: 10rem;
  }

  .xl\:last\:w-48:last-child {
    width: 12rem;
  }

  .xl\:last\:w-56:last-child {
    width: 14rem;
  }

  .xl\:last\:w-64:last-child {
    width: 16rem;
  }

  .xl\:last\:w-75:last-child {
    width: 18.75rem;
  }

  .xl\:last\:w-auto:last-child {
    width: auto;
  }

  .xl\:last\:w-px:last-child {
    width: 1px;
  }

  .xl\:last\:w-1\/2:last-child {
    width: 50%;
  }

  .xl\:last\:w-1\/3:last-child {
    width: 33.333333%;
  }

  .xl\:last\:w-2\/3:last-child {
    width: 66.666667%;
  }

  .xl\:last\:w-1\/4:last-child {
    width: 25%;
  }

  .xl\:last\:w-2\/4:last-child {
    width: 50%;
  }

  .xl\:last\:w-3\/4:last-child {
    width: 75%;
  }

  .xl\:last\:w-1\/5:last-child {
    width: 20%;
  }

  .xl\:last\:w-2\/5:last-child {
    width: 40%;
  }

  .xl\:last\:w-3\/5:last-child {
    width: 60%;
  }

  .xl\:last\:w-4\/5:last-child {
    width: 80%;
  }

  .xl\:last\:w-1\/6:last-child {
    width: 16.666667%;
  }

  .xl\:last\:w-2\/6:last-child {
    width: 33.333333%;
  }

  .xl\:last\:w-3\/6:last-child {
    width: 50%;
  }

  .xl\:last\:w-4\/6:last-child {
    width: 66.666667%;
  }

  .xl\:last\:w-5\/6:last-child {
    width: 83.333333%;
  }

  .xl\:last\:w-1\/12:last-child {
    width: 8.333333%;
  }

  .xl\:last\:w-2\/12:last-child {
    width: 16.666667%;
  }

  .xl\:last\:w-3\/12:last-child {
    width: 25%;
  }

  .xl\:last\:w-4\/12:last-child {
    width: 33.333333%;
  }

  .xl\:last\:w-5\/12:last-child {
    width: 41.666667%;
  }

  .xl\:last\:w-6\/12:last-child {
    width: 50%;
  }

  .xl\:last\:w-7\/12:last-child {
    width: 58.333333%;
  }

  .xl\:last\:w-8\/12:last-child {
    width: 66.666667%;
  }

  .xl\:last\:w-9\/12:last-child {
    width: 75%;
  }

  .xl\:last\:w-10\/12:last-child {
    width: 83.333333%;
  }

  .xl\:last\:w-11\/12:last-child {
    width: 91.666667%;
  }

  .xl\:last\:w-full:last-child {
    width: 100%;
  }

  .xl\:last\:w-screen:last-child {
    width: 100vw;
  }

  .xl\:hover\:w-0:hover {
    width: 0;
  }

  .xl\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .xl\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .xl\:hover\:w-3:hover {
    width: 0.75rem;
  }

  .xl\:hover\:w-4:hover {
    width: 1rem;
  }

  .xl\:hover\:w-5:hover {
    width: 1.25rem;
  }

  .xl\:hover\:w-6:hover {
    width: 1.5rem;
  }

  .xl\:hover\:w-7:hover {
    width: 1.75rem;
  }

  .xl\:hover\:w-8:hover {
    width: 2rem;
  }

  .xl\:hover\:w-9:hover {
    width: 2.25rem;
  }

  .xl\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .xl\:hover\:w-11:hover {
    width: 2.75rem;
  }

  .xl\:hover\:w-12:hover {
    width: 3rem;
  }

  .xl\:hover\:w-13:hover {
    width: 3.25rem;
  }

  .xl\:hover\:w-14:hover {
    width: 3.5rem;
  }

  .xl\:hover\:w-15:hover {
    width: 3.75rem;
  }

  .xl\:hover\:w-16:hover {
    width: 4rem;
  }

  .xl\:hover\:w-17:hover {
    width: 4.25rem;
  }

  .xl\:hover\:w-18:hover {
    width: 4.5rem;
  }

  .xl\:hover\:w-19:hover {
    width: 4.75rem;
  }

  .xl\:hover\:w-20:hover {
    width: 5rem;
  }

  .xl\:hover\:w-24:hover {
    width: 6rem;
  }

  .xl\:hover\:w-32:hover {
    width: 8rem;
  }

  .xl\:hover\:w-40:hover {
    width: 10rem;
  }

  .xl\:hover\:w-48:hover {
    width: 12rem;
  }

  .xl\:hover\:w-56:hover {
    width: 14rem;
  }

  .xl\:hover\:w-64:hover {
    width: 16rem;
  }

  .xl\:hover\:w-75:hover {
    width: 18.75rem;
  }

  .xl\:hover\:w-auto:hover {
    width: auto;
  }

  .xl\:hover\:w-px:hover {
    width: 1px;
  }

  .xl\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .xl\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .xl\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .xl\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .xl\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .xl\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .xl\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .xl\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .xl\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .xl\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .xl\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .xl\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .xl\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .xl\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .xl\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .xl\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .xl\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .xl\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .xl\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .xl\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .xl\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .xl\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .xl\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .xl\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .xl\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .xl\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .xl\:hover\:w-full:hover {
    width: 100%;
  }

  .xl\:hover\:w-screen:hover {
    width: 100vw;
  }

  .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-9\! {
    width: 2.25rem !important;
  }

  .xl\:w-10\! {
    width: 2.5rem !important;
  }

  .xl\:w-11\! {
    width: 2.75rem !important;
  }

  .xl\:w-12\! {
    width: 3rem !important;
  }

  .xl\:w-13\! {
    width: 3.25rem !important;
  }

  .xl\:w-14\! {
    width: 3.5rem !important;
  }

  .xl\:w-15\! {
    width: 3.75rem !important;
  }

  .xl\:w-16\! {
    width: 4rem !important;
  }

  .xl\:w-17\! {
    width: 4.25rem !important;
  }

  .xl\:w-18\! {
    width: 4.5rem !important;
  }

  .xl\:w-19\! {
    width: 4.75rem !important;
  }

  .xl\:w-20\! {
    width: 5rem !important;
  }

  .xl\:w-24\! {
    width: 6rem !important;
  }

  .xl\:w-32\! {
    width: 8rem !important;
  }

  .xl\:w-40\! {
    width: 10rem !important;
  }

  .xl\:w-48\! {
    width: 12rem !important;
  }

  .xl\:w-56\! {
    width: 14rem !important;
  }

  .xl\:w-64\! {
    width: 16rem !important;
  }

  .xl\:w-75\! {
    width: 18.75rem !important;
  }

  .xl\:w-auto\! {
    width: auto !important;
  }

  .xl\:w-px\! {
    width: 1px !important;
  }

  .xl\:w-1\/2\! {
    width: 50% !important;
  }

  .xl\:w-1\/3\! {
    width: 33.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\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .xl\:even\:z-0:nth-child(even) {
    z-index: 0;
  }

  .xl\:even\:z-10:nth-child(even) {
    z-index: 10;
  }

  .xl\:even\:z-20:nth-child(even) {
    z-index: 20;
  }

  .xl\:even\:z-30:nth-child(even) {
    z-index: 30;
  }

  .xl\:even\:z-40:nth-child(even) {
    z-index: 40;
  }

  .xl\:even\:z-50:nth-child(even) {
    z-index: 50;
  }

  .xl\:even\:z-auto:nth-child(even) {
    z-index: auto;
  }

  .xl\:odd\:z-0:nth-child(odd) {
    z-index: 0;
  }

  .xl\:odd\:z-10:nth-child(odd) {
    z-index: 10;
  }

  .xl\:odd\:z-20:nth-child(odd) {
    z-index: 20;
  }

  .xl\:odd\:z-30:nth-child(odd) {
    z-index: 30;
  }

  .xl\:odd\:z-40:nth-child(odd) {
    z-index: 40;
  }

  .xl\:odd\:z-50:nth-child(odd) {
    z-index: 50;
  }

  .xl\:odd\:z-auto:nth-child(odd) {
    z-index: auto;
  }

  .xl\:children\:z-0 > * {
    z-index: 0;
  }

  .xl\:children\:z-10 > * {
    z-index: 10;
  }

  .xl\:children\:z-20 > * {
    z-index: 20;
  }

  .xl\:children\:z-30 > * {
    z-index: 30;
  }

  .xl\:children\:z-40 > * {
    z-index: 40;
  }

  .xl\:children\:z-50 > * {
    z-index: 50;
  }

  .xl\:children\:z-auto > * {
    z-index: auto;
  }

  .xl\:first\:z-0:first-child {
    z-index: 0;
  }

  .xl\:first\:z-10:first-child {
    z-index: 10;
  }

  .xl\:first\:z-20:first-child {
    z-index: 20;
  }

  .xl\:first\:z-30:first-child {
    z-index: 30;
  }

  .xl\:first\:z-40:first-child {
    z-index: 40;
  }

  .xl\:first\:z-50:first-child {
    z-index: 50;
  }

  .xl\:first\:z-auto:first-child {
    z-index: auto;
  }

  .xl\:last\:z-0:last-child {
    z-index: 0;
  }

  .xl\:last\:z-10:last-child {
    z-index: 10;
  }

  .xl\:last\:z-20:last-child {
    z-index: 20;
  }

  .xl\:last\:z-30:last-child {
    z-index: 30;
  }

  .xl\:last\:z-40:last-child {
    z-index: 40;
  }

  .xl\:last\:z-50:last-child {
    z-index: 50;
  }

  .xl\:last\:z-auto:last-child {
    z-index: auto;
  }

  .xl\:hover\:z-0:hover {
    z-index: 0;
  }

  .xl\:hover\:z-10:hover {
    z-index: 10;
  }

  .xl\:hover\:z-20:hover {
    z-index: 20;
  }

  .xl\:hover\:z-30:hover {
    z-index: 30;
  }

  .xl\:hover\:z-40:hover {
    z-index: 40;
  }

  .xl\:hover\:z-50:hover {
    z-index: 50;
  }

  .xl\:hover\:z-auto:hover {
    z-index: auto;
  }

  .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;
    gap: 0;
  }

  .xl\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xl\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xl\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xl\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xl\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xl\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xl\:gap-7 {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .xl\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xl\:gap-9 {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .xl\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xl\:gap-11 {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .xl\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xl\:gap-13 {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .xl\:gap-14 {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .xl\:gap-15 {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .xl\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .xl\:gap-17 {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .xl\:gap-18 {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .xl\:gap-19 {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .xl\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .xl\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .xl\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xl\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xl\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .xl\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xl\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xl\:gap-75 {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .xl\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .xl\:col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .xl\:col-gap-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .xl\:col-gap-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .xl\:col-gap-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .xl\:col-gap-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .xl\:col-gap-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .xl\:col-gap-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .xl\:col-gap-7 {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .xl\:col-gap-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .xl\:col-gap-9 {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .xl\:col-gap-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .xl\:col-gap-11 {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .xl\:col-gap-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .xl\:col-gap-13 {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .xl\:col-gap-14 {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .xl\:col-gap-15 {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .xl\:col-gap-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .xl\:col-gap-17 {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .xl\:col-gap-18 {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .xl\:col-gap-19 {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .xl\:col-gap-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .xl\:col-gap-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .xl\:col-gap-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .xl\:col-gap-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .xl\:col-gap-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .xl\:col-gap-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .xl\:col-gap-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .xl\:col-gap-75 {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .xl\:col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .xl\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xl\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xl\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xl\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xl\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xl\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xl\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xl\:row-gap-7 {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .xl\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xl\:row-gap-9 {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .xl\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xl\:row-gap-11 {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .xl\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xl\:row-gap-13 {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .xl\:row-gap-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .xl\:row-gap-15 {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .xl\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xl\:row-gap-17 {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .xl\:row-gap-18 {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .xl\:row-gap-19 {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .xl\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xl\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xl\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xl\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xl\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xl\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xl\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xl\:row-gap-75 {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .xl\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xl\:even\:gap-0:nth-child(even) {
    grid-gap: 0;
    gap: 0;
  }

  .xl\:even\:gap-1:nth-child(even) {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xl\:even\:gap-2:nth-child(even) {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xl\:even\:gap-3:nth-child(even) {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xl\:even\:gap-4:nth-child(even) {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xl\:even\:gap-5:nth-child(even) {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xl\:even\:gap-6:nth-child(even) {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xl\:even\:gap-7:nth-child(even) {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .xl\:even\:gap-8:nth-child(even) {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xl\:even\:gap-9:nth-child(even) {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .xl\:even\:gap-10:nth-child(even) {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xl\:even\:gap-11:nth-child(even) {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .xl\:even\:gap-12:nth-child(even) {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xl\:even\:gap-13:nth-child(even) {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .xl\:even\:gap-14:nth-child(even) {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .xl\:even\:gap-15:nth-child(even) {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .xl\:even\:gap-16:nth-child(even) {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .xl\:even\:gap-17:nth-child(even) {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .xl\:even\:gap-18:nth-child(even) {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .xl\:even\:gap-19:nth-child(even) {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .xl\:even\:gap-20:nth-child(even) {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .xl\:even\:gap-24:nth-child(even) {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .xl\:even\:gap-32:nth-child(even) {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xl\:even\:gap-40:nth-child(even) {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xl\:even\:gap-48:nth-child(even) {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .xl\:even\:gap-56:nth-child(even) {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xl\:even\:gap-64:nth-child(even) {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xl\:even\:gap-75:nth-child(even) {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .xl\:even\:gap-px:nth-child(even) {
    grid-gap: 1px;
    gap: 1px;
  }

  .xl\:even\:col-gap-0:nth-child(even) {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .xl\:even\:col-gap-1:nth-child(even) {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .xl\:even\:col-gap-2:nth-child(even) {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .xl\:even\:col-gap-3:nth-child(even) {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .xl\:even\:col-gap-4:nth-child(even) {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .xl\:even\:col-gap-5:nth-child(even) {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .xl\:even\:col-gap-6:nth-child(even) {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .xl\:even\:col-gap-7:nth-child(even) {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .xl\:even\:col-gap-8:nth-child(even) {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .xl\:even\:col-gap-9:nth-child(even) {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .xl\:even\:col-gap-10:nth-child(even) {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .xl\:even\:col-gap-11:nth-child(even) {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .xl\:even\:col-gap-12:nth-child(even) {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .xl\:even\:col-gap-13:nth-child(even) {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .xl\:even\:col-gap-14:nth-child(even) {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .xl\:even\:col-gap-15:nth-child(even) {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .xl\:even\:col-gap-16:nth-child(even) {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .xl\:even\:col-gap-17:nth-child(even) {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .xl\:even\:col-gap-18:nth-child(even) {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .xl\:even\:col-gap-19:nth-child(even) {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .xl\:even\:col-gap-20:nth-child(even) {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .xl\:even\:col-gap-24:nth-child(even) {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .xl\:even\:col-gap-32:nth-child(even) {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .xl\:even\:col-gap-40:nth-child(even) {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .xl\:even\:col-gap-48:nth-child(even) {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .xl\:even\:col-gap-56:nth-child(even) {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .xl\:even\:col-gap-64:nth-child(even) {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .xl\:even\:col-gap-75:nth-child(even) {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .xl\:even\:col-gap-px:nth-child(even) {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .xl\:even\:row-gap-0:nth-child(even) {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xl\:even\:row-gap-1:nth-child(even) {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xl\:even\:row-gap-2:nth-child(even) {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xl\:even\:row-gap-3:nth-child(even) {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xl\:even\:row-gap-4:nth-child(even) {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xl\:even\:row-gap-5:nth-child(even) {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xl\:even\:row-gap-6:nth-child(even) {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xl\:even\:row-gap-7:nth-child(even) {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .xl\:even\:row-gap-8:nth-child(even) {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xl\:even\:row-gap-9:nth-child(even) {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .xl\:even\:row-gap-10:nth-child(even) {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xl\:even\:row-gap-11:nth-child(even) {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .xl\:even\:row-gap-12:nth-child(even) {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xl\:even\:row-gap-13:nth-child(even) {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .xl\:even\:row-gap-14:nth-child(even) {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .xl\:even\:row-gap-15:nth-child(even) {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .xl\:even\:row-gap-16:nth-child(even) {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xl\:even\:row-gap-17:nth-child(even) {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .xl\:even\:row-gap-18:nth-child(even) {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .xl\:even\:row-gap-19:nth-child(even) {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .xl\:even\:row-gap-20:nth-child(even) {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xl\:even\:row-gap-24:nth-child(even) {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xl\:even\:row-gap-32:nth-child(even) {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xl\:even\:row-gap-40:nth-child(even) {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xl\:even\:row-gap-48:nth-child(even) {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xl\:even\:row-gap-56:nth-child(even) {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xl\:even\:row-gap-64:nth-child(even) {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xl\:even\:row-gap-75:nth-child(even) {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .xl\:even\:row-gap-px:nth-child(even) {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xl\:odd\:gap-0:nth-child(odd) {
    grid-gap: 0;
    gap: 0;
  }

  .xl\:odd\:gap-1:nth-child(odd) {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xl\:odd\:gap-2:nth-child(odd) {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xl\:odd\:gap-3:nth-child(odd) {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xl\:odd\:gap-4:nth-child(odd) {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xl\:odd\:gap-5:nth-child(odd) {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xl\:odd\:gap-6:nth-child(odd) {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xl\:odd\:gap-7:nth-child(odd) {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .xl\:odd\:gap-8:nth-child(odd) {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xl\:odd\:gap-9:nth-child(odd) {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .xl\:odd\:gap-10:nth-child(odd) {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xl\:odd\:gap-11:nth-child(odd) {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .xl\:odd\:gap-12:nth-child(odd) {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xl\:odd\:gap-13:nth-child(odd) {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .xl\:odd\:gap-14:nth-child(odd) {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .xl\:odd\:gap-15:nth-child(odd) {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .xl\:odd\:gap-16:nth-child(odd) {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .xl\:odd\:gap-17:nth-child(odd) {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .xl\:odd\:gap-18:nth-child(odd) {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .xl\:odd\:gap-19:nth-child(odd) {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .xl\:odd\:gap-20:nth-child(odd) {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .xl\:odd\:gap-24:nth-child(odd) {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .xl\:odd\:gap-32:nth-child(odd) {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xl\:odd\:gap-40:nth-child(odd) {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xl\:odd\:gap-48:nth-child(odd) {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .xl\:odd\:gap-56:nth-child(odd) {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xl\:odd\:gap-64:nth-child(odd) {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xl\:odd\:gap-75:nth-child(odd) {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .xl\:odd\:gap-px:nth-child(odd) {
    grid-gap: 1px;
    gap: 1px;
  }

  .xl\:odd\:col-gap-0:nth-child(odd) {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .xl\:odd\:col-gap-1:nth-child(odd) {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .xl\:odd\:col-gap-2:nth-child(odd) {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .xl\:odd\:col-gap-3:nth-child(odd) {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .xl\:odd\:col-gap-4:nth-child(odd) {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .xl\:odd\:col-gap-5:nth-child(odd) {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .xl\:odd\:col-gap-6:nth-child(odd) {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .xl\:odd\:col-gap-7:nth-child(odd) {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .xl\:odd\:col-gap-8:nth-child(odd) {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .xl\:odd\:col-gap-9:nth-child(odd) {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .xl\:odd\:col-gap-10:nth-child(odd) {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .xl\:odd\:col-gap-11:nth-child(odd) {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .xl\:odd\:col-gap-12:nth-child(odd) {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .xl\:odd\:col-gap-13:nth-child(odd) {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .xl\:odd\:col-gap-14:nth-child(odd) {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .xl\:odd\:col-gap-15:nth-child(odd) {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .xl\:odd\:col-gap-16:nth-child(odd) {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .xl\:odd\:col-gap-17:nth-child(odd) {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .xl\:odd\:col-gap-18:nth-child(odd) {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .xl\:odd\:col-gap-19:nth-child(odd) {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .xl\:odd\:col-gap-20:nth-child(odd) {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .xl\:odd\:col-gap-24:nth-child(odd) {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .xl\:odd\:col-gap-32:nth-child(odd) {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .xl\:odd\:col-gap-40:nth-child(odd) {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .xl\:odd\:col-gap-48:nth-child(odd) {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .xl\:odd\:col-gap-56:nth-child(odd) {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .xl\:odd\:col-gap-64:nth-child(odd) {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .xl\:odd\:col-gap-75:nth-child(odd) {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .xl\:odd\:col-gap-px:nth-child(odd) {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .xl\:odd\:row-gap-0:nth-child(odd) {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xl\:odd\:row-gap-1:nth-child(odd) {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xl\:odd\:row-gap-2:nth-child(odd) {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xl\:odd\:row-gap-3:nth-child(odd) {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xl\:odd\:row-gap-4:nth-child(odd) {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xl\:odd\:row-gap-5:nth-child(odd) {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xl\:odd\:row-gap-6:nth-child(odd) {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xl\:odd\:row-gap-7:nth-child(odd) {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .xl\:odd\:row-gap-8:nth-child(odd) {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xl\:odd\:row-gap-9:nth-child(odd) {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .xl\:odd\:row-gap-10:nth-child(odd) {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xl\:odd\:row-gap-11:nth-child(odd) {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .xl\:odd\:row-gap-12:nth-child(odd) {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xl\:odd\:row-gap-13:nth-child(odd) {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .xl\:odd\:row-gap-14:nth-child(odd) {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .xl\:odd\:row-gap-15:nth-child(odd) {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .xl\:odd\:row-gap-16:nth-child(odd) {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xl\:odd\:row-gap-17:nth-child(odd) {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .xl\:odd\:row-gap-18:nth-child(odd) {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .xl\:odd\:row-gap-19:nth-child(odd) {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .xl\:odd\:row-gap-20:nth-child(odd) {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xl\:odd\:row-gap-24:nth-child(odd) {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xl\:odd\:row-gap-32:nth-child(odd) {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xl\:odd\:row-gap-40:nth-child(odd) {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xl\:odd\:row-gap-48:nth-child(odd) {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xl\:odd\:row-gap-56:nth-child(odd) {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xl\:odd\:row-gap-64:nth-child(odd) {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xl\:odd\:row-gap-75:nth-child(odd) {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .xl\:odd\:row-gap-px:nth-child(odd) {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xl\:children\:gap-0 > * {
    grid-gap: 0;
    gap: 0;
  }

  .xl\:children\:gap-1 > * {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xl\:children\:gap-2 > * {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xl\:children\:gap-3 > * {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xl\:children\:gap-4 > * {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xl\:children\:gap-5 > * {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xl\:children\:gap-6 > * {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xl\:children\:gap-7 > * {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .xl\:children\:gap-8 > * {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xl\:children\:gap-9 > * {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .xl\:children\:gap-10 > * {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xl\:children\:gap-11 > * {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .xl\:children\:gap-12 > * {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xl\:children\:gap-13 > * {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .xl\:children\:gap-14 > * {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .xl\:children\:gap-15 > * {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .xl\:children\:gap-16 > * {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .xl\:children\:gap-17 > * {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .xl\:children\:gap-18 > * {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .xl\:children\:gap-19 > * {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .xl\:children\:gap-20 > * {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .xl\:children\:gap-24 > * {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .xl\:children\:gap-32 > * {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xl\:children\:gap-40 > * {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xl\:children\:gap-48 > * {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .xl\:children\:gap-56 > * {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xl\:children\:gap-64 > * {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xl\:children\:gap-75 > * {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .xl\:children\:gap-px > * {
    grid-gap: 1px;
    gap: 1px;
  }

  .xl\:children\:col-gap-0 > * {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .xl\:children\:col-gap-1 > * {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .xl\:children\:col-gap-2 > * {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .xl\:children\:col-gap-3 > * {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .xl\:children\:col-gap-4 > * {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .xl\:children\:col-gap-5 > * {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .xl\:children\:col-gap-6 > * {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .xl\:children\:col-gap-7 > * {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .xl\:children\:col-gap-8 > * {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .xl\:children\:col-gap-9 > * {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .xl\:children\:col-gap-10 > * {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .xl\:children\:col-gap-11 > * {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .xl\:children\:col-gap-12 > * {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .xl\:children\:col-gap-13 > * {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .xl\:children\:col-gap-14 > * {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .xl\:children\:col-gap-15 > * {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .xl\:children\:col-gap-16 > * {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .xl\:children\:col-gap-17 > * {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .xl\:children\:col-gap-18 > * {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .xl\:children\:col-gap-19 > * {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .xl\:children\:col-gap-20 > * {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .xl\:children\:col-gap-24 > * {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .xl\:children\:col-gap-32 > * {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .xl\:children\:col-gap-40 > * {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .xl\:children\:col-gap-48 > * {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .xl\:children\:col-gap-56 > * {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .xl\:children\:col-gap-64 > * {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .xl\:children\:col-gap-75 > * {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .xl\:children\:col-gap-px > * {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .xl\:children\:row-gap-0 > * {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xl\:children\:row-gap-1 > * {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xl\:children\:row-gap-2 > * {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xl\:children\:row-gap-3 > * {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xl\:children\:row-gap-4 > * {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xl\:children\:row-gap-5 > * {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xl\:children\:row-gap-6 > * {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xl\:children\:row-gap-7 > * {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .xl\:children\:row-gap-8 > * {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xl\:children\:row-gap-9 > * {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .xl\:children\:row-gap-10 > * {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xl\:children\:row-gap-11 > * {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .xl\:children\:row-gap-12 > * {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xl\:children\:row-gap-13 > * {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .xl\:children\:row-gap-14 > * {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .xl\:children\:row-gap-15 > * {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .xl\:children\:row-gap-16 > * {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xl\:children\:row-gap-17 > * {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .xl\:children\:row-gap-18 > * {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .xl\:children\:row-gap-19 > * {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .xl\:children\:row-gap-20 > * {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xl\:children\:row-gap-24 > * {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xl\:children\:row-gap-32 > * {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xl\:children\:row-gap-40 > * {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xl\:children\:row-gap-48 > * {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xl\:children\:row-gap-56 > * {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xl\:children\:row-gap-64 > * {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xl\:children\:row-gap-75 > * {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .xl\:children\:row-gap-px > * {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xl\:first\:gap-0:first-child {
    grid-gap: 0;
    gap: 0;
  }

  .xl\:first\:gap-1:first-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xl\:first\:gap-2:first-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xl\:first\:gap-3:first-child {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xl\:first\:gap-4:first-child {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xl\:first\:gap-5:first-child {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xl\:first\:gap-6:first-child {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xl\:first\:gap-7:first-child {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .xl\:first\:gap-8:first-child {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xl\:first\:gap-9:first-child {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .xl\:first\:gap-10:first-child {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xl\:first\:gap-11:first-child {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .xl\:first\:gap-12:first-child {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xl\:first\:gap-13:first-child {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .xl\:first\:gap-14:first-child {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .xl\:first\:gap-15:first-child {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .xl\:first\:gap-16:first-child {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .xl\:first\:gap-17:first-child {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .xl\:first\:gap-18:first-child {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .xl\:first\:gap-19:first-child {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .xl\:first\:gap-20:first-child {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .xl\:first\:gap-24:first-child {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .xl\:first\:gap-32:first-child {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xl\:first\:gap-40:first-child {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xl\:first\:gap-48:first-child {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .xl\:first\:gap-56:first-child {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xl\:first\:gap-64:first-child {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xl\:first\:gap-75:first-child {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .xl\:first\:gap-px:first-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .xl\:first\:col-gap-0:first-child {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .xl\:first\:col-gap-1:first-child {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .xl\:first\:col-gap-2:first-child {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .xl\:first\:col-gap-3:first-child {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .xl\:first\:col-gap-4:first-child {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .xl\:first\:col-gap-5:first-child {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .xl\:first\:col-gap-6:first-child {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .xl\:first\:col-gap-7:first-child {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .xl\:first\:col-gap-8:first-child {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .xl\:first\:col-gap-9:first-child {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .xl\:first\:col-gap-10:first-child {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .xl\:first\:col-gap-11:first-child {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .xl\:first\:col-gap-12:first-child {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .xl\:first\:col-gap-13:first-child {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .xl\:first\:col-gap-14:first-child {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .xl\:first\:col-gap-15:first-child {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .xl\:first\:col-gap-16:first-child {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .xl\:first\:col-gap-17:first-child {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .xl\:first\:col-gap-18:first-child {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .xl\:first\:col-gap-19:first-child {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .xl\:first\:col-gap-20:first-child {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .xl\:first\:col-gap-24:first-child {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .xl\:first\:col-gap-32:first-child {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .xl\:first\:col-gap-40:first-child {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .xl\:first\:col-gap-48:first-child {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .xl\:first\:col-gap-56:first-child {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .xl\:first\:col-gap-64:first-child {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .xl\:first\:col-gap-75:first-child {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .xl\:first\:col-gap-px:first-child {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .xl\:first\:row-gap-0:first-child {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xl\:first\:row-gap-1:first-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xl\:first\:row-gap-2:first-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xl\:first\:row-gap-3:first-child {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xl\:first\:row-gap-4:first-child {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xl\:first\:row-gap-5:first-child {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xl\:first\:row-gap-6:first-child {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xl\:first\:row-gap-7:first-child {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .xl\:first\:row-gap-8:first-child {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xl\:first\:row-gap-9:first-child {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .xl\:first\:row-gap-10:first-child {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xl\:first\:row-gap-11:first-child {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .xl\:first\:row-gap-12:first-child {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xl\:first\:row-gap-13:first-child {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .xl\:first\:row-gap-14:first-child {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .xl\:first\:row-gap-15:first-child {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .xl\:first\:row-gap-16:first-child {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xl\:first\:row-gap-17:first-child {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .xl\:first\:row-gap-18:first-child {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .xl\:first\:row-gap-19:first-child {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .xl\:first\:row-gap-20:first-child {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xl\:first\:row-gap-24:first-child {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xl\:first\:row-gap-32:first-child {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xl\:first\:row-gap-40:first-child {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xl\:first\:row-gap-48:first-child {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xl\:first\:row-gap-56:first-child {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xl\:first\:row-gap-64:first-child {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xl\:first\:row-gap-75:first-child {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .xl\:first\:row-gap-px:first-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xl\:last\:gap-0:last-child {
    grid-gap: 0;
    gap: 0;
  }

  .xl\:last\:gap-1:last-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xl\:last\:gap-2:last-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xl\:last\:gap-3:last-child {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xl\:last\:gap-4:last-child {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xl\:last\:gap-5:last-child {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xl\:last\:gap-6:last-child {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xl\:last\:gap-7:last-child {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .xl\:last\:gap-8:last-child {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xl\:last\:gap-9:last-child {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .xl\:last\:gap-10:last-child {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xl\:last\:gap-11:last-child {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .xl\:last\:gap-12:last-child {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xl\:last\:gap-13:last-child {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .xl\:last\:gap-14:last-child {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .xl\:last\:gap-15:last-child {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .xl\:last\:gap-16:last-child {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .xl\:last\:gap-17:last-child {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .xl\:last\:gap-18:last-child {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .xl\:last\:gap-19:last-child {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .xl\:last\:gap-20:last-child {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .xl\:last\:gap-24:last-child {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .xl\:last\:gap-32:last-child {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xl\:last\:gap-40:last-child {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xl\:last\:gap-48:last-child {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .xl\:last\:gap-56:last-child {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xl\:last\:gap-64:last-child {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xl\:last\:gap-75:last-child {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .xl\:last\:gap-px:last-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .xl\:last\:col-gap-0:last-child {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .xl\:last\:col-gap-1:last-child {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .xl\:last\:col-gap-2:last-child {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .xl\:last\:col-gap-3:last-child {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .xl\:last\:col-gap-4:last-child {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .xl\:last\:col-gap-5:last-child {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .xl\:last\:col-gap-6:last-child {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .xl\:last\:col-gap-7:last-child {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .xl\:last\:col-gap-8:last-child {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .xl\:last\:col-gap-9:last-child {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .xl\:last\:col-gap-10:last-child {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .xl\:last\:col-gap-11:last-child {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .xl\:last\:col-gap-12:last-child {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .xl\:last\:col-gap-13:last-child {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .xl\:last\:col-gap-14:last-child {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .xl\:last\:col-gap-15:last-child {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .xl\:last\:col-gap-16:last-child {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .xl\:last\:col-gap-17:last-child {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .xl\:last\:col-gap-18:last-child {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .xl\:last\:col-gap-19:last-child {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .xl\:last\:col-gap-20:last-child {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .xl\:last\:col-gap-24:last-child {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .xl\:last\:col-gap-32:last-child {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .xl\:last\:col-gap-40:last-child {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .xl\:last\:col-gap-48:last-child {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .xl\:last\:col-gap-56:last-child {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .xl\:last\:col-gap-64:last-child {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .xl\:last\:col-gap-75:last-child {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .xl\:last\:col-gap-px:last-child {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .xl\:last\:row-gap-0:last-child {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xl\:last\:row-gap-1:last-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xl\:last\:row-gap-2:last-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xl\:last\:row-gap-3:last-child {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xl\:last\:row-gap-4:last-child {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xl\:last\:row-gap-5:last-child {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xl\:last\:row-gap-6:last-child {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xl\:last\:row-gap-7:last-child {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .xl\:last\:row-gap-8:last-child {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xl\:last\:row-gap-9:last-child {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .xl\:last\:row-gap-10:last-child {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xl\:last\:row-gap-11:last-child {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .xl\:last\:row-gap-12:last-child {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xl\:last\:row-gap-13:last-child {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .xl\:last\:row-gap-14:last-child {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .xl\:last\:row-gap-15:last-child {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .xl\:last\:row-gap-16:last-child {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xl\:last\:row-gap-17:last-child {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .xl\:last\:row-gap-18:last-child {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .xl\:last\:row-gap-19:last-child {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .xl\:last\:row-gap-20:last-child {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xl\:last\:row-gap-24:last-child {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xl\:last\:row-gap-32:last-child {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xl\:last\:row-gap-40:last-child {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xl\:last\:row-gap-48:last-child {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xl\:last\:row-gap-56:last-child {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xl\:last\:row-gap-64:last-child {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xl\:last\:row-gap-75:last-child {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .xl\:last\:row-gap-px:last-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xl\:hover\:gap-0:hover {
    grid-gap: 0;
    gap: 0;
  }

  .xl\:hover\:gap-1:hover {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xl\:hover\:gap-2:hover {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xl\:hover\:gap-3:hover {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xl\:hover\:gap-4:hover {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xl\:hover\:gap-5:hover {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xl\:hover\:gap-6:hover {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xl\:hover\:gap-7:hover {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }

  .xl\:hover\:gap-8:hover {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xl\:hover\:gap-9:hover {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  .xl\:hover\:gap-10:hover {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xl\:hover\:gap-11:hover {
    grid-gap: 2.75rem;
    gap: 2.75rem;
  }

  .xl\:hover\:gap-12:hover {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xl\:hover\:gap-13:hover {
    grid-gap: 3.25rem;
    gap: 3.25rem;
  }

  .xl\:hover\:gap-14:hover {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .xl\:hover\:gap-15:hover {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .xl\:hover\:gap-16:hover {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .xl\:hover\:gap-17:hover {
    grid-gap: 4.25rem;
    gap: 4.25rem;
  }

  .xl\:hover\:gap-18:hover {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .xl\:hover\:gap-19:hover {
    grid-gap: 4.75rem;
    gap: 4.75rem;
  }

  .xl\:hover\:gap-20:hover {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .xl\:hover\:gap-24:hover {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .xl\:hover\:gap-32:hover {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xl\:hover\:gap-40:hover {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xl\:hover\:gap-48:hover {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .xl\:hover\:gap-56:hover {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xl\:hover\:gap-64:hover {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xl\:hover\:gap-75:hover {
    grid-gap: 18.75rem;
    gap: 18.75rem;
  }

  .xl\:hover\:gap-px:hover {
    grid-gap: 1px;
    gap: 1px;
  }

  .xl\:hover\:col-gap-0:hover {
    grid-column-gap: 0;
    column-gap: 0;
  }

  .xl\:hover\:col-gap-1:hover {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }

  .xl\:hover\:col-gap-2:hover {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .xl\:hover\:col-gap-3:hover {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

  .xl\:hover\:col-gap-4:hover {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }

  .xl\:hover\:col-gap-5:hover {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .xl\:hover\:col-gap-6:hover {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .xl\:hover\:col-gap-7:hover {
    grid-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .xl\:hover\:col-gap-8:hover {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }

  .xl\:hover\:col-gap-9:hover {
    grid-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .xl\:hover\:col-gap-10:hover {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .xl\:hover\:col-gap-11:hover {
    grid-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }

  .xl\:hover\:col-gap-12:hover {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }

  .xl\:hover\:col-gap-13:hover {
    grid-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }

  .xl\:hover\:col-gap-14:hover {
    grid-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .xl\:hover\:col-gap-15:hover {
    grid-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .xl\:hover\:col-gap-16:hover {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }

  .xl\:hover\:col-gap-17:hover {
    grid-column-gap: 4.25rem;
    column-gap: 4.25rem;
  }

  .xl\:hover\:col-gap-18:hover {
    grid-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .xl\:hover\:col-gap-19:hover {
    grid-column-gap: 4.75rem;
    column-gap: 4.75rem;
  }

  .xl\:hover\:col-gap-20:hover {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }

  .xl\:hover\:col-gap-24:hover {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }

  .xl\:hover\:col-gap-32:hover {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }

  .xl\:hover\:col-gap-40:hover {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }

  .xl\:hover\:col-gap-48:hover {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }

  .xl\:hover\:col-gap-56:hover {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }

  .xl\:hover\:col-gap-64:hover {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }

  .xl\:hover\:col-gap-75:hover {
    grid-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .xl\:hover\:col-gap-px:hover {
    grid-column-gap: 1px;
    column-gap: 1px;
  }

  .xl\:hover\:row-gap-0:hover {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xl\:hover\:row-gap-1:hover {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xl\:hover\:row-gap-2:hover {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xl\:hover\:row-gap-3:hover {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xl\:hover\:row-gap-4:hover {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xl\:hover\:row-gap-5:hover {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xl\:hover\:row-gap-6:hover {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xl\:hover\:row-gap-7:hover {
    grid-row-gap: 1.75rem;
    row-gap: 1.75rem;
  }

  .xl\:hover\:row-gap-8:hover {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xl\:hover\:row-gap-9:hover {
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  .xl\:hover\:row-gap-10:hover {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xl\:hover\:row-gap-11:hover {
    grid-row-gap: 2.75rem;
    row-gap: 2.75rem;
  }

  .xl\:hover\:row-gap-12:hover {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xl\:hover\:row-gap-13:hover {
    grid-row-gap: 3.25rem;
    row-gap: 3.25rem;
  }

  .xl\:hover\:row-gap-14:hover {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .xl\:hover\:row-gap-15:hover {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .xl\:hover\:row-gap-16:hover {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xl\:hover\:row-gap-17:hover {
    grid-row-gap: 4.25rem;
    row-gap: 4.25rem;
  }

  .xl\:hover\:row-gap-18:hover {
    grid-row-gap: 4.5rem;
    row-gap: 4.5rem;
  }

  .xl\:hover\:row-gap-19:hover {
    grid-row-gap: 4.75rem;
    row-gap: 4.75rem;
  }

  .xl\:hover\:row-gap-20:hover {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xl\:hover\:row-gap-24:hover {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xl\:hover\:row-gap-32:hover {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xl\:hover\:row-gap-40:hover {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xl\:hover\:row-gap-48:hover {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xl\:hover\:row-gap-56:hover {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xl\:hover\:row-gap-64:hover {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xl\:hover\:row-gap-75:hover {
    grid-row-gap: 18.75rem;
    row-gap: 18.75rem;
  }

  .xl\:hover\:row-gap-px:hover {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .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-9\! {
    grid-gap: 2.25rem !important;
    gap: 2.25rem !important;
  }

  .xl\:gap-10\! {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .xl\:gap-11\! {
    grid-gap: 2.75rem !important;
    gap: 2.75rem !important;
  }

  .xl\:gap-12\! {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .xl\:gap-13\! {
    grid-gap: 3.25rem !important;
    gap: 3.25rem !important;
  }

  .xl\:gap-14\! {
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important;
  }

  .xl\:gap-15\! {
    grid-gap: 3.75rem !important;
    gap: 3.75rem !important;
  }

  .xl\:gap-16\! {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .xl\:gap-17\! {
    grid-gap: 4.25rem !important;
    gap: 4.25rem !important;
  }

  .xl\:gap-18\! {
    grid-gap: 4.5rem !important;
    gap: 4.5rem !important;
  }

  .xl\:gap-19\! {
    grid-gap: 4.75rem !important;
    gap: 4.75rem !important;
  }

  .xl\:gap-20\! {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .xl\:gap-24\! {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .xl\:gap-32\! {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .xl\:gap-40\! {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .xl\:gap-48\! {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .xl\:gap-56\! {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .xl\:gap-64\! {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .xl\:gap-75\! {
    grid-gap: 18.75rem !important;
    gap: 18.75rem !important;
  }

  .xl\:gap-px\! {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .xl\:col-gap-0\! {
    grid-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .xl\:col-gap-1\! {
    grid-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .xl\:col-gap-2\! {
    grid-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .xl\:col-gap-3\! {
    grid-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .xl\:col-gap-4\! {
    grid-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .xl\:col-gap-5\! {
    grid-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .xl\:col-gap-6\! {
    grid-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .xl\:col-gap-7\! {
    grid-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important;
  }

  .xl\:col-gap-8\! {
    grid-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .xl\:col-gap-9\! {
    grid-column-gap: 2.25rem !important;
    column-gap: 2.25rem !important;
  }

  .xl\:col-gap-10\! {
    grid-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .xl\:col-gap-11\! {
    grid-column-gap: 2.75rem !important;
    column-gap: 2.75rem !important;
  }

  .xl\:col-gap-12\! {
    grid-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .xl\:col-gap-13\! {
    grid-column-gap: 3.25rem !important;
    column-gap: 3.25rem !important;
  }

  .xl\:col-gap-14\! {
    grid-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }

  .xl\:col-gap-15\! {
    grid-column-gap: 3.75rem !important;
    column-gap: 3.75rem !important;
  }

  .xl\:col-gap-16\! {
    grid-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .xl\:col-gap-17\! {
    grid-column-gap: 4.25rem !important;
    column-gap: 4.25rem !important;
  }

  .xl\:col-gap-18\! {
    grid-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }

  .xl\:col-gap-19\! {
    grid-column-gap: 4.75rem !important;
    column-gap: 4.75rem !important;
  }

  .xl\:col-gap-20\! {
    grid-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .xl\:col-gap-24\! {
    grid-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .xl\:col-gap-32\! {
    grid-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .xl\:col-gap-40\! {
    grid-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .xl\:col-gap-48\! {
    grid-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .xl\:col-gap-56\! {
    grid-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .xl\:col-gap-64\! {
    grid-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .xl\:col-gap-75\! {
    grid-column-gap: 18.75rem !important;
    column-gap: 18.75rem !important;
  }

  .xl\:col-gap-px\! {
    grid-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .xl\:row-gap-0\! {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xl\:row-gap-1\! {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xl\:row-gap-2\! {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xl\:row-gap-3\! {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xl\:row-gap-4\! {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xl\:row-gap-5\! {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xl\:row-gap-6\! {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xl\:row-gap-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-9\! {
    grid-row-gap: 2.25rem !important;
    row-gap: 2.25rem !important;
  }

  .xl\:row-gap-10\! {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xl\:row-gap-11\! {
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important;
  }

  .xl\:row-gap-12\! {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xl\:row-gap-13\! {
    grid-row-gap: 3.25rem !important;
    row-gap: 3.25rem !important;
  }

  .xl\:row-gap-14\! {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .xl\:row-gap-15\! {
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important;
  }

  .xl\:row-gap-16\! {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xl\:row-gap-17\! {
    grid-row-gap: 4.25rem !important;
    row-gap: 4.25rem !important;
  }

  .xl\:row-gap-18\! {
    grid-row-gap: 4.5rem !important;
    row-gap: 4.5rem !important;
  }

  .xl\:row-gap-19\! {
    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-24\! {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xl\:row-gap-32\! {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xl\:row-gap-40\! {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xl\:row-gap-48\! {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .xl\:row-gap-56\! {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xl\:row-gap-64\! {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xl\:row-gap-75\! {
    grid-row-gap: 18.75rem !important;
    row-gap: 18.75rem !important;
  }

  .xl\:row-gap-px\! {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xl\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xl\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xl\:even\:grid-flow-row:nth-child(even) {
    grid-auto-flow: row;
  }

  .xl\:even\:grid-flow-col:nth-child(even) {
    grid-auto-flow: column;
  }

  .xl\:even\:grid-flow-row-dense:nth-child(even) {
    grid-auto-flow: row dense;
  }

  .xl\:even\:grid-flow-col-dense:nth-child(even) {
    grid-auto-flow: column dense;
  }

  .xl\:odd\:grid-flow-row:nth-child(odd) {
    grid-auto-flow: row;
  }

  .xl\:odd\:grid-flow-col:nth-child(odd) {
    grid-auto-flow: column;
  }

  .xl\:odd\:grid-flow-row-dense:nth-child(odd) {
    grid-auto-flow: row dense;
  }

  .xl\:odd\:grid-flow-col-dense:nth-child(odd) {
    grid-auto-flow: column dense;
  }

  .xl\:children\:grid-flow-row > * {
    grid-auto-flow: row;
  }

  .xl\:children\:grid-flow-col > * {
    grid-auto-flow: column;
  }

  .xl\:children\:grid-flow-row-dense > * {
    grid-auto-flow: row dense;
  }

  .xl\:children\:grid-flow-col-dense > * {
    grid-auto-flow: column dense;
  }

  .xl\:first\:grid-flow-row:first-child {
    grid-auto-flow: row;
  }

  .xl\:first\:grid-flow-col:first-child {
    grid-auto-flow: column;
  }

  .xl\:first\:grid-flow-row-dense:first-child {
    grid-auto-flow: row dense;
  }

  .xl\:first\:grid-flow-col-dense:first-child {
    grid-auto-flow: column dense;
  }

  .xl\:last\:grid-flow-row:last-child {
    grid-auto-flow: row;
  }

  .xl\:last\:grid-flow-col:last-child {
    grid-auto-flow: column;
  }

  .xl\:last\:grid-flow-row-dense:last-child {
    grid-auto-flow: row dense;
  }

  .xl\:last\:grid-flow-col-dense:last-child {
    grid-auto-flow: column dense;
  }

  .xl\:hover\:grid-flow-row:hover {
    grid-auto-flow: row;
  }

  .xl\:hover\:grid-flow-col:hover {
    grid-auto-flow: column;
  }

  .xl\:hover\:grid-flow-row-dense:hover {
    grid-auto-flow: row dense;
  }

  .xl\:hover\:grid-flow-col-dense:hover {
    grid-auto-flow: column dense;
  }

  .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));
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-none {
    grid-template-columns: none;
  }

  .xl\:even\:grid-cols-1:nth-child(even) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-2:nth-child(even) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-3:nth-child(even) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-4:nth-child(even) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-5:nth-child(even) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-6:nth-child(even) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-7:nth-child(even) {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-8:nth-child(even) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-9:nth-child(even) {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-10:nth-child(even) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-11:nth-child(even) {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-12:nth-child(even) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-none:nth-child(even) {
    grid-template-columns: none;
  }

  .xl\:odd\:grid-cols-1:nth-child(odd) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-2:nth-child(odd) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-3:nth-child(odd) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-4:nth-child(odd) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-5:nth-child(odd) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-6:nth-child(odd) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-7:nth-child(odd) {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-8:nth-child(odd) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-9:nth-child(odd) {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-10:nth-child(odd) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-11:nth-child(odd) {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-12:nth-child(odd) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-none:nth-child(odd) {
    grid-template-columns: none;
  }

  .xl\:children\:grid-cols-1 > * {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:children\:grid-cols-2 > * {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:children\:grid-cols-3 > * {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:children\:grid-cols-4 > * {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:children\:grid-cols-5 > * {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:children\:grid-cols-6 > * {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:children\:grid-cols-7 > * {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:children\:grid-cols-8 > * {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:children\:grid-cols-9 > * {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:children\:grid-cols-10 > * {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:children\:grid-cols-11 > * {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:children\:grid-cols-12 > * {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:children\:grid-cols-none > * {
    grid-template-columns: none;
  }

  .xl\:first\:grid-cols-1:first-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-2:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-3:first-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-4:first-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-5:first-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-6:first-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-7:first-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-8:first-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-9:first-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-10:first-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-11:first-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-12:first-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-none:first-child {
    grid-template-columns: none;
  }

  .xl\:last\:grid-cols-1:last-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-2:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-3:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-4:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-5:last-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-6:last-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-7:last-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-8:last-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-9:last-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-10:last-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-11:last-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-12:last-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-none:last-child {
    grid-template-columns: none;
  }

  .xl\:hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-none:hover {
    grid-template-columns: none;
  }

  .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\:col-auto {
    grid-column: auto;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xl\:even\:col-auto:nth-child(even) {
    grid-column: auto;
  }

  .xl\:even\:col-span-1:nth-child(even) {
    grid-column: span 1 / span 1;
  }

  .xl\:even\:col-span-2:nth-child(even) {
    grid-column: span 2 / span 2;
  }

  .xl\:even\:col-span-3:nth-child(even) {
    grid-column: span 3 / span 3;
  }

  .xl\:even\:col-span-4:nth-child(even) {
    grid-column: span 4 / span 4;
  }

  .xl\:even\:col-span-5:nth-child(even) {
    grid-column: span 5 / span 5;
  }

  .xl\:even\:col-span-6:nth-child(even) {
    grid-column: span 6 / span 6;
  }

  .xl\:even\:col-span-7:nth-child(even) {
    grid-column: span 7 / span 7;
  }

  .xl\:even\:col-span-8:nth-child(even) {
    grid-column: span 8 / span 8;
  }

  .xl\:even\:col-span-9:nth-child(even) {
    grid-column: span 9 / span 9;
  }

  .xl\:even\:col-span-10:nth-child(even) {
    grid-column: span 10 / span 10;
  }

  .xl\:even\:col-span-11:nth-child(even) {
    grid-column: span 11 / span 11;
  }

  .xl\:even\:col-span-12:nth-child(even) {
    grid-column: span 12 / span 12;
  }

  .xl\:odd\:col-auto:nth-child(odd) {
    grid-column: auto;
  }

  .xl\:odd\:col-span-1:nth-child(odd) {
    grid-column: span 1 / span 1;
  }

  .xl\:odd\:col-span-2:nth-child(odd) {
    grid-column: span 2 / span 2;
  }

  .xl\:odd\:col-span-3:nth-child(odd) {
    grid-column: span 3 / span 3;
  }

  .xl\:odd\:col-span-4:nth-child(odd) {
    grid-column: span 4 / span 4;
  }

  .xl\:odd\:col-span-5:nth-child(odd) {
    grid-column: span 5 / span 5;
  }

  .xl\:odd\:col-span-6:nth-child(odd) {
    grid-column: span 6 / span 6;
  }

  .xl\:odd\:col-span-7:nth-child(odd) {
    grid-column: span 7 / span 7;
  }

  .xl\:odd\:col-span-8:nth-child(odd) {
    grid-column: span 8 / span 8;
  }

  .xl\:odd\:col-span-9:nth-child(odd) {
    grid-column: span 9 / span 9;
  }

  .xl\:odd\:col-span-10:nth-child(odd) {
    grid-column: span 10 / span 10;
  }

  .xl\:odd\:col-span-11:nth-child(odd) {
    grid-column: span 11 / span 11;
  }

  .xl\:odd\:col-span-12:nth-child(odd) {
    grid-column: span 12 / span 12;
  }

  .xl\:children\:col-auto > * {
    grid-column: auto;
  }

  .xl\:children\:col-span-1 > * {
    grid-column: span 1 / span 1;
  }

  .xl\:children\:col-span-2 > * {
    grid-column: span 2 / span 2;
  }

  .xl\:children\:col-span-3 > * {
    grid-column: span 3 / span 3;
  }

  .xl\:children\:col-span-4 > * {
    grid-column: span 4 / span 4;
  }

  .xl\:children\:col-span-5 > * {
    grid-column: span 5 / span 5;
  }

  .xl\:children\:col-span-6 > * {
    grid-column: span 6 / span 6;
  }

  .xl\:children\:col-span-7 > * {
    grid-column: span 7 / span 7;
  }

  .xl\:children\:col-span-8 > * {
    grid-column: span 8 / span 8;
  }

  .xl\:children\:col-span-9 > * {
    grid-column: span 9 / span 9;
  }

  .xl\:children\:col-span-10 > * {
    grid-column: span 10 / span 10;
  }

  .xl\:children\:col-span-11 > * {
    grid-column: span 11 / span 11;
  }

  .xl\:children\:col-span-12 > * {
    grid-column: span 12 / span 12;
  }

  .xl\:first\:col-auto:first-child {
    grid-column: auto;
  }

  .xl\:first\:col-span-1:first-child {
    grid-column: span 1 / span 1;
  }

  .xl\:first\:col-span-2:first-child {
    grid-column: span 2 / span 2;
  }

  .xl\:first\:col-span-3:first-child {
    grid-column: span 3 / span 3;
  }

  .xl\:first\:col-span-4:first-child {
    grid-column: span 4 / span 4;
  }

  .xl\:first\:col-span-5:first-child {
    grid-column: span 5 / span 5;
  }

  .xl\:first\:col-span-6:first-child {
    grid-column: span 6 / span 6;
  }

  .xl\:first\:col-span-7:first-child {
    grid-column: span 7 / span 7;
  }

  .xl\:first\:col-span-8:first-child {
    grid-column: span 8 / span 8;
  }

  .xl\:first\:col-span-9:first-child {
    grid-column: span 9 / span 9;
  }

  .xl\:first\:col-span-10:first-child {
    grid-column: span 10 / span 10;
  }

  .xl\:first\:col-span-11:first-child {
    grid-column: span 11 / span 11;
  }

  .xl\:first\:col-span-12:first-child {
    grid-column: span 12 / span 12;
  }

  .xl\:last\:col-auto:last-child {
    grid-column: auto;
  }

  .xl\:last\:col-span-1:last-child {
    grid-column: span 1 / span 1;
  }

  .xl\:last\:col-span-2:last-child {
    grid-column: span 2 / span 2;
  }

  .xl\:last\:col-span-3:last-child {
    grid-column: span 3 / span 3;
  }

  .xl\:last\:col-span-4:last-child {
    grid-column: span 4 / span 4;
  }

  .xl\:last\:col-span-5:last-child {
    grid-column: span 5 / span 5;
  }

  .xl\:last\:col-span-6:last-child {
    grid-column: span 6 / span 6;
  }

  .xl\:last\:col-span-7:last-child {
    grid-column: span 7 / span 7;
  }

  .xl\:last\:col-span-8:last-child {
    grid-column: span 8 / span 8;
  }

  .xl\:last\:col-span-9:last-child {
    grid-column: span 9 / span 9;
  }

  .xl\:last\:col-span-10:last-child {
    grid-column: span 10 / span 10;
  }

  .xl\:last\:col-span-11:last-child {
    grid-column: span 11 / span 11;
  }

  .xl\:last\:col-span-12:last-child {
    grid-column: span 12 / span 12;
  }

  .xl\:hover\:col-auto:hover {
    grid-column: auto;
  }

  .xl\:hover\:col-span-1:hover {
    grid-column: span 1 / span 1;
  }

  .xl\:hover\:col-span-2:hover {
    grid-column: span 2 / span 2;
  }

  .xl\:hover\:col-span-3:hover {
    grid-column: span 3 / span 3;
  }

  .xl\:hover\:col-span-4:hover {
    grid-column: span 4 / span 4;
  }

  .xl\:hover\:col-span-5:hover {
    grid-column: span 5 / span 5;
  }

  .xl\:hover\:col-span-6:hover {
    grid-column: span 6 / span 6;
  }

  .xl\:hover\:col-span-7:hover {
    grid-column: span 7 / span 7;
  }

  .xl\:hover\:col-span-8:hover {
    grid-column: span 8 / span 8;
  }

  .xl\:hover\:col-span-9:hover {
    grid-column: span 9 / span 9;
  }

  .xl\:hover\:col-span-10:hover {
    grid-column: span 10 / span 10;
  }

  .xl\:hover\:col-span-11:hover {
    grid-column: span 11 / span 11;
  }

  .xl\:hover\:col-span-12:hover {
    grid-column: span 12 / span 12;
  }

  .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-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:col-start-5 {
    grid-column-start: 5;
  }

  .xl\:col-start-6 {
    grid-column-start: 6;
  }

  .xl\:col-start-7 {
    grid-column-start: 7;
  }

  .xl\:col-start-8 {
    grid-column-start: 8;
  }

  .xl\:col-start-9 {
    grid-column-start: 9;
  }

  .xl\:col-start-10 {
    grid-column-start: 10;
  }

  .xl\:col-start-11 {
    grid-column-start: 11;
  }

  .xl\:col-start-12 {
    grid-column-start: 12;
  }

  .xl\:col-start-13 {
    grid-column-start: 13;
  }

  .xl\:col-start-auto {
    grid-column-start: auto;
  }

  .xl\:even\:col-start-1:nth-child(even) {
    grid-column-start: 1;
  }

  .xl\:even\:col-start-2:nth-child(even) {
    grid-column-start: 2;
  }

  .xl\:even\:col-start-3:nth-child(even) {
    grid-column-start: 3;
  }

  .xl\:even\:col-start-4:nth-child(even) {
    grid-column-start: 4;
  }

  .xl\:even\:col-start-5:nth-child(even) {
    grid-column-start: 5;
  }

  .xl\:even\:col-start-6:nth-child(even) {
    grid-column-start: 6;
  }

  .xl\:even\:col-start-7:nth-child(even) {
    grid-column-start: 7;
  }

  .xl\:even\:col-start-8:nth-child(even) {
    grid-column-start: 8;
  }

  .xl\:even\:col-start-9:nth-child(even) {
    grid-column-start: 9;
  }

  .xl\:even\:col-start-10:nth-child(even) {
    grid-column-start: 10;
  }

  .xl\:even\:col-start-11:nth-child(even) {
    grid-column-start: 11;
  }

  .xl\:even\:col-start-12:nth-child(even) {
    grid-column-start: 12;
  }

  .xl\:even\:col-start-13:nth-child(even) {
    grid-column-start: 13;
  }

  .xl\:even\:col-start-auto:nth-child(even) {
    grid-column-start: auto;
  }

  .xl\:odd\:col-start-1:nth-child(odd) {
    grid-column-start: 1;
  }

  .xl\:odd\:col-start-2:nth-child(odd) {
    grid-column-start: 2;
  }

  .xl\:odd\:col-start-3:nth-child(odd) {
    grid-column-start: 3;
  }

  .xl\:odd\:col-start-4:nth-child(odd) {
    grid-column-start: 4;
  }

  .xl\:odd\:col-start-5:nth-child(odd) {
    grid-column-start: 5;
  }

  .xl\:odd\:col-start-6:nth-child(odd) {
    grid-column-start: 6;
  }

  .xl\:odd\:col-start-7:nth-child(odd) {
    grid-column-start: 7;
  }

  .xl\:odd\:col-start-8:nth-child(odd) {
    grid-column-start: 8;
  }

  .xl\:odd\:col-start-9:nth-child(odd) {
    grid-column-start: 9;
  }

  .xl\:odd\:col-start-10:nth-child(odd) {
    grid-column-start: 10;
  }

  .xl\:odd\:col-start-11:nth-child(odd) {
    grid-column-start: 11;
  }

  .xl\:odd\:col-start-12:nth-child(odd) {
    grid-column-start: 12;
  }

  .xl\:odd\:col-start-13:nth-child(odd) {
    grid-column-start: 13;
  }

  .xl\:odd\:col-start-auto:nth-child(odd) {
    grid-column-start: auto;
  }

  .xl\:children\:col-start-1 > * {
    grid-column-start: 1;
  }

  .xl\:children\:col-start-2 > * {
    grid-column-start: 2;
  }

  .xl\:children\:col-start-3 > * {
    grid-column-start: 3;
  }

  .xl\:children\:col-start-4 > * {
    grid-column-start: 4;
  }

  .xl\:children\:col-start-5 > * {
    grid-column-start: 5;
  }

  .xl\:children\:col-start-6 > * {
    grid-column-start: 6;
  }

  .xl\:children\:col-start-7 > * {
    grid-column-start: 7;
  }

  .xl\:children\:col-start-8 > * {
    grid-column-start: 8;
  }

  .xl\:children\:col-start-9 > * {
    grid-column-start: 9;
  }

  .xl\:children\:col-start-10 > * {
    grid-column-start: 10;
  }

  .xl\:children\:col-start-11 > * {
    grid-column-start: 11;
  }

  .xl\:children\:col-start-12 > * {
    grid-column-start: 12;
  }

  .xl\:children\:col-start-13 > * {
    grid-column-start: 13;
  }

  .xl\:children\:col-start-auto > * {
    grid-column-start: auto;
  }

  .xl\:first\:col-start-1:first-child {
    grid-column-start: 1;
  }

  .xl\:first\:col-start-2:first-child {
    grid-column-start: 2;
  }

  .xl\:first\:col-start-3:first-child {
    grid-column-start: 3;
  }

  .xl\:first\:col-start-4:first-child {
    grid-column-start: 4;
  }

  .xl\:first\:col-start-5:first-child {
    grid-column-start: 5;
  }

  .xl\:first\:col-start-6:first-child {
    grid-column-start: 6;
  }

  .xl\:first\:col-start-7:first-child {
    grid-column-start: 7;
  }

  .xl\:first\:col-start-8:first-child {
    grid-column-start: 8;
  }

  .xl\:first\:col-start-9:first-child {
    grid-column-start: 9;
  }

  .xl\:first\:col-start-10:first-child {
    grid-column-start: 10;
  }

  .xl\:first\:col-start-11:first-child {
    grid-column-start: 11;
  }

  .xl\:first\:col-start-12:first-child {
    grid-column-start: 12;
  }

  .xl\:first\:col-start-13:first-child {
    grid-column-start: 13;
  }

  .xl\:first\:col-start-auto:first-child {
    grid-column-start: auto;
  }

  .xl\:last\:col-start-1:last-child {
    grid-column-start: 1;
  }

  .xl\:last\:col-start-2:last-child {
    grid-column-start: 2;
  }

  .xl\:last\:col-start-3:last-child {
    grid-column-start: 3;
  }

  .xl\:last\:col-start-4:last-child {
    grid-column-start: 4;
  }

  .xl\:last\:col-start-5:last-child {
    grid-column-start: 5;
  }

  .xl\:last\:col-start-6:last-child {
    grid-column-start: 6;
  }

  .xl\:last\:col-start-7:last-child {
    grid-column-start: 7;
  }

  .xl\:last\:col-start-8:last-child {
    grid-column-start: 8;
  }

  .xl\:last\:col-start-9:last-child {
    grid-column-start: 9;
  }

  .xl\:last\:col-start-10:last-child {
    grid-column-start: 10;
  }

  .xl\:last\:col-start-11:last-child {
    grid-column-start: 11;
  }

  .xl\:last\:col-start-12:last-child {
    grid-column-start: 12;
  }

  .xl\:last\:col-start-13:last-child {
    grid-column-start: 13;
  }

  .xl\:last\:col-start-auto:last-child {
    grid-column-start: auto;
  }

  .xl\:hover\:col-start-1:hover {
    grid-column-start: 1;
  }

  .xl\:hover\:col-start-2:hover {
    grid-column-start: 2;
  }

  .xl\:hover\:col-start-3:hover {
    grid-column-start: 3;
  }

  .xl\:hover\:col-start-4:hover {
    grid-column-start: 4;
  }

  .xl\:hover\:col-start-5:hover {
    grid-column-start: 5;
  }

  .xl\:hover\:col-start-6:hover {
    grid-column-start: 6;
  }

  .xl\:hover\:col-start-7:hover {
    grid-column-start: 7;
  }

  .xl\:hover\:col-start-8:hover {
    grid-column-start: 8;
  }

  .xl\:hover\:col-start-9:hover {
    grid-column-start: 9;
  }

  .xl\:hover\:col-start-10:hover {
    grid-column-start: 10;
  }

  .xl\:hover\:col-start-11:hover {
    grid-column-start: 11;
  }

  .xl\:hover\:col-start-12:hover {
    grid-column-start: 12;
  }

  .xl\:hover\:col-start-13:hover {
    grid-column-start: 13;
  }

  .xl\:hover\:col-start-auto:hover {
    grid-column-start: auto;
  }

  .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;
  }

  .xl\:col-end-2 {
    grid-column-end: 2;
  }

  .xl\:col-end-3 {
    grid-column-end: 3;
  }

  .xl\:col-end-4 {
    grid-column-end: 4;
  }

  .xl\:col-end-5 {
    grid-column-end: 5;
  }

  .xl\:col-end-6 {
    grid-column-end: 6;
  }

  .xl\:col-end-7 {
    grid-column-end: 7;
  }

  .xl\:col-end-8 {
    grid-column-end: 8;
  }

  .xl\:col-end-9 {
    grid-column-end: 9;
  }

  .xl\:col-end-10 {
    grid-column-end: 10;
  }

  .xl\:col-end-11 {
    grid-column-end: 11;
  }

  .xl\:col-end-12 {
    grid-column-end: 12;
  }

  .xl\:col-end-13 {
    grid-column-end: 13;
  }

  .xl\:col-end-auto {
    grid-column-end: auto;
  }

  .xl\:even\:col-end-1:nth-child(even) {
    grid-column-end: 1;
  }

  .xl\:even\:col-end-2:nth-child(even) {
    grid-column-end: 2;
  }

  .xl\:even\:col-end-3:nth-child(even) {
    grid-column-end: 3;
  }

  .xl\:even\:col-end-4:nth-child(even) {
    grid-column-end: 4;
  }

  .xl\:even\:col-end-5:nth-child(even) {
    grid-column-end: 5;
  }

  .xl\:even\:col-end-6:nth-child(even) {
    grid-column-end: 6;
  }

  .xl\:even\:col-end-7:nth-child(even) {
    grid-column-end: 7;
  }

  .xl\:even\:col-end-8:nth-child(even) {
    grid-column-end: 8;
  }

  .xl\:even\:col-end-9:nth-child(even) {
    grid-column-end: 9;
  }

  .xl\:even\:col-end-10:nth-child(even) {
    grid-column-end: 10;
  }

  .xl\:even\:col-end-11:nth-child(even) {
    grid-column-end: 11;
  }

  .xl\:even\:col-end-12:nth-child(even) {
    grid-column-end: 12;
  }

  .xl\:even\:col-end-13:nth-child(even) {
    grid-column-end: 13;
  }

  .xl\:even\:col-end-auto:nth-child(even) {
    grid-column-end: auto;
  }

  .xl\:odd\:col-end-1:nth-child(odd) {
    grid-column-end: 1;
  }

  .xl\:odd\:col-end-2:nth-child(odd) {
    grid-column-end: 2;
  }

  .xl\:odd\:col-end-3:nth-child(odd) {
    grid-column-end: 3;
  }

  .xl\:odd\:col-end-4:nth-child(odd) {
    grid-column-end: 4;
  }

  .xl\:odd\:col-end-5:nth-child(odd) {
    grid-column-end: 5;
  }

  .xl\:odd\:col-end-6:nth-child(odd) {
    grid-column-end: 6;
  }

  .xl\:odd\:col-end-7:nth-child(odd) {
    grid-column-end: 7;
  }

  .xl\:odd\:col-end-8:nth-child(odd) {
    grid-column-end: 8;
  }

  .xl\:odd\:col-end-9:nth-child(odd) {
    grid-column-end: 9;
  }

  .xl\:odd\:col-end-10:nth-child(odd) {
    grid-column-end: 10;
  }

  .xl\:odd\:col-end-11:nth-child(odd) {
    grid-column-end: 11;
  }

  .xl\:odd\:col-end-12:nth-child(odd) {
    grid-column-end: 12;
  }

  .xl\:odd\:col-end-13:nth-child(odd) {
    grid-column-end: 13;
  }

  .xl\:odd\:col-end-auto:nth-child(odd) {
    grid-column-end: auto;
  }

  .xl\:children\:col-end-1 > * {
    grid-column-end: 1;
  }

  .xl\:children\:col-end-2 > * {
    grid-column-end: 2;
  }

  .xl\:children\:col-end-3 > * {
    grid-column-end: 3;
  }

  .xl\:children\:col-end-4 > * {
    grid-column-end: 4;
  }

  .xl\:children\:col-end-5 > * {
    grid-column-end: 5;
  }

  .xl\:children\:col-end-6 > * {
    grid-column-end: 6;
  }

  .xl\:children\:col-end-7 > * {
    grid-column-end: 7;
  }

  .xl\:children\:col-end-8 > * {
    grid-column-end: 8;
  }

  .xl\:children\:col-end-9 > * {
    grid-column-end: 9;
  }

  .xl\:children\:col-end-10 > * {
    grid-column-end: 10;
  }

  .xl\:children\:col-end-11 > * {
    grid-column-end: 11;
  }

  .xl\:children\:col-end-12 > * {
    grid-column-end: 12;
  }

  .xl\:children\:col-end-13 > * {
    grid-column-end: 13;
  }

  .xl\:children\:col-end-auto > * {
    grid-column-end: auto;
  }

  .xl\:first\:col-end-1:first-child {
    grid-column-end: 1;
  }

  .xl\:first\:col-end-2:first-child {
    grid-column-end: 2;
  }

  .xl\:first\:col-end-3:first-child {
    grid-column-end: 3;
  }

  .xl\:first\:col-end-4:first-child {
    grid-column-end: 4;
  }

  .xl\:first\:col-end-5:first-child {
    grid-column-end: 5;
  }

  .xl\:first\:col-end-6:first-child {
    grid-column-end: 6;
  }

  .xl\:first\:col-end-7:first-child {
    grid-column-end: 7;
  }

  .xl\:first\:col-end-8:first-child {
    grid-column-end: 8;
  }

  .xl\:first\:col-end-9:first-child {
    grid-column-end: 9;
  }

  .xl\:first\:col-end-10:first-child {
    grid-column-end: 10;
  }

  .xl\:first\:col-end-11:first-child {
    grid-column-end: 11;
  }

  .xl\:first\:col-end-12:first-child {
    grid-column-end: 12;
  }

  .xl\:first\:col-end-13:first-child {
    grid-column-end: 13;
  }

  .xl\:first\:col-end-auto:first-child {
    grid-column-end: auto;
  }

  .xl\:last\:col-end-1:last-child {
    grid-column-end: 1;
  }

  .xl\:last\:col-end-2:last-child {
    grid-column-end: 2;
  }

  .xl\:last\:col-end-3:last-child {
    grid-column-end: 3;
  }

  .xl\:last\:col-end-4:last-child {
    grid-column-end: 4;
  }

  .xl\:last\:col-end-5:last-child {
    grid-column-end: 5;
  }

  .xl\:last\:col-end-6:last-child {
    grid-column-end: 6;
  }

  .xl\:last\:col-end-7:last-child {
    grid-column-end: 7;
  }

  .xl\:last\:col-end-8:last-child {
    grid-column-end: 8;
  }

  .xl\:last\:col-end-9:last-child {
    grid-column-end: 9;
  }

  .xl\:last\:col-end-10:last-child {
    grid-column-end: 10;
  }

  .xl\:last\:col-end-11:last-child {
    grid-column-end: 11;
  }

  .xl\:last\:col-end-12:last-child {
    grid-column-end: 12;
  }

  .xl\:last\:col-end-13:last-child {
    grid-column-end: 13;
  }

  .xl\:last\:col-end-auto:last-child {
    grid-column-end: auto;
  }

  .xl\:hover\:col-end-1:hover {
    grid-column-end: 1;
  }

  .xl\:hover\:col-end-2:hover {
    grid-column-end: 2;
  }

  .xl\:hover\:col-end-3:hover {
    grid-column-end: 3;
  }

  .xl\:hover\:col-end-4:hover {
    grid-column-end: 4;
  }

  .xl\:hover\:col-end-5:hover {
    grid-column-end: 5;
  }

  .xl\:hover\:col-end-6:hover {
    grid-column-end: 6;
  }

  .xl\:hover\:col-end-7:hover {
    grid-column-end: 7;
  }

  .xl\:hover\:col-end-8:hover {
    grid-column-end: 8;
  }

  .xl\:hover\:col-end-9:hover {
    grid-column-end: 9;
  }

  .xl\:hover\:col-end-10:hover {
    grid-column-end: 10;
  }

  .xl\:hover\:col-end-11:hover {
    grid-column-end: 11;
  }

  .xl\:hover\:col-end-12:hover {
    grid-column-end: 12;
  }

  .xl\:hover\:col-end-13:hover {
    grid-column-end: 13;
  }

  .xl\:hover\:col-end-auto:hover {
    grid-column-end: auto;
  }

  .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));
  }

  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-rows-none {
    grid-template-rows: none;
  }

  .xl\:even\:grid-rows-1:nth-child(even) {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:even\:grid-rows-2:nth-child(even) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:even\:grid-rows-3:nth-child(even) {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:even\:grid-rows-4:nth-child(even) {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:even\:grid-rows-5:nth-child(even) {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:even\:grid-rows-6:nth-child(even) {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:even\:grid-rows-none:nth-child(even) {
    grid-template-rows: none;
  }

  .xl\:odd\:grid-rows-1:nth-child(odd) {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:odd\:grid-rows-2:nth-child(odd) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:odd\:grid-rows-3:nth-child(odd) {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:odd\:grid-rows-4:nth-child(odd) {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:odd\:grid-rows-5:nth-child(odd) {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:odd\:grid-rows-6:nth-child(odd) {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:odd\:grid-rows-none:nth-child(odd) {
    grid-template-rows: none;
  }

  .xl\:children\:grid-rows-1 > * {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:children\:grid-rows-2 > * {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:children\:grid-rows-3 > * {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:children\:grid-rows-4 > * {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:children\:grid-rows-5 > * {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:children\:grid-rows-6 > * {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:children\:grid-rows-none > * {
    grid-template-rows: none;
  }

  .xl\:first\:grid-rows-1:first-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:first\:grid-rows-2:first-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:first\:grid-rows-3:first-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:first\:grid-rows-4:first-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:first\:grid-rows-5:first-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:first\:grid-rows-6:first-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:first\:grid-rows-none:first-child {
    grid-template-rows: none;
  }

  .xl\:last\:grid-rows-1:last-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:last\:grid-rows-2:last-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:last\:grid-rows-3:last-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:last\:grid-rows-4:last-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:last\:grid-rows-5:last-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:last\:grid-rows-6:last-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:last\:grid-rows-none:last-child {
    grid-template-rows: none;
  }

  .xl\:hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:hover\:grid-rows-none:hover {
    grid-template-rows: none;
  }

  .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\:row-auto {
    grid-row: auto;
  }

  .xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xl\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xl\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xl\:even\:row-auto:nth-child(even) {
    grid-row: auto;
  }

  .xl\:even\:row-span-1:nth-child(even) {
    grid-row: span 1 / span 1;
  }

  .xl\:even\:row-span-2:nth-child(even) {
    grid-row: span 2 / span 2;
  }

  .xl\:even\:row-span-3:nth-child(even) {
    grid-row: span 3 / span 3;
  }

  .xl\:even\:row-span-4:nth-child(even) {
    grid-row: span 4 / span 4;
  }

  .xl\:even\:row-span-5:nth-child(even) {
    grid-row: span 5 / span 5;
  }

  .xl\:even\:row-span-6:nth-child(even) {
    grid-row: span 6 / span 6;
  }

  .xl\:odd\:row-auto:nth-child(odd) {
    grid-row: auto;
  }

  .xl\:odd\:row-span-1:nth-child(odd) {
    grid-row: span 1 / span 1;
  }

  .xl\:odd\:row-span-2:nth-child(odd) {
    grid-row: span 2 / span 2;
  }

  .xl\:odd\:row-span-3:nth-child(odd) {
    grid-row: span 3 / span 3;
  }

  .xl\:odd\:row-span-4:nth-child(odd) {
    grid-row: span 4 / span 4;
  }

  .xl\:odd\:row-span-5:nth-child(odd) {
    grid-row: span 5 / span 5;
  }

  .xl\:odd\:row-span-6:nth-child(odd) {
    grid-row: span 6 / span 6;
  }

  .xl\:children\:row-auto > * {
    grid-row: auto;
  }

  .xl\:children\:row-span-1 > * {
    grid-row: span 1 / span 1;
  }

  .xl\:children\:row-span-2 > * {
    grid-row: span 2 / span 2;
  }

  .xl\:children\:row-span-3 > * {
    grid-row: span 3 / span 3;
  }

  .xl\:children\:row-span-4 > * {
    grid-row: span 4 / span 4;
  }

  .xl\:children\:row-span-5 > * {
    grid-row: span 5 / span 5;
  }

  .xl\:children\:row-span-6 > * {
    grid-row: span 6 / span 6;
  }

  .xl\:first\:row-auto:first-child {
    grid-row: auto;
  }

  .xl\:first\:row-span-1:first-child {
    grid-row: span 1 / span 1;
  }

  .xl\:first\:row-span-2:first-child {
    grid-row: span 2 / span 2;
  }

  .xl\:first\:row-span-3:first-child {
    grid-row: span 3 / span 3;
  }

  .xl\:first\:row-span-4:first-child {
    grid-row: span 4 / span 4;
  }

  .xl\:first\:row-span-5:first-child {
    grid-row: span 5 / span 5;
  }

  .xl\:first\:row-span-6:first-child {
    grid-row: span 6 / span 6;
  }

  .xl\:last\:row-auto:last-child {
    grid-row: auto;
  }

  .xl\:last\:row-span-1:last-child {
    grid-row: span 1 / span 1;
  }

  .xl\:last\:row-span-2:last-child {
    grid-row: span 2 / span 2;
  }

  .xl\:last\:row-span-3:last-child {
    grid-row: span 3 / span 3;
  }

  .xl\:last\:row-span-4:last-child {
    grid-row: span 4 / span 4;
  }

  .xl\:last\:row-span-5:last-child {
    grid-row: span 5 / span 5;
  }

  .xl\:last\:row-span-6:last-child {
    grid-row: span 6 / span 6;
  }

  .xl\:hover\:row-auto:hover {
    grid-row: auto;
  }

  .xl\:hover\:row-span-1:hover {
    grid-row: span 1 / span 1;
  }

  .xl\:hover\:row-span-2:hover {
    grid-row: span 2 / span 2;
  }

  .xl\:hover\:row-span-3:hover {
    grid-row: span 3 / span 3;
  }

  .xl\:hover\:row-span-4:hover {
    grid-row: span 4 / span 4;
  }

  .xl\:hover\:row-span-5:hover {
    grid-row: span 5 / span 5;
  }

  .xl\:hover\:row-span-6:hover {
    grid-row: span 6 / span 6;
  }

  .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-start-1 {
    grid-row-start: 1;
  }

  .xl\:row-start-2 {
    grid-row-start: 2;
  }

  .xl\:row-start-3 {
    grid-row-start: 3;
  }

  .xl\:row-start-4 {
    grid-row-start: 4;
  }

  .xl\:row-start-5 {
    grid-row-start: 5;
  }

  .xl\:row-start-6 {
    grid-row-start: 6;
  }

  .xl\:row-start-7 {
    grid-row-start: 7;
  }

  .xl\:row-start-auto {
    grid-row-start: auto;
  }

  .xl\:even\:row-start-1:nth-child(even) {
    grid-row-start: 1;
  }

  .xl\:even\:row-start-2:nth-child(even) {
    grid-row-start: 2;
  }

  .xl\:even\:row-start-3:nth-child(even) {
    grid-row-start: 3;
  }

  .xl\:even\:row-start-4:nth-child(even) {
    grid-row-start: 4;
  }

  .xl\:even\:row-start-5:nth-child(even) {
    grid-row-start: 5;
  }

  .xl\:even\:row-start-6:nth-child(even) {
    grid-row-start: 6;
  }

  .xl\:even\:row-start-7:nth-child(even) {
    grid-row-start: 7;
  }

  .xl\:even\:row-start-auto:nth-child(even) {
    grid-row-start: auto;
  }

  .xl\:odd\:row-start-1:nth-child(odd) {
    grid-row-start: 1;
  }

  .xl\:odd\:row-start-2:nth-child(odd) {
    grid-row-start: 2;
  }

  .xl\:odd\:row-start-3:nth-child(odd) {
    grid-row-start: 3;
  }

  .xl\:odd\:row-start-4:nth-child(odd) {
    grid-row-start: 4;
  }

  .xl\:odd\:row-start-5:nth-child(odd) {
    grid-row-start: 5;
  }

  .xl\:odd\:row-start-6:nth-child(odd) {
    grid-row-start: 6;
  }

  .xl\:odd\:row-start-7:nth-child(odd) {
    grid-row-start: 7;
  }

  .xl\:odd\:row-start-auto:nth-child(odd) {
    grid-row-start: auto;
  }

  .xl\:children\:row-start-1 > * {
    grid-row-start: 1;
  }

  .xl\:children\:row-start-2 > * {
    grid-row-start: 2;
  }

  .xl\:children\:row-start-3 > * {
    grid-row-start: 3;
  }

  .xl\:children\:row-start-4 > * {
    grid-row-start: 4;
  }

  .xl\:children\:row-start-5 > * {
    grid-row-start: 5;
  }

  .xl\:children\:row-start-6 > * {
    grid-row-start: 6;
  }

  .xl\:children\:row-start-7 > * {
    grid-row-start: 7;
  }

  .xl\:children\:row-start-auto > * {
    grid-row-start: auto;
  }

  .xl\:first\:row-start-1:first-child {
    grid-row-start: 1;
  }

  .xl\:first\:row-start-2:first-child {
    grid-row-start: 2;
  }

  .xl\:first\:row-start-3:first-child {
    grid-row-start: 3;
  }

  .xl\:first\:row-start-4:first-child {
    grid-row-start: 4;
  }

  .xl\:first\:row-start-5:first-child {
    grid-row-start: 5;
  }

  .xl\:first\:row-start-6:first-child {
    grid-row-start: 6;
  }

  .xl\:first\:row-start-7:first-child {
    grid-row-start: 7;
  }

  .xl\:first\:row-start-auto:first-child {
    grid-row-start: auto;
  }

  .xl\:last\:row-start-1:last-child {
    grid-row-start: 1;
  }

  .xl\:last\:row-start-2:last-child {
    grid-row-start: 2;
  }

  .xl\:last\:row-start-3:last-child {
    grid-row-start: 3;
  }

  .xl\:last\:row-start-4:last-child {
    grid-row-start: 4;
  }

  .xl\:last\:row-start-5:last-child {
    grid-row-start: 5;
  }

  .xl\:last\:row-start-6:last-child {
    grid-row-start: 6;
  }

  .xl\:last\:row-start-7:last-child {
    grid-row-start: 7;
  }

  .xl\:last\:row-start-auto:last-child {
    grid-row-start: auto;
  }

  .xl\:hover\:row-start-1:hover {
    grid-row-start: 1;
  }

  .xl\:hover\:row-start-2:hover {
    grid-row-start: 2;
  }

  .xl\:hover\:row-start-3:hover {
    grid-row-start: 3;
  }

  .xl\:hover\:row-start-4:hover {
    grid-row-start: 4;
  }

  .xl\:hover\:row-start-5:hover {
    grid-row-start: 5;
  }

  .xl\:hover\:row-start-6:hover {
    grid-row-start: 6;
  }

  .xl\:hover\:row-start-7:hover {
    grid-row-start: 7;
  }

  .xl\:hover\:row-start-auto:hover {
    grid-row-start: auto;
  }

  .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;
  }

  .xl\:row-end-2 {
    grid-row-end: 2;
  }

  .xl\:row-end-3 {
    grid-row-end: 3;
  }

  .xl\:row-end-4 {
    grid-row-end: 4;
  }

  .xl\:row-end-5 {
    grid-row-end: 5;
  }

  .xl\:row-end-6 {
    grid-row-end: 6;
  }

  .xl\:row-end-7 {
    grid-row-end: 7;
  }

  .xl\:row-end-auto {
    grid-row-end: auto;
  }

  .xl\:even\:row-end-1:nth-child(even) {
    grid-row-end: 1;
  }

  .xl\:even\:row-end-2:nth-child(even) {
    grid-row-end: 2;
  }

  .xl\:even\:row-end-3:nth-child(even) {
    grid-row-end: 3;
  }

  .xl\:even\:row-end-4:nth-child(even) {
    grid-row-end: 4;
  }

  .xl\:even\:row-end-5:nth-child(even) {
    grid-row-end: 5;
  }

  .xl\:even\:row-end-6:nth-child(even) {
    grid-row-end: 6;
  }

  .xl\:even\:row-end-7:nth-child(even) {
    grid-row-end: 7;
  }

  .xl\:even\:row-end-auto:nth-child(even) {
    grid-row-end: auto;
  }

  .xl\:odd\:row-end-1:nth-child(odd) {
    grid-row-end: 1;
  }

  .xl\:odd\:row-end-2:nth-child(odd) {
    grid-row-end: 2;
  }

  .xl\:odd\:row-end-3:nth-child(odd) {
    grid-row-end: 3;
  }

  .xl\:odd\:row-end-4:nth-child(odd) {
    grid-row-end: 4;
  }

  .xl\:odd\:row-end-5:nth-child(odd) {
    grid-row-end: 5;
  }

  .xl\:odd\:row-end-6:nth-child(odd) {
    grid-row-end: 6;
  }

  .xl\:odd\:row-end-7:nth-child(odd) {
    grid-row-end: 7;
  }

  .xl\:odd\:row-end-auto:nth-child(odd) {
    grid-row-end: auto;
  }

  .xl\:children\:row-end-1 > * {
    grid-row-end: 1;
  }

  .xl\:children\:row-end-2 > * {
    grid-row-end: 2;
  }

  .xl\:children\:row-end-3 > * {
    grid-row-end: 3;
  }

  .xl\:children\:row-end-4 > * {
    grid-row-end: 4;
  }

  .xl\:children\:row-end-5 > * {
    grid-row-end: 5;
  }

  .xl\:children\:row-end-6 > * {
    grid-row-end: 6;
  }

  .xl\:children\:row-end-7 > * {
    grid-row-end: 7;
  }

  .xl\:children\:row-end-auto > * {
    grid-row-end: auto;
  }

  .xl\:first\:row-end-1:first-child {
    grid-row-end: 1;
  }

  .xl\:first\:row-end-2:first-child {
    grid-row-end: 2;
  }

  .xl\:first\:row-end-3:first-child {
    grid-row-end: 3;
  }

  .xl\:first\:row-end-4:first-child {
    grid-row-end: 4;
  }

  .xl\:first\:row-end-5:first-child {
    grid-row-end: 5;
  }

  .xl\:first\:row-end-6:first-child {
    grid-row-end: 6;
  }

  .xl\:first\:row-end-7:first-child {
    grid-row-end: 7;
  }

  .xl\:first\:row-end-auto:first-child {
    grid-row-end: auto;
  }

  .xl\:last\:row-end-1:last-child {
    grid-row-end: 1;
  }

  .xl\:last\:row-end-2:last-child {
    grid-row-end: 2;
  }

  .xl\:last\:row-end-3:last-child {
    grid-row-end: 3;
  }

  .xl\:last\:row-end-4:last-child {
    grid-row-end: 4;
  }

  .xl\:last\:row-end-5:last-child {
    grid-row-end: 5;
  }

  .xl\:last\:row-end-6:last-child {
    grid-row-end: 6;
  }

  .xl\:last\:row-end-7:last-child {
    grid-row-end: 7;
  }

  .xl\:last\:row-end-auto:last-child {
    grid-row-end: auto;
  }

  .xl\:hover\:row-end-1:hover {
    grid-row-end: 1;
  }

  .xl\:hover\:row-end-2:hover {
    grid-row-end: 2;
  }

  .xl\:hover\:row-end-3:hover {
    grid-row-end: 3;
  }

  .xl\:hover\:row-end-4:hover {
    grid-row-end: 4;
  }

  .xl\:hover\:row-end-5:hover {
    grid-row-end: 5;
  }

  .xl\:hover\:row-end-6:hover {
    grid-row-end: 6;
  }

  .xl\:hover\:row-end-7:hover {
    grid-row-end: 7;
  }

  .xl\:hover\:row-end-auto:hover {
    grid-row-end: auto;
  }

  .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;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .xl\:transform-none {
    transform: none;
  }

  .xl\:even\:transform:nth-child(even) {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .xl\:even\:transform-none:nth-child(even) {
    transform: none;
  }

  .xl\:odd\:transform:nth-child(odd) {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .xl\:odd\:transform-none:nth-child(odd) {
    transform: none;
  }

  .xl\:children\:transform > * {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .xl\:children\:transform-none > * {
    transform: none;
  }

  .xl\:first\:transform:first-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .xl\:first\:transform-none:first-child {
    transform: none;
  }

  .xl\:last\:transform:last-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .xl\:last\:transform-none:last-child {
    transform: none;
  }

  .xl\:hover\:transform:hover {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    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));
  }

  .xl\:hover\:transform-none:hover {
    transform: none;
  }

  .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;
    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\! {
    transform: none !important;
  }

  .xl\:origin-center {
    transform-origin: center;
  }

  .xl\:origin-top {
    transform-origin: top;
  }

  .xl\:origin-top-right {
    transform-origin: top right;
  }

  .xl\:origin-right {
    transform-origin: right;
  }

  .xl\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xl\:origin-bottom {
    transform-origin: bottom;
  }

  .xl\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xl\:origin-left {
    transform-origin: left;
  }

  .xl\:origin-top-left {
    transform-origin: top left;
  }

  .xl\:even\:origin-center:nth-child(even) {
    transform-origin: center;
  }

  .xl\:even\:origin-top:nth-child(even) {
    transform-origin: top;
  }

  .xl\:even\:origin-top-right:nth-child(even) {
    transform-origin: top right;
  }

  .xl\:even\:origin-right:nth-child(even) {
    transform-origin: right;
  }

  .xl\:even\:origin-bottom-right:nth-child(even) {
    transform-origin: bottom right;
  }

  .xl\:even\:origin-bottom:nth-child(even) {
    transform-origin: bottom;
  }

  .xl\:even\:origin-bottom-left:nth-child(even) {
    transform-origin: bottom left;
  }

  .xl\:even\:origin-left:nth-child(even) {
    transform-origin: left;
  }

  .xl\:even\:origin-top-left:nth-child(even) {
    transform-origin: top left;
  }

  .xl\:odd\:origin-center:nth-child(odd) {
    transform-origin: center;
  }

  .xl\:odd\:origin-top:nth-child(odd) {
    transform-origin: top;
  }

  .xl\:odd\:origin-top-right:nth-child(odd) {
    transform-origin: top right;
  }

  .xl\:odd\:origin-right:nth-child(odd) {
    transform-origin: right;
  }

  .xl\:odd\:origin-bottom-right:nth-child(odd) {
    transform-origin: bottom right;
  }

  .xl\:odd\:origin-bottom:nth-child(odd) {
    transform-origin: bottom;
  }

  .xl\:odd\:origin-bottom-left:nth-child(odd) {
    transform-origin: bottom left;
  }

  .xl\:odd\:origin-left:nth-child(odd) {
    transform-origin: left;
  }

  .xl\:odd\:origin-top-left:nth-child(odd) {
    transform-origin: top left;
  }

  .xl\:children\:origin-center > * {
    transform-origin: center;
  }

  .xl\:children\:origin-top > * {
    transform-origin: top;
  }

  .xl\:children\:origin-top-right > * {
    transform-origin: top right;
  }

  .xl\:children\:origin-right > * {
    transform-origin: right;
  }

  .xl\:children\:origin-bottom-right > * {
    transform-origin: bottom right;
  }

  .xl\:children\:origin-bottom > * {
    transform-origin: bottom;
  }

  .xl\:children\:origin-bottom-left > * {
    transform-origin: bottom left;
  }

  .xl\:children\:origin-left > * {
    transform-origin: left;
  }

  .xl\:children\:origin-top-left > * {
    transform-origin: top left;
  }

  .xl\:first\:origin-center:first-child {
    transform-origin: center;
  }

  .xl\:first\:origin-top:first-child {
    transform-origin: top;
  }

  .xl\:first\:origin-top-right:first-child {
    transform-origin: top right;
  }

  .xl\:first\:origin-right:first-child {
    transform-origin: right;
  }

  .xl\:first\:origin-bottom-right:first-child {
    transform-origin: bottom right;
  }

  .xl\:first\:origin-bottom:first-child {
    transform-origin: bottom;
  }

  .xl\:first\:origin-bottom-left:first-child {
    transform-origin: bottom left;
  }

  .xl\:first\:origin-left:first-child {
    transform-origin: left;
  }

  .xl\:first\:origin-top-left:first-child {
    transform-origin: top left;
  }

  .xl\:last\:origin-center:last-child {
    transform-origin: center;
  }

  .xl\:last\:origin-top:last-child {
    transform-origin: top;
  }

  .xl\:last\:origin-top-right:last-child {
    transform-origin: top right;
  }

  .xl\:last\:origin-right:last-child {
    transform-origin: right;
  }

  .xl\:last\:origin-bottom-right:last-child {
    transform-origin: bottom right;
  }

  .xl\:last\:origin-bottom:last-child {
    transform-origin: bottom;
  }

  .xl\:last\:origin-bottom-left:last-child {
    transform-origin: bottom left;
  }

  .xl\:last\:origin-left:last-child {
    transform-origin: left;
  }

  .xl\:last\:origin-top-left:last-child {
    transform-origin: top left;
  }

  .xl\:hover\:origin-center:hover {
    transform-origin: center;
  }

  .xl\:hover\:origin-top:hover {
    transform-origin: top;
  }

  .xl\:hover\:origin-top-right:hover {
    transform-origin: top right;
  }

  .xl\:hover\:origin-right:hover {
    transform-origin: right;
  }

  .xl\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right;
  }

  .xl\:hover\:origin-bottom:hover {
    transform-origin: bottom;
  }

  .xl\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left;
  }

  .xl\:hover\:origin-left:hover {
    transform-origin: left;
  }

  .xl\:hover\:origin-top-left:hover {
    transform-origin: top left;
  }

  .xl\:origin-center\! {
    transform-origin: center !important;
  }

  .xl\:origin-top\! {
    transform-origin: top !important;
  }

  .xl\:origin-top-right\! {
    transform-origin: top right !important;
  }

  .xl\:origin-right\! {
    transform-origin: right !important;
  }

  .xl\:origin-bottom-right\! {
    transform-origin: bottom right !important;
  }

  .xl\:origin-bottom\! {
    transform-origin: bottom !important;
  }

  .xl\:origin-bottom-left\! {
    transform-origin: bottom left !important;
  }

  .xl\:origin-left\! {
    transform-origin: left !important;
  }

  .xl\:origin-top-left\! {
    transform-origin: top left !important;
  }

  .xl\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .xl\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .xl\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .xl\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .xl\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .xl\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .xl\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .xl\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .xl\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .xl\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .xl\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .xl\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .xl\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .xl\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .xl\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .xl\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .xl\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .xl\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .xl\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .xl\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .xl\:even\:scale-0:nth-child(even) {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:even\:scale-50:nth-child(even) {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:even\:scale-75:nth-child(even) {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:even\:scale-90:nth-child(even) {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:even\:scale-95:nth-child(even) {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:even\:scale-100:nth-child(even) {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:even\:scale-105:nth-child(even) {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:even\:scale-110:nth-child(even) {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:even\:scale-125:nth-child(even) {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:even\:scale-150:nth-child(even) {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:even\:scale-x-0:nth-child(even) {
    --transform-scale-x: 0;
  }

  .xl\:even\:scale-x-50:nth-child(even) {
    --transform-scale-x: .5;
  }

  .xl\:even\:scale-x-75:nth-child(even) {
    --transform-scale-x: .75;
  }

  .xl\:even\:scale-x-90:nth-child(even) {
    --transform-scale-x: .9;
  }

  .xl\:even\:scale-x-95:nth-child(even) {
    --transform-scale-x: .95;
  }

  .xl\:even\:scale-x-100:nth-child(even) {
    --transform-scale-x: 1;
  }

  .xl\:even\:scale-x-105:nth-child(even) {
    --transform-scale-x: 1.05;
  }

  .xl\:even\:scale-x-110:nth-child(even) {
    --transform-scale-x: 1.1;
  }

  .xl\:even\:scale-x-125:nth-child(even) {
    --transform-scale-x: 1.25;
  }

  .xl\:even\:scale-x-150:nth-child(even) {
    --transform-scale-x: 1.5;
  }

  .xl\:even\:scale-y-0:nth-child(even) {
    --transform-scale-y: 0;
  }

  .xl\:even\:scale-y-50:nth-child(even) {
    --transform-scale-y: .5;
  }

  .xl\:even\:scale-y-75:nth-child(even) {
    --transform-scale-y: .75;
  }

  .xl\:even\:scale-y-90:nth-child(even) {
    --transform-scale-y: .9;
  }

  .xl\:even\:scale-y-95:nth-child(even) {
    --transform-scale-y: .95;
  }

  .xl\:even\:scale-y-100:nth-child(even) {
    --transform-scale-y: 1;
  }

  .xl\:even\:scale-y-105:nth-child(even) {
    --transform-scale-y: 1.05;
  }

  .xl\:even\:scale-y-110:nth-child(even) {
    --transform-scale-y: 1.1;
  }

  .xl\:even\:scale-y-125:nth-child(even) {
    --transform-scale-y: 1.25;
  }

  .xl\:even\:scale-y-150:nth-child(even) {
    --transform-scale-y: 1.5;
  }

  .xl\:odd\:scale-0:nth-child(odd) {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:odd\:scale-50:nth-child(odd) {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:odd\:scale-75:nth-child(odd) {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:odd\:scale-90:nth-child(odd) {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:odd\:scale-95:nth-child(odd) {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:odd\:scale-100:nth-child(odd) {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:odd\:scale-105:nth-child(odd) {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:odd\:scale-110:nth-child(odd) {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:odd\:scale-125:nth-child(odd) {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:odd\:scale-150:nth-child(odd) {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:odd\:scale-x-0:nth-child(odd) {
    --transform-scale-x: 0;
  }

  .xl\:odd\:scale-x-50:nth-child(odd) {
    --transform-scale-x: .5;
  }

  .xl\:odd\:scale-x-75:nth-child(odd) {
    --transform-scale-x: .75;
  }

  .xl\:odd\:scale-x-90:nth-child(odd) {
    --transform-scale-x: .9;
  }

  .xl\:odd\:scale-x-95:nth-child(odd) {
    --transform-scale-x: .95;
  }

  .xl\:odd\:scale-x-100:nth-child(odd) {
    --transform-scale-x: 1;
  }

  .xl\:odd\:scale-x-105:nth-child(odd) {
    --transform-scale-x: 1.05;
  }

  .xl\:odd\:scale-x-110:nth-child(odd) {
    --transform-scale-x: 1.1;
  }

  .xl\:odd\:scale-x-125:nth-child(odd) {
    --transform-scale-x: 1.25;
  }

  .xl\:odd\:scale-x-150:nth-child(odd) {
    --transform-scale-x: 1.5;
  }

  .xl\:odd\:scale-y-0:nth-child(odd) {
    --transform-scale-y: 0;
  }

  .xl\:odd\:scale-y-50:nth-child(odd) {
    --transform-scale-y: .5;
  }

  .xl\:odd\:scale-y-75:nth-child(odd) {
    --transform-scale-y: .75;
  }

  .xl\:odd\:scale-y-90:nth-child(odd) {
    --transform-scale-y: .9;
  }

  .xl\:odd\:scale-y-95:nth-child(odd) {
    --transform-scale-y: .95;
  }

  .xl\:odd\:scale-y-100:nth-child(odd) {
    --transform-scale-y: 1;
  }

  .xl\:odd\:scale-y-105:nth-child(odd) {
    --transform-scale-y: 1.05;
  }

  .xl\:odd\:scale-y-110:nth-child(odd) {
    --transform-scale-y: 1.1;
  }

  .xl\:odd\:scale-y-125:nth-child(odd) {
    --transform-scale-y: 1.25;
  }

  .xl\:odd\:scale-y-150:nth-child(odd) {
    --transform-scale-y: 1.5;
  }

  .xl\:children\:scale-0 > * {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:children\:scale-50 > * {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:children\:scale-75 > * {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:children\:scale-90 > * {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:children\:scale-95 > * {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:children\:scale-100 > * {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:children\:scale-105 > * {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:children\:scale-110 > * {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:children\:scale-125 > * {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:children\:scale-150 > * {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:children\:scale-x-0 > * {
    --transform-scale-x: 0;
  }

  .xl\:children\:scale-x-50 > * {
    --transform-scale-x: .5;
  }

  .xl\:children\:scale-x-75 > * {
    --transform-scale-x: .75;
  }

  .xl\:children\:scale-x-90 > * {
    --transform-scale-x: .9;
  }

  .xl\:children\:scale-x-95 > * {
    --transform-scale-x: .95;
  }

  .xl\:children\:scale-x-100 > * {
    --transform-scale-x: 1;
  }

  .xl\:children\:scale-x-105 > * {
    --transform-scale-x: 1.05;
  }

  .xl\:children\:scale-x-110 > * {
    --transform-scale-x: 1.1;
  }

  .xl\:children\:scale-x-125 > * {
    --transform-scale-x: 1.25;
  }

  .xl\:children\:scale-x-150 > * {
    --transform-scale-x: 1.5;
  }

  .xl\:children\:scale-y-0 > * {
    --transform-scale-y: 0;
  }

  .xl\:children\:scale-y-50 > * {
    --transform-scale-y: .5;
  }

  .xl\:children\:scale-y-75 > * {
    --transform-scale-y: .75;
  }

  .xl\:children\:scale-y-90 > * {
    --transform-scale-y: .9;
  }

  .xl\:children\:scale-y-95 > * {
    --transform-scale-y: .95;
  }

  .xl\:children\:scale-y-100 > * {
    --transform-scale-y: 1;
  }

  .xl\:children\:scale-y-105 > * {
    --transform-scale-y: 1.05;
  }

  .xl\:children\:scale-y-110 > * {
    --transform-scale-y: 1.1;
  }

  .xl\:children\:scale-y-125 > * {
    --transform-scale-y: 1.25;
  }

  .xl\:children\:scale-y-150 > * {
    --transform-scale-y: 1.5;
  }

  .xl\:first\:scale-0:first-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:first\:scale-50:first-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:first\:scale-75:first-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:first\:scale-90:first-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:first\:scale-95:first-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:first\:scale-100:first-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:first\:scale-105:first-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:first\:scale-110:first-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:first\:scale-125:first-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:first\:scale-150:first-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:first\:scale-x-0:first-child {
    --transform-scale-x: 0;
  }

  .xl\:first\:scale-x-50:first-child {
    --transform-scale-x: .5;
  }

  .xl\:first\:scale-x-75:first-child {
    --transform-scale-x: .75;
  }

  .xl\:first\:scale-x-90:first-child {
    --transform-scale-x: .9;
  }

  .xl\:first\:scale-x-95:first-child {
    --transform-scale-x: .95;
  }

  .xl\:first\:scale-x-100:first-child {
    --transform-scale-x: 1;
  }

  .xl\:first\:scale-x-105:first-child {
    --transform-scale-x: 1.05;
  }

  .xl\:first\:scale-x-110:first-child {
    --transform-scale-x: 1.1;
  }

  .xl\:first\:scale-x-125:first-child {
    --transform-scale-x: 1.25;
  }

  .xl\:first\:scale-x-150:first-child {
    --transform-scale-x: 1.5;
  }

  .xl\:first\:scale-y-0:first-child {
    --transform-scale-y: 0;
  }

  .xl\:first\:scale-y-50:first-child {
    --transform-scale-y: .5;
  }

  .xl\:first\:scale-y-75:first-child {
    --transform-scale-y: .75;
  }

  .xl\:first\:scale-y-90:first-child {
    --transform-scale-y: .9;
  }

  .xl\:first\:scale-y-95:first-child {
    --transform-scale-y: .95;
  }

  .xl\:first\:scale-y-100:first-child {
    --transform-scale-y: 1;
  }

  .xl\:first\:scale-y-105:first-child {
    --transform-scale-y: 1.05;
  }

  .xl\:first\:scale-y-110:first-child {
    --transform-scale-y: 1.1;
  }

  .xl\:first\:scale-y-125:first-child {
    --transform-scale-y: 1.25;
  }

  .xl\:first\:scale-y-150:first-child {
    --transform-scale-y: 1.5;
  }

  .xl\:last\:scale-0:last-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:last\:scale-50:last-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:last\:scale-75:last-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:last\:scale-90:last-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:last\:scale-95:last-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:last\:scale-100:last-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:last\:scale-105:last-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:last\:scale-110:last-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:last\:scale-125:last-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:last\:scale-150:last-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:last\:scale-x-0:last-child {
    --transform-scale-x: 0;
  }

  .xl\:last\:scale-x-50:last-child {
    --transform-scale-x: .5;
  }

  .xl\:last\:scale-x-75:last-child {
    --transform-scale-x: .75;
  }

  .xl\:last\:scale-x-90:last-child {
    --transform-scale-x: .9;
  }

  .xl\:last\:scale-x-95:last-child {
    --transform-scale-x: .95;
  }

  .xl\:last\:scale-x-100:last-child {
    --transform-scale-x: 1;
  }

  .xl\:last\:scale-x-105:last-child {
    --transform-scale-x: 1.05;
  }

  .xl\:last\:scale-x-110:last-child {
    --transform-scale-x: 1.1;
  }

  .xl\:last\:scale-x-125:last-child {
    --transform-scale-x: 1.25;
  }

  .xl\:last\:scale-x-150:last-child {
    --transform-scale-x: 1.5;
  }

  .xl\:last\:scale-y-0:last-child {
    --transform-scale-y: 0;
  }

  .xl\:last\:scale-y-50:last-child {
    --transform-scale-y: .5;
  }

  .xl\:last\:scale-y-75:last-child {
    --transform-scale-y: .75;
  }

  .xl\:last\:scale-y-90:last-child {
    --transform-scale-y: .9;
  }

  .xl\:last\:scale-y-95:last-child {
    --transform-scale-y: .95;
  }

  .xl\:last\:scale-y-100:last-child {
    --transform-scale-y: 1;
  }

  .xl\:last\:scale-y-105:last-child {
    --transform-scale-y: 1.05;
  }

  .xl\:last\:scale-y-110:last-child {
    --transform-scale-y: 1.1;
  }

  .xl\:last\:scale-y-125:last-child {
    --transform-scale-y: 1.25;
  }

  .xl\:last\:scale-y-150:last-child {
    --transform-scale-y: 1.5;
  }

  .xl\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .xl\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .xl\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .xl\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .xl\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .xl\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .xl\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .xl\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .xl\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .xl\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .xl\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .xl\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .xl\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .xl\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .xl\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .xl\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .xl\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .xl\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .xl\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .xl\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .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\:rotate-0 {
    --transform-rotate: 0;
  }

  .xl\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .xl\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .xl\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .xl\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .xl\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .xl\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .xl\:even\:rotate-0:nth-child(even) {
    --transform-rotate: 0;
  }

  .xl\:even\:rotate-45:nth-child(even) {
    --transform-rotate: 45deg;
  }

  .xl\:even\:rotate-90:nth-child(even) {
    --transform-rotate: 90deg;
  }

  .xl\:even\:rotate-180:nth-child(even) {
    --transform-rotate: 180deg;
  }

  .xl\:even\:-rotate-180:nth-child(even) {
    --transform-rotate: -180deg;
  }

  .xl\:even\:-rotate-90:nth-child(even) {
    --transform-rotate: -90deg;
  }

  .xl\:even\:-rotate-45:nth-child(even) {
    --transform-rotate: -45deg;
  }

  .xl\:odd\:rotate-0:nth-child(odd) {
    --transform-rotate: 0;
  }

  .xl\:odd\:rotate-45:nth-child(odd) {
    --transform-rotate: 45deg;
  }

  .xl\:odd\:rotate-90:nth-child(odd) {
    --transform-rotate: 90deg;
  }

  .xl\:odd\:rotate-180:nth-child(odd) {
    --transform-rotate: 180deg;
  }

  .xl\:odd\:-rotate-180:nth-child(odd) {
    --transform-rotate: -180deg;
  }

  .xl\:odd\:-rotate-90:nth-child(odd) {
    --transform-rotate: -90deg;
  }

  .xl\:odd\:-rotate-45:nth-child(odd) {
    --transform-rotate: -45deg;
  }

  .xl\:children\:rotate-0 > * {
    --transform-rotate: 0;
  }

  .xl\:children\:rotate-45 > * {
    --transform-rotate: 45deg;
  }

  .xl\:children\:rotate-90 > * {
    --transform-rotate: 90deg;
  }

  .xl\:children\:rotate-180 > * {
    --transform-rotate: 180deg;
  }

  .xl\:children\:-rotate-180 > * {
    --transform-rotate: -180deg;
  }

  .xl\:children\:-rotate-90 > * {
    --transform-rotate: -90deg;
  }

  .xl\:children\:-rotate-45 > * {
    --transform-rotate: -45deg;
  }

  .xl\:first\:rotate-0:first-child {
    --transform-rotate: 0;
  }

  .xl\:first\:rotate-45:first-child {
    --transform-rotate: 45deg;
  }

  .xl\:first\:rotate-90:first-child {
    --transform-rotate: 90deg;
  }

  .xl\:first\:rotate-180:first-child {
    --transform-rotate: 180deg;
  }

  .xl\:first\:-rotate-180:first-child {
    --transform-rotate: -180deg;
  }

  .xl\:first\:-rotate-90:first-child {
    --transform-rotate: -90deg;
  }

  .xl\:first\:-rotate-45:first-child {
    --transform-rotate: -45deg;
  }

  .xl\:last\:rotate-0:last-child {
    --transform-rotate: 0;
  }

  .xl\:last\:rotate-45:last-child {
    --transform-rotate: 45deg;
  }

  .xl\:last\:rotate-90:last-child {
    --transform-rotate: 90deg;
  }

  .xl\:last\:rotate-180:last-child {
    --transform-rotate: 180deg;
  }

  .xl\:last\:-rotate-180:last-child {
    --transform-rotate: -180deg;
  }

  .xl\:last\:-rotate-90:last-child {
    --transform-rotate: -90deg;
  }

  .xl\:last\:-rotate-45:last-child {
    --transform-rotate: -45deg;
  }

  .xl\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .xl\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .xl\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .xl\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .xl\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .xl\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .xl\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .xl\:rotate-0\! {
    --transform-rotate: 0 !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\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .xl\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .xl\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .xl\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .xl\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .xl\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .xl\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .xl\:translate-x-7 {
    --transform-translate-x: 1.75rem;
  }

  .xl\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .xl\:translate-x-9 {
    --transform-translate-x: 2.25rem;
  }

  .xl\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .xl\:translate-x-11 {
    --transform-translate-x: 2.75rem;
  }

  .xl\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .xl\:translate-x-13 {
    --transform-translate-x: 3.25rem;
  }

  .xl\:translate-x-14 {
    --transform-translate-x: 3.5rem;
  }

  .xl\:translate-x-15 {
    --transform-translate-x: 3.75rem;
  }

  .xl\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .xl\:translate-x-17 {
    --transform-translate-x: 4.25rem;
  }

  .xl\:translate-x-18 {
    --transform-translate-x: 4.5rem;
  }

  .xl\:translate-x-19 {
    --transform-translate-x: 4.75rem;
  }

  .xl\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .xl\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .xl\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .xl\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .xl\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .xl\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .xl\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .xl\:translate-x-75 {
    --transform-translate-x: 18.75rem;
  }

  .xl\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .xl\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .xl\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .xl\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .xl\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .xl\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .xl\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .xl\:-translate-x-7 {
    --transform-translate-x: -1.75rem;
  }

  .xl\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .xl\:-translate-x-9 {
    --transform-translate-x: -2.25rem;
  }

  .xl\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .xl\:-translate-x-11 {
    --transform-translate-x: -2.75rem;
  }

  .xl\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .xl\:-translate-x-13 {
    --transform-translate-x: -3.25rem;
  }

  .xl\:-translate-x-14 {
    --transform-translate-x: -3.5rem;
  }

  .xl\:-translate-x-15 {
    --transform-translate-x: -3.75rem;
  }

  .xl\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .xl\:-translate-x-17 {
    --transform-translate-x: -4.25rem;
  }

  .xl\:-translate-x-18 {
    --transform-translate-x: -4.5rem;
  }

  .xl\:-translate-x-19 {
    --transform-translate-x: -4.75rem;
  }

  .xl\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .xl\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .xl\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .xl\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .xl\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .xl\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .xl\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .xl\:-translate-x-75 {
    --transform-translate-x: -18.75rem;
  }

  .xl\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .xl\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .xl\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .xl\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .xl\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .xl\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .xl\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .xl\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .xl\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .xl\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .xl\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .xl\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .xl\:translate-y-7 {
    --transform-translate-y: 1.75rem;
  }

  .xl\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .xl\:translate-y-9 {
    --transform-translate-y: 2.25rem;
  }

  .xl\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .xl\:translate-y-11 {
    --transform-translate-y: 2.75rem;
  }

  .xl\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .xl\:translate-y-13 {
    --transform-translate-y: 3.25rem;
  }

  .xl\:translate-y-14 {
    --transform-translate-y: 3.5rem;
  }

  .xl\:translate-y-15 {
    --transform-translate-y: 3.75rem;
  }

  .xl\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .xl\:translate-y-17 {
    --transform-translate-y: 4.25rem;
  }

  .xl\:translate-y-18 {
    --transform-translate-y: 4.5rem;
  }

  .xl\:translate-y-19 {
    --transform-translate-y: 4.75rem;
  }

  .xl\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .xl\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .xl\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .xl\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .xl\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .xl\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .xl\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .xl\:translate-y-75 {
    --transform-translate-y: 18.75rem;
  }

  .xl\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .xl\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .xl\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .xl\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .xl\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .xl\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .xl\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .xl\:-translate-y-7 {
    --transform-translate-y: -1.75rem;
  }

  .xl\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .xl\:-translate-y-9 {
    --transform-translate-y: -2.25rem;
  }

  .xl\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .xl\:-translate-y-11 {
    --transform-translate-y: -2.75rem;
  }

  .xl\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .xl\:-translate-y-13 {
    --transform-translate-y: -3.25rem;
  }

  .xl\:-translate-y-14 {
    --transform-translate-y: -3.5rem;
  }

  .xl\:-translate-y-15 {
    --transform-translate-y: -3.75rem;
  }

  .xl\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .xl\:-translate-y-17 {
    --transform-translate-y: -4.25rem;
  }

  .xl\:-translate-y-18 {
    --transform-translate-y: -4.5rem;
  }

  .xl\:-translate-y-19 {
    --transform-translate-y: -4.75rem;
  }

  .xl\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .xl\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .xl\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .xl\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .xl\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .xl\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .xl\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .xl\:-translate-y-75 {
    --transform-translate-y: -18.75rem;
  }

  .xl\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .xl\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .xl\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .xl\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .xl\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .xl\:even\:translate-x-0:nth-child(even) {
    --transform-translate-x: 0;
  }

  .xl\:even\:translate-x-1:nth-child(even) {
    --transform-translate-x: 0.25rem;
  }

  .xl\:even\:translate-x-2:nth-child(even) {
    --transform-translate-x: 0.5rem;
  }

  .xl\:even\:translate-x-3:nth-child(even) {
    --transform-translate-x: 0.75rem;
  }

  .xl\:even\:translate-x-4:nth-child(even) {
    --transform-translate-x: 1rem;
  }

  .xl\:even\:translate-x-5:nth-child(even) {
    --transform-translate-x: 1.25rem;
  }

  .xl\:even\:translate-x-6:nth-child(even) {
    --transform-translate-x: 1.5rem;
  }

  .xl\:even\:translate-x-7:nth-child(even) {
    --transform-translate-x: 1.75rem;
  }

  .xl\:even\:translate-x-8:nth-child(even) {
    --transform-translate-x: 2rem;
  }

  .xl\:even\:translate-x-9:nth-child(even) {
    --transform-translate-x: 2.25rem;
  }

  .xl\:even\:translate-x-10:nth-child(even) {
    --transform-translate-x: 2.5rem;
  }

  .xl\:even\:translate-x-11:nth-child(even) {
    --transform-translate-x: 2.75rem;
  }

  .xl\:even\:translate-x-12:nth-child(even) {
    --transform-translate-x: 3rem;
  }

  .xl\:even\:translate-x-13:nth-child(even) {
    --transform-translate-x: 3.25rem;
  }

  .xl\:even\:translate-x-14:nth-child(even) {
    --transform-translate-x: 3.5rem;
  }

  .xl\:even\:translate-x-15:nth-child(even) {
    --transform-translate-x: 3.75rem;
  }

  .xl\:even\:translate-x-16:nth-child(even) {
    --transform-translate-x: 4rem;
  }

  .xl\:even\:translate-x-17:nth-child(even) {
    --transform-translate-x: 4.25rem;
  }

  .xl\:even\:translate-x-18:nth-child(even) {
    --transform-translate-x: 4.5rem;
  }

  .xl\:even\:translate-x-19:nth-child(even) {
    --transform-translate-x: 4.75rem;
  }

  .xl\:even\:translate-x-20:nth-child(even) {
    --transform-translate-x: 5rem;
  }

  .xl\:even\:translate-x-24:nth-child(even) {
    --transform-translate-x: 6rem;
  }

  .xl\:even\:translate-x-32:nth-child(even) {
    --transform-translate-x: 8rem;
  }

  .xl\:even\:translate-x-40:nth-child(even) {
    --transform-translate-x: 10rem;
  }

  .xl\:even\:translate-x-48:nth-child(even) {
    --transform-translate-x: 12rem;
  }

  .xl\:even\:translate-x-56:nth-child(even) {
    --transform-translate-x: 14rem;
  }

  .xl\:even\:translate-x-64:nth-child(even) {
    --transform-translate-x: 16rem;
  }

  .xl\:even\:translate-x-75:nth-child(even) {
    --transform-translate-x: 18.75rem;
  }

  .xl\:even\:translate-x-px:nth-child(even) {
    --transform-translate-x: 1px;
  }

  .xl\:even\:-translate-x-1:nth-child(even) {
    --transform-translate-x: -0.25rem;
  }

  .xl\:even\:-translate-x-2:nth-child(even) {
    --transform-translate-x: -0.5rem;
  }

  .xl\:even\:-translate-x-3:nth-child(even) {
    --transform-translate-x: -0.75rem;
  }

  .xl\:even\:-translate-x-4:nth-child(even) {
    --transform-translate-x: -1rem;
  }

  .xl\:even\:-translate-x-5:nth-child(even) {
    --transform-translate-x: -1.25rem;
  }

  .xl\:even\:-translate-x-6:nth-child(even) {
    --transform-translate-x: -1.5rem;
  }

  .xl\:even\:-translate-x-7:nth-child(even) {
    --transform-translate-x: -1.75rem;
  }

  .xl\:even\:-translate-x-8:nth-child(even) {
    --transform-translate-x: -2rem;
  }

  .xl\:even\:-translate-x-9:nth-child(even) {
    --transform-translate-x: -2.25rem;
  }

  .xl\:even\:-translate-x-10:nth-child(even) {
    --transform-translate-x: -2.5rem;
  }

  .xl\:even\:-translate-x-11:nth-child(even) {
    --transform-translate-x: -2.75rem;
  }

  .xl\:even\:-translate-x-12:nth-child(even) {
    --transform-translate-x: -3rem;
  }

  .xl\:even\:-translate-x-13:nth-child(even) {
    --transform-translate-x: -3.25rem;
  }

  .xl\:even\:-translate-x-14:nth-child(even) {
    --transform-translate-x: -3.5rem;
  }

  .xl\:even\:-translate-x-15:nth-child(even) {
    --transform-translate-x: -3.75rem;
  }

  .xl\:even\:-translate-x-16:nth-child(even) {
    --transform-translate-x: -4rem;
  }

  .xl\:even\:-translate-x-17:nth-child(even) {
    --transform-translate-x: -4.25rem;
  }

  .xl\:even\:-translate-x-18:nth-child(even) {
    --transform-translate-x: -4.5rem;
  }

  .xl\:even\:-translate-x-19:nth-child(even) {
    --transform-translate-x: -4.75rem;
  }

  .xl\:even\:-translate-x-20:nth-child(even) {
    --transform-translate-x: -5rem;
  }

  .xl\:even\:-translate-x-24:nth-child(even) {
    --transform-translate-x: -6rem;
  }

  .xl\:even\:-translate-x-32:nth-child(even) {
    --transform-translate-x: -8rem;
  }

  .xl\:even\:-translate-x-40:nth-child(even) {
    --transform-translate-x: -10rem;
  }

  .xl\:even\:-translate-x-48:nth-child(even) {
    --transform-translate-x: -12rem;
  }

  .xl\:even\:-translate-x-56:nth-child(even) {
    --transform-translate-x: -14rem;
  }

  .xl\:even\:-translate-x-64:nth-child(even) {
    --transform-translate-x: -16rem;
  }

  .xl\:even\:-translate-x-75:nth-child(even) {
    --transform-translate-x: -18.75rem;
  }

  .xl\:even\:-translate-x-px:nth-child(even) {
    --transform-translate-x: -1px;
  }

  .xl\:even\:-translate-x-full:nth-child(even) {
    --transform-translate-x: -100%;
  }

  .xl\:even\:-translate-x-1\/2:nth-child(even) {
    --transform-translate-x: -50%;
  }

  .xl\:even\:translate-x-1\/2:nth-child(even) {
    --transform-translate-x: 50%;
  }

  .xl\:even\:translate-x-full:nth-child(even) {
    --transform-translate-x: 100%;
  }

  .xl\:even\:translate-y-0:nth-child(even) {
    --transform-translate-y: 0;
  }

  .xl\:even\:translate-y-1:nth-child(even) {
    --transform-translate-y: 0.25rem;
  }

  .xl\:even\:translate-y-2:nth-child(even) {
    --transform-translate-y: 0.5rem;
  }

  .xl\:even\:translate-y-3:nth-child(even) {
    --transform-translate-y: 0.75rem;
  }

  .xl\:even\:translate-y-4:nth-child(even) {
    --transform-translate-y: 1rem;
  }

  .xl\:even\:translate-y-5:nth-child(even) {
    --transform-translate-y: 1.25rem;
  }

  .xl\:even\:translate-y-6:nth-child(even) {
    --transform-translate-y: 1.5rem;
  }

  .xl\:even\:translate-y-7:nth-child(even) {
    --transform-translate-y: 1.75rem;
  }

  .xl\:even\:translate-y-8:nth-child(even) {
    --transform-translate-y: 2rem;
  }

  .xl\:even\:translate-y-9:nth-child(even) {
    --transform-translate-y: 2.25rem;
  }

  .xl\:even\:translate-y-10:nth-child(even) {
    --transform-translate-y: 2.5rem;
  }

  .xl\:even\:translate-y-11:nth-child(even) {
    --transform-translate-y: 2.75rem;
  }

  .xl\:even\:translate-y-12:nth-child(even) {
    --transform-translate-y: 3rem;
  }

  .xl\:even\:translate-y-13:nth-child(even) {
    --transform-translate-y: 3.25rem;
  }

  .xl\:even\:translate-y-14:nth-child(even) {
    --transform-translate-y: 3.5rem;
  }

  .xl\:even\:translate-y-15:nth-child(even) {
    --transform-translate-y: 3.75rem;
  }

  .xl\:even\:translate-y-16:nth-child(even) {
    --transform-translate-y: 4rem;
  }

  .xl\:even\:translate-y-17:nth-child(even) {
    --transform-translate-y: 4.25rem;
  }

  .xl\:even\:translate-y-18:nth-child(even) {
    --transform-translate-y: 4.5rem;
  }

  .xl\:even\:translate-y-19:nth-child(even) {
    --transform-translate-y: 4.75rem;
  }

  .xl\:even\:translate-y-20:nth-child(even) {
    --transform-translate-y: 5rem;
  }

  .xl\:even\:translate-y-24:nth-child(even) {
    --transform-translate-y: 6rem;
  }

  .xl\:even\:translate-y-32:nth-child(even) {
    --transform-translate-y: 8rem;
  }

  .xl\:even\:translate-y-40:nth-child(even) {
    --transform-translate-y: 10rem;
  }

  .xl\:even\:translate-y-48:nth-child(even) {
    --transform-translate-y: 12rem;
  }

  .xl\:even\:translate-y-56:nth-child(even) {
    --transform-translate-y: 14rem;
  }

  .xl\:even\:translate-y-64:nth-child(even) {
    --transform-translate-y: 16rem;
  }

  .xl\:even\:translate-y-75:nth-child(even) {
    --transform-translate-y: 18.75rem;
  }

  .xl\:even\:translate-y-px:nth-child(even) {
    --transform-translate-y: 1px;
  }

  .xl\:even\:-translate-y-1:nth-child(even) {
    --transform-translate-y: -0.25rem;
  }

  .xl\:even\:-translate-y-2:nth-child(even) {
    --transform-translate-y: -0.5rem;
  }

  .xl\:even\:-translate-y-3:nth-child(even) {
    --transform-translate-y: -0.75rem;
  }

  .xl\:even\:-translate-y-4:nth-child(even) {
    --transform-translate-y: -1rem;
  }

  .xl\:even\:-translate-y-5:nth-child(even) {
    --transform-translate-y: -1.25rem;
  }

  .xl\:even\:-translate-y-6:nth-child(even) {
    --transform-translate-y: -1.5rem;
  }

  .xl\:even\:-translate-y-7:nth-child(even) {
    --transform-translate-y: -1.75rem;
  }

  .xl\:even\:-translate-y-8:nth-child(even) {
    --transform-translate-y: -2rem;
  }

  .xl\:even\:-translate-y-9:nth-child(even) {
    --transform-translate-y: -2.25rem;
  }

  .xl\:even\:-translate-y-10:nth-child(even) {
    --transform-translate-y: -2.5rem;
  }

  .xl\:even\:-translate-y-11:nth-child(even) {
    --transform-translate-y: -2.75rem;
  }

  .xl\:even\:-translate-y-12:nth-child(even) {
    --transform-translate-y: -3rem;
  }

  .xl\:even\:-translate-y-13:nth-child(even) {
    --transform-translate-y: -3.25rem;
  }

  .xl\:even\:-translate-y-14:nth-child(even) {
    --transform-translate-y: -3.5rem;
  }

  .xl\:even\:-translate-y-15:nth-child(even) {
    --transform-translate-y: -3.75rem;
  }

  .xl\:even\:-translate-y-16:nth-child(even) {
    --transform-translate-y: -4rem;
  }

  .xl\:even\:-translate-y-17:nth-child(even) {
    --transform-translate-y: -4.25rem;
  }

  .xl\:even\:-translate-y-18:nth-child(even) {
    --transform-translate-y: -4.5rem;
  }

  .xl\:even\:-translate-y-19:nth-child(even) {
    --transform-translate-y: -4.75rem;
  }

  .xl\:even\:-translate-y-20:nth-child(even) {
    --transform-translate-y: -5rem;
  }

  .xl\:even\:-translate-y-24:nth-child(even) {
    --transform-translate-y: -6rem;
  }

  .xl\:even\:-translate-y-32:nth-child(even) {
    --transform-translate-y: -8rem;
  }

  .xl\:even\:-translate-y-40:nth-child(even) {
    --transform-translate-y: -10rem;
  }

  .xl\:even\:-translate-y-48:nth-child(even) {
    --transform-translate-y: -12rem;
  }

  .xl\:even\:-translate-y-56:nth-child(even) {
    --transform-translate-y: -14rem;
  }

  .xl\:even\:-translate-y-64:nth-child(even) {
    --transform-translate-y: -16rem;
  }

  .xl\:even\:-translate-y-75:nth-child(even) {
    --transform-translate-y: -18.75rem;
  }

  .xl\:even\:-translate-y-px:nth-child(even) {
    --transform-translate-y: -1px;
  }

  .xl\:even\:-translate-y-full:nth-child(even) {
    --transform-translate-y: -100%;
  }

  .xl\:even\:-translate-y-1\/2:nth-child(even) {
    --transform-translate-y: -50%;
  }

  .xl\:even\:translate-y-1\/2:nth-child(even) {
    --transform-translate-y: 50%;
  }

  .xl\:even\:translate-y-full:nth-child(even) {
    --transform-translate-y: 100%;
  }

  .xl\:odd\:translate-x-0:nth-child(odd) {
    --transform-translate-x: 0;
  }

  .xl\:odd\:translate-x-1:nth-child(odd) {
    --transform-translate-x: 0.25rem;
  }

  .xl\:odd\:translate-x-2:nth-child(odd) {
    --transform-translate-x: 0.5rem;
  }

  .xl\:odd\:translate-x-3:nth-child(odd) {
    --transform-translate-x: 0.75rem;
  }

  .xl\:odd\:translate-x-4:nth-child(odd) {
    --transform-translate-x: 1rem;
  }

  .xl\:odd\:translate-x-5:nth-child(odd) {
    --transform-translate-x: 1.25rem;
  }

  .xl\:odd\:translate-x-6:nth-child(odd) {
    --transform-translate-x: 1.5rem;
  }

  .xl\:odd\:translate-x-7:nth-child(odd) {
    --transform-translate-x: 1.75rem;
  }

  .xl\:odd\:translate-x-8:nth-child(odd) {
    --transform-translate-x: 2rem;
  }

  .xl\:odd\:translate-x-9:nth-child(odd) {
    --transform-translate-x: 2.25rem;
  }

  .xl\:odd\:translate-x-10:nth-child(odd) {
    --transform-translate-x: 2.5rem;
  }

  .xl\:odd\:translate-x-11:nth-child(odd) {
    --transform-translate-x: 2.75rem;
  }

  .xl\:odd\:translate-x-12:nth-child(odd) {
    --transform-translate-x: 3rem;
  }

  .xl\:odd\:translate-x-13:nth-child(odd) {
    --transform-translate-x: 3.25rem;
  }

  .xl\:odd\:translate-x-14:nth-child(odd) {
    --transform-translate-x: 3.5rem;
  }

  .xl\:odd\:translate-x-15:nth-child(odd) {
    --transform-translate-x: 3.75rem;
  }

  .xl\:odd\:translate-x-16:nth-child(odd) {
    --transform-translate-x: 4rem;
  }

  .xl\:odd\:translate-x-17:nth-child(odd) {
    --transform-translate-x: 4.25rem;
  }

  .xl\:odd\:translate-x-18:nth-child(odd) {
    --transform-translate-x: 4.5rem;
  }

  .xl\:odd\:translate-x-19:nth-child(odd) {
    --transform-translate-x: 4.75rem;
  }

  .xl\:odd\:translate-x-20:nth-child(odd) {
    --transform-translate-x: 5rem;
  }

  .xl\:odd\:translate-x-24:nth-child(odd) {
    --transform-translate-x: 6rem;
  }

  .xl\:odd\:translate-x-32:nth-child(odd) {
    --transform-translate-x: 8rem;
  }

  .xl\:odd\:translate-x-40:nth-child(odd) {
    --transform-translate-x: 10rem;
  }

  .xl\:odd\:translate-x-48:nth-child(odd) {
    --transform-translate-x: 12rem;
  }

  .xl\:odd\:translate-x-56:nth-child(odd) {
    --transform-translate-x: 14rem;
  }

  .xl\:odd\:translate-x-64:nth-child(odd) {
    --transform-translate-x: 16rem;
  }

  .xl\:odd\:translate-x-75:nth-child(odd) {
    --transform-translate-x: 18.75rem;
  }

  .xl\:odd\:translate-x-px:nth-child(odd) {
    --transform-translate-x: 1px;
  }

  .xl\:odd\:-translate-x-1:nth-child(odd) {
    --transform-translate-x: -0.25rem;
  }

  .xl\:odd\:-translate-x-2:nth-child(odd) {
    --transform-translate-x: -0.5rem;
  }

  .xl\:odd\:-translate-x-3:nth-child(odd) {
    --transform-translate-x: -0.75rem;
  }

  .xl\:odd\:-translate-x-4:nth-child(odd) {
    --transform-translate-x: -1rem;
  }

  .xl\:odd\:-translate-x-5:nth-child(odd) {
    --transform-translate-x: -1.25rem;
  }

  .xl\:odd\:-translate-x-6:nth-child(odd) {
    --transform-translate-x: -1.5rem;
  }

  .xl\:odd\:-translate-x-7:nth-child(odd) {
    --transform-translate-x: -1.75rem;
  }

  .xl\:odd\:-translate-x-8:nth-child(odd) {
    --transform-translate-x: -2rem;
  }

  .xl\:odd\:-translate-x-9:nth-child(odd) {
    --transform-translate-x: -2.25rem;
  }

  .xl\:odd\:-translate-x-10:nth-child(odd) {
    --transform-translate-x: -2.5rem;
  }

  .xl\:odd\:-translate-x-11:nth-child(odd) {
    --transform-translate-x: -2.75rem;
  }

  .xl\:odd\:-translate-x-12:nth-child(odd) {
    --transform-translate-x: -3rem;
  }

  .xl\:odd\:-translate-x-13:nth-child(odd) {
    --transform-translate-x: -3.25rem;
  }

  .xl\:odd\:-translate-x-14:nth-child(odd) {
    --transform-translate-x: -3.5rem;
  }

  .xl\:odd\:-translate-x-15:nth-child(odd) {
    --transform-translate-x: -3.75rem;
  }

  .xl\:odd\:-translate-x-16:nth-child(odd) {
    --transform-translate-x: -4rem;
  }

  .xl\:odd\:-translate-x-17:nth-child(odd) {
    --transform-translate-x: -4.25rem;
  }

  .xl\:odd\:-translate-x-18:nth-child(odd) {
    --transform-translate-x: -4.5rem;
  }

  .xl\:odd\:-translate-x-19:nth-child(odd) {
    --transform-translate-x: -4.75rem;
  }

  .xl\:odd\:-translate-x-20:nth-child(odd) {
    --transform-translate-x: -5rem;
  }

  .xl\:odd\:-translate-x-24:nth-child(odd) {
    --transform-translate-x: -6rem;
  }

  .xl\:odd\:-translate-x-32:nth-child(odd) {
    --transform-translate-x: -8rem;
  }

  .xl\:odd\:-translate-x-40:nth-child(odd) {
    --transform-translate-x: -10rem;
  }

  .xl\:odd\:-translate-x-48:nth-child(odd) {
    --transform-translate-x: -12rem;
  }

  .xl\:odd\:-translate-x-56:nth-child(odd) {
    --transform-translate-x: -14rem;
  }

  .xl\:odd\:-translate-x-64:nth-child(odd) {
    --transform-translate-x: -16rem;
  }

  .xl\:odd\:-translate-x-75:nth-child(odd) {
    --transform-translate-x: -18.75rem;
  }

  .xl\:odd\:-translate-x-px:nth-child(odd) {
    --transform-translate-x: -1px;
  }

  .xl\:odd\:-translate-x-full:nth-child(odd) {
    --transform-translate-x: -100%;
  }

  .xl\:odd\:-translate-x-1\/2:nth-child(odd) {
    --transform-translate-x: -50%;
  }

  .xl\:odd\:translate-x-1\/2:nth-child(odd) {
    --transform-translate-x: 50%;
  }

  .xl\:odd\:translate-x-full:nth-child(odd) {
    --transform-translate-x: 100%;
  }

  .xl\:odd\:translate-y-0:nth-child(odd) {
    --transform-translate-y: 0;
  }

  .xl\:odd\:translate-y-1:nth-child(odd) {
    --transform-translate-y: 0.25rem;
  }

  .xl\:odd\:translate-y-2:nth-child(odd) {
    --transform-translate-y: 0.5rem;
  }

  .xl\:odd\:translate-y-3:nth-child(odd) {
    --transform-translate-y: 0.75rem;
  }

  .xl\:odd\:translate-y-4:nth-child(odd) {
    --transform-translate-y: 1rem;
  }

  .xl\:odd\:translate-y-5:nth-child(odd) {
    --transform-translate-y: 1.25rem;
  }

  .xl\:odd\:translate-y-6:nth-child(odd) {
    --transform-translate-y: 1.5rem;
  }

  .xl\:odd\:translate-y-7:nth-child(odd) {
    --transform-translate-y: 1.75rem;
  }

  .xl\:odd\:translate-y-8:nth-child(odd) {
    --transform-translate-y: 2rem;
  }

  .xl\:odd\:translate-y-9:nth-child(odd) {
    --transform-translate-y: 2.25rem;
  }

  .xl\:odd\:translate-y-10:nth-child(odd) {
    --transform-translate-y: 2.5rem;
  }

  .xl\:odd\:translate-y-11:nth-child(odd) {
    --transform-translate-y: 2.75rem;
  }

  .xl\:odd\:translate-y-12:nth-child(odd) {
    --transform-translate-y: 3rem;
  }

  .xl\:odd\:translate-y-13:nth-child(odd) {
    --transform-translate-y: 3.25rem;
  }

  .xl\:odd\:translate-y-14:nth-child(odd) {
    --transform-translate-y: 3.5rem;
  }

  .xl\:odd\:translate-y-15:nth-child(odd) {
    --transform-translate-y: 3.75rem;
  }

  .xl\:odd\:translate-y-16:nth-child(odd) {
    --transform-translate-y: 4rem;
  }

  .xl\:odd\:translate-y-17:nth-child(odd) {
    --transform-translate-y: 4.25rem;
  }

  .xl\:odd\:translate-y-18:nth-child(odd) {
    --transform-translate-y: 4.5rem;
  }

  .xl\:odd\:translate-y-19:nth-child(odd) {
    --transform-translate-y: 4.75rem;
  }

  .xl\:odd\:translate-y-20:nth-child(odd) {
    --transform-translate-y: 5rem;
  }

  .xl\:odd\:translate-y-24:nth-child(odd) {
    --transform-translate-y: 6rem;
  }

  .xl\:odd\:translate-y-32:nth-child(odd) {
    --transform-translate-y: 8rem;
  }

  .xl\:odd\:translate-y-40:nth-child(odd) {
    --transform-translate-y: 10rem;
  }

  .xl\:odd\:translate-y-48:nth-child(odd) {
    --transform-translate-y: 12rem;
  }

  .xl\:odd\:translate-y-56:nth-child(odd) {
    --transform-translate-y: 14rem;
  }

  .xl\:odd\:translate-y-64:nth-child(odd) {
    --transform-translate-y: 16rem;
  }

  .xl\:odd\:translate-y-75:nth-child(odd) {
    --transform-translate-y: 18.75rem;
  }

  .xl\:odd\:translate-y-px:nth-child(odd) {
    --transform-translate-y: 1px;
  }

  .xl\:odd\:-translate-y-1:nth-child(odd) {
    --transform-translate-y: -0.25rem;
  }

  .xl\:odd\:-translate-y-2:nth-child(odd) {
    --transform-translate-y: -0.5rem;
  }

  .xl\:odd\:-translate-y-3:nth-child(odd) {
    --transform-translate-y: -0.75rem;
  }

  .xl\:odd\:-translate-y-4:nth-child(odd) {
    --transform-translate-y: -1rem;
  }

  .xl\:odd\:-translate-y-5:nth-child(odd) {
    --transform-translate-y: -1.25rem;
  }

  .xl\:odd\:-translate-y-6:nth-child(odd) {
    --transform-translate-y: -1.5rem;
  }

  .xl\:odd\:-translate-y-7:nth-child(odd) {
    --transform-translate-y: -1.75rem;
  }

  .xl\:odd\:-translate-y-8:nth-child(odd) {
    --transform-translate-y: -2rem;
  }

  .xl\:odd\:-translate-y-9:nth-child(odd) {
    --transform-translate-y: -2.25rem;
  }

  .xl\:odd\:-translate-y-10:nth-child(odd) {
    --transform-translate-y: -2.5rem;
  }

  .xl\:odd\:-translate-y-11:nth-child(odd) {
    --transform-translate-y: -2.75rem;
  }

  .xl\:odd\:-translate-y-12:nth-child(odd) {
    --transform-translate-y: -3rem;
  }

  .xl\:odd\:-translate-y-13:nth-child(odd) {
    --transform-translate-y: -3.25rem;
  }

  .xl\:odd\:-translate-y-14:nth-child(odd) {
    --transform-translate-y: -3.5rem;
  }

  .xl\:odd\:-translate-y-15:nth-child(odd) {
    --transform-translate-y: -3.75rem;
  }

  .xl\:odd\:-translate-y-16:nth-child(odd) {
    --transform-translate-y: -4rem;
  }

  .xl\:odd\:-translate-y-17:nth-child(odd) {
    --transform-translate-y: -4.25rem;
  }

  .xl\:odd\:-translate-y-18:nth-child(odd) {
    --transform-translate-y: -4.5rem;
  }

  .xl\:odd\:-translate-y-19:nth-child(odd) {
    --transform-translate-y: -4.75rem;
  }

  .xl\:odd\:-translate-y-20:nth-child(odd) {
    --transform-translate-y: -5rem;
  }

  .xl\:odd\:-translate-y-24:nth-child(odd) {
    --transform-translate-y: -6rem;
  }

  .xl\:odd\:-translate-y-32:nth-child(odd) {
    --transform-translate-y: -8rem;
  }

  .xl\:odd\:-translate-y-40:nth-child(odd) {
    --transform-translate-y: -10rem;
  }

  .xl\:odd\:-translate-y-48:nth-child(odd) {
    --transform-translate-y: -12rem;
  }

  .xl\:odd\:-translate-y-56:nth-child(odd) {
    --transform-translate-y: -14rem;
  }

  .xl\:odd\:-translate-y-64:nth-child(odd) {
    --transform-translate-y: -16rem;
  }

  .xl\:odd\:-translate-y-75:nth-child(odd) {
    --transform-translate-y: -18.75rem;
  }

  .xl\:odd\:-translate-y-px:nth-child(odd) {
    --transform-translate-y: -1px;
  }

  .xl\:odd\:-translate-y-full:nth-child(odd) {
    --transform-translate-y: -100%;
  }

  .xl\:odd\:-translate-y-1\/2:nth-child(odd) {
    --transform-translate-y: -50%;
  }

  .xl\:odd\:translate-y-1\/2:nth-child(odd) {
    --transform-translate-y: 50%;
  }

  .xl\:odd\:translate-y-full:nth-child(odd) {
    --transform-translate-y: 100%;
  }

  .xl\:children\:translate-x-0 > * {
    --transform-translate-x: 0;
  }

  .xl\:children\:translate-x-1 > * {
    --transform-translate-x: 0.25rem;
  }

  .xl\:children\:translate-x-2 > * {
    --transform-translate-x: 0.5rem;
  }

  .xl\:children\:translate-x-3 > * {
    --transform-translate-x: 0.75rem;
  }

  .xl\:children\:translate-x-4 > * {
    --transform-translate-x: 1rem;
  }

  .xl\:children\:translate-x-5 > * {
    --transform-translate-x: 1.25rem;
  }

  .xl\:children\:translate-x-6 > * {
    --transform-translate-x: 1.5rem;
  }

  .xl\:children\:translate-x-7 > * {
    --transform-translate-x: 1.75rem;
  }

  .xl\:children\:translate-x-8 > * {
    --transform-translate-x: 2rem;
  }

  .xl\:children\:translate-x-9 > * {
    --transform-translate-x: 2.25rem;
  }

  .xl\:children\:translate-x-10 > * {
    --transform-translate-x: 2.5rem;
  }

  .xl\:children\:translate-x-11 > * {
    --transform-translate-x: 2.75rem;
  }

  .xl\:children\:translate-x-12 > * {
    --transform-translate-x: 3rem;
  }

  .xl\:children\:translate-x-13 > * {
    --transform-translate-x: 3.25rem;
  }

  .xl\:children\:translate-x-14 > * {
    --transform-translate-x: 3.5rem;
  }

  .xl\:children\:translate-x-15 > * {
    --transform-translate-x: 3.75rem;
  }

  .xl\:children\:translate-x-16 > * {
    --transform-translate-x: 4rem;
  }

  .xl\:children\:translate-x-17 > * {
    --transform-translate-x: 4.25rem;
  }

  .xl\:children\:translate-x-18 > * {
    --transform-translate-x: 4.5rem;
  }

  .xl\:children\:translate-x-19 > * {
    --transform-translate-x: 4.75rem;
  }

  .xl\:children\:translate-x-20 > * {
    --transform-translate-x: 5rem;
  }

  .xl\:children\:translate-x-24 > * {
    --transform-translate-x: 6rem;
  }

  .xl\:children\:translate-x-32 > * {
    --transform-translate-x: 8rem;
  }

  .xl\:children\:translate-x-40 > * {
    --transform-translate-x: 10rem;
  }

  .xl\:children\:translate-x-48 > * {
    --transform-translate-x: 12rem;
  }

  .xl\:children\:translate-x-56 > * {
    --transform-translate-x: 14rem;
  }

  .xl\:children\:translate-x-64 > * {
    --transform-translate-x: 16rem;
  }

  .xl\:children\:translate-x-75 > * {
    --transform-translate-x: 18.75rem;
  }

  .xl\:children\:translate-x-px > * {
    --transform-translate-x: 1px;
  }

  .xl\:children\:-translate-x-1 > * {
    --transform-translate-x: -0.25rem;
  }

  .xl\:children\:-translate-x-2 > * {
    --transform-translate-x: -0.5rem;
  }

  .xl\:children\:-translate-x-3 > * {
    --transform-translate-x: -0.75rem;
  }

  .xl\:children\:-translate-x-4 > * {
    --transform-translate-x: -1rem;
  }

  .xl\:children\:-translate-x-5 > * {
    --transform-translate-x: -1.25rem;
  }

  .xl\:children\:-translate-x-6 > * {
    --transform-translate-x: -1.5rem;
  }

  .xl\:children\:-translate-x-7 > * {
    --transform-translate-x: -1.75rem;
  }

  .xl\:children\:-translate-x-8 > * {
    --transform-translate-x: -2rem;
  }

  .xl\:children\:-translate-x-9 > * {
    --transform-translate-x: -2.25rem;
  }

  .xl\:children\:-translate-x-10 > * {
    --transform-translate-x: -2.5rem;
  }

  .xl\:children\:-translate-x-11 > * {
    --transform-translate-x: -2.75rem;
  }

  .xl\:children\:-translate-x-12 > * {
    --transform-translate-x: -3rem;
  }

  .xl\:children\:-translate-x-13 > * {
    --transform-translate-x: -3.25rem;
  }

  .xl\:children\:-translate-x-14 > * {
    --transform-translate-x: -3.5rem;
  }

  .xl\:children\:-translate-x-15 > * {
    --transform-translate-x: -3.75rem;
  }

  .xl\:children\:-translate-x-16 > * {
    --transform-translate-x: -4rem;
  }

  .xl\:children\:-translate-x-17 > * {
    --transform-translate-x: -4.25rem;
  }

  .xl\:children\:-translate-x-18 > * {
    --transform-translate-x: -4.5rem;
  }

  .xl\:children\:-translate-x-19 > * {
    --transform-translate-x: -4.75rem;
  }

  .xl\:children\:-translate-x-20 > * {
    --transform-translate-x: -5rem;
  }

  .xl\:children\:-translate-x-24 > * {
    --transform-translate-x: -6rem;
  }

  .xl\:children\:-translate-x-32 > * {
    --transform-translate-x: -8rem;
  }

  .xl\:children\:-translate-x-40 > * {
    --transform-translate-x: -10rem;
  }

  .xl\:children\:-translate-x-48 > * {
    --transform-translate-x: -12rem;
  }

  .xl\:children\:-translate-x-56 > * {
    --transform-translate-x: -14rem;
  }

  .xl\:children\:-translate-x-64 > * {
    --transform-translate-x: -16rem;
  }

  .xl\:children\:-translate-x-75 > * {
    --transform-translate-x: -18.75rem;
  }

  .xl\:children\:-translate-x-px > * {
    --transform-translate-x: -1px;
  }

  .xl\:children\:-translate-x-full > * {
    --transform-translate-x: -100%;
  }

  .xl\:children\:-translate-x-1\/2 > * {
    --transform-translate-x: -50%;
  }

  .xl\:children\:translate-x-1\/2 > * {
    --transform-translate-x: 50%;
  }

  .xl\:children\:translate-x-full > * {
    --transform-translate-x: 100%;
  }

  .xl\:children\:translate-y-0 > * {
    --transform-translate-y: 0;
  }

  .xl\:children\:translate-y-1 > * {
    --transform-translate-y: 0.25rem;
  }

  .xl\:children\:translate-y-2 > * {
    --transform-translate-y: 0.5rem;
  }

  .xl\:children\:translate-y-3 > * {
    --transform-translate-y: 0.75rem;
  }

  .xl\:children\:translate-y-4 > * {
    --transform-translate-y: 1rem;
  }

  .xl\:children\:translate-y-5 > * {
    --transform-translate-y: 1.25rem;
  }

  .xl\:children\:translate-y-6 > * {
    --transform-translate-y: 1.5rem;
  }

  .xl\:children\:translate-y-7 > * {
    --transform-translate-y: 1.75rem;
  }

  .xl\:children\:translate-y-8 > * {
    --transform-translate-y: 2rem;
  }

  .xl\:children\:translate-y-9 > * {
    --transform-translate-y: 2.25rem;
  }

  .xl\:children\:translate-y-10 > * {
    --transform-translate-y: 2.5rem;
  }

  .xl\:children\:translate-y-11 > * {
    --transform-translate-y: 2.75rem;
  }

  .xl\:children\:translate-y-12 > * {
    --transform-translate-y: 3rem;
  }

  .xl\:children\:translate-y-13 > * {
    --transform-translate-y: 3.25rem;
  }

  .xl\:children\:translate-y-14 > * {
    --transform-translate-y: 3.5rem;
  }

  .xl\:children\:translate-y-15 > * {
    --transform-translate-y: 3.75rem;
  }

  .xl\:children\:translate-y-16 > * {
    --transform-translate-y: 4rem;
  }

  .xl\:children\:translate-y-17 > * {
    --transform-translate-y: 4.25rem;
  }

  .xl\:children\:translate-y-18 > * {
    --transform-translate-y: 4.5rem;
  }

  .xl\:children\:translate-y-19 > * {
    --transform-translate-y: 4.75rem;
  }

  .xl\:children\:translate-y-20 > * {
    --transform-translate-y: 5rem;
  }

  .xl\:children\:translate-y-24 > * {
    --transform-translate-y: 6rem;
  }

  .xl\:children\:translate-y-32 > * {
    --transform-translate-y: 8rem;
  }

  .xl\:children\:translate-y-40 > * {
    --transform-translate-y: 10rem;
  }

  .xl\:children\:translate-y-48 > * {
    --transform-translate-y: 12rem;
  }

  .xl\:children\:translate-y-56 > * {
    --transform-translate-y: 14rem;
  }

  .xl\:children\:translate-y-64 > * {
    --transform-translate-y: 16rem;
  }

  .xl\:children\:translate-y-75 > * {
    --transform-translate-y: 18.75rem;
  }

  .xl\:children\:translate-y-px > * {
    --transform-translate-y: 1px;
  }

  .xl\:children\:-translate-y-1 > * {
    --transform-translate-y: -0.25rem;
  }

  .xl\:children\:-translate-y-2 > * {
    --transform-translate-y: -0.5rem;
  }

  .xl\:children\:-translate-y-3 > * {
    --transform-translate-y: -0.75rem;
  }

  .xl\:children\:-translate-y-4 > * {
    --transform-translate-y: -1rem;
  }

  .xl\:children\:-translate-y-5 > * {
    --transform-translate-y: -1.25rem;
  }

  .xl\:children\:-translate-y-6 > * {
    --transform-translate-y: -1.5rem;
  }

  .xl\:children\:-translate-y-7 > * {
    --transform-translate-y: -1.75rem;
  }

  .xl\:children\:-translate-y-8 > * {
    --transform-translate-y: -2rem;
  }

  .xl\:children\:-translate-y-9 > * {
    --transform-translate-y: -2.25rem;
  }

  .xl\:children\:-translate-y-10 > * {
    --transform-translate-y: -2.5rem;
  }

  .xl\:children\:-translate-y-11 > * {
    --transform-translate-y: -2.75rem;
  }

  .xl\:children\:-translate-y-12 > * {
    --transform-translate-y: -3rem;
  }

  .xl\:children\:-translate-y-13 > * {
    --transform-translate-y: -3.25rem;
  }

  .xl\:children\:-translate-y-14 > * {
    --transform-translate-y: -3.5rem;
  }

  .xl\:children\:-translate-y-15 > * {
    --transform-translate-y: -3.75rem;
  }

  .xl\:children\:-translate-y-16 > * {
    --transform-translate-y: -4rem;
  }

  .xl\:children\:-translate-y-17 > * {
    --transform-translate-y: -4.25rem;
  }

  .xl\:children\:-translate-y-18 > * {
    --transform-translate-y: -4.5rem;
  }

  .xl\:children\:-translate-y-19 > * {
    --transform-translate-y: -4.75rem;
  }

  .xl\:children\:-translate-y-20 > * {
    --transform-translate-y: -5rem;
  }

  .xl\:children\:-translate-y-24 > * {
    --transform-translate-y: -6rem;
  }

  .xl\:children\:-translate-y-32 > * {
    --transform-translate-y: -8rem;
  }

  .xl\:children\:-translate-y-40 > * {
    --transform-translate-y: -10rem;
  }

  .xl\:children\:-translate-y-48 > * {
    --transform-translate-y: -12rem;
  }

  .xl\:children\:-translate-y-56 > * {
    --transform-translate-y: -14rem;
  }

  .xl\:children\:-translate-y-64 > * {
    --transform-translate-y: -16rem;
  }

  .xl\:children\:-translate-y-75 > * {
    --transform-translate-y: -18.75rem;
  }

  .xl\:children\:-translate-y-px > * {
    --transform-translate-y: -1px;
  }

  .xl\:children\:-translate-y-full > * {
    --transform-translate-y: -100%;
  }

  .xl\:children\:-translate-y-1\/2 > * {
    --transform-translate-y: -50%;
  }

  .xl\:children\:translate-y-1\/2 > * {
    --transform-translate-y: 50%;
  }

  .xl\:children\:translate-y-full > * {
    --transform-translate-y: 100%;
  }

  .xl\:first\:translate-x-0:first-child {
    --transform-translate-x: 0;
  }

  .xl\:first\:translate-x-1:first-child {
    --transform-translate-x: 0.25rem;
  }

  .xl\:first\:translate-x-2:first-child {
    --transform-translate-x: 0.5rem;
  }

  .xl\:first\:translate-x-3:first-child {
    --transform-translate-x: 0.75rem;
  }

  .xl\:first\:translate-x-4:first-child {
    --transform-translate-x: 1rem;
  }

  .xl\:first\:translate-x-5:first-child {
    --transform-translate-x: 1.25rem;
  }

  .xl\:first\:translate-x-6:first-child {
    --transform-translate-x: 1.5rem;
  }

  .xl\:first\:translate-x-7:first-child {
    --transform-translate-x: 1.75rem;
  }

  .xl\:first\:translate-x-8:first-child {
    --transform-translate-x: 2rem;
  }

  .xl\:first\:translate-x-9:first-child {
    --transform-translate-x: 2.25rem;
  }

  .xl\:first\:translate-x-10:first-child {
    --transform-translate-x: 2.5rem;
  }

  .xl\:first\:translate-x-11:first-child {
    --transform-translate-x: 2.75rem;
  }

  .xl\:first\:translate-x-12:first-child {
    --transform-translate-x: 3rem;
  }

  .xl\:first\:translate-x-13:first-child {
    --transform-translate-x: 3.25rem;
  }

  .xl\:first\:translate-x-14:first-child {
    --transform-translate-x: 3.5rem;
  }

  .xl\:first\:translate-x-15:first-child {
    --transform-translate-x: 3.75rem;
  }

  .xl\:first\:translate-x-16:first-child {
    --transform-translate-x: 4rem;
  }

  .xl\:first\:translate-x-17:first-child {
    --transform-translate-x: 4.25rem;
  }

  .xl\:first\:translate-x-18:first-child {
    --transform-translate-x: 4.5rem;
  }

  .xl\:first\:translate-x-19:first-child {
    --transform-translate-x: 4.75rem;
  }

  .xl\:first\:translate-x-20:first-child {
    --transform-translate-x: 5rem;
  }

  .xl\:first\:translate-x-24:first-child {
    --transform-translate-x: 6rem;
  }

  .xl\:first\:translate-x-32:first-child {
    --transform-translate-x: 8rem;
  }

  .xl\:first\:translate-x-40:first-child {
    --transform-translate-x: 10rem;
  }

  .xl\:first\:translate-x-48:first-child {
    --transform-translate-x: 12rem;
  }

  .xl\:first\:translate-x-56:first-child {
    --transform-translate-x: 14rem;
  }

  .xl\:first\:translate-x-64:first-child {
    --transform-translate-x: 16rem;
  }

  .xl\:first\:translate-x-75:first-child {
    --transform-translate-x: 18.75rem;
  }

  .xl\:first\:translate-x-px:first-child {
    --transform-translate-x: 1px;
  }

  .xl\:first\:-translate-x-1:first-child {
    --transform-translate-x: -0.25rem;
  }

  .xl\:first\:-translate-x-2:first-child {
    --transform-translate-x: -0.5rem;
  }

  .xl\:first\:-translate-x-3:first-child {
    --transform-translate-x: -0.75rem;
  }

  .xl\:first\:-translate-x-4:first-child {
    --transform-translate-x: -1rem;
  }

  .xl\:first\:-translate-x-5:first-child {
    --transform-translate-x: -1.25rem;
  }

  .xl\:first\:-translate-x-6:first-child {
    --transform-translate-x: -1.5rem;
  }

  .xl\:first\:-translate-x-7:first-child {
    --transform-translate-x: -1.75rem;
  }

  .xl\:first\:-translate-x-8:first-child {
    --transform-translate-x: -2rem;
  }

  .xl\:first\:-translate-x-9:first-child {
    --transform-translate-x: -2.25rem;
  }

  .xl\:first\:-translate-x-10:first-child {
    --transform-translate-x: -2.5rem;
  }

  .xl\:first\:-translate-x-11:first-child {
    --transform-translate-x: -2.75rem;
  }

  .xl\:first\:-translate-x-12:first-child {
    --transform-translate-x: -3rem;
  }

  .xl\:first\:-translate-x-13:first-child {
    --transform-translate-x: -3.25rem;
  }

  .xl\:first\:-translate-x-14:first-child {
    --transform-translate-x: -3.5rem;
  }

  .xl\:first\:-translate-x-15:first-child {
    --transform-translate-x: -3.75rem;
  }

  .xl\:first\:-translate-x-16:first-child {
    --transform-translate-x: -4rem;
  }

  .xl\:first\:-translate-x-17:first-child {
    --transform-translate-x: -4.25rem;
  }

  .xl\:first\:-translate-x-18:first-child {
    --transform-translate-x: -4.5rem;
  }

  .xl\:first\:-translate-x-19:first-child {
    --transform-translate-x: -4.75rem;
  }

  .xl\:first\:-translate-x-20:first-child {
    --transform-translate-x: -5rem;
  }

  .xl\:first\:-translate-x-24:first-child {
    --transform-translate-x: -6rem;
  }

  .xl\:first\:-translate-x-32:first-child {
    --transform-translate-x: -8rem;
  }

  .xl\:first\:-translate-x-40:first-child {
    --transform-translate-x: -10rem;
  }

  .xl\:first\:-translate-x-48:first-child {
    --transform-translate-x: -12rem;
  }

  .xl\:first\:-translate-x-56:first-child {
    --transform-translate-x: -14rem;
  }

  .xl\:first\:-translate-x-64:first-child {
    --transform-translate-x: -16rem;
  }

  .xl\:first\:-translate-x-75:first-child {
    --transform-translate-x: -18.75rem;
  }

  .xl\:first\:-translate-x-px:first-child {
    --transform-translate-x: -1px;
  }

  .xl\:first\:-translate-x-full:first-child {
    --transform-translate-x: -100%;
  }

  .xl\:first\:-translate-x-1\/2:first-child {
    --transform-translate-x: -50%;
  }

  .xl\:first\:translate-x-1\/2:first-child {
    --transform-translate-x: 50%;
  }

  .xl\:first\:translate-x-full:first-child {
    --transform-translate-x: 100%;
  }

  .xl\:first\:translate-y-0:first-child {
    --transform-translate-y: 0;
  }

  .xl\:first\:translate-y-1:first-child {
    --transform-translate-y: 0.25rem;
  }

  .xl\:first\:translate-y-2:first-child {
    --transform-translate-y: 0.5rem;
  }

  .xl\:first\:translate-y-3:first-child {
    --transform-translate-y: 0.75rem;
  }

  .xl\:first\:translate-y-4:first-child {
    --transform-translate-y: 1rem;
  }

  .xl\:first\:translate-y-5:first-child {
    --transform-translate-y: 1.25rem;
  }

  .xl\:first\:translate-y-6:first-child {
    --transform-translate-y: 1.5rem;
  }

  .xl\:first\:translate-y-7:first-child {
    --transform-translate-y: 1.75rem;
  }

  .xl\:first\:translate-y-8:first-child {
    --transform-translate-y: 2rem;
  }

  .xl\:first\:translate-y-9:first-child {
    --transform-translate-y: 2.25rem;
  }

  .xl\:first\:translate-y-10:first-child {
    --transform-translate-y: 2.5rem;
  }

  .xl\:first\:translate-y-11:first-child {
    --transform-translate-y: 2.75rem;
  }

  .xl\:first\:translate-y-12:first-child {
    --transform-translate-y: 3rem;
  }

  .xl\:first\:translate-y-13:first-child {
    --transform-translate-y: 3.25rem;
  }

  .xl\:first\:translate-y-14:first-child {
    --transform-translate-y: 3.5rem;
  }

  .xl\:first\:translate-y-15:first-child {
    --transform-translate-y: 3.75rem;
  }

  .xl\:first\:translate-y-16:first-child {
    --transform-translate-y: 4rem;
  }

  .xl\:first\:translate-y-17:first-child {
    --transform-translate-y: 4.25rem;
  }

  .xl\:first\:translate-y-18:first-child {
    --transform-translate-y: 4.5rem;
  }

  .xl\:first\:translate-y-19:first-child {
    --transform-translate-y: 4.75rem;
  }

  .xl\:first\:translate-y-20:first-child {
    --transform-translate-y: 5rem;
  }

  .xl\:first\:translate-y-24:first-child {
    --transform-translate-y: 6rem;
  }

  .xl\:first\:translate-y-32:first-child {
    --transform-translate-y: 8rem;
  }

  .xl\:first\:translate-y-40:first-child {
    --transform-translate-y: 10rem;
  }

  .xl\:first\:translate-y-48:first-child {
    --transform-translate-y: 12rem;
  }

  .xl\:first\:translate-y-56:first-child {
    --transform-translate-y: 14rem;
  }

  .xl\:first\:translate-y-64:first-child {
    --transform-translate-y: 16rem;
  }

  .xl\:first\:translate-y-75:first-child {
    --transform-translate-y: 18.75rem;
  }

  .xl\:first\:translate-y-px:first-child {
    --transform-translate-y: 1px;
  }

  .xl\:first\:-translate-y-1:first-child {
    --transform-translate-y: -0.25rem;
  }

  .xl\:first\:-translate-y-2:first-child {
    --transform-translate-y: -0.5rem;
  }

  .xl\:first\:-translate-y-3:first-child {
    --transform-translate-y: -0.75rem;
  }

  .xl\:first\:-translate-y-4:first-child {
    --transform-translate-y: -1rem;
  }

  .xl\:first\:-translate-y-5:first-child {
    --transform-translate-y: -1.25rem;
  }

  .xl\:first\:-translate-y-6:first-child {
    --transform-translate-y: -1.5rem;
  }

  .xl\:first\:-translate-y-7:first-child {
    --transform-translate-y: -1.75rem;
  }

  .xl\:first\:-translate-y-8:first-child {
    --transform-translate-y: -2rem;
  }

  .xl\:first\:-translate-y-9:first-child {
    --transform-translate-y: -2.25rem;
  }

  .xl\:first\:-translate-y-10:first-child {
    --transform-translate-y: -2.5rem;
  }

  .xl\:first\:-translate-y-11:first-child {
    --transform-translate-y: -2.75rem;
  }

  .xl\:first\:-translate-y-12:first-child {
    --transform-translate-y: -3rem;
  }

  .xl\:first\:-translate-y-13:first-child {
    --transform-translate-y: -3.25rem;
  }

  .xl\:first\:-translate-y-14:first-child {
    --transform-translate-y: -3.5rem;
  }

  .xl\:first\:-translate-y-15:first-child {
    --transform-translate-y: -3.75rem;
  }

  .xl\:first\:-translate-y-16:first-child {
    --transform-translate-y: -4rem;
  }

  .xl\:first\:-translate-y-17:first-child {
    --transform-translate-y: -4.25rem;
  }

  .xl\:first\:-translate-y-18:first-child {
    --transform-translate-y: -4.5rem;
  }

  .xl\:first\:-translate-y-19:first-child {
    --transform-translate-y: -4.75rem;
  }

  .xl\:first\:-translate-y-20:first-child {
    --transform-translate-y: -5rem;
  }

  .xl\:first\:-translate-y-24:first-child {
    --transform-translate-y: -6rem;
  }

  .xl\:first\:-translate-y-32:first-child {
    --transform-translate-y: -8rem;
  }

  .xl\:first\:-translate-y-40:first-child {
    --transform-translate-y: -10rem;
  }

  .xl\:first\:-translate-y-48:first-child {
    --transform-translate-y: -12rem;
  }

  .xl\:first\:-translate-y-56:first-child {
    --transform-translate-y: -14rem;
  }

  .xl\:first\:-translate-y-64:first-child {
    --transform-translate-y: -16rem;
  }

  .xl\:first\:-translate-y-75:first-child {
    --transform-translate-y: -18.75rem;
  }

  .xl\:first\:-translate-y-px:first-child {
    --transform-translate-y: -1px;
  }

  .xl\:first\:-translate-y-full:first-child {
    --transform-translate-y: -100%;
  }

  .xl\:first\:-translate-y-1\/2:first-child {
    --transform-translate-y: -50%;
  }

  .xl\:first\:translate-y-1\/2:first-child {
    --transform-translate-y: 50%;
  }

  .xl\:first\:translate-y-full:first-child {
    --transform-translate-y: 100%;
  }

  .xl\:last\:translate-x-0:last-child {
    --transform-translate-x: 0;
  }

  .xl\:last\:translate-x-1:last-child {
    --transform-translate-x: 0.25rem;
  }

  .xl\:last\:translate-x-2:last-child {
    --transform-translate-x: 0.5rem;
  }

  .xl\:last\:translate-x-3:last-child {
    --transform-translate-x: 0.75rem;
  }

  .xl\:last\:translate-x-4:last-child {
    --transform-translate-x: 1rem;
  }

  .xl\:last\:translate-x-5:last-child {
    --transform-translate-x: 1.25rem;
  }

  .xl\:last\:translate-x-6:last-child {
    --transform-translate-x: 1.5rem;
  }

  .xl\:last\:translate-x-7:last-child {
    --transform-translate-x: 1.75rem;
  }

  .xl\:last\:translate-x-8:last-child {
    --transform-translate-x: 2rem;
  }

  .xl\:last\:translate-x-9:last-child {
    --transform-translate-x: 2.25rem;
  }

  .xl\:last\:translate-x-10:last-child {
    --transform-translate-x: 2.5rem;
  }

  .xl\:last\:translate-x-11:last-child {
    --transform-translate-x: 2.75rem;
  }

  .xl\:last\:translate-x-12:last-child {
    --transform-translate-x: 3rem;
  }

  .xl\:last\:translate-x-13:last-child {
    --transform-translate-x: 3.25rem;
  }

  .xl\:last\:translate-x-14:last-child {
    --transform-translate-x: 3.5rem;
  }

  .xl\:last\:translate-x-15:last-child {
    --transform-translate-x: 3.75rem;
  }

  .xl\:last\:translate-x-16:last-child {
    --transform-translate-x: 4rem;
  }

  .xl\:last\:translate-x-17:last-child {
    --transform-translate-x: 4.25rem;
  }

  .xl\:last\:translate-x-18:last-child {
    --transform-translate-x: 4.5rem;
  }

  .xl\:last\:translate-x-19:last-child {
    --transform-translate-x: 4.75rem;
  }

  .xl\:last\:translate-x-20:last-child {
    --transform-translate-x: 5rem;
  }

  .xl\:last\:translate-x-24:last-child {
    --transform-translate-x: 6rem;
  }

  .xl\:last\:translate-x-32:last-child {
    --transform-translate-x: 8rem;
  }

  .xl\:last\:translate-x-40:last-child {
    --transform-translate-x: 10rem;
  }

  .xl\:last\:translate-x-48:last-child {
    --transform-translate-x: 12rem;
  }

  .xl\:last\:translate-x-56:last-child {
    --transform-translate-x: 14rem;
  }

  .xl\:last\:translate-x-64:last-child {
    --transform-translate-x: 16rem;
  }

  .xl\:last\:translate-x-75:last-child {
    --transform-translate-x: 18.75rem;
  }

  .xl\:last\:translate-x-px:last-child {
    --transform-translate-x: 1px;
  }

  .xl\:last\:-translate-x-1:last-child {
    --transform-translate-x: -0.25rem;
  }

  .xl\:last\:-translate-x-2:last-child {
    --transform-translate-x: -0.5rem;
  }

  .xl\:last\:-translate-x-3:last-child {
    --transform-translate-x: -0.75rem;
  }

  .xl\:last\:-translate-x-4:last-child {
    --transform-translate-x: -1rem;
  }

  .xl\:last\:-translate-x-5:last-child {
    --transform-translate-x: -1.25rem;
  }

  .xl\:last\:-translate-x-6:last-child {
    --transform-translate-x: -1.5rem;
  }

  .xl\:last\:-translate-x-7:last-child {
    --transform-translate-x: -1.75rem;
  }

  .xl\:last\:-translate-x-8:last-child {
    --transform-translate-x: -2rem;
  }

  .xl\:last\:-translate-x-9:last-child {
    --transform-translate-x: -2.25rem;
  }

  .xl\:last\:-translate-x-10:last-child {
    --transform-translate-x: -2.5rem;
  }

  .xl\:last\:-translate-x-11:last-child {
    --transform-translate-x: -2.75rem;
  }

  .xl\:last\:-translate-x-12:last-child {
    --transform-translate-x: -3rem;
  }

  .xl\:last\:-translate-x-13:last-child {
    --transform-translate-x: -3.25rem;
  }

  .xl\:last\:-translate-x-14:last-child {
    --transform-translate-x: -3.5rem;
  }

  .xl\:last\:-translate-x-15:last-child {
    --transform-translate-x: -3.75rem;
  }

  .xl\:last\:-translate-x-16:last-child {
    --transform-translate-x: -4rem;
  }

  .xl\:last\:-translate-x-17:last-child {
    --transform-translate-x: -4.25rem;
  }

  .xl\:last\:-translate-x-18:last-child {
    --transform-translate-x: -4.5rem;
  }

  .xl\:last\:-translate-x-19:last-child {
    --transform-translate-x: -4.75rem;
  }

  .xl\:last\:-translate-x-20:last-child {
    --transform-translate-x: -5rem;
  }

  .xl\:last\:-translate-x-24:last-child {
    --transform-translate-x: -6rem;
  }

  .xl\:last\:-translate-x-32:last-child {
    --transform-translate-x: -8rem;
  }

  .xl\:last\:-translate-x-40:last-child {
    --transform-translate-x: -10rem;
  }

  .xl\:last\:-translate-x-48:last-child {
    --transform-translate-x: -12rem;
  }

  .xl\:last\:-translate-x-56:last-child {
    --transform-translate-x: -14rem;
  }

  .xl\:last\:-translate-x-64:last-child {
    --transform-translate-x: -16rem;
  }

  .xl\:last\:-translate-x-75:last-child {
    --transform-translate-x: -18.75rem;
  }

  .xl\:last\:-translate-x-px:last-child {
    --transform-translate-x: -1px;
  }

  .xl\:last\:-translate-x-full:last-child {
    --transform-translate-x: -100%;
  }

  .xl\:last\:-translate-x-1\/2:last-child {
    --transform-translate-x: -50%;
  }

  .xl\:last\:translate-x-1\/2:last-child {
    --transform-translate-x: 50%;
  }

  .xl\:last\:translate-x-full:last-child {
    --transform-translate-x: 100%;
  }

  .xl\:last\:translate-y-0:last-child {
    --transform-translate-y: 0;
  }

  .xl\:last\:translate-y-1:last-child {
    --transform-translate-y: 0.25rem;
  }

  .xl\:last\:translate-y-2:last-child {
    --transform-translate-y: 0.5rem;
  }

  .xl\:last\:translate-y-3:last-child {
    --transform-translate-y: 0.75rem;
  }

  .xl\:last\:translate-y-4:last-child {
    --transform-translate-y: 1rem;
  }

  .xl\:last\:translate-y-5:last-child {
    --transform-translate-y: 1.25rem;
  }

  .xl\:last\:translate-y-6:last-child {
    --transform-translate-y: 1.5rem;
  }

  .xl\:last\:translate-y-7:last-child {
    --transform-translate-y: 1.75rem;
  }

  .xl\:last\:translate-y-8:last-child {
    --transform-translate-y: 2rem;
  }

  .xl\:last\:translate-y-9:last-child {
    --transform-translate-y: 2.25rem;
  }

  .xl\:last\:translate-y-10:last-child {
    --transform-translate-y: 2.5rem;
  }

  .xl\:last\:translate-y-11:last-child {
    --transform-translate-y: 2.75rem;
  }

  .xl\:last\:translate-y-12:last-child {
    --transform-translate-y: 3rem;
  }

  .xl\:last\:translate-y-13:last-child {
    --transform-translate-y: 3.25rem;
  }

  .xl\:last\:translate-y-14:last-child {
    --transform-translate-y: 3.5rem;
  }

  .xl\:last\:translate-y-15:last-child {
    --transform-translate-y: 3.75rem;
  }

  .xl\:last\:translate-y-16:last-child {
    --transform-translate-y: 4rem;
  }

  .xl\:last\:translate-y-17:last-child {
    --transform-translate-y: 4.25rem;
  }

  .xl\:last\:translate-y-18:last-child {
    --transform-translate-y: 4.5rem;
  }

  .xl\:last\:translate-y-19:last-child {
    --transform-translate-y: 4.75rem;
  }

  .xl\:last\:translate-y-20:last-child {
    --transform-translate-y: 5rem;
  }

  .xl\:last\:translate-y-24:last-child {
    --transform-translate-y: 6rem;
  }

  .xl\:last\:translate-y-32:last-child {
    --transform-translate-y: 8rem;
  }

  .xl\:last\:translate-y-40:last-child {
    --transform-translate-y: 10rem;
  }

  .xl\:last\:translate-y-48:last-child {
    --transform-translate-y: 12rem;
  }

  .xl\:last\:translate-y-56:last-child {
    --transform-translate-y: 14rem;
  }

  .xl\:last\:translate-y-64:last-child {
    --transform-translate-y: 16rem;
  }

  .xl\:last\:translate-y-75:last-child {
    --transform-translate-y: 18.75rem;
  }

  .xl\:last\:translate-y-px:last-child {
    --transform-translate-y: 1px;
  }

  .xl\:last\:-translate-y-1:last-child {
    --transform-translate-y: -0.25rem;
  }

  .xl\:last\:-translate-y-2:last-child {
    --transform-translate-y: -0.5rem;
  }

  .xl\:last\:-translate-y-3:last-child {
    --transform-translate-y: -0.75rem;
  }

  .xl\:last\:-translate-y-4:last-child {
    --transform-translate-y: -1rem;
  }

  .xl\:last\:-translate-y-5:last-child {
    --transform-translate-y: -1.25rem;
  }

  .xl\:last\:-translate-y-6:last-child {
    --transform-translate-y: -1.5rem;
  }

  .xl\:last\:-translate-y-7:last-child {
    --transform-translate-y: -1.75rem;
  }

  .xl\:last\:-translate-y-8:last-child {
    --transform-translate-y: -2rem;
  }

  .xl\:last\:-translate-y-9:last-child {
    --transform-translate-y: -2.25rem;
  }

  .xl\:last\:-translate-y-10:last-child {
    --transform-translate-y: -2.5rem;
  }

  .xl\:last\:-translate-y-11:last-child {
    --transform-translate-y: -2.75rem;
  }

  .xl\:last\:-translate-y-12:last-child {
    --transform-translate-y: -3rem;
  }

  .xl\:last\:-translate-y-13:last-child {
    --transform-translate-y: -3.25rem;
  }

  .xl\:last\:-translate-y-14:last-child {
    --transform-translate-y: -3.5rem;
  }

  .xl\:last\:-translate-y-15:last-child {
    --transform-translate-y: -3.75rem;
  }

  .xl\:last\:-translate-y-16:last-child {
    --transform-translate-y: -4rem;
  }

  .xl\:last\:-translate-y-17:last-child {
    --transform-translate-y: -4.25rem;
  }

  .xl\:last\:-translate-y-18:last-child {
    --transform-translate-y: -4.5rem;
  }

  .xl\:last\:-translate-y-19:last-child {
    --transform-translate-y: -4.75rem;
  }

  .xl\:last\:-translate-y-20:last-child {
    --transform-translate-y: -5rem;
  }

  .xl\:last\:-translate-y-24:last-child {
    --transform-translate-y: -6rem;
  }

  .xl\:last\:-translate-y-32:last-child {
    --transform-translate-y: -8rem;
  }

  .xl\:last\:-translate-y-40:last-child {
    --transform-translate-y: -10rem;
  }

  .xl\:last\:-translate-y-48:last-child {
    --transform-translate-y: -12rem;
  }

  .xl\:last\:-translate-y-56:last-child {
    --transform-translate-y: -14rem;
  }

  .xl\:last\:-translate-y-64:last-child {
    --transform-translate-y: -16rem;
  }

  .xl\:last\:-translate-y-75:last-child {
    --transform-translate-y: -18.75rem;
  }

  .xl\:last\:-translate-y-px:last-child {
    --transform-translate-y: -1px;
  }

  .xl\:last\:-translate-y-full:last-child {
    --transform-translate-y: -100%;
  }

  .xl\:last\:-translate-y-1\/2:last-child {
    --transform-translate-y: -50%;
  }

  .xl\:last\:translate-y-1\/2:last-child {
    --transform-translate-y: 50%;
  }

  .xl\:last\:translate-y-full:last-child {
    --transform-translate-y: 100%;
  }

  .xl\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .xl\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .xl\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .xl\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .xl\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .xl\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .xl\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .xl\:hover\:translate-x-7:hover {
    --transform-translate-x: 1.75rem;
  }

  .xl\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .xl\:hover\:translate-x-9:hover {
    --transform-translate-x: 2.25rem;
  }

  .xl\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .xl\:hover\:translate-x-11:hover {
    --transform-translate-x: 2.75rem;
  }

  .xl\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .xl\:hover\:translate-x-13:hover {
    --transform-translate-x: 3.25rem;
  }

  .xl\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem;
  }

  .xl\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.75rem;
  }

  .xl\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .xl\:hover\:translate-x-17:hover {
    --transform-translate-x: 4.25rem;
  }

  .xl\:hover\:translate-x-18:hover {
    --transform-translate-x: 4.5rem;
  }

  .xl\:hover\:translate-x-19:hover {
    --transform-translate-x: 4.75rem;
  }

  .xl\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .xl\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .xl\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .xl\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .xl\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .xl\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .xl\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .xl\:hover\:translate-x-75:hover {
    --transform-translate-x: 18.75rem;
  }

  .xl\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .xl\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .xl\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .xl\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .xl\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .xl\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .xl\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .xl\:hover\:-translate-x-7:hover {
    --transform-translate-x: -1.75rem;
  }

  .xl\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .xl\:hover\:-translate-x-9:hover {
    --transform-translate-x: -2.25rem;
  }

  .xl\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .xl\:hover\:-translate-x-11:hover {
    --transform-translate-x: -2.75rem;
  }

  .xl\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .xl\:hover\:-translate-x-13:hover {
    --transform-translate-x: -3.25rem;
  }

  .xl\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem;
  }

  .xl\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.75rem;
  }

  .xl\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .xl\:hover\:-translate-x-17:hover {
    --transform-translate-x: -4.25rem;
  }

  .xl\:hover\:-translate-x-18:hover {
    --transform-translate-x: -4.5rem;
  }

  .xl\:hover\:-translate-x-19:hover {
    --transform-translate-x: -4.75rem;
  }

  .xl\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .xl\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .xl\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .xl\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .xl\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .xl\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .xl\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .xl\:hover\:-translate-x-75:hover {
    --transform-translate-x: -18.75rem;
  }

  .xl\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .xl\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .xl\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .xl\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .xl\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .xl\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .xl\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .xl\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .xl\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .xl\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .xl\:hover\:translate-y-7:hover {
    --transform-translate-y: 1.75rem;
  }

  .xl\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .xl\:hover\:translate-y-9:hover {
    --transform-translate-y: 2.25rem;
  }

  .xl\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .xl\:hover\:translate-y-11:hover {
    --transform-translate-y: 2.75rem;
  }

  .xl\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .xl\:hover\:translate-y-13:hover {
    --transform-translate-y: 3.25rem;
  }

  .xl\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem;
  }

  .xl\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.75rem;
  }

  .xl\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .xl\:hover\:translate-y-17:hover {
    --transform-translate-y: 4.25rem;
  }

  .xl\:hover\:translate-y-18:hover {
    --transform-translate-y: 4.5rem;
  }

  .xl\:hover\:translate-y-19:hover {
    --transform-translate-y: 4.75rem;
  }

  .xl\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .xl\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .xl\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .xl\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .xl\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .xl\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .xl\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .xl\:hover\:translate-y-75:hover {
    --transform-translate-y: 18.75rem;
  }

  .xl\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .xl\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .xl\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .xl\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .xl\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .xl\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .xl\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .xl\:hover\:-translate-y-7:hover {
    --transform-translate-y: -1.75rem;
  }

  .xl\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .xl\:hover\:-translate-y-9:hover {
    --transform-translate-y: -2.25rem;
  }

  .xl\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .xl\:hover\:-translate-y-11:hover {
    --transform-translate-y: -2.75rem;
  }

  .xl\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .xl\:hover\:-translate-y-13:hover {
    --transform-translate-y: -3.25rem;
  }

  .xl\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem;
  }

  .xl\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.75rem;
  }

  .xl\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .xl\:hover\:-translate-y-17:hover {
    --transform-translate-y: -4.25rem;
  }

  .xl\:hover\:-translate-y-18:hover {
    --transform-translate-y: -4.5rem;
  }

  .xl\:hover\:-translate-y-19:hover {
    --transform-translate-y: -4.75rem;
  }

  .xl\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .xl\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .xl\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .xl\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .xl\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .xl\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .xl\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .xl\:hover\:-translate-y-75:hover {
    --transform-translate-y: -18.75rem;
  }

  .xl\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .xl\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .xl\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .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-9\! {
    --transform-translate-x: 2.25rem !important;
  }

  .xl\:translate-x-10\! {
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:translate-x-11\! {
    --transform-translate-x: 2.75rem !important;
  }

  .xl\:translate-x-12\! {
    --transform-translate-x: 3rem !important;
  }

  .xl\:translate-x-13\! {
    --transform-translate-x: 3.25rem !important;
  }

  .xl\:translate-x-14\! {
    --transform-translate-x: 3.5rem !important;
  }

  .xl\:translate-x-15\! {
    --transform-translate-x: 3.75rem !important;
  }

  .xl\:translate-x-16\! {
    --transform-translate-x: 4rem !important;
  }

  .xl\:translate-x-17\! {
    --transform-translate-x: 4.25rem !important;
  }

  .xl\:translate-x-18\! {
    --transform-translate-x: 4.5rem !important;
  }

  .xl\:translate-x-19\! {
    --transform-translate-x: 4.75rem !important;
  }

  .xl\:translate-x-20\! {
    --transform-translate-x: 5rem !important;
  }

  .xl\:translate-x-24\! {
    --transform-translate-x: 6rem !important;
  }

  .xl\:translate-x-32\! {
    --transform-translate-x: 8rem !important;
  }

  .xl\:translate-x-40\! {
    --transform-translate-x: 10rem !important;
  }

  .xl\:translate-x-48\! {
    --transform-translate-x: 12rem !important;
  }

  .xl\:translate-x-56\! {
    --transform-translate-x: 14rem !important;
  }

  .xl\:translate-x-64\! {
    --transform-translate-x: 16rem !important;
  }

  .xl\:translate-x-75\! {
    --transform-translate-x: 18.75rem !important;
  }

  .xl\:translate-x-px\! {
    --transform-translate-x: 1px !important;
  }

  .xl\:-translate-x-1\! {
    --transform-translate-x: -0.25rem !important;
  }

  .xl\:-translate-x-2\! {
    --transform-translate-x: -0.5rem !important;
  }

  .xl\:-translate-x-3\! {
    --transform-translate-x: -0.75rem !important;
  }

  .xl\:-translate-x-4\! {
    --transform-translate-x: -1rem !important;
  }

  .xl\:-translate-x-5\! {
    --transform-translate-x: -1.25rem !important;
  }

  .xl\:-translate-x-6\! {
    --transform-translate-x: -1.5rem !important;
  }

  .xl\:-translate-x-7\! {
    --transform-translate-x: -1.75rem !important;
  }

  .xl\:-translate-x-8\! {
    --transform-translate-x: -2rem !important;
  }

  .xl\:-translate-x-9\! {
    --transform-translate-x: -2.25rem !important;
  }

  .xl\:-translate-x-10\! {
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:-translate-x-11\! {
    --transform-translate-x: -2.75rem !important;
  }

  .xl\:-translate-x-12\! {
    --transform-translate-x: -3rem !important;
  }

  .xl\:-translate-x-13\! {
    --transform-translate-x: -3.25rem !important;
  }

  .xl\:-translate-x-14\! {
    --transform-translate-x: -3.5rem !important;
  }

  .xl\:-translate-x-15\! {
    --transform-translate-x: -3.75rem !important;
  }

  .xl\:-translate-x-16\! {
    --transform-translate-x: -4rem !important;
  }

  .xl\:-translate-x-17\! {
    --transform-translate-x: -4.25rem !important;
  }

  .xl\:-translate-x-18\! {
    --transform-translate-x: -4.5rem !important;
  }

  .xl\:-translate-x-19\! {
    --transform-translate-x: -4.75rem !important;
  }

  .xl\:-translate-x-20\! {
    --transform-translate-x: -5rem !important;
  }

  .xl\:-translate-x-24\! {
    --transform-translate-x: -6rem !important;
  }

  .xl\:-translate-x-32\! {
    --transform-translate-x: -8rem !important;
  }

  .xl\:-translate-x-40\! {
    --transform-translate-x: -10rem !important;
  }

  .xl\:-translate-x-48\! {
    --transform-translate-x: -12rem !important;
  }

  .xl\:-translate-x-56\! {
    --transform-translate-x: -14rem !important;
  }

  .xl\:-translate-x-64\! {
    --transform-translate-x: -16rem !important;
  }

  .xl\:-translate-x-75\! {
    --transform-translate-x: -18.75rem !important;
  }

  .xl\:-translate-x-px\! {
    --transform-translate-x: -1px !important;
  }

  .xl\:-translate-x-full\! {
    --transform-translate-x: -100% !important;
  }

  .xl\:-translate-x-1\/2\! {
    --transform-translate-x: -50% !important;
  }

  .xl\:translate-x-1\/2\! {
    --transform-translate-x: 50% !important;
  }

  .xl\:translate-x-full\! {
    --transform-translate-x: 100% !important;
  }

  .xl\:translate-y-0\! {
    --transform-translate-y: 0 !important;
  }

  .xl\:translate-y-1\! {
    --transform-translate-y: 0.25rem !important;
  }

  .xl\:translate-y-2\! {
    --transform-translate-y: 0.5rem !important;
  }

  .xl\:translate-y-3\! {
    --transform-translate-y: 0.75rem !important;
  }

  .xl\:translate-y-4\! {
    --transform-translate-y: 1rem !important;
  }

  .xl\:translate-y-5\! {
    --transform-translate-y: 1.25rem !important;
  }

  .xl\:translate-y-6\! {
    --transform-translate-y: 1.5rem !important;
  }

  .xl\:translate-y-7\! {
    --transform-translate-y: 1.75rem !important;
  }

  .xl\:translate-y-8\! {
    --transform-translate-y: 2rem !important;
  }

  .xl\:translate-y-9\! {
    --transform-translate-y: 2.25rem !important;
  }

  .xl\:translate-y-10\! {
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:translate-y-11\! {
    --transform-translate-y: 2.75rem !important;
  }

  .xl\:translate-y-12\! {
    --transform-translate-y: 3rem !important;
  }

  .xl\:translate-y-13\! {
    --transform-translate-y: 3.25rem !important;
  }

  .xl\:translate-y-14\! {
    --transform-translate-y: 3.5rem !important;
  }

  .xl\:translate-y-15\! {
    --transform-translate-y: 3.75rem !important;
  }

  .xl\:translate-y-16\! {
    --transform-translate-y: 4rem !important;
  }

  .xl\:translate-y-17\! {
    --transform-translate-y: 4.25rem !important;
  }

  .xl\:translate-y-18\! {
    --transform-translate-y: 4.5rem !important;
  }

  .xl\:translate-y-19\! {
    --transform-translate-y: 4.75rem !important;
  }

  .xl\:translate-y-20\! {
    --transform-translate-y: 5rem !important;
  }

  .xl\:translate-y-24\! {
    --transform-translate-y: 6rem !important;
  }

  .xl\:translate-y-32\! {
    --transform-translate-y: 8rem !important;
  }

  .xl\:translate-y-40\! {
    --transform-translate-y: 10rem !important;
  }

  .xl\:translate-y-48\! {
    --transform-translate-y: 12rem !important;
  }

  .xl\:translate-y-56\! {
    --transform-translate-y: 14rem !important;
  }

  .xl\:translate-y-64\! {
    --transform-translate-y: 16rem !important;
  }

  .xl\:translate-y-75\! {
    --transform-translate-y: 18.75rem !important;
  }

  .xl\:translate-y-px\! {
    --transform-translate-y: 1px !important;
  }

  .xl\:-translate-y-1\! {
    --transform-translate-y: -0.25rem !important;
  }

  .xl\:-translate-y-2\! {
    --transform-translate-y: -0.5rem !important;
  }

  .xl\:-translate-y-3\! {
    --transform-translate-y: -0.75rem !important;
  }

  .xl\:-translate-y-4\! {
    --transform-translate-y: -1rem !important;
  }

  .xl\:-translate-y-5\! {
    --transform-translate-y: -1.25rem !important;
  }

  .xl\:-translate-y-6\! {
    --transform-translate-y: -1.5rem !important;
  }

  .xl\:-translate-y-7\! {
    --transform-translate-y: -1.75rem !important;
  }

  .xl\:-translate-y-8\! {
    --transform-translate-y: -2rem !important;
  }

  .xl\:-translate-y-9\! {
    --transform-translate-y: -2.25rem !important;
  }

  .xl\:-translate-y-10\! {
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:-translate-y-11\! {
    --transform-translate-y: -2.75rem !important;
  }

  .xl\:-translate-y-12\! {
    --transform-translate-y: -3rem !important;
  }

  .xl\:-translate-y-13\! {
    --transform-translate-y: -3.25rem !important;
  }

  .xl\:-translate-y-14\! {
    --transform-translate-y: -3.5rem !important;
  }

  .xl\:-translate-y-15\! {
    --transform-translate-y: -3.75rem !important;
  }

  .xl\:-translate-y-16\! {
    --transform-translate-y: -4rem !important;
  }

  .xl\:-translate-y-17\! {
    --transform-translate-y: -4.25rem !important;
  }

  .xl\:-translate-y-18\! {
    --transform-translate-y: -4.5rem !important;
  }

  .xl\:-translate-y-19\! {
    --transform-translate-y: -4.75rem !important;
  }

  .xl\:-translate-y-20\! {
    --transform-translate-y: -5rem !important;
  }

  .xl\:-translate-y-24\! {
    --transform-translate-y: -6rem !important;
  }

  .xl\:-translate-y-32\! {
    --transform-translate-y: -8rem !important;
  }

  .xl\:-translate-y-40\! {
    --transform-translate-y: -10rem !important;
  }

  .xl\:-translate-y-48\! {
    --transform-translate-y: -12rem !important;
  }

  .xl\:-translate-y-56\! {
    --transform-translate-y: -14rem !important;
  }

  .xl\:-translate-y-64\! {
    --transform-translate-y: -16rem !important;
  }

  .xl\:-translate-y-75\! {
    --transform-translate-y: -18.75rem !important;
  }

  .xl\:-translate-y-px\! {
    --transform-translate-y: -1px !important;
  }

  .xl\:-translate-y-full\! {
    --transform-translate-y: -100% !important;
  }

  .xl\:-translate-y-1\/2\! {
    --transform-translate-y: -50% !important;
  }

  .xl\:translate-y-1\/2\! {
    --transform-translate-y: 50% !important;
  }

  .xl\:translate-y-full\! {
    --transform-translate-y: 100% !important;
  }

  .xl\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .xl\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .xl\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .xl\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .xl\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .xl\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .xl\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .xl\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .xl\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .xl\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .xl\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .xl\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .xl\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .xl\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .xl\:even\:skew-x-0:nth-child(even) {
    --transform-skew-x: 0;
  }

  .xl\:even\:skew-x-3:nth-child(even) {
    --transform-skew-x: 3deg;
  }

  .xl\:even\:skew-x-6:nth-child(even) {
    --transform-skew-x: 6deg;
  }

  .xl\:even\:skew-x-12:nth-child(even) {
    --transform-skew-x: 12deg;
  }

  .xl\:even\:-skew-x-12:nth-child(even) {
    --transform-skew-x: -12deg;
  }

  .xl\:even\:-skew-x-6:nth-child(even) {
    --transform-skew-x: -6deg;
  }

  .xl\:even\:-skew-x-3:nth-child(even) {
    --transform-skew-x: -3deg;
  }

  .xl\:even\:skew-y-0:nth-child(even) {
    --transform-skew-y: 0;
  }

  .xl\:even\:skew-y-3:nth-child(even) {
    --transform-skew-y: 3deg;
  }

  .xl\:even\:skew-y-6:nth-child(even) {
    --transform-skew-y: 6deg;
  }

  .xl\:even\:skew-y-12:nth-child(even) {
    --transform-skew-y: 12deg;
  }

  .xl\:even\:-skew-y-12:nth-child(even) {
    --transform-skew-y: -12deg;
  }

  .xl\:even\:-skew-y-6:nth-child(even) {
    --transform-skew-y: -6deg;
  }

  .xl\:even\:-skew-y-3:nth-child(even) {
    --transform-skew-y: -3deg;
  }

  .xl\:odd\:skew-x-0:nth-child(odd) {
    --transform-skew-x: 0;
  }

  .xl\:odd\:skew-x-3:nth-child(odd) {
    --transform-skew-x: 3deg;
  }

  .xl\:odd\:skew-x-6:nth-child(odd) {
    --transform-skew-x: 6deg;
  }

  .xl\:odd\:skew-x-12:nth-child(odd) {
    --transform-skew-x: 12deg;
  }

  .xl\:odd\:-skew-x-12:nth-child(odd) {
    --transform-skew-x: -12deg;
  }

  .xl\:odd\:-skew-x-6:nth-child(odd) {
    --transform-skew-x: -6deg;
  }

  .xl\:odd\:-skew-x-3:nth-child(odd) {
    --transform-skew-x: -3deg;
  }

  .xl\:odd\:skew-y-0:nth-child(odd) {
    --transform-skew-y: 0;
  }

  .xl\:odd\:skew-y-3:nth-child(odd) {
    --transform-skew-y: 3deg;
  }

  .xl\:odd\:skew-y-6:nth-child(odd) {
    --transform-skew-y: 6deg;
  }

  .xl\:odd\:skew-y-12:nth-child(odd) {
    --transform-skew-y: 12deg;
  }

  .xl\:odd\:-skew-y-12:nth-child(odd) {
    --transform-skew-y: -12deg;
  }

  .xl\:odd\:-skew-y-6:nth-child(odd) {
    --transform-skew-y: -6deg;
  }

  .xl\:odd\:-skew-y-3:nth-child(odd) {
    --transform-skew-y: -3deg;
  }

  .xl\:children\:skew-x-0 > * {
    --transform-skew-x: 0;
  }

  .xl\:children\:skew-x-3 > * {
    --transform-skew-x: 3deg;
  }

  .xl\:children\:skew-x-6 > * {
    --transform-skew-x: 6deg;
  }

  .xl\:children\:skew-x-12 > * {
    --transform-skew-x: 12deg;
  }

  .xl\:children\:-skew-x-12 > * {
    --transform-skew-x: -12deg;
  }

  .xl\:children\:-skew-x-6 > * {
    --transform-skew-x: -6deg;
  }

  .xl\:children\:-skew-x-3 > * {
    --transform-skew-x: -3deg;
  }

  .xl\:children\:skew-y-0 > * {
    --transform-skew-y: 0;
  }

  .xl\:children\:skew-y-3 > * {
    --transform-skew-y: 3deg;
  }

  .xl\:children\:skew-y-6 > * {
    --transform-skew-y: 6deg;
  }

  .xl\:children\:skew-y-12 > * {
    --transform-skew-y: 12deg;
  }

  .xl\:children\:-skew-y-12 > * {
    --transform-skew-y: -12deg;
  }

  .xl\:children\:-skew-y-6 > * {
    --transform-skew-y: -6deg;
  }

  .xl\:children\:-skew-y-3 > * {
    --transform-skew-y: -3deg;
  }

  .xl\:first\:skew-x-0:first-child {
    --transform-skew-x: 0;
  }

  .xl\:first\:skew-x-3:first-child {
    --transform-skew-x: 3deg;
  }

  .xl\:first\:skew-x-6:first-child {
    --transform-skew-x: 6deg;
  }

  .xl\:first\:skew-x-12:first-child {
    --transform-skew-x: 12deg;
  }

  .xl\:first\:-skew-x-12:first-child {
    --transform-skew-x: -12deg;
  }

  .xl\:first\:-skew-x-6:first-child {
    --transform-skew-x: -6deg;
  }

  .xl\:first\:-skew-x-3:first-child {
    --transform-skew-x: -3deg;
  }

  .xl\:first\:skew-y-0:first-child {
    --transform-skew-y: 0;
  }

  .xl\:first\:skew-y-3:first-child {
    --transform-skew-y: 3deg;
  }

  .xl\:first\:skew-y-6:first-child {
    --transform-skew-y: 6deg;
  }

  .xl\:first\:skew-y-12:first-child {
    --transform-skew-y: 12deg;
  }

  .xl\:first\:-skew-y-12:first-child {
    --transform-skew-y: -12deg;
  }

  .xl\:first\:-skew-y-6:first-child {
    --transform-skew-y: -6deg;
  }

  .xl\:first\:-skew-y-3:first-child {
    --transform-skew-y: -3deg;
  }

  .xl\:last\:skew-x-0:last-child {
    --transform-skew-x: 0;
  }

  .xl\:last\:skew-x-3:last-child {
    --transform-skew-x: 3deg;
  }

  .xl\:last\:skew-x-6:last-child {
    --transform-skew-x: 6deg;
  }

  .xl\:last\:skew-x-12:last-child {
    --transform-skew-x: 12deg;
  }

  .xl\:last\:-skew-x-12:last-child {
    --transform-skew-x: -12deg;
  }

  .xl\:last\:-skew-x-6:last-child {
    --transform-skew-x: -6deg;
  }

  .xl\:last\:-skew-x-3:last-child {
    --transform-skew-x: -3deg;
  }

  .xl\:last\:skew-y-0:last-child {
    --transform-skew-y: 0;
  }

  .xl\:last\:skew-y-3:last-child {
    --transform-skew-y: 3deg;
  }

  .xl\:last\:skew-y-6:last-child {
    --transform-skew-y: 6deg;
  }

  .xl\:last\:skew-y-12:last-child {
    --transform-skew-y: 12deg;
  }

  .xl\:last\:-skew-y-12:last-child {
    --transform-skew-y: -12deg;
  }

  .xl\:last\:-skew-y-6:last-child {
    --transform-skew-y: -6deg;
  }

  .xl\:last\:-skew-y-3:last-child {
    --transform-skew-y: -3deg;
  }

  .xl\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .xl\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .xl\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .xl\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .xl\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .xl\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .xl\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .xl\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .xl\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .xl\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .xl\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .xl\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .xl\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .xl\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .xl\:skew-x-0\! {
    --transform-skew-x: 0 !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-y-0\! {
    --transform-skew-y: 0 !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\:transition-none {
    transition-property: none;
  }

  .xl\:transition-all {
    transition-property: all;
  }

  .xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xl\:transition-opacity {
    transition-property: opacity;
  }

  .xl\:transition-shadow {
    transition-property: box-shadow;
  }

  .xl\:transition-transform {
    transition-property: transform;
  }

  .xl\:even\:transition-none:nth-child(even) {
    transition-property: none;
  }

  .xl\:even\:transition-all:nth-child(even) {
    transition-property: all;
  }

  .xl\:even\:transition:nth-child(even) {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xl\:even\:transition-colors:nth-child(even) {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xl\:even\:transition-opacity:nth-child(even) {
    transition-property: opacity;
  }

  .xl\:even\:transition-shadow:nth-child(even) {
    transition-property: box-shadow;
  }

  .xl\:even\:transition-transform:nth-child(even) {
    transition-property: transform;
  }

  .xl\:odd\:transition-none:nth-child(odd) {
    transition-property: none;
  }

  .xl\:odd\:transition-all:nth-child(odd) {
    transition-property: all;
  }

  .xl\:odd\:transition:nth-child(odd) {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xl\:odd\:transition-colors:nth-child(odd) {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xl\:odd\:transition-opacity:nth-child(odd) {
    transition-property: opacity;
  }

  .xl\:odd\:transition-shadow:nth-child(odd) {
    transition-property: box-shadow;
  }

  .xl\:odd\:transition-transform:nth-child(odd) {
    transition-property: transform;
  }

  .xl\:children\:transition-none > * {
    transition-property: none;
  }

  .xl\:children\:transition-all > * {
    transition-property: all;
  }

  .xl\:children\:transition > * {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xl\:children\:transition-colors > * {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xl\:children\:transition-opacity > * {
    transition-property: opacity;
  }

  .xl\:children\:transition-shadow > * {
    transition-property: box-shadow;
  }

  .xl\:children\:transition-transform > * {
    transition-property: transform;
  }

  .xl\:first\:transition-none:first-child {
    transition-property: none;
  }

  .xl\:first\:transition-all:first-child {
    transition-property: all;
  }

  .xl\:first\:transition:first-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xl\:first\:transition-colors:first-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xl\:first\:transition-opacity:first-child {
    transition-property: opacity;
  }

  .xl\:first\:transition-shadow:first-child {
    transition-property: box-shadow;
  }

  .xl\:first\:transition-transform:first-child {
    transition-property: transform;
  }

  .xl\:last\:transition-none:last-child {
    transition-property: none;
  }

  .xl\:last\:transition-all:last-child {
    transition-property: all;
  }

  .xl\:last\:transition:last-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xl\:last\:transition-colors:last-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xl\:last\:transition-opacity:last-child {
    transition-property: opacity;
  }

  .xl\:last\:transition-shadow:last-child {
    transition-property: box-shadow;
  }

  .xl\:last\:transition-transform:last-child {
    transition-property: transform;
  }

  .xl\:hover\:transition-none:hover {
    transition-property: none;
  }

  .xl\:hover\:transition-all:hover {
    transition-property: all;
  }

  .xl\:hover\:transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xl\:hover\:transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xl\:hover\:transition-opacity:hover {
    transition-property: opacity;
  }

  .xl\:hover\:transition-shadow:hover {
    transition-property: box-shadow;
  }

  .xl\:hover\:transition-transform:hover {
    transition-property: transform;
  }

  .xl\:transition-none\! {
    transition-property: none !important;
  }

  .xl\:transition-all\! {
    transition-property: all !important;
  }

  .xl\:transition\! {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .xl\:transition-colors\! {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .xl\:transition-opacity\! {
    transition-property: opacity !important;
  }

  .xl\:transition-shadow\! {
    transition-property: box-shadow !important;
  }

  .xl\:transition-transform\! {
    transition-property: transform !important;
  }

  .xl\:ease-linear {
    transition-timing-function: linear;
  }

  .xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:even\:ease-linear:nth-child(even) {
    transition-timing-function: linear;
  }

  .xl\:even\:ease-in:nth-child(even) {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:even\:ease-out:nth-child(even) {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:even\:ease-in-out:nth-child(even) {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:odd\:ease-linear:nth-child(odd) {
    transition-timing-function: linear;
  }

  .xl\:odd\:ease-in:nth-child(odd) {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:odd\:ease-out:nth-child(odd) {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:odd\:ease-in-out:nth-child(odd) {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:children\:ease-linear > * {
    transition-timing-function: linear;
  }

  .xl\:children\:ease-in > * {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:children\:ease-out > * {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:children\:ease-in-out > * {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:first\:ease-linear:first-child {
    transition-timing-function: linear;
  }

  .xl\:first\:ease-in:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:first\:ease-out:first-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:first\:ease-in-out:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:last\:ease-linear:last-child {
    transition-timing-function: linear;
  }

  .xl\:last\:ease-in:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:last\:ease-out:last-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:last\:ease-in-out:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:hover\:ease-linear:hover {
    transition-timing-function: linear;
  }

  .xl\:hover\:ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:hover\:ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:hover\:ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:ease-linear\! {
    transition-timing-function: linear !important;
  }

  .xl\:ease-in\! {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl\:ease-out\! {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xl\:ease-in-out\! {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xl\:duration-75 {
    transition-duration: 75ms;
  }

  .xl\:duration-100 {
    transition-duration: 100ms;
  }

  .xl\:duration-150 {
    transition-duration: 150ms;
  }

  .xl\:duration-200 {
    transition-duration: 200ms;
  }

  .xl\:duration-300 {
    transition-duration: 300ms;
  }

  .xl\:duration-500 {
    transition-duration: 500ms;
  }

  .xl\:duration-700 {
    transition-duration: 700ms;
  }

  .xl\:duration-1000 {
    transition-duration: 1000ms;
  }

  .xl\:even\:duration-75:nth-child(even) {
    transition-duration: 75ms;
  }

  .xl\:even\:duration-100:nth-child(even) {
    transition-duration: 100ms;
  }

  .xl\:even\:duration-150:nth-child(even) {
    transition-duration: 150ms;
  }

  .xl\:even\:duration-200:nth-child(even) {
    transition-duration: 200ms;
  }

  .xl\:even\:duration-300:nth-child(even) {
    transition-duration: 300ms;
  }

  .xl\:even\:duration-500:nth-child(even) {
    transition-duration: 500ms;
  }

  .xl\:even\:duration-700:nth-child(even) {
    transition-duration: 700ms;
  }

  .xl\:even\:duration-1000:nth-child(even) {
    transition-duration: 1000ms;
  }

  .xl\:odd\:duration-75:nth-child(odd) {
    transition-duration: 75ms;
  }

  .xl\:odd\:duration-100:nth-child(odd) {
    transition-duration: 100ms;
  }

  .xl\:odd\:duration-150:nth-child(odd) {
    transition-duration: 150ms;
  }

  .xl\:odd\:duration-200:nth-child(odd) {
    transition-duration: 200ms;
  }

  .xl\:odd\:duration-300:nth-child(odd) {
    transition-duration: 300ms;
  }

  .xl\:odd\:duration-500:nth-child(odd) {
    transition-duration: 500ms;
  }

  .xl\:odd\:duration-700:nth-child(odd) {
    transition-duration: 700ms;
  }

  .xl\:odd\:duration-1000:nth-child(odd) {
    transition-duration: 1000ms;
  }

  .xl\:children\:duration-75 > * {
    transition-duration: 75ms;
  }

  .xl\:children\:duration-100 > * {
    transition-duration: 100ms;
  }

  .xl\:children\:duration-150 > * {
    transition-duration: 150ms;
  }

  .xl\:children\:duration-200 > * {
    transition-duration: 200ms;
  }

  .xl\:children\:duration-300 > * {
    transition-duration: 300ms;
  }

  .xl\:children\:duration-500 > * {
    transition-duration: 500ms;
  }

  .xl\:children\:duration-700 > * {
    transition-duration: 700ms;
  }

  .xl\:children\:duration-1000 > * {
    transition-duration: 1000ms;
  }

  .xl\:first\:duration-75:first-child {
    transition-duration: 75ms;
  }

  .xl\:first\:duration-100:first-child {
    transition-duration: 100ms;
  }

  .xl\:first\:duration-150:first-child {
    transition-duration: 150ms;
  }

  .xl\:first\:duration-200:first-child {
    transition-duration: 200ms;
  }

  .xl\:first\:duration-300:first-child {
    transition-duration: 300ms;
  }

  .xl\:first\:duration-500:first-child {
    transition-duration: 500ms;
  }

  .xl\:first\:duration-700:first-child {
    transition-duration: 700ms;
  }

  .xl\:first\:duration-1000:first-child {
    transition-duration: 1000ms;
  }

  .xl\:last\:duration-75:last-child {
    transition-duration: 75ms;
  }

  .xl\:last\:duration-100:last-child {
    transition-duration: 100ms;
  }

  .xl\:last\:duration-150:last-child {
    transition-duration: 150ms;
  }

  .xl\:last\:duration-200:last-child {
    transition-duration: 200ms;
  }

  .xl\:last\:duration-300:last-child {
    transition-duration: 300ms;
  }

  .xl\:last\:duration-500:last-child {
    transition-duration: 500ms;
  }

  .xl\:last\:duration-700:last-child {
    transition-duration: 700ms;
  }

  .xl\:last\:duration-1000:last-child {
    transition-duration: 1000ms;
  }

  .xl\:hover\:duration-75:hover {
    transition-duration: 75ms;
  }

  .xl\:hover\:duration-100:hover {
    transition-duration: 100ms;
  }

  .xl\:hover\:duration-150:hover {
    transition-duration: 150ms;
  }

  .xl\:hover\:duration-200:hover {
    transition-duration: 200ms;
  }

  .xl\:hover\:duration-300:hover {
    transition-duration: 300ms;
  }

  .xl\:hover\:duration-500:hover {
    transition-duration: 500ms;
  }

  .xl\:hover\:duration-700:hover {
    transition-duration: 700ms;
  }

  .xl\:hover\:duration-1000:hover {
    transition-duration: 1000ms;
  }

  .xl\:duration-75\! {
    transition-duration: 75ms !important;
  }

  .xl\:duration-100\! {
    transition-duration: 100ms !important;
  }

  .xl\:duration-150\! {
    transition-duration: 150ms !important;
  }

  .xl\:duration-200\! {
    transition-duration: 200ms !important;
  }

  .xl\:duration-300\! {
    transition-duration: 300ms !important;
  }

  .xl\:duration-500\! {
    transition-duration: 500ms !important;
  }

  .xl\:duration-700\! {
    transition-duration: 700ms !important;
  }

  .xl\:duration-1000\! {
    transition-duration: 1000ms !important;
  }

  .xl\:delay-75 {
    transition-delay: 75ms;
  }

  .xl\:delay-100 {
    transition-delay: 100ms;
  }

  .xl\:delay-150 {
    transition-delay: 150ms;
  }

  .xl\:delay-200 {
    transition-delay: 200ms;
  }

  .xl\:delay-300 {
    transition-delay: 300ms;
  }

  .xl\:delay-500 {
    transition-delay: 500ms;
  }

  .xl\:delay-700 {
    transition-delay: 700ms;
  }

  .xl\:delay-1000 {
    transition-delay: 1000ms;
  }

  .xl\:even\:delay-75:nth-child(even) {
    transition-delay: 75ms;
  }

  .xl\:even\:delay-100:nth-child(even) {
    transition-delay: 100ms;
  }

  .xl\:even\:delay-150:nth-child(even) {
    transition-delay: 150ms;
  }

  .xl\:even\:delay-200:nth-child(even) {
    transition-delay: 200ms;
  }

  .xl\:even\:delay-300:nth-child(even) {
    transition-delay: 300ms;
  }

  .xl\:even\:delay-500:nth-child(even) {
    transition-delay: 500ms;
  }

  .xl\:even\:delay-700:nth-child(even) {
    transition-delay: 700ms;
  }

  .xl\:even\:delay-1000:nth-child(even) {
    transition-delay: 1000ms;
  }

  .xl\:odd\:delay-75:nth-child(odd) {
    transition-delay: 75ms;
  }

  .xl\:odd\:delay-100:nth-child(odd) {
    transition-delay: 100ms;
  }

  .xl\:odd\:delay-150:nth-child(odd) {
    transition-delay: 150ms;
  }

  .xl\:odd\:delay-200:nth-child(odd) {
    transition-delay: 200ms;
  }

  .xl\:odd\:delay-300:nth-child(odd) {
    transition-delay: 300ms;
  }

  .xl\:odd\:delay-500:nth-child(odd) {
    transition-delay: 500ms;
  }

  .xl\:odd\:delay-700:nth-child(odd) {
    transition-delay: 700ms;
  }

  .xl\:odd\:delay-1000:nth-child(odd) {
    transition-delay: 1000ms;
  }

  .xl\:children\:delay-75 > * {
    transition-delay: 75ms;
  }

  .xl\:children\:delay-100 > * {
    transition-delay: 100ms;
  }

  .xl\:children\:delay-150 > * {
    transition-delay: 150ms;
  }

  .xl\:children\:delay-200 > * {
    transition-delay: 200ms;
  }

  .xl\:children\:delay-300 > * {
    transition-delay: 300ms;
  }

  .xl\:children\:delay-500 > * {
    transition-delay: 500ms;
  }

  .xl\:children\:delay-700 > * {
    transition-delay: 700ms;
  }

  .xl\:children\:delay-1000 > * {
    transition-delay: 1000ms;
  }

  .xl\:first\:delay-75:first-child {
    transition-delay: 75ms;
  }

  .xl\:first\:delay-100:first-child {
    transition-delay: 100ms;
  }

  .xl\:first\:delay-150:first-child {
    transition-delay: 150ms;
  }

  .xl\:first\:delay-200:first-child {
    transition-delay: 200ms;
  }

  .xl\:first\:delay-300:first-child {
    transition-delay: 300ms;
  }

  .xl\:first\:delay-500:first-child {
    transition-delay: 500ms;
  }

  .xl\:first\:delay-700:first-child {
    transition-delay: 700ms;
  }

  .xl\:first\:delay-1000:first-child {
    transition-delay: 1000ms;
  }

  .xl\:last\:delay-75:last-child {
    transition-delay: 75ms;
  }

  .xl\:last\:delay-100:last-child {
    transition-delay: 100ms;
  }

  .xl\:last\:delay-150:last-child {
    transition-delay: 150ms;
  }

  .xl\:last\:delay-200:last-child {
    transition-delay: 200ms;
  }

  .xl\:last\:delay-300:last-child {
    transition-delay: 300ms;
  }

  .xl\:last\:delay-500:last-child {
    transition-delay: 500ms;
  }

  .xl\:last\:delay-700:last-child {
    transition-delay: 700ms;
  }

  .xl\:last\:delay-1000:last-child {
    transition-delay: 1000ms;
  }

  .xl\:hover\:delay-75:hover {
    transition-delay: 75ms;
  }

  .xl\:hover\:delay-100:hover {
    transition-delay: 100ms;
  }

  .xl\:hover\:delay-150:hover {
    transition-delay: 150ms;
  }

  .xl\:hover\:delay-200:hover {
    transition-delay: 200ms;
  }

  .xl\:hover\:delay-300:hover {
    transition-delay: 300ms;
  }

  .xl\:hover\:delay-500:hover {
    transition-delay: 500ms;
  }

  .xl\:hover\:delay-700:hover {
    transition-delay: 700ms;
  }

  .xl\:hover\:delay-1000:hover {
    transition-delay: 1000ms;
  }

  .xl\:delay-75\! {
    transition-delay: 75ms !important;
  }

  .xl\:delay-100\! {
    transition-delay: 100ms !important;
  }

  .xl\:delay-150\! {
    transition-delay: 150ms !important;
  }

  .xl\:delay-200\! {
    transition-delay: 200ms !important;
  }

  .xl\:delay-300\! {
    transition-delay: 300ms !important;
  }

  .xl\:delay-500\! {
    transition-delay: 500ms !important;
  }

  .xl\:delay-700\! {
    transition-delay: 700ms !important;
  }

  .xl\:delay-1000\! {
    transition-delay: 1000ms !important;
  }

  .xl\:aspect-ratio-square {
    padding-top: 100%;
  }

  .xl\:aspect-ratio-3\/2 {
    padding-top: 66.66666666666667%;
  }

  .xl\:aspect-ratio-2\/3 {
    padding-top: 150%;
  }

  .xl\:aspect-ratio-4\/3 {
    padding-top: 75%;
  }

  .xl\:aspect-ratio-5\/6 {
    padding-top: 120%;
  }

  .xl\:aspect-ratio-16\/9 {
    padding-top: 56.25%;
  }

  .xl\:aspect-ratio-21\/9 {
    padding-top: 42.86%;
  }

  .xl\:even\:aspect-ratio-square:nth-child(even) {
    padding-top: 100%;
  }

  .xl\:even\:aspect-ratio-3\/2:nth-child(even) {
    padding-top: 66.66666666666667%;
  }

  .xl\:even\:aspect-ratio-2\/3:nth-child(even) {
    padding-top: 150%;
  }

  .xl\:even\:aspect-ratio-4\/3:nth-child(even) {
    padding-top: 75%;
  }

  .xl\:even\:aspect-ratio-5\/6:nth-child(even) {
    padding-top: 120%;
  }

  .xl\:even\:aspect-ratio-16\/9:nth-child(even) {
    padding-top: 56.25%;
  }

  .xl\:even\:aspect-ratio-21\/9:nth-child(even) {
    padding-top: 42.86%;
  }

  .xl\:odd\:aspect-ratio-square:nth-child(odd) {
    padding-top: 100%;
  }

  .xl\:odd\:aspect-ratio-3\/2:nth-child(odd) {
    padding-top: 66.66666666666667%;
  }

  .xl\:odd\:aspect-ratio-2\/3:nth-child(odd) {
    padding-top: 150%;
  }

  .xl\:odd\:aspect-ratio-4\/3:nth-child(odd) {
    padding-top: 75%;
  }

  .xl\:odd\:aspect-ratio-5\/6:nth-child(odd) {
    padding-top: 120%;
  }

  .xl\:odd\:aspect-ratio-16\/9:nth-child(odd) {
    padding-top: 56.25%;
  }

  .xl\:odd\:aspect-ratio-21\/9:nth-child(odd) {
    padding-top: 42.86%;
  }

  .xl\:children\:aspect-ratio-square > * {
    padding-top: 100%;
  }

  .xl\:children\:aspect-ratio-3\/2 > * {
    padding-top: 66.66666666666667%;
  }

  .xl\:children\:aspect-ratio-2\/3 > * {
    padding-top: 150%;
  }

  .xl\:children\:aspect-ratio-4\/3 > * {
    padding-top: 75%;
  }

  .xl\:children\:aspect-ratio-5\/6 > * {
    padding-top: 120%;
  }

  .xl\:children\:aspect-ratio-16\/9 > * {
    padding-top: 56.25%;
  }

  .xl\:children\:aspect-ratio-21\/9 > * {
    padding-top: 42.86%;
  }

  .xl\:first\:aspect-ratio-square:first-child {
    padding-top: 100%;
  }

  .xl\:first\:aspect-ratio-3\/2:first-child {
    padding-top: 66.66666666666667%;
  }

  .xl\:first\:aspect-ratio-2\/3:first-child {
    padding-top: 150%;
  }

  .xl\:first\:aspect-ratio-4\/3:first-child {
    padding-top: 75%;
  }

  .xl\:first\:aspect-ratio-5\/6:first-child {
    padding-top: 120%;
  }

  .xl\:first\:aspect-ratio-16\/9:first-child {
    padding-top: 56.25%;
  }

  .xl\:first\:aspect-ratio-21\/9:first-child {
    padding-top: 42.86%;
  }

  .xl\:last\:aspect-ratio-square:last-child {
    padding-top: 100%;
  }

  .xl\:last\:aspect-ratio-3\/2:last-child {
    padding-top: 66.66666666666667%;
  }

  .xl\:last\:aspect-ratio-2\/3:last-child {
    padding-top: 150%;
  }

  .xl\:last\:aspect-ratio-4\/3:last-child {
    padding-top: 75%;
  }

  .xl\:last\:aspect-ratio-5\/6:last-child {
    padding-top: 120%;
  }

  .xl\:last\:aspect-ratio-16\/9:last-child {
    padding-top: 56.25%;
  }

  .xl\:last\:aspect-ratio-21\/9:last-child {
    padding-top: 42.86%;
  }

  .xl\:hover\:aspect-ratio-square:hover {
    padding-top: 100%;
  }

  .xl\:hover\:aspect-ratio-3\/2:hover {
    padding-top: 66.66666666666667%;
  }

  .xl\:hover\:aspect-ratio-2\/3:hover {
    padding-top: 150%;
  }

  .xl\:hover\:aspect-ratio-4\/3:hover {
    padding-top: 75%;
  }

  .xl\:hover\:aspect-ratio-5\/6:hover {
    padding-top: 120%;
  }

  .xl\:hover\:aspect-ratio-16\/9:hover {
    padding-top: 56.25%;
  }

  .xl\:hover\:aspect-ratio-21\/9:hover {
    padding-top: 42.86%;
  }

  .xl\:aspect-ratio-square\! {
    padding-top: 100% !important;
  }

  .xl\:aspect-ratio-3\/2\! {
    padding-top: 66.66666666666667% !important;
  }

  .xl\:aspect-ratio-2\/3\! {
    padding-top: 150% !important;
  }

  .xl\:aspect-ratio-4\/3\! {
    padding-top: 75% !important;
  }

  .xl\:aspect-ratio-5\/6\! {
    padding-top: 120% !important;
  }

  .xl\:aspect-ratio-16\/9\! {
    padding-top: 56.25% !important;
  }

  .xl\:aspect-ratio-21\/9\! {
    padding-top: 42.86% !important;
  }

  .xl\:border-box {
    box-sizing: border-box;
  }

  .xl\:content-box {
    box-sizing: content-box;
  }

  .xl\:even\:border-box:nth-child(even) {
    box-sizing: border-box;
  }

  .xl\:even\:content-box:nth-child(even) {
    box-sizing: content-box;
  }

  .xl\:odd\:border-box:nth-child(odd) {
    box-sizing: border-box;
  }

  .xl\:odd\:content-box:nth-child(odd) {
    box-sizing: content-box;
  }

  .xl\:children\:border-box > * {
    box-sizing: border-box;
  }

  .xl\:children\:content-box > * {
    box-sizing: content-box;
  }

  .xl\:first\:border-box:first-child {
    box-sizing: border-box;
  }

  .xl\:first\:content-box:first-child {
    box-sizing: content-box;
  }

  .xl\:last\:border-box:last-child {
    box-sizing: border-box;
  }

  .xl\:last\:content-box:last-child {
    box-sizing: content-box;
  }

  .xl\:hover\:border-box:hover {
    box-sizing: border-box;
  }

  .xl\:hover\:content-box:hover {
    box-sizing: content-box;
  }

  .xl\:border-box\! {
    box-sizing: border-box !important;
  }

  .xl\:content-box\! {
    box-sizing: content-box !important;
  }

  .xl\:line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:line-clamp-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:line-clamp-7 {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:line-clamp-8 {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:line-clamp-9 {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:line-clamp-10 {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:even\:line-clamp-1:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:even\:line-clamp-2:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:even\:line-clamp-3:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:even\:line-clamp-4:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:even\:line-clamp-5:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:even\:line-clamp-6:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:even\:line-clamp-7:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:even\:line-clamp-8:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:even\:line-clamp-9:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:even\:line-clamp-10:nth-child(even) {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:odd\:line-clamp-1:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:odd\:line-clamp-2:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:odd\:line-clamp-3:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:odd\:line-clamp-4:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:odd\:line-clamp-5:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:odd\:line-clamp-6:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:odd\:line-clamp-7:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:odd\:line-clamp-8:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:odd\:line-clamp-9:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:odd\:line-clamp-10:nth-child(odd) {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:children\:line-clamp-1 > * {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:children\:line-clamp-2 > * {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:children\:line-clamp-3 > * {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:children\:line-clamp-4 > * {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:children\:line-clamp-5 > * {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:children\:line-clamp-6 > * {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:children\:line-clamp-7 > * {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:children\:line-clamp-8 > * {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:children\:line-clamp-9 > * {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:children\:line-clamp-10 > * {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:first\:line-clamp-1:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:first\:line-clamp-2:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:first\:line-clamp-3:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:first\:line-clamp-4:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:first\:line-clamp-5:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:first\:line-clamp-6:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:first\:line-clamp-7:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:first\:line-clamp-8:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:first\:line-clamp-9:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:first\:line-clamp-10:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:last\:line-clamp-1:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:last\:line-clamp-2:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:last\:line-clamp-3:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:last\:line-clamp-4:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:last\:line-clamp-5:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:last\:line-clamp-6:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:last\:line-clamp-7:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:last\:line-clamp-8:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:last\:line-clamp-9:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:last\:line-clamp-10:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:hover\:line-clamp-1:hover {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:hover\:line-clamp-2:hover {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:hover\:line-clamp-3:hover {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:hover\:line-clamp-4:hover {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:hover\:line-clamp-5:hover {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:hover\:line-clamp-6:hover {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:hover\:line-clamp-7:hover {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:hover\:line-clamp-8:hover {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:hover\:line-clamp-9:hover {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:hover\:line-clamp-10:hover {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .xl\:line-clamp-1\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .xl\:line-clamp-2\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .xl\:line-clamp-3\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .xl\:line-clamp-4\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .xl\:line-clamp-5\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .xl\:line-clamp-6\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .xl\:line-clamp-7\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 7 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .xl\:line-clamp-8\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 8 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .xl\:line-clamp-9\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 9 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .xl\:line-clamp-10\! {
    display: -webkit-box !important;
    -webkit-line-clamp: 10 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .xl\:filter-blur-1 {
    filter: blur(1px);
  }

  .xl\:filter-blur-2 {
    filter: blur(2px);
  }

  .xl\:filter-blur-3 {
    filter: blur(3px);
  }

  .xl\:filter-blur-4 {
    filter: blur(4px);
  }

  .xl\:filter-blur-5 {
    filter: blur(5px);
  }

  .xl\:even\:filter-blur-1:nth-child(even) {
    filter: blur(1px);
  }

  .xl\:even\:filter-blur-2:nth-child(even) {
    filter: blur(2px);
  }

  .xl\:even\:filter-blur-3:nth-child(even) {
    filter: blur(3px);
  }

  .xl\:even\:filter-blur-4:nth-child(even) {
    filter: blur(4px);
  }

  .xl\:even\:filter-blur-5:nth-child(even) {
    filter: blur(5px);
  }

  .xl\:odd\:filter-blur-1:nth-child(odd) {
    filter: blur(1px);
  }

  .xl\:odd\:filter-blur-2:nth-child(odd) {
    filter: blur(2px);
  }

  .xl\:odd\:filter-blur-3:nth-child(odd) {
    filter: blur(3px);
  }

  .xl\:odd\:filter-blur-4:nth-child(odd) {
    filter: blur(4px);
  }

  .xl\:odd\:filter-blur-5:nth-child(odd) {
    filter: blur(5px);
  }

  .xl\:children\:filter-blur-1 > * {
    filter: blur(1px);
  }

  .xl\:children\:filter-blur-2 > * {
    filter: blur(2px);
  }

  .xl\:children\:filter-blur-3 > * {
    filter: blur(3px);
  }

  .xl\:children\:filter-blur-4 > * {
    filter: blur(4px);
  }

  .xl\:children\:filter-blur-5 > * {
    filter: blur(5px);
  }

  .xl\:first\:filter-blur-1:first-child {
    filter: blur(1px);
  }

  .xl\:first\:filter-blur-2:first-child {
    filter: blur(2px);
  }

  .xl\:first\:filter-blur-3:first-child {
    filter: blur(3px);
  }

  .xl\:first\:filter-blur-4:first-child {
    filter: blur(4px);
  }

  .xl\:first\:filter-blur-5:first-child {
    filter: blur(5px);
  }

  .xl\:last\:filter-blur-1:last-child {
    filter: blur(1px);
  }

  .xl\:last\:filter-blur-2:last-child {
    filter: blur(2px);
  }

  .xl\:last\:filter-blur-3:last-child {
    filter: blur(3px);
  }

  .xl\:last\:filter-blur-4:last-child {
    filter: blur(4px);
  }

  .xl\:last\:filter-blur-5:last-child {
    filter: blur(5px);
  }

  .xl\:hover\:filter-blur-1:hover {
    filter: blur(1px);
  }

  .xl\:hover\:filter-blur-2:hover {
    filter: blur(2px);
  }

  .xl\:hover\:filter-blur-3:hover {
    filter: blur(3px);
  }

  .xl\:hover\:filter-blur-4:hover {
    filter: blur(4px);
  }

  .xl\:hover\:filter-blur-5:hover {
    filter: blur(5px);
  }

  .xl\:filter-blur-1\! {
    filter: blur(1px) !important;
  }

  .xl\:filter-blur-2\! {
    filter: blur(2px) !important;
  }

  .xl\:filter-blur-3\! {
    filter: blur(3px) !important;
  }

  .xl\:filter-blur-4\! {
    filter: blur(4px) !important;
  }

  .xl\:filter-blur-5\! {
    filter: blur(5px) !important;
  }
}

/*# sourceMappingURL=tailwind.css.map */
